Add missing fields to locales (part 4)

Updated el.json     (Greek)
Updated fa.json     (Persian)
Updated fi.json     (Finnish)
Updated it.json     (Italian)
Updated pt-PT.json  (Portuguese, Portugal)
Updated zh-TW.json  (Chinese, Taiwan)
This commit is contained in:
Samantaz Fox
2021-03-25 00:57:41 +01:00
parent 3829bdf198
commit ad9fe3be09
6 changed files with 396 additions and 195 deletions

View File

@@ -1,9 +1,16 @@
{
"`x` subscribers..([^.,0-9]|^)1([^.,0-9]|$)": "`x` iscritto",
"`x` subscribers..": "`x` iscritti.",
"`x` videos..([^.,0-9]|^)1([^.,0-9]|$)": "`x` video",
"`x` videos..": "`x` video.",
"`x` playlists": "`x` playlist",
"`x` subscribers": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` iscritto",
"": "`x` iscritti"
},
"`x` videos": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` video",
"": "`x` video"
},
"`x` playlists": {
"([^.,0-9]|^)1([^.,0-9]|$)": "",
"": "`x` playlist"
},
"LIVE": "IN DIRETTA",
"Shared `x` ago": "Condiviso `x` fa",
"Unsubscribe": "Disiscriviti",
@@ -115,16 +122,22 @@
"Subscription manager": "Gestione delle iscrizioni",
"Token manager": "Gestione dei gettoni",
"Token": "Gettone",
"`x` subscriptions..([^.,0-9]|^)1([^.,0-9]|$)": "`x` iscrizione",
"`x` subscriptions..": "`x` iscrizioni.",
"`x` tokens..([^.,0-9]|^)1([^.,0-9]|$)": "`x` gettone",
"`x` tokens..": "`x` gettoni.",
"`x` subscriptions": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` iscrizione",
"": "`x` iscrizioni"
},
"`x` tokens": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` gettone",
"": "`x` gettoni"
},
"Import/export": "Importa/esporta",
"unsubscribe": "disiscriviti",
"revoke": "revoca",
"Subscriptions": "Iscrizioni",
"`x` unseen notifications..([^.,0-9]|^)1([^.,0-9]|$)": "`x` notifica non visualizzata",
"`x` unseen notifications..": "`x` notifiche non visualizzate.",
"`x` unseen notifications": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` notifica non visualizzata",
"": "`x` notifiche non visualizzate"
},
"search": "Cerca",
"Log out": "Esci",
"Released under the AGPLv3 by Omar Roth.": "Pubblicato con licenza AGPLv3 da Omar Roth.",
@@ -154,8 +167,10 @@
"Whitelisted regions: ": "Regioni in lista bianca: ",
"Blacklisted regions: ": "Regioni in lista nera: ",
"Shared `x`": "Condiviso `x`",
"`x` views..([^.,0-9]|^)1([^.,0-9]|$)": "`x` visualizzazione",
"`x` views..": "`x` visualizzazioni.",
"`x` views": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` visualizzazione",
"": "`x` visualizzazioni"
},
"Premieres in `x`": "In anteprima in `x`",
"Premieres `x`": "In anteprima `x`",
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Ciao! Sembra che tu abbia disattivato JavaScript. Clicca qui per visualizzare i commenti. Considera che potrebbe volerci più tempo.",
@@ -186,12 +201,16 @@
"This channel does not exist.": "Questo canale non esiste.",
"Could not get channel info.": "Impossibile ottenere le informazioni del canale.",
"Could not fetch comments": "Impossibile recuperare i commenti",
"View `x` replies..([^.,0-9]|^)1([^.,0-9]|$)": "Visualizza `x` risposta",
"View `x` replies..": "Visualizza `x` risposte.",
"View `x` replies": {
"([^.,0-9]|^)1([^.,0-9]|$)": "Visualizza `x` risposta",
"": "Visualizza `x` risposte"
},
"`x` ago": "`x` fa",
"Load more": "Carica altro",
"`x` points..([^.,0-9]|^)1([^.,0-9]|$)": "`x` punto",
"`x` points..": "`x` punti.",
"`x` points": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` punto",
"": "`x` punti"
},
"Could not create mix.": "Impossibile creare il mix.",
"Empty playlist": "Playlist vuota",
"Not a playlist.": "Non è una playlist.",
@@ -309,20 +328,34 @@
"Yiddish": "Yiddish",
"Yoruba": "Yoruba",
"Zulu": "Zulu",
"`x` years..([^.,0-9]|^)1([^.,0-9]|$)": "`x` anno",
"`x` years..": "`x` anni.",
"`x` months..([^.,0-9]|^)1([^.,0-9]|$)": "`x` mese",
"`x` months..": "`x` mesi.",
"`x` weeks..([^.,0-9]|^)1([^.,0-9]|$)": "`x` settimana",
"`x` weeks..": "`x` settimane.",
"`x` days..([^.,0-9]|^)1([^.,0-9]|$)": "`x` giorno",
"`x` days..": "`x` giorni.",
"`x` hours..([^.,0-9]|^)1([^.,0-9]|$)": "`x` ora",
"`x` hours..": "`x` ore.",
"`x` minutes..([^.,0-9]|^)1([^.,0-9]|$)": "`x` minuto",
"`x` minutes..": "`x` minuti.",
"`x` seconds..([^.,0-9]|^)1([^.,0-9]|$)": "`x` secondo",
"`x` seconds..": "`x` secondi.",
"`x` years": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` anno",
"": "`x` anni"
},
"`x` months": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` mese",
"": "`x` mesi"
},
"`x` weeks": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` settimana",
"": "`x` settimane"
},
"`x` days": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` giorno",
"": "`x` giorni"
},
"`x` hours": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` ora",
"": "`x` ore"
},
"`x` minutes": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` minuto",
"": "`x` minuti"
},
"`x` seconds": {
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` secondo",
"": "`x` secondi"
},
"Fallback comments: ": "Commenti alternativi: ",
"Popular": "Popolare",
"Search": "",