Updating i18n files from Crowdin
Change-Id: I62180f649bcd6d6fb66ec6204404cb485a121a99
diff --git a/src/_locales/cs/messages.json b/src/_locales/cs/messages.json
new file mode 100644
index 0000000..dd8e7e4
--- /dev/null
+++ b/src/_locales/cs/messages.json
@@ -0,0 +1,114 @@
+{
+ "appName": {
+ "message": "Translate Selected Text",
+ "description": "The app name"
+ },
+ "appBetaName": {
+ "message": "Translate Selected Text (Beta)",
+ "description": "The beta app name"
+ },
+ "appDescription": {
+ "message": "Přeložte označený text pomocí překladače Google",
+ "description": "The app description"
+ },
+ "contextmenu_title": {
+ "message": "Přeložit označený text do...",
+ "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": "Přeložit označený text do '$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": "Editovat jazyky...",
+ "description": "Title of the item inside the 'Translate section into...' context menu which is used to go to the options page."
+ },
+ "options_welcome": {
+ "message": "Vítejte!",
+ "description": "Title of the options page which welcomes users"
+ },
+ "options_introduction": {
+ "message": "Vyberte jazyky, které chcete zobrazit v nabídce \"přeložit\".",
+ "description": "Introduction paragraph in the options page preceding the language list."
+ },
+ "options_languageselectheader": {
+ "message": "Jazyky:",
+ "description": "Header of the selected languages list."
+ },
+ "options_otheroptionsheader": {
+ "message": "Další možnosti:",
+ "description": "Subheader in the options page before the options to choose where should the translation be shown.."
+ },
+ "options_tabsoption_1": {
+ "message": "Pro každý překlad otevřít na nové kartě překladač Google.",
+ "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": "Místo otevírání několika karet otevřít překladač Google na jedinečné kartě a přepsat poslední překlad.",
+ "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": "Překladač Google otevřít ve vyskakovacím okně.",
+ "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": "Uložit",
+ "description": "Save button in the settings page"
+ },
+ "options_addlanguage": {
+ "message": "Přidat jazyk",
+ "description": "Title for the 'Add language' dialog"
+ },
+ "options_addlanguage_addbutton": {
+ "message": "Přidat",
+ "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": "Jazyk:",
+ "description": "Label for the language selector in the 'Add language' dialog"
+ },
+ "options_credits": {
+ "message": "Poděkování",
+ "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": "Rozšíření vytvořil: <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": "domovská stránka",
+ "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": "Překlady",
+ "description": "Header for the section in the credits dialog which recognizes translators."
+ },
+ "options_credits_translations_paragraph": {
+ "message": "Rád bych poděkoval následujícím přispěvatelům, kteří obětavě přeložili rozhraní tohoto rozšíření do mnoha jazyků:",
+ "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)"
+ },
+ "options_cancel": {
+ "message": "Zrušit",
+ "description": "Cancel button in the dialogs, to reject an action."
+ },
+ "notification_install_title": {
+ "message": "Děkujeme za instalaci 'Translate Selected Text'"
+ },
+ "notification_install_message": {
+ "message": "Pro nastavení klikněte na toto oznámení."
+ }
+}
diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json
index cf7c886..5404591 100644
--- a/src/_locales/de/messages.json
+++ b/src/_locales/de/messages.json
@@ -53,6 +53,10 @@
"message": "Öffnen Sie Google Übersetzer in einem besonderen Tab und überschreiben Sie die letzte Übersetzung, anstatt weitere Tabs zu öffnen.",
"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": "Google Translate in einem Popup öffnen.",
+ "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": "Speichern",
"description": "Save button in the settings page"
diff --git a/src/json/i18n-credits.json b/src/json/i18n-credits.json
index 4844140..810fd64 100644
--- a/src/json/i18n-credits.json
+++ b/src/json/i18n-credits.json
@@ -93,6 +93,42 @@
]
},
{
+ "name": "Csegöldi Csaba (csacseg)",
+ "languages": [
+ {
+ "id": "hu",
+ "name": "Hungarian"
+ }
+ ]
+ },
+ {
+ "name": "Ahmed Mohamed Abbas (moodfactor)",
+ "languages": [
+ {
+ "id": "ar",
+ "name": "Arabic"
+ }
+ ]
+ },
+ {
+ "name": "Miguel Dos Reis (siersod)",
+ "languages": [
+ {
+ "id": "pt-PT",
+ "name": "Portuguese"
+ }
+ ]
+ },
+ {
+ "name": "dusttanker (macio955)",
+ "languages": [
+ {
+ "id": "pl",
+ "name": "Polish"
+ }
+ ]
+ },
+ {
"name": "zararina",
"languages": [
{
@@ -111,42 +147,6 @@
]
},
{
- "name": "Can Altıntaş (crybois)",
- "languages": [
- {
- "id": "en-GB",
- "name": "English, United Kingdom"
- }
- ]
- },
- {
- "name": "dusttanker (macio955)",
- "languages": [
- {
- "id": "pl",
- "name": "Polish"
- }
- ]
- },
- {
- "name": "Ahmed Mohamed Abbas (moodfactor)",
- "languages": [
- {
- "id": "ar",
- "name": "Arabic"
- }
- ]
- },
- {
- "name": "Csegöldi Csaba (csacseg)",
- "languages": [
- {
- "id": "hu",
- "name": "Hungarian"
- }
- ]
- },
- {
"name": "Andra (sarmizegetusa)",
"languages": [
{
@@ -156,6 +156,15 @@
]
},
{
+ "name": "Can Altıntaş (crybois)",
+ "languages": [
+ {
+ "id": "en-GB",
+ "name": "English, United Kingdom"
+ }
+ ]
+ },
+ {
"name": "M Angga Ariska (anggaariska)",
"languages": [
{
@@ -165,15 +174,6 @@
]
},
{
- "name": "Miguel Dos Reis (siersod)",
- "languages": [
- {
- "id": "pt-PT",
- "name": "Portuguese"
- }
- ]
- },
- {
"name": "sagorahmed",
"languages": [
{
@@ -183,15 +183,6 @@
]
},
{
- "name": "jznsamuel (jasonsamuel88)",
- "languages": [
- {
- "id": "hi",
- "name": "Hindi"
- }
- ]
- },
- {
"name": "Grimpy",
"languages": [
{
@@ -201,6 +192,15 @@
]
},
{
+ "name": "jznsamuel (jasonsamuel88)",
+ "languages": [
+ {
+ "id": "hi",
+ "name": "Hindi"
+ }
+ ]
+ },
+ {
"name": "Zacarias Ponte (wolfteambrconta)",
"languages": [
{
@@ -219,6 +219,15 @@
]
},
{
+ "name": "Lukas Novotny (novas78)",
+ "languages": [
+ {
+ "id": "cs",
+ "name": "Czech"
+ }
+ ]
+ },
+ {
"name": "Arefat Dev (arefat2005)",
"languages": [
{
@@ -291,15 +300,6 @@
]
},
{
- "name": "Tomas Santisteban Castaño (santicastano55)",
- "languages": [
- {
- "id": "es-ES",
- "name": "Spanish"
- }
- ]
- },
- {
"name": "Я. Николов (qroslavnikolaev)",
"languages": [
{
@@ -313,6 +313,15 @@
]
},
{
+ "name": "Tomas Santisteban Castaño (santicastano55)",
+ "languages": [
+ {
+ "id": "es-ES",
+ "name": "Spanish"
+ }
+ ]
+ },
+ {
"name": "潘忠廷 (zs123sz)",
"languages": [
{
@@ -322,6 +331,15 @@
]
},
{
+ "name": "jj jpg (smoes.jpg)",
+ "languages": [
+ {
+ "id": "de",
+ "name": "German"
+ }
+ ]
+ },
+ {
"name": "ต่าย กันทะพันธ์ (taiprotex)",
"languages": [
{
diff --git a/tools/i18n/blocked-users.txt b/tools/i18n/blocked-users.txt
index 052e6f5..065d6d8 100644
--- a/tools/i18n/blocked-users.txt
+++ b/tools/i18n/blocked-users.txt
@@ -23,6 +23,7 @@
# NOTE: Once their translations have been cleaned/moved, each translator should
# be removed from this list.
mikkosaarinentapani
+deepIQ
# This is the extension creator, so he shouldn't be credited as a translator
# neither.