diff options
| author | Ben Woodward <ben@bdw.to> | 2021-07-29 10:33:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 10:33:57 -0700 |
| commit | f87b41eca4b25d90d5d500977322ee5703e5eb19 (patch) | |
| tree | e51aa7e0e18362aeaaf61209b9fe072c292ee8ec /src | |
| parent | 3fa070c7ace0edb78d3048f819c5286965fdd458 (diff) | |
Italian translation (#145)
* Update i18n.js
added Italian translation
* Update App.js
* Update README.md
* Merge branch 'master' into patch-1
Co-authored-by: Domenico Pascucci <22801617+pasmimmo@users.noreply.github.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.js | 1 | ||||
| -rw-r--r-- | src/i18n.js | 27 |
2 files changed, 28 insertions, 0 deletions
| @@ -54,6 +54,7 @@ function App() { | |||
| 54 | <option value="pl-PL">Polish - PL (Polski)</option> | 54 | <option value="pl-PL">Polish - PL (Polski)</option> |
| 55 | <option value="ar">Arabic - العربية</option> | 55 | <option value="ar">Arabic - العربية</option> |
| 56 | <option value="oc">Occitan</option> | 56 | <option value="oc">Occitan</option> |
| 57 | <option value="it-IT">Italian</option> | ||
| 57 | </select> | 58 | </select> |
| 58 | </div> | 59 | </div> |
| 59 | 60 | ||
diff --git a/src/i18n.js b/src/i18n.js index 344e2d2..cd43cd2 100644 --- a/src/i18n.js +++ b/src/i18n.js | |||
| @@ -398,6 +398,33 @@ const resources = { | |||
| 398 | select: 'Escolha o idioma', | 398 | select: 'Escolha o idioma', |
| 399 | }, | 399 | }, |
| 400 | }, | 400 | }, |
| 401 | 'it-IT': { | ||
| 402 | translation: { | ||
| 403 | title: 'WiFi Card', | ||
| 404 | 'desc.use': | ||
| 405 | 'Stampa una scheda con le informazioni di accesso WiFi. Attaccala al frigo, tienila nel portafogli etc.', | ||
| 406 | 'desc.privacy': | ||
| 407 | 'Le informazioni del tuo WiFi non verranno mai inviate ai nostri server. Nessun tracciamento, analytics, o fingerprinting viene usato su questo sito. Visiona le', | ||
| 408 | 'desc.source': 'codice sorgente', | ||
| 409 | 'wifi.login': 'WiFi Login', | ||
| 410 | 'wifi.name': 'Nome della rete', | ||
| 411 | 'wifi.name.placeholder': 'Nome della rete wifi', | ||
| 412 | 'wifi.password': 'Password', | ||
| 413 | 'wifi.password.placeholder': 'Password', | ||
| 414 | 'wifi.password.hide': 'Nascondi il campo password prima di stampare', | ||
| 415 | 'wifi.password.encryption': 'Cifratura', | ||
| 416 | 'wifi.tip': | ||
| 417 | 'Inquadra il codice QR con il tuo smartphone per collegarti automaticamente', | ||
| 418 | 'wifi.alert.name': 'Il nome della rete wifi non può essere vuoto', | ||
| 419 | 'wifi.alert.password.length.5': | ||
| 420 | 'La password deve contenere almeno 5 caratteri', | ||
| 421 | 'wifi.alert.password.length.8': | ||
| 422 | 'La password deve contenere almeno 8 caratteri', | ||
| 423 | 'button.rotate': 'Ruota', | ||
| 424 | 'button.print': 'Stampa', | ||
| 425 | select: 'Seleziona una lingua', | ||
| 426 | }, | ||
| 427 | }, | ||
| 401 | 'tr-TR': { | 428 | 'tr-TR': { |
| 402 | translation: { | 429 | translation: { |
| 403 | title: 'WiFi Kartı', | 430 | title: 'WiFi Kartı', |
