Updating i18n files from Crowdin
Change-Id: I53309b7bdb74262b6950ec0470c2efa92f89e8b8
diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json
index 5404591..dacdd2f 100644
--- a/src/_locales/de/messages.json
+++ b/src/_locales/de/messages.json
@@ -77,6 +77,10 @@
"message": "Mitwirkende",
"description": "Message for the link to the credits dialog, and also the title for the credits dialog, which shows a list of open source projects used inside the extension and a list of translators/contributors."
},
+ "options_credits_createdby": {
+ "message": "Erweiterung erstellt von: <a href=\"https://www.avm99963.com/\" target=\"_blank\">@avm99963</a> (Adrià Vilanova Martínez)",
+ "description": "Text shown in the credits dialog, which shows that the extension was created by Adrià Vilanova Martínez (and their username is avm99963)."
+ },
"options_credits_homepage": {
"message": "Startseite",
"description": "Text shown for links to go to each homepage of open source projects in the credits. NOTE: put in in lowercase letters"
@@ -85,6 +89,14 @@
"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_credits_translations": {
+ "message": "Übersetzungen",
+ "description": "Header for the section in the credits dialog which recognizes translators."
+ },
+ "options_credits_translations_paragraph": {
+ "message": "Ich möchte mich ganz besonders bei den folgenden Mitwirkenden bedanken, die die Benutzeroberfläche der Erweiterung selbstlos in viele Sprachen übersetzt haben:",
+ "description": "Paragraph in the 'Translations' section of the credits dialog, which recognizes translators. Following this paragraph there's a list with all the translators' names (if you've translated a string in Crowdin, you'll automatically be added to the list in the following extension update)."
+ },
"options_ok": {
"message": "OK",
"description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)"
diff --git a/src/_locales/hr/messages.json b/src/_locales/hr/messages.json
new file mode 100644
index 0000000..cd93f8b
--- /dev/null
+++ b/src/_locales/hr/messages.json
@@ -0,0 +1,114 @@
+{
+ "appName": {
+ "message": "Prijevod označenog teksta",
+ "description": "The app name"
+ },
+ "appBetaName": {
+ "message": "Prijevod označenog teksta (beta)",
+ "description": "The beta app name"
+ },
+ "appDescription": {
+ "message": "Prijevod označenog teksta pomoću Google prevoditelja",
+ "description": "The app description"
+ },
+ "contextmenu_title": {
+ "message": "Prevedi označeno na...",
+ "description": "Title of the context menu that appears when a right click is done. Inside this parent item there are the target languages."
+ },
+ "contextmenu_title2": {
+ "message": "Prevedi označeno na '$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": "Uređivanje jezika...",
+ "description": "Title of the item inside the 'Translate section into...' context menu which is used to go to the options page."
+ },
+ "options_welcome": {
+ "message": "Dobrodošli!",
+ "description": "Title of the options page which welcomes users"
+ },
+ "options_introduction": {
+ "message": "Odaberite jezike koje želite prikazati u izborniku \"prevedi\". ",
+ "description": "Introduction paragraph in the options page preceding the language list."
+ },
+ "options_languageselectheader": {
+ "message": "Jezici:",
+ "description": "Header of the selected languages list."
+ },
+ "options_otheroptionsheader": {
+ "message": "Više mogućnosti:",
+ "description": "Subheader in the options page before the options to choose where should the translation be shown.."
+ },
+ "options_tabsoption_1": {
+ "message": "Otovri Google prevoditelj u novoj kartici za svaki prijevod.",
+ "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new tab)."
+ },
+ "options_tabsoption_2": {
+ "message": "Otvori Google prevoditelj u jedinstvenoj kartici i zamijeni posljednji prijevod umjesto otvaranja nekoliko kartica.",
+ "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in the same tab used for the previous translation, or will open a new tab if there aren't any translation tabs open)."
+ },
+ "options_tabsoption_3": {
+ "message": "Otvori Google prevoditelj u skočnom prozoru.",
+ "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new popup)."
+ },
+ "options_savebutton": {
+ "message": "Spremi",
+ "description": "Save button in the settings page"
+ },
+ "options_addlanguage": {
+ "message": "Dodaj jezik",
+ "description": "Title for the 'Add language' dialog"
+ },
+ "options_addlanguage_addbutton": {
+ "message": "Dodaj",
+ "description": "'Add' button in the footer of the languages list which is used to show a dialog with a list of potential languages to add. In the dialog, this message is also shown inside a button which is used to confirm the action."
+ },
+ "options_language_label": {
+ "message": "Jezik:",
+ "description": "Label for the language selector in the 'Add language' dialog"
+ },
+ "options_credits": {
+ "message": "Zasluge",
+ "description": "Message for the link to the credits dialog, and also the title for the credits dialog, which shows a list of open source projects used inside the extension and a list of translators/contributors."
+ },
+ "options_credits_createdby": {
+ "message": "Proširenje izradio: <a href=\"https://www.avm99963.com/\" target=\"_blank\">@avm99963</a> (Adrià Vilanova Martínez)",
+ "description": "Text shown in the credits dialog, which shows that the extension was created by Adrià Vilanova Martínez (and their username is avm99963)."
+ },
+ "options_credits_homepage": {
+ "message": "početna stranica",
+ "description": "Text shown for links to go to each homepage of open source projects in the credits. NOTE: put in in lowercase letters"
+ },
+ "options_credits_by": {
+ "message": "od",
+ "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_credits_translations": {
+ "message": "Prijevodi",
+ "description": "Header for the section in the credits dialog which recognizes translators."
+ },
+ "options_credits_translations_paragraph": {
+ "message": "Posebna zahvala sljedećim suradnicima, koji su nesebično preveli sučelje proširenja na mnoge jezike:",
+ "description": "Paragraph in the 'Translations' section of the credits dialog, which recognizes translators. Following this paragraph there's a list with all the translators' names (if you've translated a string in Crowdin, you'll automatically be added to the list in the following extension update)."
+ },
+ "options_ok": {
+ "message": "U redu",
+ "description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)"
+ },
+ "options_cancel": {
+ "message": "Otkaži",
+ "description": "Cancel button in the dialogs, to reject an action."
+ },
+ "notification_install_title": {
+ "message": "Hvala što ste instalirali \"Prijevod označenog teksta\""
+ },
+ "notification_install_message": {
+ "message": "Pritisnite na ovu obavijest kako bi uredili postavke."
+ }
+}