Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added It translation #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.js.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var supportedLocales = ['de', 'en', 'fr', 'he', 'pl', 'ro']
var supportedLocales = ['de', 'en', 'fr', 'he', 'it', 'pl', 'ro']
var defaultLocale = 'en'

// If you use the default app list, but want to hide some, add them here
Expand Down
38 changes: 38 additions & 0 deletions lang/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"chat": {
"title": "Invito da {{name}}",
"heading": "{{name}} ti ha invitato a chattare",
"button": "Aggiungi {{name}} alla lista contatti",
"":""
},
"muc": {
"title": "Invito per {{name}}",
"heading": "Sei stato invitato su {{name}}",
"button": "Unisciti alla stanza di chat {{name}}",
"":""
},
"register": {
"title": "Invito per {{name}}",
"heading": "Sei stato invitato a creare un account su {{name}}",
"button": "Registrati su {{name}}",
"":""
},
"create": {
"title": "Crea un link XMPP",
"heading": "Crea un link XMPP",
"desc": "Usa questo strumento per creare un link XMPP veloce e amichevole da poter condividere con altre persone. Inserisci o incolla un URI o un JID XMPP qui sotto per iniziare.",
"button": "Genera link",
"input": "JID o URI:",
"is_muc": "Questa è una chat di gruppo",
"link_heading": "Il tuo link",
"":""
},
"clients": "Devi installare un client XMPP per accedere alla rete XMPP.",
"recommend": "Questi sono i client più comunemente utilizzati sulla tua piattaforma:",
"checkfulllist": "Leggi la <a href='https://xmpp.org/software/clients/'>lista completa</a> dei client XMPP per altre piattaforme e dispositivi.",
"xmppis": "XMPP è un tipo di messaggistica istantanea indipendente dal provider dove un'ampia selezione di client e server ti permette di partecipare.",
"action-copy": "Copia negli appunti",
"copy-success": "Copiato!",
"copy-failure": "Copia negli appunti non riuscita",
"":""
}