Skip to content

Commit

Permalink
Merge pull request #153 from maicol07/patch-1
Browse files Browse the repository at this point in the history
Add Italian translation
  • Loading branch information
amanharwara authored Aug 7, 2021
2 parents 2e13ca8 + d65840e commit 1d0607a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
41 changes: 41 additions & 0 deletions locales/it/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"&File": "&File",
"Force &Reload": "Forza &ricaricamento",
"&Quit": "&Esci",
"&Edit": "&Modifica",
"Undo": "Annulla",
"Redo": "Rifai",
"Cut": "Taglia",
"Copy": "Copia",
"Paste": "Incolla",
"Select All": "Seleziona tutto",
"Language": "Lingua",
"en": "English (en)",
"hi": "हिंदी (hi)",
"it": "Italiano (it)",
"Tab": "Scheda",
"Add New Tab": "Aggiungi una nuova scheda",
"Edit Active Tab": "Modifica la scheda attiva",
"Close Active Tab": "Chiudi la scheda attiva",
"Open Tab DevTools": "Apri gli strumenti di sviluppo della scheda",
"Restore Tab": "Ripristina scheda",
"Go to Next Tab": "Vai alla scheda successiva",
"Go to Previous Tab": "Vai alla scheda precedente",
"Go to First Tab": "Vai alla prima scheda",
"Go to Last Tab": "Vai all'ultima scheda,
"&View": "&Visualizza",
"Toggle Fullscreen": "Attiva/disattiva schermo intero",
"Toggle Tab Bar": "Attiva/disattiva barra delle schede",
"Themes": "Temi",
"Theme Manager": "Gestore tema",
"&Settings": "&Impostazioni",
"&Help": "&Aiuto",
"&About": "&Informazioni",
"Donate": "Ddona",
"Check For &Updates": "Controlla &aggiornamenti",
"Links": "Link",
"Report Bugs/Issues": "Segnala bug/problemi",
"Website": "Sito web",
"Repository": "Repository",
"Open &DevTools": "Apri &strumenti di sviluppo"
}
1 change: 1 addition & 0 deletions locales/it/translation.missing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion src/lang.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
languages: ["en", "hi"],
languages: ["en", "hi", "it"],
fallbackLang: "en",
namespace: "translation",
};

0 comments on commit 1d0607a

Please sign in to comment.