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

Created italian translation #153

Merged
merged 3 commits into from
Aug 7, 2021
Merged
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
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",
};