-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add. Italian translation. #15
Conversation
Thank you so much, @albanobattistella! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, that's really great work! I reviewed some details there are to fix. After those fixes, this is ready for merging. Soon, my small app will be available that allows localizing apps with a Localized.yml
file with a user interface, which will make it easier for non-developers to localize UIs as well!
Sources/Model/Localized.yml
Outdated
@@ -2,390 +2,489 @@ default: en | |||
|
|||
export(title): | |||
en: Export Set \"(title)\" | |||
de: Exportiere das Set \"(title)\" | |||
|
|||
de: Exportiere das Set \"(title)\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, you accidentally deleted a " in the German translation
Sources/Model/Localized.yml
Outdated
|
||
sets: | ||
en: Sets | ||
de: Sets | ||
|
||
de: Setsde: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should stay "de: Sets", and not "de: Setsde:"
Sources/Model/Localized.yml
Outdated
|
||
mainMenu: | ||
en: Main Menu | ||
de: Hauptmenü | ||
en: Menu principale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "it:" instead of "en:"
Sources/Model/Localized.yml
Outdated
|
||
viewMenu: | ||
en: View | ||
de: Ansicht | ||
en: Vista |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"it:" instead of "en:"
Sources/Model/Localized.yml
Outdated
|
||
back: | ||
en: Back | ||
de: Rückseite | ||
en: Retro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"it:" instead of "en:"
Sources/Model/Localized.yml
Outdated
|
||
deleteFlashcard: | ||
en: Delete Flashcard | ||
de: Karteikarte löschen | ||
en: Elimina Flashcard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"it:"
Sources/Model/Localized.yml
Outdated
|
||
delete: | ||
en: Delete | ||
de: Löschen | ||
en: Elimina |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"it:"
Sources/Model/Localized.yml
Outdated
|
||
deleteTitle(title): | ||
en: Delete \"(title)\"? | ||
de: \"(title)\" löschen? | ||
en: Eliminare \"(title)\"? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"it:"
Sources/Model/Localized.yml
Outdated
|
||
question(index): | ||
en: Question (index) | ||
de: Frage (index) | ||
in: Domanda (index) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"it:" instead of "in:"
Steps
Purpose
Describe the problem or feature.
If there is a related issue, add the link.
Approach
Describe how this pull request solves the problem or adds the feature.