diff options
| author | Ben Woodward <ben@bdw.to> | 2021-07-29 09:46:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 09:46:41 -0700 |
| commit | 605691152ac93b87f2310943b1df89f59cd38db0 (patch) | |
| tree | 37c04ea37b99deeda165628a9f413d0a1c3a1393 /src/i18n.js | |
| parent | 00ff350cd7b84509e1e20d05ce36b87f3b8bc70f (diff) | |
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 <dev.andanan@e.mail.de>
* de-DE improvements
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* de-DE improvements
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* fix lint
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* improved the de-DE translation
* Update src/i18n.js
Co-authored-by: Andanan <dev.andanan@e.mail.de>
* Complete German translation
Co-authored-by: Chris Winter <chris-winter@live.de>
Co-authored-by: Andanan <dev.andanan@e.mail.de>
Diffstat (limited to 'src/i18n.js')
| -rw-r--r-- | src/i18n.js | 27 |
1 files changed, 27 insertions, 0 deletions
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', |
