From 605691152ac93b87f2310943b1df89f59cd38db0 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Thu, 29 Jul 2021 09:46:41 -0700 Subject: German translation (#140) * added de-DE translations * updated sentence which links to the source code in the previous commit the sentence needs an 'an' behind the 'source code' so i altered the sentence to fit the layout * de-DE improvements changed source code to Quellcode Co-authored-by: Andanan * de-DE improvements Co-authored-by: Andanan * de-DE improvements Co-authored-by: Andanan * fix lint Co-authored-by: Andanan * improved the de-DE translation * Update src/i18n.js Co-authored-by: Andanan * Complete German translation Co-authored-by: Chris Winter Co-authored-by: Andanan --- src/i18n.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/i18n.js') diff --git a/src/i18n.js b/src/i18n.js index 2d41f47..a41f433 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -261,6 +261,33 @@ const resources = { select: 'Вибір мови', }, }, + 'de-DE': { + translation: { + title: 'WLAN Karte', + 'desc.use': + 'Druck dir eine simple Karte mit deinen WLAN-Zugangsdaten aus. Klebe sie an deinen Kühlschrank, behalte sie in deinem Portemonnaie, etc.', + '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.login': 'WLAN-Zugangsdaten', + 'wifi.name': 'WLAN-Netzwerkname (SSID)', + 'wifi.name.placeholder': 'WLAN-Netzwerkname (SSID)', + 'wifi.password': 'Passwort', + 'wifi.password.placeholder': 'Passwort', + 'wifi.password.hide': 'Passwortfeld vor dem Drucken ausblenden', + 'wifi.password.encryption': 'Verschlüsselung', + '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.length.5': + 'Das Passwort muss mindestends 5 Zeichen lang sein', + 'wifi.alert.password.8': + 'Das Passwort muss mindestends 8 Zeichen lang sein', + 'button.rotate': 'Drehen', + 'button.print': 'Drucken', + select: 'Sprache auswählen', + }, + }, 'fr-FR': { translation: { title: 'Carte WiFi', -- cgit v1.2.3