diff options
| author | Jan Tatje <jan@jnt.io> | 2022-08-12 21:08:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 12:08:59 -0700 |
| commit | 7c5346cbabfb9b7057506e0775faa7f74fd31157 (patch) | |
| tree | daa1032ee1528e70f1b0322c5f3974a738633b21 /src/translations.js | |
| parent | eba3c1a6629e832db1da713825043d162bec9d28 (diff) | |
Add support for EAP-PWD (#246)
I also added a German translation of the new strings.
Diffstat (limited to 'src/translations.js')
| -rw-r--r-- | src/translations.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/translations.js b/src/translations.js index 861716d..d9d6fa4 100644 --- a/src/translations.js +++ b/src/translations.js | |||
| @@ -9,6 +9,8 @@ export const Translations = [ | |||
| 9 | 'desc.privacy': | 9 | 'desc.privacy': |
| 10 | 'Your WiFi information is never sent to the server. No tracking, analytics, or fingerprinting are used on this website. View the', | 10 | 'Your WiFi information is never sent to the server. No tracking, analytics, or fingerprinting are used on this website. View the', |
| 11 | 'desc.source': 'source code', | 11 | 'desc.source': 'source code', |
| 12 | 'wifi.identity': 'Identity', | ||
| 13 | 'wifi.identity.placeholder': 'Username', | ||
| 12 | 'wifi.login': 'WiFi Login', | 14 | 'wifi.login': 'WiFi Login', |
| 13 | 'wifi.name': 'Network name', | 15 | 'wifi.name': 'Network name', |
| 14 | 'wifi.name.hiddenSSID': 'Hidden SSID', | 16 | 'wifi.name.hiddenSSID': 'Hidden SSID', |
| @@ -18,13 +20,16 @@ export const Translations = [ | |||
| 18 | 'wifi.password.hide': 'Hide password', | 20 | 'wifi.password.hide': 'Hide password', |
| 19 | 'wifi.password.encryption': 'Encryption', | 21 | 'wifi.password.encryption': 'Encryption', |
| 20 | 'wifi.password.encryption.none': 'None', | 22 | 'wifi.password.encryption.none': 'None', |
| 23 | 'wifi.encryption.eapMethod': 'EAP method', | ||
| 21 | 'wifi.tip': | 24 | 'wifi.tip': |
| 22 | "Point your phone's camera at the QR Code to connect automatically", | 25 | "Point your phone's camera at the QR Code to connect automatically", |
| 23 | 'wifi.alert.name': 'Network name cannot be empty', | 26 | 'wifi.alert.name': 'Network name cannot be empty', |
| 27 | 'wifi.alert.password': 'Password cannot be empty', | ||
| 24 | 'wifi.alert.password.length.5': | 28 | 'wifi.alert.password.length.5': |
| 25 | 'Password must be at least 5 characters, or change the encryption to "None"', | 29 | 'Password must be at least 5 characters, or change the encryption to "None"', |
| 26 | 'wifi.alert.password.length.8': | 30 | 'wifi.alert.password.length.8': |
| 27 | 'Password must be at least 8 characters, or change the encryption to "None"', | 31 | 'Password must be at least 8 characters, or change the encryption to "None"', |
| 32 | 'wifi.alert.eapIdentity': 'Identity cannot be empty', | ||
| 28 | 'button.rotate': 'Rotate', | 33 | 'button.rotate': 'Rotate', |
| 29 | 'button.print': 'Print', | 34 | 'button.print': 'Print', |
| 30 | select: 'Select Language', | 35 | select: 'Select Language', |
| @@ -436,6 +441,8 @@ export const Translations = [ | |||
| 436 | 'desc.privacy': | 441 | 'desc.privacy': |
| 437 | 'Deine Zugangsdaten werden niemals zum Server gesendet. Es gibt kein Tracking, Analytics, oder Fingerprinting auf dieser Website. Hier geht es zum', | 442 | 'Deine Zugangsdaten werden niemals zum Server gesendet. Es gibt kein Tracking, Analytics, oder Fingerprinting auf dieser Website. Hier geht es zum', |
| 438 | 'desc.source': 'Quellcode', | 443 | 'desc.source': 'Quellcode', |
| 444 | 'wifi.identity': 'Identität', | ||
| 445 | 'wifi.identity.placeholder': 'Nutzername', | ||
| 439 | 'wifi.login': 'WLAN-Zugangsdaten', | 446 | 'wifi.login': 'WLAN-Zugangsdaten', |
| 440 | 'wifi.name': 'WLAN-Netzwerkname (SSID)', | 447 | 'wifi.name': 'WLAN-Netzwerkname (SSID)', |
| 441 | 'wifi.name.placeholder': 'WLAN-Netzwerkname (SSID)', | 448 | 'wifi.name.placeholder': 'WLAN-Netzwerkname (SSID)', |
| @@ -445,13 +452,16 @@ export const Translations = [ | |||
| 445 | 'wifi.name.hiddenSSID': 'Versteckte SSID', | 452 | 'wifi.name.hiddenSSID': 'Versteckte SSID', |
| 446 | 'wifi.password.encryption': 'Verschlüsselung', | 453 | 'wifi.password.encryption': 'Verschlüsselung', |
| 447 | 'wifi.password.encryption.none': 'Keine', | 454 | 'wifi.password.encryption.none': 'Keine', |
| 455 | 'wifi.encryption.eapMethod': 'EAP Methode', | ||
| 448 | 'wifi.tip': | 456 | 'wifi.tip': |
| 449 | 'Zeige mit der Kamera deines Handys auf den QR-Code, um automatisch eine Verbindung herzustellen', | 457 | 'Zeige mit der Kamera deines Handys auf den QR-Code, um automatisch eine Verbindung herzustellen', |
| 450 | 'wifi.alert.name': 'Der Netzwerkname darf nicht leer sein', | 458 | 'wifi.alert.name': 'Der Netzwerkname darf nicht leer sein', |
| 459 | 'wifi.alert.password': 'Das Passwort darf nicht leer sein', | ||
| 451 | 'wifi.alert.password.length.5': | 460 | 'wifi.alert.password.length.5': |
| 452 | 'Das Passwort muss mindestends 5 Zeichen lang sein, oder stelle die Verschlüsselung auf "Keine"', | 461 | 'Das Passwort muss mindestends 5 Zeichen lang sein, oder stelle die Verschlüsselung auf "Keine"', |
| 453 | 'wifi.alert.password.8': | 462 | 'wifi.alert.password.8': |
| 454 | 'Das Passwort muss mindestends 8 Zeichen lang sein, oder stelle die Verschlüsselung auf "Keine"', | 463 | 'Das Passwort muss mindestends 8 Zeichen lang sein, oder stelle die Verschlüsselung auf "Keine"', |
| 464 | 'wifi.alert.eapIdentity': 'Die Identität darf nicht leer sein', | ||
| 455 | 'button.rotate': 'Drehen', | 465 | 'button.rotate': 'Drehen', |
| 456 | 'button.print': 'Drucken', | 466 | 'button.print': 'Drucken', |
| 457 | select: 'Sprache auswählen', | 467 | select: 'Sprache auswählen', |
