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

#278 - Italian translation for Deer #279

Open
wants to merge 3 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
5 changes: 5 additions & 0 deletions app/i18n/locales/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,10 @@ export const SUPPORTED_LANGS = [
language: 'বাংলা',
code: 'bn',
path: 'bn'
},
{
language: 'Italiano',
code: 'it',
path: 'it'
}
]
10 changes: 10 additions & 0 deletions app/i18n/locales/it/about.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"homeBtn": "Home",
"copyright": "Copyright",
"forAuthors": "per gli Autori",
"license": "Distribuito sotto Licenza {{license}}",
"WantHelp": "Desideri Aiutare?",
"reportIssue": "Segnala un Problema",
"or": ", o",
"contribute": "contribuisci"
}
6 changes: 6 additions & 0 deletions app/i18n/locales/it/dashboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"welcome": "Benvenuto",
"newNote": "Nuova Nota",
"settings": "Settings",
"about": "Informazioni"
}
11 changes: 11 additions & 0 deletions app/i18n/locales/it/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import noteEditor from './noteEditor.json'
import settings from './settings.json'
import about from './about.json'
import dashboard from './dashboard.json'

export default {
noteEditor,
settings,
about,
dashboard
}
3 changes: 3 additions & 0 deletions app/i18n/locales/it/noteEditor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"placeholder": "Scrivi qua cosa stai pensando..."
}
6 changes: 6 additions & 0 deletions app/i18n/locales/it/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cancelBtn": "Elimina",
"saveBtn": "Salva",
"settings": "Settings",
"language": "Lingua"
}