diff options
| author | olekstomek <olekstomek@gmail.com> | 2021-08-08 18:26:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 09:26:48 -0700 |
| commit | ade8bc7d68922543ab74ee2d41920de139fd0bd3 (patch) | |
| tree | 9a3b0857a97187110fbf1b2f446bf4394a5803f5 /src/translations.js | |
| parent | df6d62c397992aef26c3abb26ad667bcbc7184ad (diff) | |
Support Hidden WiFi networks (#101)
* ability to set that WiFi network is hidden
* fix: hide password checbox hidden chebox with hidden SSID option
* improvement, delete constant
* merge master
* add a setting - the WiFi network can have a hidden SSID
* update translation for English and Polish language
* change one line translation in Eng, add semicolon in format to connect to WiFi
Diffstat (limited to 'src/translations.js')
| -rw-r--r-- | src/translations.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/translations.js b/src/translations.js index c8ee908..b0e0ebd 100644 --- a/src/translations.js +++ b/src/translations.js | |||
| @@ -11,6 +11,7 @@ export const Translations = [ | |||
| 11 | 'desc.source': 'source code', | 11 | 'desc.source': 'source code', |
| 12 | 'wifi.login': 'WiFi Login', | 12 | 'wifi.login': 'WiFi Login', |
| 13 | 'wifi.name': 'Network name', | 13 | 'wifi.name': 'Network name', |
| 14 | 'wifi.name.hiddenSSID': 'Hidden SSID', | ||
| 14 | 'wifi.name.placeholder': 'WiFi Network name', | 15 | 'wifi.name.placeholder': 'WiFi Network name', |
| 15 | 'wifi.password': 'Password', | 16 | 'wifi.password': 'Password', |
| 16 | 'wifi.password.placeholder': 'Password', | 17 | 'wifi.password.placeholder': 'Password', |
| @@ -375,10 +376,11 @@ export const Translations = [ | |||
| 375 | 'wifi.size.medium': 'Średni', | 376 | 'wifi.size.medium': 'Średni', |
| 376 | 'wifi.size.large': 'Duży', | 377 | 'wifi.size.large': 'Duży', |
| 377 | 'wifi.name': 'Nazwa sieci', | 378 | 'wifi.name': 'Nazwa sieci', |
| 379 | 'wifi.name.hiddenSSID': 'Ukryj SSID sieci', | ||
| 378 | 'wifi.name.placeholder': 'WiFi nazwa sieci', | 380 | 'wifi.name.placeholder': 'WiFi nazwa sieci', |
| 379 | 'wifi.password': 'Hasło', | 381 | 'wifi.password': 'Hasło', |
| 380 | 'wifi.password.placeholder': 'Hasło', | 382 | 'wifi.password.placeholder': 'Hasło', |
| 381 | 'wifi.password.hide': 'Ukryj pole hasła przed drukowaniem', | 383 | 'wifi.password.hide': 'Ukryj pole hasła przed wydrukowaniem', |
| 382 | 'wifi.password.encryption': 'Szyfrowanie', | 384 | 'wifi.password.encryption': 'Szyfrowanie', |
| 383 | 'wifi.password.encryption.none': 'Brak', | 385 | 'wifi.password.encryption.none': 'Brak', |
| 384 | 'wifi.tip': | 386 | 'wifi.tip': |
