Add new i18n languages and update existent ones
- Add 21 new languages where the UI was translated (all translations
are 100% complete except for Chinese Simplified (96%)
and Amharic (37%)).
- Update some translations for preexistent languages.
Change-Id: I64be0a2dd551c12af1547a616b4f49f97c471bde
diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json
new file mode 100644
index 0000000..eacc043
--- /dev/null
+++ b/src/_locales/de/messages.json
@@ -0,0 +1,114 @@
+{
+ "appName": {
+ "message": "Ausgewählten Text übersetzen",
+ "description": "The app name"
+ },
+ "appBetaName": {
+ "message": "Ausgewählten Text übersetzen (Beta)",
+ "description": "The beta app name"
+ },
+ "appDescription": {
+ "message": "Ausgewählten Text mit Google Übersetzer übersetzen",
+ "description": "The app description"
+ },
+ "contextmenu_title": {
+ "message": "Auswahl übersetzen auf...",
+ "description": "Title of the context menu that appears when a right click is done. Inside this parent menu there are the menus"
+ },
+ "contextmenu_title2": {
+ "message": "Auswahl übersetzen auf '$language$'",
+ "description": "Title of the context menu that appears when a right click is done and there's only one language available.",
+ "placeholders": {
+ "language": {
+ "content": "$1",
+ "example": "Language to translate into."
+ }
+ }
+ },
+ "contextmenu_edit": {
+ "message": "Sprachen bearbeiten...",
+ "description": "Title of the option inside the 'Translate section into...' context menu."
+ },
+ "options_welcome": {
+ "message": "Willkommen!",
+ "description": "Title of the options page"
+ },
+ "options_introduction": {
+ "message": "Bitte wählen Sie die Sprachen aus, die im Übersetzungsmenü angezeigt werden sollen.",
+ "description": "Introduction paragraph to the options pages"
+ },
+ "options_languageselectheader": {
+ "message": "Sprachen:",
+ "description": "Header of the language select option."
+ },
+ "options_otheroptionsheader": {
+ "message": "Weitere Optionen:",
+ "description": "Header of the options page."
+ },
+ "options_tabsoption_1": {
+ "message": "Öffnen Sie Google Übersetzer in einem neuen Tab für jede Übersetzung.",
+ "description": "Option which defines how should the app behave in relation to tabs."
+ },
+ "options_tabsoption_2": {
+ "message": "Öffnen Sie Google Übersetzer in einem besonderen Tab und überschreiben Sie die letzte Übersetzung, anstatt weitere Tabs zu öffnen.",
+ "description": "Option which defines how should the app behave in relation to tabs."
+ },
+ "options_tabsoption_3": {
+ "message": "Öffnen Sie Google Übersetzer in der Schaltfläche (Aktivierung erforderlich: <a href='chrome://flags/#enable-panels' id='panelsflag'>--enable-panels</a>flag).<sup style='color:red; font-weight: bold;'>EXPERIMENTELL</sup>",
+ "description": "Option which defines how should the app behave in relation to tabs."
+ },
+ "options_savebutton": {
+ "message": "Speichern",
+ "description": "Save button in the settings page"
+ },
+ "options_addlanguage": {
+ "message": "Sprache hinzufügen",
+ "description": "Title for the 'Add language' dialog"
+ },
+ "options_addlanguage_addbutton": {
+ "message": "Hinzufügen",
+ "description": "Add button in the footer of the languages list"
+ },
+ "options_language_label": {
+ "message": "Sprache:",
+ "description": "Label for the language selector in the 'Add language' dialog"
+ },
+ "options_credits": {
+ "message": "Mitwirkende",
+ "description": "Title for the credits link and dialog"
+ },
+ "options_credits_homepage": {
+ "message": "Startseite",
+ "description": "Homepage link for an item in the credits. NOTE: put in in lowercase letters"
+ },
+ "options_credits_by": {
+ "message": "von",
+ "description": "Fragment of the author statement in an item of the credits. NOTE: put in in lowercase letters. EXAMPLE: '{{options_credits_by}} Adrià Vilanova Martínez'"
+ },
+ "options_ok": {
+ "message": "OK",
+ "description": "OK button in the dialogs"
+ },
+ "options_cancel": {
+ "message": "Abbrechen",
+ "description": "Cancel button in the dialogs"
+ },
+ "notification_install_title": {
+ "message": "Danke für die Installation von 'Translate Selected Text'."
+ },
+ "notification_install_message": {
+ "message": "Klicken die auf diese Benachrichtigung, um diese einzurichten."
+ },
+ "notification_upgradedtostorage_title": {
+ "message": "'Translate Selected Text' wurde auf Version 0.6 aktualisiert!"
+ },
+ "notification_upgradedtostorage_message": {
+ "message": "Nun werden Ihre Optionen auf all ihren Geräten synchronisiert. Jedoch muss die Erweiterung erneut eingerichtet werden. :-( Klicken Sie auf diese Benachrichtigung, um diese einzurichten."
+ },
+ "notification_reorder_title": {
+ "message": "'Translate Selected Text' wurde auf Version 0.7 aktualisiert!"
+ },
+ "notification_reorder_message": {
+ "message": "Jetzt können Sie die gewünschte Reihenfolge der Sprachen für das Kontextmenü konfigurieren."
+ }
+}