diff options
Diffstat (limited to 'src/translations.js')
| -rw-r--r-- | src/translations.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/translations.js b/src/translations.js index 57096de..9a52e95 100644 --- a/src/translations.js +++ b/src/translations.js | |||
| @@ -540,7 +540,12 @@ export const Translations = [ | |||
| 540 | 'wifi.name.placeholder': 'Nome della rete wifi', | 540 | 'wifi.name.placeholder': 'Nome della rete wifi', |
| 541 | 'wifi.password': 'Password', | 541 | 'wifi.password': 'Password', |
| 542 | 'wifi.password.placeholder': 'Password', | 542 | 'wifi.password.placeholder': 'Password', |
| 543 | 'wifi.password.hide': 'Nascondi il campo password prima di stampare', | 543 | 'wifi.password.hide': 'Nascondi password', |
| 544 | 'wifi.name.hiddenSSID': 'SSID nascosto', | ||
| 545 | 'wifi.alert.password.length.5': | ||
| 546 | 'La password deve avere almeno 5 caratteri, o cambia il tipo di crittografia a "Nessuno"', | ||
| 547 | 'wifi.alert.password.length.8': | ||
| 548 | 'La password deve avere almeno 8 caratteri, o cambia il tipo di crittografia a "Nessuno"', | ||
| 544 | 'wifi.password.encryption': 'Cifratura', | 549 | 'wifi.password.encryption': 'Cifratura', |
| 545 | 'wifi.password.encryption.none': 'Nessuno', | 550 | 'wifi.password.encryption.none': 'Nessuno', |
| 546 | 'wifi.tip': | 551 | 'wifi.tip': |
