aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--src/App.js1
-rw-r--r--src/i18n.js27
3 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
index 110442d..7adb83a 100644
--- a/README.md
+++ b/README.md
@@ -61,3 +61,4 @@ make fmt.write
61| Polish | [olekstomek](https://github.com/olekstomek) | 61| Polish | [olekstomek](https://github.com/olekstomek) |
62| Arabic | [Ahmed Tokyo](https://github.com/a-tokyo) | 62| Arabic | [Ahmed Tokyo](https://github.com/a-tokyo) |
63| Occitan | [ensag-dev](https://github.com/ensag-dev) | 63| Occitan | [ensag-dev](https://github.com/ensag-dev) |
64| Italian | [Domenico Pascucci](https://github.com/pasmimmo) |
diff --git a/src/App.js b/src/App.js
index 4aaf3ab..51850eb 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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ı',