aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.js1
-rw-r--r--src/i18n.js27
2 files changed, 28 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index ce41db5..54f8299 100644
--- a/src/App.js
+++ b/src/App.js
@@ -49,6 +49,7 @@ function App() {
49 <option value="tr-TR">Turkish - Turkey (Türkçe)</option> 49 <option value="tr-TR">Turkish - Turkey (Türkçe)</option>
50 <option value="hi-IN">Hindi - India (हिन्दी)</option> 50 <option value="hi-IN">Hindi - India (हिन्दी)</option>
51 <option value="ca">Catalan (català)</option> 51 <option value="ca">Catalan (català)</option>
52 <option value="de-DE">German (Germany)</option>
52 </select> 53 </select>
53 </div> 54 </div>
54 55
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 = {
261 select: 'Вибір мови', 261 select: 'Вибір мови',
262 }, 262 },
263 }, 263 },
264 'de-DE': {
265 translation: {
266 title: 'WLAN Karte',
267 'desc.use':
268 'Druck dir eine simple Karte mit deinen WLAN-Zugangsdaten aus. Klebe sie an deinen Kühlschrank, behalte sie in deinem Portemonnaie, etc.',
269 'desc.privacy':
270 'Deine Zugangsdaten werden niemals zum Server gesendet. Es gibt kein Tracking, Analytics, oder Fingerprinting auf dieser Website. Hier geht es zum',
271 'desc.source': 'Quellcode',
272 'wifi.login': 'WLAN-Zugangsdaten',
273 'wifi.name': 'WLAN-Netzwerkname (SSID)',
274 'wifi.name.placeholder': 'WLAN-Netzwerkname (SSID)',
275 'wifi.password': 'Passwort',
276 'wifi.password.placeholder': 'Passwort',
277 'wifi.password.hide': 'Passwortfeld vor dem Drucken ausblenden',
278 'wifi.password.encryption': 'Verschlüsselung',
279 'wifi.tip':
280 'Zeige mit der Kamera deines Handys auf den QR-Code, um automatisch eine Verbindung herzustellen',
281 'wifi.alert.name': 'Der Netzwerkname darf nicht leer sein',
282 'wifi.alert.password.length.5':
283 'Das Passwort muss mindestends 5 Zeichen lang sein',
284 'wifi.alert.password.8':
285 'Das Passwort muss mindestends 8 Zeichen lang sein',
286 'button.rotate': 'Drehen',
287 'button.print': 'Drucken',
288 select: 'Sprache auswählen',
289 },
290 },
264 'fr-FR': { 291 'fr-FR': {
265 translation: { 292 translation: {
266 title: 'Carte WiFi', 293 title: 'Carte WiFi',