From 7c5346cbabfb9b7057506e0775faa7f74fd31157 Mon Sep 17 00:00:00 2001 From: Jan Tatje Date: Fri, 12 Aug 2022 21:08:59 +0200 Subject: Add support for EAP-PWD (#246) I also added a German translation of the new strings. --- src/translations.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/translations.js') 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 = [ 'desc.privacy': 'Your WiFi information is never sent to the server. No tracking, analytics, or fingerprinting are used on this website. View the', 'desc.source': 'source code', + 'wifi.identity': 'Identity', + 'wifi.identity.placeholder': 'Username', 'wifi.login': 'WiFi Login', 'wifi.name': 'Network name', 'wifi.name.hiddenSSID': 'Hidden SSID', @@ -18,13 +20,16 @@ export const Translations = [ 'wifi.password.hide': 'Hide password', 'wifi.password.encryption': 'Encryption', 'wifi.password.encryption.none': 'None', + 'wifi.encryption.eapMethod': 'EAP method', 'wifi.tip': "Point your phone's camera at the QR Code to connect automatically", 'wifi.alert.name': 'Network name cannot be empty', + 'wifi.alert.password': 'Password cannot be empty', 'wifi.alert.password.length.5': 'Password must be at least 5 characters, or change the encryption to "None"', 'wifi.alert.password.length.8': 'Password must be at least 8 characters, or change the encryption to "None"', + 'wifi.alert.eapIdentity': 'Identity cannot be empty', 'button.rotate': 'Rotate', 'button.print': 'Print', select: 'Select Language', @@ -436,6 +441,8 @@ export const Translations = [ 'desc.privacy': 'Deine Zugangsdaten werden niemals zum Server gesendet. Es gibt kein Tracking, Analytics, oder Fingerprinting auf dieser Website. Hier geht es zum', 'desc.source': 'Quellcode', + 'wifi.identity': 'Identität', + 'wifi.identity.placeholder': 'Nutzername', 'wifi.login': 'WLAN-Zugangsdaten', 'wifi.name': 'WLAN-Netzwerkname (SSID)', 'wifi.name.placeholder': 'WLAN-Netzwerkname (SSID)', @@ -445,13 +452,16 @@ export const Translations = [ 'wifi.name.hiddenSSID': 'Versteckte SSID', 'wifi.password.encryption': 'Verschlüsselung', 'wifi.password.encryption.none': 'Keine', + 'wifi.encryption.eapMethod': 'EAP Methode', 'wifi.tip': 'Zeige mit der Kamera deines Handys auf den QR-Code, um automatisch eine Verbindung herzustellen', 'wifi.alert.name': 'Der Netzwerkname darf nicht leer sein', + 'wifi.alert.password': 'Das Passwort darf nicht leer sein', 'wifi.alert.password.length.5': 'Das Passwort muss mindestends 5 Zeichen lang sein, oder stelle die Verschlüsselung auf "Keine"', 'wifi.alert.password.8': 'Das Passwort muss mindestends 8 Zeichen lang sein, oder stelle die Verschlüsselung auf "Keine"', + 'wifi.alert.eapIdentity': 'Die Identität darf nicht leer sein', 'button.rotate': 'Drehen', 'button.print': 'Drucken', select: 'Sprache auswählen', -- cgit v1.2.3