forked from abahmed/Deer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue abahmed#278: Added italian language and edited app/i18n/locales…
…/index.js.
- Loading branch information
1 parent
3b2d04a
commit ac94a2e
Showing
5 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"welcome": "Benvenuto", | ||
"newNote": "Nuova Nota", | ||
"settings": "Settings", | ||
"about": "Informazioni" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"placeholder": "Scrivi qua cosa stai pensando..." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"cancelBtn": "Elimina", | ||
"saveBtn": "Salva", | ||
"settings": "Settings", | ||
"language": "Lingua" | ||
} |