From 5157cf4c969d94a743b100b6716ce1ea3824e5e2 Mon Sep 17 00:00:00 2001 From: sienori Date: Wed, 7 Feb 2018 15:01:37 +0900 Subject: [PATCH] New Crowdin translations (#56) * New translations messages.json (Korean) * New translations messages.json (Hungarian) * New translations messages.json (Greek) * New translations messages.json (Ukrainian) * New translations messages.json (Swedish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Romanian) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Portuguese) * New translations messages.json (Norwegian) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Indonesian) * New translations messages.json (Hebrew) * New translations messages.json (German) * New translations messages.json (Turkish) * New translations messages.json (French) * New translations messages.json (English) * New translations messages.json (Dutch) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Catalan) * New translations messages.json (Bulgarian) * New translations messages.json (Arabic) * New translations messages.json (Afrikaans) * New translations messages.json (Polish) * New translations messages.json (Finnish) * New translations messages.json (Spanish) * New translations messages.json (Vietnamese) --- simple-translate/_locales/af_ZA/messages.json | 19 ++- simple-translate/_locales/ar_SA/messages.json | 19 ++- simple-translate/_locales/bg_BG/messages.json | 158 ++++++++++++++++++ simple-translate/_locales/ca_ES/messages.json | 19 ++- simple-translate/_locales/cs_CZ/messages.json | 19 ++- simple-translate/_locales/da_DK/messages.json | 19 ++- simple-translate/_locales/de_DE/messages.json | 85 ++++++---- simple-translate/_locales/el_GR/messages.json | 19 ++- simple-translate/_locales/en_US/messages.json | 19 ++- simple-translate/_locales/es_ES/messages.json | 83 +++++---- simple-translate/_locales/fi_FI/messages.json | 31 +++- simple-translate/_locales/fr_FR/messages.json | 19 ++- simple-translate/_locales/he_IL/messages.json | 19 ++- simple-translate/_locales/hu_HU/messages.json | 93 ++++++----- simple-translate/_locales/id_ID/messages.json | 27 ++- simple-translate/_locales/it_IT/messages.json | 19 ++- simple-translate/_locales/ja_JP/messages.json | 21 ++- simple-translate/_locales/ko_KR/messages.json | 103 +++++++----- simple-translate/_locales/nl_NL/messages.json | 19 ++- simple-translate/_locales/no_NO/messages.json | 19 ++- simple-translate/_locales/pl_PL/messages.json | 25 ++- simple-translate/_locales/pt_BR/messages.json | 27 ++- simple-translate/_locales/pt_PT/messages.json | 19 ++- simple-translate/_locales/ro_RO/messages.json | 19 ++- simple-translate/_locales/ru_RU/messages.json | 29 +++- simple-translate/_locales/sr_SP/messages.json | 19 ++- simple-translate/_locales/sv_SE/messages.json | 19 ++- simple-translate/_locales/tr_TR/messages.json | 27 ++- simple-translate/_locales/uk_UA/messages.json | 19 ++- simple-translate/_locales/vi_VN/messages.json | 19 ++- simple-translate/_locales/zh_CN/messages.json | 85 ++++++---- simple-translate/_locales/zh_TW/messages.json | 27 ++- 32 files changed, 893 insertions(+), 270 deletions(-) create mode 100644 simple-translate/_locales/bg_BG/messages.json diff --git a/simple-translate/_locales/af_ZA/messages.json b/simple-translate/_locales/af_ZA/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/af_ZA/messages.json +++ b/simple-translate/_locales/af_ZA/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/ar_SA/messages.json b/simple-translate/_locales/ar_SA/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/ar_SA/messages.json +++ b/simple-translate/_locales/ar_SA/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/bg_BG/messages.json b/simple-translate/_locales/bg_BG/messages.json new file mode 100644 index 0000000..808cf90 --- /dev/null +++ b/simple-translate/_locales/bg_BG/messages.json @@ -0,0 +1,158 @@ +{ + "extName": { + "message": "Simple Translate" + }, + "extDescription": { + "message": "Преглеждайте преводи лесно, докато сърфирате в мрежата." + }, + "initialTextArea": { + "message": "Въведете текст" + }, + "showLink": { + "message": "Преведете тази страница" + }, + "targetLangLabel": { + "message": "Целеви език" + }, + "langList": { + "message": "af:Африканс, sq:Албански, am:Амхарски, ar:Арабски, hy:Арменски, az:Азербайджански, eu:Баскски, be:Беларуски, bn:Бенгалски, bs:Босненски, bg:Български, ca:Каталонски, ceb:Себуански, ny:Нянджа, zh-CN:Китайски (КНР), zh-TW:Китайски (Тайван), co:Корсикански, hr:Хърватски, cs:Чешки, da:Датски, nl:Нидерландски, en:Английски, eo:Есперанто, et:Естонски, fi:Фински, fr:Френски, fy:Фризийски, gl:Галисийски, ka:Грузински, de:Немски, el:Гръцки, gu:Гуджаратски, ht:Хаитянски, ha:Хауса, haw:Хавайски, he:Иврит, hi:Хинди, hu:Унгарски, is:Исландски, ig:Игбо, id:Индонезийски, ga:Ирландски, it:Италиански, ja:Японски, jv:Явански, kn:Каннада, kk:Казахски, km:Кхмерски, ky:Киргизки, ko:Корейски, ku:Кюрдски, lo:Лаоски, la:Латински, lv:Латвийски, lt:Литовски, lb:Люксембургски, mk:Македонски, mg:Малгашки, ms:Малайски, ml:Малаялам, mt:Малтийски, mi:Маорски, mr:Маратхи, mn:Монголски, hmn:Монк, my:Бирмански, ne:Непалски, no:Норвежки, fa:Персийски, pl:Полски, pt:Португалски, pa:Панджабски, ps:Пущунски, ro:Румънски, ru:Руски, sm:Самоански, gd:Шотландски Келтски, sr:Сръбски, sn:Шона, sd:Синдхи, si:Синхалски, sk:Словашки, sl:Словенски, so:Сомалийски, sx:Сото, es:Испански, su:Сундански, sw:Суахили, sv:Шведски, tl:Тагалог, tg:Таджикски, ta:Тамилски, te:Телугу, th:Тайски, tr:Турски, uk:Украински, ur:Урду, uz:Узбекски, vi:Виетнамски, cy:Уелски, xh:Кхоса, yi:Идиш, yo:Йоруба, zu:Зулуски" + }, + "settingsLabel": { + "message": "Настройки" + }, + "generalLabel": { + "message": "Общи" + }, + "targetLangCaptionLabel": { + "message": "Изберете целевия език по подразбиране." + }, + "webPageLabel": { + "message": "Уеб страница" + }, + "ifShowCandidateLabel": { + "message": "Показване на алтернативни преводи" + }, + "ifShowCandidateCaptionLabel": { + "message": "Показва множество кандидати за превода, когато само една дума бъде преведена." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, + "ifShowButtonLabel": { + "message": "Display translation button" + }, + "ifShowButtonCaptionLabel": { + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." + }, + "ifCheckLangLabel": { + "message": "Не показвай бутона, ако преводът не е необходим" + }, + "ifCheckLangCaptionLabel": { + "message": "Открива езика на избрания текст, и ако той съвпада с целевия език, бутонът не се показва." + }, + "ifShowMenuLabel": { + "message": "Показване на контекстното меню" + }, + "ifShowMenuCaptionLabel": { + "message": "Добавя елементи към контекстното меню, което се показва, когато щракнете с десния бутон на мишката върху уеб страницата." + }, + "toolbarLabel": { + "message": "Прозорец от лентата с инструменти" + }, + "ifChangeSecondLangLabel": { + "message": "Автоматично превключване към втория език" + }, + "ifChangeSecondLangCaptionLabel": { + "message": "Открива езика на въведения текст, и ако той съвпада с целевия език по подразбиране, го превежда на втория целеви език." + }, + "secondTargetLangLabel": { + "message": "Втори език" + }, + "secondTargetLangCaptionLabel": { + "message": "Изберете втория целеви език." + }, + "styleLabel": { + "message": "Стил" + }, + "buttonStyleLabel": { + "message": "Бутон за превод" + }, + "buttonStyleCaptionLabel": { + "message": "Посочете стила на бутона за преводи, показващ се в уеб страницата." + }, + "buttonSizeLabel": { + "message": "Големина" + }, + "buttonPositionLabel": { + "message": "Местоположение при показване" + }, + "rightUpLabel": { + "message": "Горе вдясно" + }, + "rightDownLabel": { + "message": "Долу вдясно" + }, + "leftUpLabel": { + "message": "Горе вляво" + }, + "leftDownLabel": { + "message": "Долу вляво" + }, + "panelStyleLabel": { + "message": "Панел за превод" + }, + "panelStyleCaptionLabel": { + "message": "Посочете стила на панела за преводи, показващ се в уеб страницата." + }, + "widthLabel": { + "message": "Широчина" + }, + "heightLabel": { + "message": "Височина" + }, + "fontSizeLabel": { + "message": "Размер на шрифта" + }, + "bgColorLabel": { + "message": "Цвят на фона" + }, + "informationLabel": { + "message": "Информация" + }, + "licenseLabel": { + "message": "Лиценз" + }, + "donationLabel": { + "message": "Моля, направете дарение" + }, + "donationCaptionLabel": { + "message": "Благодаря ви че използвате Семпъл Преводач.
Вашата подкрепа би значела много за мен, тъй като ще продължа да разработвам добавката си.
Ако харесвате Семпъл Преводач, бих се радвал ако обмислите да дарите." + }, + "addonPageLabel": { + "message": "Страница на добавката" + }, + "addonUrl": { + "message": "https:\/\/addons.mozilla.org\/bg\/firefox\/addon\/simple-translate\/?src=optionpage" + }, + "translatePageMenu": { + "message": "Преведете тази страница" + }, + "translateTextMenu": { + "message": "Преведете избрания текст" + }, + "translateLinkMenu": { + "message": "Преведете избраната връзка" + } +} \ No newline at end of file diff --git a/simple-translate/_locales/ca_ES/messages.json b/simple-translate/_locales/ca_ES/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/ca_ES/messages.json +++ b/simple-translate/_locales/ca_ES/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/cs_CZ/messages.json b/simple-translate/_locales/cs_CZ/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/cs_CZ/messages.json +++ b/simple-translate/_locales/cs_CZ/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/da_DK/messages.json b/simple-translate/_locales/da_DK/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/da_DK/messages.json +++ b/simple-translate/_locales/da_DK/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/de_DE/messages.json b/simple-translate/_locales/de_DE/messages.json index 63c4a20..376267e 100644 --- a/simple-translate/_locales/de_DE/messages.json +++ b/simple-translate/_locales/de_DE/messages.json @@ -18,118 +18,133 @@ "message": "af:Afrikaans, sq:Albanisch, am:Amharisch, ar:Arabisch, hy:Armenisch, az:Aserbeidschanisch, eu:Baskisch, be:Weißrussisch, bn:Bengali, bs:Bosnisch, bg:Bulgarisch, ca:Katalanisch, ceb:Cebuano, ny:Nyanja, zh-CN:Chinesisch (VRC), zh-TW:Chinesisch (Taiwan), co:Korsisch, hr:Kroatisch, cs:Tschechisch, da:Dänisch, nl:Niederländisch, en:Englisch, eo:Esperanto, et:Estnisch, fi:Finnisch, fr:Französisch, fy:Friesisch, gl:Galicisch, ka:Georgisch, de:Deutsch, el:Griechisch, gu:Gujarati, ht:Haitien, ha:Haussa, haw:Hawaiisch, he:Hebräisch, hi:Hindi, hu:Ungarisch, is:Isländisch, ig:Ibo, id:Indonesisch, ga:Irisch, it:Italienisch, ja:Japanisch, jv:Javanisch, kn:Kannada, kk:Kasachisch, km:Khmer, ky:Kirgisisch, ko:Koreanisch, ku:Kurdisch, lo:Laotisch, la:Latein, lv:Lettisch, lt:Litauisch, lb:Luxemburgisch, mk:Makedonisch, mg:Malagassi, ms:Malaiisch, ml:Malayalam, mt:Maltesisch, mi:Maori, mr:Marathi, mn:Mongolisch, hmn:Miao, my:Birmanisch, ne:Nepali, no:Norwegisch, fa:Persisch, pl:Polnisch, pt:Portugiesisch, pa:Pandschabi, ps:Paschtu, ro:Rumänisch, ru:Russisch, sm:Samoanisch, gd:Gälisch-Schottisch, sr:Serbisch, sn:Schona, sd:Sindhi, si:Singhalesisch, sk:Slowakisch, sl:Slowenisch, so:Somali, sx:Sotho, es:Spanisch, su:Sundanesisch, sw:Swahili, sv:Schwedisch, tl:Tagalog, tg:Tadschikisch, ta:Tamil, te:Telugu, th:Thailändisch, tr:Türkisch, uk:Ukrainisch, ur:Urdu, uz:Usbekisch, vi:Vietnamesisch, cy:Kymrisch, xh:Xhosa, yi:Jiddisch, yo:Yoruba, zu:Zulu" }, "settingsLabel": { - "message": "Settings" + "message": "Einstellungen" }, "generalLabel": { - "message": "General" + "message": "Allgemein" }, "targetLangCaptionLabel": { - "message": "Select the default target language." + "message": "Wähle die Standardzielsprache." }, "webPageLabel": { - "message": "Web page" + "message": "Webseite" }, "ifShowCandidateLabel": { "message": "Alternative Übersetzungen anzeigen" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "Mehrere alternative Übersetzungen anzeigen wenn ein einzelnes Wort übersetzt wird." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { - "message": "Do not display the button if translation is not required" + "message": "Die Schaltfläche nicht angezeigt, wenn keine Übersetzung notwendig ist" }, "ifCheckLangCaptionLabel": { - "message": "Detects the language of the selected text, and if it is the same as the target language, the button is not displayed." + "message": "Erkennt die Sprache des ausgewählten Textes und unterdrückt die Schaltfläche wenn der Text bereits in der Zielsprache ist." }, "ifShowMenuLabel": { - "message": "Display the context menu" + "message": "Kontextmenü anzeigen" }, "ifShowMenuCaptionLabel": { - "message": "Add items to the context menu displayed when right clicking on the web page." + "message": "Menüeinträge zu dem Kontextmenü hinzufügen welches angezeigt wird wenn man mit der rechten Maustaste auf eine Webseite klickt." }, "toolbarLabel": { - "message": "Toolbar popup" + "message": "Werkzeugleistenfenster" }, "ifChangeSecondLangLabel": { - "message": "Automatically switch to the second language" + "message": "Automatisch zur Zweitsprache wechseln" }, "ifChangeSecondLangCaptionLabel": { - "message": "Detects the language of the input text, and if it is the same as the default target language, translate it into the second language." + "message": "Erkennt die Sprache des eingegebenen Textes und übersetzt diesen in die Zweitsprache, falls er in der Standardzielsprache ist." }, "secondTargetLangLabel": { "message": "Zweitsprache" }, "secondTargetLangCaptionLabel": { - "message": "Select the second target language." + "message": "Wähle die Zweitsprache." }, "styleLabel": { - "message": "Style" + "message": "Layout" }, "buttonStyleLabel": { - "message": "Translation button" + "message": "Übersetzungsschaltfläche" }, "buttonStyleCaptionLabel": { - "message": "Specify the style of the translation button displayed on the web page." + "message": "Konfiguriere das Layout der Übersetzungsschaltfläche, die auf Webseiten angezeigt wird." }, "buttonSizeLabel": { - "message": "Size" + "message": "Größe" }, "buttonPositionLabel": { - "message": "Display position" + "message": "Anzeigeposition" }, "rightUpLabel": { - "message": "Top right" + "message": "Oben rechts" }, "rightDownLabel": { - "message": "Unten links" + "message": "Unten rechts" }, "leftUpLabel": { - "message": "Top left" + "message": "Oben links" }, "leftDownLabel": { - "message": "Bottom left" + "message": "Unten links" }, "panelStyleLabel": { - "message": "Translation panel" + "message": "Werkzeugleistenfenster" }, "panelStyleCaptionLabel": { - "message": "Specify the style of the translation panel displayed on the web page." + "message": "Konfiguriere das Layout des Werkzeugleistenfensters, das auf Webseiten angezeigt wird." }, "widthLabel": { - "message": "Width" + "message": "Breite" }, "heightLabel": { - "message": "Height" + "message": "Höhe" }, "fontSizeLabel": { "message": "Schriftgröße" }, "bgColorLabel": { - "message": "Background color" + "message": "Hintergrundfarbe" }, "informationLabel": { - "message": "Information" + "message": "Informationen" }, "licenseLabel": { - "message": "License" + "message": "Lizenz" }, "donationLabel": { - "message": "Please make a donation" + "message": "Bitte spende" }, "donationCaptionLabel": { - "message": "Thank you for using Simple Translate.
Your support will be a big encouragement, as I continue to develop the add-on.
If you like Simple Translate, I would be pleased if you could consider donating." + "message": "Danke für das Benutzen von Simple Translate.
Deine Unterstützung wird ein großer Ansporn bei der Weiterentwicklung dieses Add-ons sein.
Wenn du Simple Translate magst, wäre es schön wenn du eine Spende in Erwägung ziehst." }, "addonPageLabel": { - "message": "Add-on page" + "message": "Add-on Seite" }, "addonUrl": { - "message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage" + "message": "https:\/\/addons.mozilla.org\/de\/firefox\/addon\/simple-translate\/?src=optionpage" }, "translatePageMenu": { "message": "Diese Seite übersetzen" diff --git a/simple-translate/_locales/el_GR/messages.json b/simple-translate/_locales/el_GR/messages.json index ef67073..4aea9e5 100644 --- a/simple-translate/_locales/el_GR/messages.json +++ b/simple-translate/_locales/el_GR/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/en_US/messages.json b/simple-translate/_locales/en_US/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/en_US/messages.json +++ b/simple-translate/_locales/en_US/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/es_ES/messages.json b/simple-translate/_locales/es_ES/messages.json index 2b7a8d0..42f6aeb 100644 --- a/simple-translate/_locales/es_ES/messages.json +++ b/simple-translate/_locales/es_ES/messages.json @@ -15,118 +15,133 @@ "message": "Idioma de destino" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af:Africano, sq:Albanés, am:Amárico, ar:Arábe, hy:Armenio, az:Azerbaijani, eu:Vasco, be:Bielorruso, bn:Bengalí, bs:Bosnio, bg:Búlgaro, ca:Catalán, ceb:Cebuano, ny:Chewa, zh-CN:Chino (PRC), zh-TW:Chino (Taiwan), co:Corso, hr:Croata, cs:Checo, da:Danés, nl:Holandés, en:Inglés, eo:Esperanto, et:Estonio, fi:Finlandés, fr:French, fy:Frisio, gl:Gallego, ka:Georgiano, de:Alemán, el:Griego, gu:Gujarati, ht:Haitiano, ha:Hausa, haw:Hawaiano, he:Hebreo, hi:Hindi, hu:Húngaro, is:Islandés, ig:Igbo, id:Indonesio, ga:Iirlandés, it:Italiano, ja:Japonés, jv:Javanés, kn:Kannada, kk:Kazaj, km:Khmer, ky:Kirguiz, ko:Coreano, ku:Kurdo, lo:Laotiano, la:Latín, lv:Letón, lt:Lituano, lb:Luxemburgués, mk:Macedonio, mg:Madagascarí, ms:Malayo, ml:Malayalam, mt:Maltés, mi:Maorí, mr:Marathi, mn:Mongól, hmn:Monje, my:Myanmar, ne:Nepalí, no:Noruego, fa:Persa, pl:Polaco, pt:Portugués, pa:Punjabi, ps:Pushto, ro:Rúmano, ru:Ruso, sm:Samoano, gd:Escocés Gaélico, sr:Serbio, sn:Shona, sd:Sindhi, si:Sinhala, sk:Eslováco, sl:Esloveno, so:Somalí, sx:Sotho, es:Español, su:Sundanés, sw:Swahili, sv:Sueco, tl:Tagalo, tg:Tajiki, ta:Tamil, te:Telugu, th:Tailandés, tr:Turco, uk:Ucraniano, ur:Urdu, uz:Uzbek, vi:Vietnamita, cy:Welsh, xh:Xosa, yi:Yídish, yo:Yoruba, zu:Zulú" }, "settingsLabel": { - "message": "Settings" + "message": "Ajustes" }, "generalLabel": { "message": "General" }, "targetLangCaptionLabel": { - "message": "Select the default target language." + "message": "Seleccione el idiota predeterminado de destino." }, "webPageLabel": { - "message": "Web page" + "message": "Página web" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "Mostrar candidatos para traducción" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "Mostrar múltiples candidatos de traducción cuando se una sola palabra es traducida." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { - "message": "Do not display the button if translation is not required" + "message": "No mostrar el botón si la traducción no es necesaria" }, "ifCheckLangCaptionLabel": { - "message": "Detects the language of the selected text, and if it is the same as the target language, the button is not displayed." + "message": "Detecta el idioma del texto seleccionado, y si es el mismo que el idioma de destino, el botón no se muestra." }, "ifShowMenuLabel": { - "message": "Display the context menu" + "message": "Mostrar el menú contextual" }, "ifShowMenuCaptionLabel": { - "message": "Add items to the context menu displayed when right clicking on the web page." + "message": "Agregar elementos al menú contextual que se muestra al hacer clic derecho en la página web." }, "toolbarLabel": { - "message": "Toolbar popup" + "message": "Ventana emergente de la barra de herramientas" }, "ifChangeSecondLangLabel": { - "message": "Automatically switch to the second language" + "message": "Cambiar automáticamente al segundo lenguaje" }, "ifChangeSecondLangCaptionLabel": { - "message": "Detects the language of the input text, and if it is the same as the default target language, translate it into the second language." + "message": "Detecta el idioma del texto de entrada, y si es el mismo que el idioma predeterminado de destino, traducir al segundo idioma." }, "secondTargetLangLabel": { "message": "Segunda lengua" }, "secondTargetLangCaptionLabel": { - "message": "Select the second target language." + "message": "Seleccione el segundo idioma de destino." }, "styleLabel": { - "message": "Style" + "message": "Estilo" }, "buttonStyleLabel": { - "message": "Translation button" + "message": "Botón de traducción" }, "buttonStyleCaptionLabel": { - "message": "Specify the style of the translation button displayed on the web page." + "message": "Especifica el estilo del botón de traducción mostrado en la página web." }, "buttonSizeLabel": { - "message": "Size" + "message": "Tamaño" }, "buttonPositionLabel": { - "message": "Display position" + "message": "Mostrar posición" }, "rightUpLabel": { - "message": "Top right" + "message": "Arriba a la derecha" }, "rightDownLabel": { "message": "Abajo a la derecha" }, "leftUpLabel": { - "message": "Top left" + "message": "Arriba a la izquierda" }, "leftDownLabel": { - "message": "Bottom left" + "message": "Abajo a la izquierda" }, "panelStyleLabel": { - "message": "Translation panel" + "message": "Panel de traducción" }, "panelStyleCaptionLabel": { - "message": "Specify the style of the translation panel displayed on the web page." + "message": "Especifica el estilo del panel de traducción mostrado en la página web." }, "widthLabel": { - "message": "Width" + "message": "Ancho" }, "heightLabel": { - "message": "Height" + "message": "Altura" }, "fontSizeLabel": { "message": "Tamaño de la fuente" }, "bgColorLabel": { - "message": "Background color" + "message": "Color de fondo" }, "informationLabel": { - "message": "Information" + "message": "Información" }, "licenseLabel": { - "message": "License" + "message": "Licencia" }, "donationLabel": { - "message": "Please make a donation" + "message": "Por favor haga una donación" }, "donationCaptionLabel": { - "message": "Thank you for using Simple Translate.
Your support will be a big encouragement, as I continue to develop the add-on.
If you like Simple Translate, I would be pleased if you could consider donating." + "message": "Gracias por usar Simple Translate.
Su apoyo será un gran estímulo para continuar el desarrollo del complemento.
Si le gusta Simple Translate, me alegraría si pudiera considerar una donación." }, "addonPageLabel": { - "message": "Add-on page" + "message": "Página de complemento" }, "addonUrl": { "message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage" diff --git a/simple-translate/_locales/fi_FI/messages.json b/simple-translate/_locales/fi_FI/messages.json index d2f5512..dd2e2d1 100644 --- a/simple-translate/_locales/fi_FI/messages.json +++ b/simple-translate/_locales/fi_FI/messages.json @@ -6,7 +6,7 @@ "message": "View translations easily as you browse the web." }, "initialTextArea": { - "message": "Enter text" + "message": "Syötä teksti" }, "showLink": { "message": "Translate this page" @@ -18,10 +18,10 @@ "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" }, "settingsLabel": { - "message": "Settings" + "message": "Asetukset" }, "generalLabel": { - "message": "General" + "message": "Yleiset" }, "targetLangCaptionLabel": { "message": "Select the default target language." @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" @@ -69,7 +84,7 @@ "message": "Select the second target language." }, "styleLabel": { - "message": "Style" + "message": "Tyyli" }, "buttonStyleLabel": { "message": "Translation button" @@ -78,7 +93,7 @@ "message": "Specify the style of the translation button displayed on the web page." }, "buttonSizeLabel": { - "message": "Size" + "message": "Koko" }, "buttonPositionLabel": { "message": "Display position" @@ -114,7 +129,7 @@ "message": "Background color" }, "informationLabel": { - "message": "Information" + "message": "Tiedot" }, "licenseLabel": { "message": "License" diff --git a/simple-translate/_locales/fr_FR/messages.json b/simple-translate/_locales/fr_FR/messages.json index c2bc2ac..3a22aed 100644 --- a/simple-translate/_locales/fr_FR/messages.json +++ b/simple-translate/_locales/fr_FR/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/he_IL/messages.json b/simple-translate/_locales/he_IL/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/he_IL/messages.json +++ b/simple-translate/_locales/he_IL/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/hu_HU/messages.json b/simple-translate/_locales/hu_HU/messages.json index 9059014..5a915b4 100644 --- a/simple-translate/_locales/hu_HU/messages.json +++ b/simple-translate/_locales/hu_HU/messages.json @@ -12,132 +12,147 @@ "message": "Ez az oldal lefordítása" }, "targetLangLabel": { - "message": "Célnyelven" + "message": "Célnyelv" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af:Afrikaans, sq:Albán, am:Amhara, en:Angol, ar:Arab, az:Azeri, eu:Baszk, be:Belorusz, bn:Bengáli, bs:Bosnyák, bg:Bolgár, ceb:Cebuano, ny:Chichewa, cs:Cseh, da:Dán, eo:Eszperantó, et:Észt, fi:Finn, fr:Francia, fy:Fríz, gl:Galíciai, el:Görög, ka:Grúz, gu:Gudzsaráti, ht:Haiti kreol, ha:Hausza, haw:Hawaii, he:Héber, hi:Hindi, nl:Holland, hr:Horvát, ig:Igbo, id:Indonéz, ga:Ír, is:Izlandi, ja:Japán, jv:Jávai, yi:Jiddis, yo:Joruba, kn:Kannada, ca:Katalán, kk:Kazah, km:Khmer, ky:Kirgiz, zh-CN:Kínai (KNK), zh-TW:Kínai (tajvani), ko:Koreai, co:Korzikai, ku:Kurd, lo:Lao, la:Latin, pl:Lengyel, lv:Lett, lt:Litván, lb:Luxemburgi, mk:Macedón, hu:Magyar, mg:Malagaszi, ms:Maláj, ml:Malajálam , mt:Máltai, mi:Maori, mr:Maráthi, my:Mianmari, mn:Mongol, hmn:Monk, de:Német, ne:Nepáli, no:Norvég, it:Olasz, ru:Orosz, hy:Örmény, pa:Pandzsábi, ps:Pastu, fa:Perzsa, pt:Portugál, ro:Román, sn:Shona, gd:Skót-gael, es:Spanyol, sv:Svéd, sm:Szamoai, sr:Szerb, sd:Szindhi, si:Szinhala, sz:Szlovák, sl:Szlovén, so:Szomáli, sx:Szoto, sw:Szuahéli, su:Szundanéz, tg:Tadzsik, ta:Tamil, tl:Tagalog, te:Telugu, th:Thai, tr:Török, uk:Ukrán, ur:Urdu, uz:Üzbég, vi:Vietnami, cy:Walesi, xh:Xhosa, zu:Zulu" }, "settingsLabel": { - "message": "Settings" + "message": "Beállítások" }, "generalLabel": { - "message": "General" + "message": "Általános" }, "targetLangCaptionLabel": { - "message": "Select the default target language." + "message": "Válassza ki az alapértelmezett nyelvet." }, "webPageLabel": { - "message": "Web page" + "message": "Honlap" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "Lehetséges fordítások megjelenítése" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "Több lehetséges fordítás megjelenítése amikor csak egy szó kerül lefordításra." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { - "message": "Do not display the button if translation is not required" + "message": "Ne jelenjen meg a gomb ha nincs szükség fordításra" }, "ifCheckLangCaptionLabel": { - "message": "Detects the language of the selected text, and if it is the same as the target language, the button is not displayed." + "message": "Felismeri a kijelölt szöveg nyelvét és ha az megegyezik a célnyelvvel akkor a gomb nem jelenik meg." }, "ifShowMenuLabel": { - "message": "Display the context menu" + "message": "Megjelenítés a helyi menüben" }, "ifShowMenuCaptionLabel": { - "message": "Add items to the context menu displayed when right clicking on the web page." + "message": "Egy elemet ad a helyi menühöz, mely a weboldalon jobb kattintásra jelenik meg." }, "toolbarLabel": { - "message": "Toolbar popup" + "message": "Felugró eszköztár" }, "ifChangeSecondLangLabel": { - "message": "Automatically switch to the second language" + "message": "Automatikus váltás a második nyelvre" }, "ifChangeSecondLangCaptionLabel": { - "message": "Detects the language of the input text, and if it is the same as the default target language, translate it into the second language." + "message": "Felismeri a beírt szöveg nyelvét és ha az megegyezik az alapértelmezett célnyelvvel akkor a fordítás a második nyelvre történik." }, "secondTargetLangLabel": { "message": "Második nyelv" }, "secondTargetLangCaptionLabel": { - "message": "Select the second target language." + "message": "Válassza ki a második célnyelvvet." }, "styleLabel": { - "message": "Style" + "message": "Stílus" }, "buttonStyleLabel": { - "message": "Translation button" + "message": "Fordító gomb" }, "buttonStyleCaptionLabel": { - "message": "Specify the style of the translation button displayed on the web page." + "message": "Állítsa be a weboldalakon megjelenő fordító gomb stílusát." }, "buttonSizeLabel": { - "message": "Size" + "message": "Méret" }, "buttonPositionLabel": { - "message": "Display position" + "message": "Megjelenítés helye" }, "rightUpLabel": { - "message": "Top right" + "message": "Jobb felső" }, "rightDownLabel": { "message": "Jobb alsó" }, "leftUpLabel": { - "message": "Top left" + "message": "Bal felső" }, "leftDownLabel": { - "message": "Bottom left" + "message": "Bal alsó" }, "panelStyleLabel": { - "message": "Translation panel" + "message": "Fordító panel" }, "panelStyleCaptionLabel": { - "message": "Specify the style of the translation panel displayed on the web page." + "message": "Állítsa be a weboldalakon megjelenő fordító panel stílusát." }, "widthLabel": { - "message": "Width" + "message": "Szélesség" }, "heightLabel": { - "message": "Height" + "message": "Magasság" }, "fontSizeLabel": { "message": "Betűméret" }, "bgColorLabel": { - "message": "Background color" + "message": "Háttér színe" }, "informationLabel": { - "message": "Information" + "message": "Információ" }, "licenseLabel": { - "message": "License" + "message": "Licenc" }, "donationLabel": { - "message": "Please make a donation" + "message": "Adomány" }, "donationCaptionLabel": { - "message": "Thank you for using Simple Translate.
Your support will be a big encouragement, as I continue to develop the add-on.
If you like Simple Translate, I would be pleased if you could consider donating." + "message": "Köszönöm, hogy a Simple Translate bővítményt használja.
Támogatásával arra ösztönözhet, hogy tovább fejlesszem a bővítményt.
Ha tetszik önnek a Simple Translate, örülnék, ha megfontolhatná az adományozást." }, "addonPageLabel": { - "message": "Add-on page" + "message": "Bővítmány weoldala" }, "addonUrl": { "message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage" }, "translatePageMenu": { - "message": "Ez az oldal lefordítása" + "message": "Az oldal fordítása" }, "translateTextMenu": { - "message": "A kijelölt szöveg lefordítása" + "message": "A kijelölt szöveg fordítása" }, "translateLinkMenu": { - "message": "A kijelölt link fordítása" + "message": "A kijelölt hivatkoás fordítása" } } \ No newline at end of file diff --git a/simple-translate/_locales/id_ID/messages.json b/simple-translate/_locales/id_ID/messages.json index 9a100b8..2e16dec 100644 --- a/simple-translate/_locales/id_ID/messages.json +++ b/simple-translate/_locales/id_ID/messages.json @@ -15,7 +15,7 @@ "message": "Bahasa Target" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af: Afrikaans, sq: Albania, am: Amharik, ar: Arab, hy: Armenia, az: Azerbaijani, eu: Basque, be: Belarusia, bn: Bengali, bs: Bosnia, bg: Bulgaria, ca: Katalan, ceb: Cebuano, ny: Chewa, zh-CN: Chinese (RRC), zh-TW: Cina (Taiwan), co: Korsika, Inggris: Kroasia, Ceko: Ceko, da: Denmark, Belanda: Inggris, Inggris: Esperanto, et: Estonia, fi: Finnish, fr: Prancis, fy: Frisian, gl: Galicia, ka: Georgia, de: Jerman, el: Yunani, gu: Gujarati, ht: Haiti, ha: Hausa, haw: Hawaii, Dia: bahasa Ibrani, hai: Hindi, hu: Hungaria, adalah: Icelandic, ig: Igbo, id: Indonesian, ga: Irlandia, it: Italian, ja: Japanese, jv: Javanese, kn: Kannada, kk: Kazakh, km: Khmer, ky: Kirghiz, ko: Korea, ku: Kurdi, bahasa lo: Laos, la: Latin, Latvia: Latvia, Inggris: Ibrani, Ibrani: Malagasi, ms: Melayu, ml: Malayalam, mt: Maltese, mi: Maori, mr: Marathi, mn: Mongolia, hmn: Biksu, saya: Myanmar, ne: Nepal, tidak: Norwegian, fa: bahasa Persia, pl: Polandia, pt: Portugis, pa: Punjabi, ps: Pushto, ro: Rumania, ru: Rusia, sm: Samoan, gd: Gaelik Skotlandia, sr: Serbia, sn: Shona, sd: Sindh Saya, si: Sinhala, sk: Slowakia, sl: Slovenia, jadi: Somalia, sx: Sotho, bahasa: Spanyol, su: bahasa Sunda, sw: Swahili, sv: Swedia, tl: Tagalog, tg: Tajiki, ta: Tamil, te: Telugu, th: Thai, tr: Turkish, uk: Ukrainian, ur: Urdu, uz: Uzbek, vi: Vietnamese, cy: Welsh, xh: Xosa, yi: Yiddish, yo: Yoruba, zu: Zulu" }, "settingsLabel": { "message": "Pengaturan" @@ -30,16 +30,31 @@ "message": "Halaman web" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "Tampilkan kandidat terjemahan" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "Tampilkan beberapa kandidat terjemahan saat satu kata diterjemahkan." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Menampilkan tombol ketika teks yang dipilih" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Menampilkan tombol terjemahan ketika teks yang dipilih pada halaman web." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Jangan menampilkan tombol jika terjemahan tidak diperlukan" @@ -111,7 +126,7 @@ "message": "Ukuran huruf" }, "bgColorLabel": { - "message": "Background color" + "message": "Warna latar belakang" }, "informationLabel": { "message": "Informasi" diff --git a/simple-translate/_locales/it_IT/messages.json b/simple-translate/_locales/it_IT/messages.json index 2e4116e..0b7f669 100644 --- a/simple-translate/_locales/it_IT/messages.json +++ b/simple-translate/_locales/it_IT/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/ja_JP/messages.json b/simple-translate/_locales/ja_JP/messages.json index a38d160..2419f93 100644 --- a/simple-translate/_locales/ja_JP/messages.json +++ b/simple-translate/_locales/ja_JP/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "一つの語句が翻訳された時に複数の候補を表示します。" }, + "whenSelectTextLabel": { + "message": "テキスト選択時の動作" + }, + "ifAutoTranslateLabel": { + "message": "翻訳パネルを表示する" + }, + "ifAutoTranslateCaptionLabel": { + "message": "ボタンを表示せずに直接翻訳パネルを表示します。" + }, "ifShowButtonLabel": { - "message": "テキスト選択時にボタンを表示する" + "message": "翻訳ボタンを表示する" }, "ifShowButtonCaptionLabel": { - "message": "webページ上のテキストを選択した時に翻訳ボタンを表示します。" + "message": "クリックすると翻訳パネルが開くボタンを表示します。" + }, + "dontshowbuttonlabel": { + "message": "ボタンやパネルを表示しない" + }, + "dontshowbuttonCaptionlabel": { + "message": "翻訳ボタンや翻訳パネルを表示しません。" }, "ifCheckLangLabel": { "message": "翻訳の必要がなければボタンを表示しない" @@ -129,7 +144,7 @@ "message": "アドオンページ" }, "addonUrl": { - "message": "https:\\\/\\\/addons.mozilla.org\\\/ja\\\/firefox\\\/addon\\\/simple-translate\\\/?src=optionpage" + "message": "https:\/\/addons.mozilla.org\/ja\/firefox\/addon\/simple-translate\/?src=optionpage" }, "translatePageMenu": { "message": "ページ全体を翻訳" diff --git a/simple-translate/_locales/ko_KR/messages.json b/simple-translate/_locales/ko_KR/messages.json index d2f5512..2042bad 100644 --- a/simple-translate/_locales/ko_KR/messages.json +++ b/simple-translate/_locales/ko_KR/messages.json @@ -6,138 +6,153 @@ "message": "View translations easily as you browse the web." }, "initialTextArea": { - "message": "Enter text" + "message": "텍스트 입력" }, "showLink": { - "message": "Translate this page" + "message": "이 페이지 번역" }, "targetLangLabel": { - "message": "Target language" + "message": "번역 언어" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:한국어, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" }, "settingsLabel": { - "message": "Settings" + "message": "설정" }, "generalLabel": { - "message": "General" + "message": "일반" }, "targetLangCaptionLabel": { - "message": "Select the default target language." + "message": "기본 번역 언어를 선택하세요." }, "webPageLabel": { - "message": "Web page" + "message": "웹 페이지" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "다른 번역 보기" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "한 단어를 번역할 때 다른 여러 번역 결과를 보여줍니다." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "텍스트를 선택했을 때 번역 버튼 보여주기" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "웹 페이지에서 텍스트를 선택했을 때 버튼을 보여줍니다." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { - "message": "Do not display the button if translation is not required" + "message": "번역이 필요 없을 때 버튼을 보여주지 않기" }, "ifCheckLangCaptionLabel": { - "message": "Detects the language of the selected text, and if it is the same as the target language, the button is not displayed." + "message": "선택된 텍스트의 언어를 감지해 번역 대상 언어와 일치하면 버튼을 보여주지 않습니다." }, "ifShowMenuLabel": { - "message": "Display the context menu" + "message": "컨텍스트 메뉴 출력" }, "ifShowMenuCaptionLabel": { - "message": "Add items to the context menu displayed when right clicking on the web page." + "message": "웹 페이지에서 오른쪽 클릭을 했을 때 번역 버튼을 추가합니다." }, "toolbarLabel": { - "message": "Toolbar popup" + "message": "툴바 팝업" }, "ifChangeSecondLangLabel": { - "message": "Automatically switch to the second language" + "message": "자동으로 보조 언어로 전환" }, "ifChangeSecondLangCaptionLabel": { - "message": "Detects the language of the input text, and if it is the same as the default target language, translate it into the second language." + "message": "입력된 언어가 기본 번역 언어일 때 보조 언어로 번역합니다." }, "secondTargetLangLabel": { - "message": "Second language" + "message": "보조 언어" }, "secondTargetLangCaptionLabel": { - "message": "Select the second target language." + "message": "보조 번역 언어를 선택하세요." }, "styleLabel": { - "message": "Style" + "message": "모양" }, "buttonStyleLabel": { - "message": "Translation button" + "message": "번역 버튼" }, "buttonStyleCaptionLabel": { - "message": "Specify the style of the translation button displayed on the web page." + "message": "웹 페이지에서 보이는 버튼에 대한 모양을 설정합니다." }, "buttonSizeLabel": { - "message": "Size" + "message": "크기" }, "buttonPositionLabel": { - "message": "Display position" + "message": "출력 위치" }, "rightUpLabel": { - "message": "Top right" + "message": "우측 상단" }, "rightDownLabel": { - "message": "Bottom right" + "message": "우측 하단" }, "leftUpLabel": { - "message": "Top left" + "message": "좌측 상단" }, "leftDownLabel": { - "message": "Bottom left" + "message": "좌측 하단" }, "panelStyleLabel": { - "message": "Translation panel" + "message": "번역 상자" }, "panelStyleCaptionLabel": { - "message": "Specify the style of the translation panel displayed on the web page." + "message": "웹 페이지에서 보이는 번역 상자에 대한 모양을 설정합니다." }, "widthLabel": { - "message": "Width" + "message": "가로 길이" }, "heightLabel": { - "message": "Height" + "message": "세로 길이" }, "fontSizeLabel": { - "message": "Font size" + "message": "글자 크기" }, "bgColorLabel": { - "message": "Background color" + "message": "배경색" }, "informationLabel": { - "message": "Information" + "message": "정보" }, "licenseLabel": { - "message": "License" + "message": "라이센스" }, "donationLabel": { - "message": "Please make a donation" + "message": "기부 해주세요" }, "donationCaptionLabel": { - "message": "Thank you for using Simple Translate.
Your support will be a big encouragement, as I continue to develop the add-on.
If you like Simple Translate, I would be pleased if you could consider donating." + "message": "Simple Translator를 사용해 주셔서 감사합니다.
보내주신 지원이 제가 이 Add-on을 지속적으로 개발하는데 큰 도움이 될 것입니다
Simple Translator가 마음에 드신다면, 기부를 고려해 주시길 부탁드립니다." }, "addonPageLabel": { - "message": "Add-on page" + "message": "Add-on 페이지" }, "addonUrl": { "message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage" }, "translatePageMenu": { - "message": "Translate this page" + "message": "이 페이지 번역하기" }, "translateTextMenu": { - "message": "Translate selected text" + "message": "선택된 텍스트 번역하기" }, "translateLinkMenu": { - "message": "Translate selected link" + "message": "선택된 링크 번역하기" } } \ No newline at end of file diff --git a/simple-translate/_locales/nl_NL/messages.json b/simple-translate/_locales/nl_NL/messages.json index e14ee64..b17cf22 100644 --- a/simple-translate/_locales/nl_NL/messages.json +++ b/simple-translate/_locales/nl_NL/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/no_NO/messages.json b/simple-translate/_locales/no_NO/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/no_NO/messages.json +++ b/simple-translate/_locales/no_NO/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/pl_PL/messages.json b/simple-translate/_locales/pl_PL/messages.json index 547b32b..aaed724 100644 --- a/simple-translate/_locales/pl_PL/messages.json +++ b/simple-translate/_locales/pl_PL/messages.json @@ -30,16 +30,31 @@ "message": "Strona internetowa" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "Pokaż kandydatów do tłumaczenia" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "Pokaż wiele kandydatów do tłumaczenia kiedy słowo zoataje przetłumaczone." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Wyświetlaj przycisk, gdy tekst jest zaznaczony" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Wyświetlaj przycisk tłumaczenia kiedy tekst jest zaznaczony na stronie internetowej." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Nie wyświetlaj przycisku tłumaczenia, jeżeli jest nie potrzebny" @@ -111,7 +126,7 @@ "message": "Rozmiar czcionki" }, "bgColorLabel": { - "message": "Background color" + "message": "Kolor tła" }, "informationLabel": { "message": "Informacje" diff --git a/simple-translate/_locales/pt_BR/messages.json b/simple-translate/_locales/pt_BR/messages.json index c48a0d5..2c11a4f 100644 --- a/simple-translate/_locales/pt_BR/messages.json +++ b/simple-translate/_locales/pt_BR/messages.json @@ -15,7 +15,7 @@ "message": "Idioma alvo" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af:Africâner, sq:Albanês, am:Amárico, ar:Árabe, hy:Armênio, az:Azeri, eu:Basco, be:Bielorrusso, bn:Bengali, bs:Bósnio, bg:Búlgaro, ca:Catalão, ceb:Cebuano, ny:Nianja, zh-CN:Mandarim Chinês Padrão, zh-TW:Mandarim Taiuanês, co:Corso, hr:Croata, cs:Tcheco, da:Dinamarquês, nl:Holandês, en:Inglês, eo:Esperanto, et:Estoniano, fi:Finlandês, fr:Francês, fy:Frísio, gl:Galego, ka:Georgiano, de:Alemão, el:Grego, gu:Guzerate, ht:Haitiano, ha:Hauçá, haw:Havaiano, he:Hebraico, hi:Hindi, hu:Húngaro, is:Islandês, ig:Igbo, id:Indonésia, ga:Irlandês, it:Italiano, ja:Japonês, jv:Javanês, kn:Canarim, kk:Cazaque, km:Khmer, ky:Quirguiz, ko:Coreano, ku:Curdo, lo:Laosiano, la:Latim, lv:Letão, lt:Lituano, lb:Luxemburguês, mk:Macedônio, mg:Malgaxe, ms:Malaio, ml:Malaiala, mt:Maltês, mi:Maori, mr:Marata, mn:Mongol, hmn:Monk, my:Birmanês, ne:Nepali, no:Norueguês, fa:Persa, pl:Polonês, pt:Português, pa:Panjabi, ps:Pachto, ro:Romeno, ru:Russo, sm:Samoano, gd:Gaélico Escocês, sr:Sérvio, sn:Xona, sd:Sindi, si:Cingalês, sk:Eslovaco, sl:Esloveno, so:Somali, sx:Sesoto, es:Espanhol, su:Sundanês, sw:Suaíli, sv:Sueco, tl:Tagalog (Filipino), tg:Tajique, ta:Tâmil, te:Telugo, th:Tailandês, tr:Turco, uk:Ucraniano, ur:Urdu, uz:Usbeque, vi:Vietnamita, cy:Galês, xh:Xhosa, yi:Iídiche, yo:Iorubá, zu:Zulu" }, "settingsLabel": { "message": "Configurações" @@ -30,16 +30,31 @@ "message": "Página web" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "Mostrar traduções candidatas" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "Mostrar várias traduções candidatas quando uma única palavra é traduzida." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Exibir o botão quando um texto for selecionado" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Exibir o botão de tradução quando um texto for selecionado na página web." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Não mostrar o botão se a tradução não for necessária" @@ -111,7 +126,7 @@ "message": "Tamanho da fonte" }, "bgColorLabel": { - "message": "Background color" + "message": "Cor do plano de fundo" }, "informationLabel": { "message": "Informação" diff --git a/simple-translate/_locales/pt_PT/messages.json b/simple-translate/_locales/pt_PT/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/pt_PT/messages.json +++ b/simple-translate/_locales/pt_PT/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/ro_RO/messages.json b/simple-translate/_locales/ro_RO/messages.json index da6a105..271f89a 100644 --- a/simple-translate/_locales/ro_RO/messages.json +++ b/simple-translate/_locales/ro_RO/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/ru_RU/messages.json b/simple-translate/_locales/ru_RU/messages.json index 3daec2d..42a726e 100644 --- a/simple-translate/_locales/ru_RU/messages.json +++ b/simple-translate/_locales/ru_RU/messages.json @@ -15,7 +15,7 @@ "message": "Язык перевода" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af:Африкаанс, sq:Албанский, am:Амхарский, ar:Арабский, hy:Армянский, az:Азербайджанский, eu:Баскский, be:Белорусский, bn:Бенгальский, bs:Боснийский, bg:Болгарский, ca:Каталанский, ceb:Себуано, ny:Ньянджа, zh-CN:Китайский (КНР), zh-TW:Китайский (Тайвань), co:Корсиканский, hr:Хорватский, cs:Чешский, da:Датский, nl:Голландский, en:Английский, eo:Эсперанто, et:Эстонский, fi:Финский, fr:Французский, fy:Фризский, gl:Галисийский, ka:Грузинский, de:Немецкий, el:Греческий, gu:Гуджарати, ht:Гаитянский, ha:Хауса, haw:Гавайский, he:Иврит, hi:Хинди, hu:Венгерский, is:Исландский, ig:Игбо, id:Индонезийский, ga:Ирландский, it:Итальянский, ja:Японский, jv:Яванский, kn:Каннада, kk:Казахский, km:Кхмерский, ky:Киргизский, ko:Корейский, ku:Курдский, lo:Лаосский, la:Латинский, lv:Латышский, lt:Литовский, lb:Люксембургский, mk:Македонский, mg:Малагасийский, ms:Малайский, ml:Малаялам, mt:Мальтийский, mi:Маори, mr:Маратхи, mn:Монгольский, hmn:Мяо, my:Бирманский, ne:Непальский, no:Норвежский, fa:Персидский, pl:Польский, pt:Португальский, pa:Пенджабский, ps:Пушту, ro:Румынский, ru:Русский, sm:Самоанский, gd:Гэльский, sr:Сербский, sn:Шона, sd:Синдхи, si:Сингальский, sk:Словацкий, sl:Словенский, so:Сомали, sx:Сото южный, es:Испанский, su:Сунданский, sw:Суахили, sv:Шведский, tl:Тагальский, tg:Таджикский, ta:Тамильский, te:Телугу, th:Тайский, tr:Турецкий, uk:Украинский, ur:Урду, uz:Узбекский, vi:Вьетнамский, cy:Валлийский, xh:Коса, yi:Идиш, yo:Йоруба, zu:Зулу" }, "settingsLabel": { "message": "Настройки" @@ -33,13 +33,28 @@ "message": "Показывать варианты перевода" }, "ifShowCandidateCaptionLabel": { - "message": "Показывать несколько вариантов перевода при выделении одного слова." + "message": "Показывать несколько вариантов перевода одиночного слова." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Показывать кнопку при выделении текста" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Показывать всплывающую кнопку перевода при выделении текста на веб-странице." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Не показывать кнопку, если перевод не требуется" @@ -111,7 +126,7 @@ "message": "Размер шрифта" }, "bgColorLabel": { - "message": "Background color" + "message": "Цвет фона" }, "informationLabel": { "message": "Информация" @@ -120,7 +135,7 @@ "message": "Лицензия" }, "donationLabel": { - "message": "Пожалуйста внесите пожертвование" + "message": "Пожалуйста, поблагодарите автора" }, "donationCaptionLabel": { "message": "Спасибо за использование Simple Translate.
Ваша поддержка это большая помощь в дальнейшем развитии расширения.
Если вам нравится Simple Translate, пожалуйста, подумайте о внесении небольшого пожертвования." @@ -135,7 +150,7 @@ "message": "Перевести всю страницу" }, "translateTextMenu": { - "message": "Перевести выбранный текст" + "message": "Перевести выделенный текст" }, "translateLinkMenu": { "message": "Перевести страницу по ссылке" diff --git a/simple-translate/_locales/sr_SP/messages.json b/simple-translate/_locales/sr_SP/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/sr_SP/messages.json +++ b/simple-translate/_locales/sr_SP/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/sv_SE/messages.json b/simple-translate/_locales/sv_SE/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/sv_SE/messages.json +++ b/simple-translate/_locales/sv_SE/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/tr_TR/messages.json b/simple-translate/_locales/tr_TR/messages.json index 4277baf..8be1526 100644 --- a/simple-translate/_locales/tr_TR/messages.json +++ b/simple-translate/_locales/tr_TR/messages.json @@ -15,7 +15,7 @@ "message": "Hedef dil" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af:Afrikaanca, sq:Arnavutça, am:Amharca, ar:Arapça, hy:Ermenice, az:Azerice, eu:Baskça, be:Belarusça, bn:Bengalce, bs:Boşnakça, bg:Bulgarca, ca:Katalanca, ceb:Sabuanca, ny:Çevaca, zh-CN:Çince (Çin Halk Cumhuriyeti), zh-TW:Çince (Tayvan), co:Korsikaca, hr:Hırvatça, cs:Çekçe, da:Danimarkaca, nl:Flemenkçe, en:İngilizce, eo:Esperanto, et:Estonca, fi:Fince, fr:Fransızca, fy:Frizce, gl:Galiçyaca, ka:Gürcüce, de:Almanca, el:Yunanca, gu:Guceratça, ht:Haitice, ha:Hausaca, haw:Hawai Dili, he:İbranice, hi:Hintçe, hu:Macarca, is:İzlandaca, ig:İgbo Dili, id:Endonezyaca, ga:İrlandaca, it:İtalyanca, ja:Japonca, jv:Cavaca, kn:Kannada Dili, kk:Kazakça, km:Kmerce, ky:Kırgızca, ko:Korece, ku:Kürtçe, lo:Laoca, la:Latince, lv:Letonca, lt:Litvanca, lb:Lüksemburgca, mk:Makedonca, mg:Malgaşça, ms:Malayca, ml:Malayalamca, mt:Maltaca, mi:Maorice, mr:Marathi, mn:Moğolca, hmn:Monk Dili, my:Birmanca, ne:Nepalce, no:Norveççe, fa:Farsça, pl:Polonyaca, pt:Portekizce, pa:Pencapça, ps:Peştuca, ro:Rumence, ru:Rusça, sm:Samoaca, gd:İskoçça, sr:Sırpça, sn:Shona Dili, sd:Sindhi, si:Seylanca, sk:Slovakça, sl:Slovence, so:Somalice, sx:Sotho Dili, es:İspanyolca, su:Sundaca, sw:Svahili, sv:İsveççe, tl:Tagalogca, tg:Tacikçe, ta:Tamilce, te:Teluguca, th:Tayca, tr:Türkçe, uk:Ukraynaca, ur:Urduca, uz:Özbekçe, vi:Vietnamca, cy:Galce, xh:Xosa Dili, yi:Yidiş, yo:Yoruba Dili, zu:Zuluca" }, "settingsLabel": { "message": "Ayarlar" @@ -30,16 +30,31 @@ "message": "İnternet sayfası" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "Çeviri önerilerini göster" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "Tek bir kelime çevrildiğinde çoklu çeviri önerilerini göster." + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Metin seçiliyken tuşu görüntüle" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Web sayfasında metin seçiliyken çeviri butonunu görüntüle." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Çeviri gerekmedikçe tuşu görüntüleme" @@ -111,7 +126,7 @@ "message": "Yazı tipi boyutu" }, "bgColorLabel": { - "message": "Background color" + "message": "Arka plan rengi" }, "informationLabel": { "message": "Bilgi" diff --git a/simple-translate/_locales/uk_UA/messages.json b/simple-translate/_locales/uk_UA/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/uk_UA/messages.json +++ b/simple-translate/_locales/uk_UA/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/vi_VN/messages.json b/simple-translate/_locales/vi_VN/messages.json index d2f5512..80d464c 100644 --- a/simple-translate/_locales/vi_VN/messages.json +++ b/simple-translate/_locales/vi_VN/messages.json @@ -35,11 +35,26 @@ "ifShowCandidateCaptionLabel": { "message": "Show multiple translation candidates when a single word is translated." }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." + }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "Do not display the button if translation is not required" diff --git a/simple-translate/_locales/zh_CN/messages.json b/simple-translate/_locales/zh_CN/messages.json index bf0cdd3..fea1c2b 100644 --- a/simple-translate/_locales/zh_CN/messages.json +++ b/simple-translate/_locales/zh_CN/messages.json @@ -15,118 +15,133 @@ "message": "目标语言" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af:南非荷兰语,sq:阿尔巴尼亚语,am:阿姆哈拉语,ar:阿拉伯语,hy:亚美尼亚语,az:阿塞拜疆语,eu:巴斯克语,be:白俄罗斯语,bn:孟加拉语,bs:波斯尼亚语,bg:保加利亚语,ca:加泰罗尼亚语,ceb:宿雾语,ny:齐切瓦语,zh-CN:中文(简体),zh-TW:中文(繁体),co:科西嘉语,hr:克罗地亚语,cs:捷克语,da:丹麦语,nl:荷兰语,en:英语,eo:世界语,et:爱沙尼亚语,fi:芬兰语,fr:法语,fy:弗里斯兰语,gl:加利西亚语,ka:格鲁吉亚语,de:德语,el:希腊语,gu:古吉拉特语,ht:海地语,ha:豪萨语,haw:夏威夷语,he:希伯来语,hi:印地语,hu:匈牙利语,is:冰岛语,ig:伊博语,id:印度尼西亚语,ga:爱尔兰语,it:意大利语,ja:日语,jv:爪哇语,kn:埃纳德语,kk:哈萨克语,km:高棉语,ky:吉尔吉斯语,ko:韩语,ku:库尔德语,lo:老挝语,la:拉丁语,lv:拉脱维亚语,lt:立陶宛语,lb:卢森堡语,mk:马其顿语 ,mg:马尔加什语,ms:马来语,ml:马拉雅拉姆,mt:马耳他语,mi:毛利语,mr:马拉地语,mn:蒙古语,hmn:苗语,my:缅甸语,ne:尼泊尔语,no:挪威语,fa:波斯语,pl:波兰语,pt:葡萄牙语,pa:旁遮普语,ps:\t普什图语,ro:罗马尼亚语,ru:俄语,sm:萨摩亚语,gd:苏格兰盖尔语,sr:塞尔维亚语,sn:修纳语,sd:信德语,si:僧伽罗语,sk:斯洛伐克语,sl:斯洛文尼亚语,so:索马里语,sx:索托语,es:西班牙语,su:巽他语,sw:斯瓦希里语,sv:瑞典语,tl:塔加路语,tg:塔吉克语,ta:泰米尔语,te:泰卢固语,th:泰语,tr:土耳其语,uk:乌克兰语,ur:乌尔都语,uz:乌兹别克语,vi:越南语,cy:威尔士语,xh:雪撒语,yi:第绪语,yo:约鲁巴语,zu:祖鲁语" }, "settingsLabel": { - "message": "Settings" + "message": "设置" }, "generalLabel": { - "message": "General" + "message": "一般设置" }, "targetLangCaptionLabel": { - "message": "Select the default target language." + "message": "选择默认的目标语言" }, "webPageLabel": { - "message": "Web page" + "message": "网页" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "显示候选译文" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "翻译单词时显示多项候选翻译。" + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "Display the button when text is selected" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "Display the translation button when text is selected on the web page." + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { - "message": "Do not display the button if translation is not required" + "message": "不需要翻译时,不要显示按钮" }, "ifCheckLangCaptionLabel": { - "message": "Detects the language of the selected text, and if it is the same as the target language, the button is not displayed." + "message": "侦测选取文本的语言,如果它与目标语言相同,则不显示按钮。" }, "ifShowMenuLabel": { - "message": "Display the context menu" + "message": "显示上下文菜单" }, "ifShowMenuCaptionLabel": { - "message": "Add items to the context menu displayed when right clicking on the web page." + "message": "在网页上右击时,将项目添加到显示的上下文菜单中。" }, "toolbarLabel": { - "message": "Toolbar popup" + "message": "工具栏弹出窗口" }, "ifChangeSecondLangLabel": { - "message": "Automatically switch to the second language" + "message": "自动切换到第二语言" }, "ifChangeSecondLangCaptionLabel": { - "message": "Detects the language of the input text, and if it is the same as the default target language, translate it into the second language." + "message": "侦测文本输入所用的语言,如果它与默认的目标语言相同,则将它翻译为第二语言。" }, "secondTargetLangLabel": { "message": "第二语言:" }, "secondTargetLangCaptionLabel": { - "message": "Select the second target language." + "message": "选择第二种目标语言。" }, "styleLabel": { - "message": "Style" + "message": "样式" }, "buttonStyleLabel": { - "message": "Translation button" + "message": "翻译按钮" }, "buttonStyleCaptionLabel": { - "message": "Specify the style of the translation button displayed on the web page." + "message": "指定在网页上显示的翻译按钮的样式。" }, "buttonSizeLabel": { - "message": "Size" + "message": "大小" }, "buttonPositionLabel": { - "message": "Display position" + "message": "显示位置" }, "rightUpLabel": { - "message": "Top right" + "message": "右上角" }, "rightDownLabel": { "message": "右下角" }, "leftUpLabel": { - "message": "Top left" + "message": "左上角" }, "leftDownLabel": { - "message": "Bottom left" + "message": "左下角" }, "panelStyleLabel": { - "message": "Translation panel" + "message": "翻译面板" }, "panelStyleCaptionLabel": { - "message": "Specify the style of the translation panel displayed on the web page." + "message": "指定在网页上显示的翻译面板的样式。" }, "widthLabel": { - "message": "Width" + "message": "宽度" }, "heightLabel": { - "message": "Height" + "message": "高度" }, "fontSizeLabel": { "message": "字体大小" }, "bgColorLabel": { - "message": "Background color" + "message": "背景色" }, "informationLabel": { - "message": "Information" + "message": "信息" }, "licenseLabel": { - "message": "License" + "message": "授权条款" }, "donationLabel": { - "message": "Please make a donation" + "message": "请捐助" }, "donationCaptionLabel": { - "message": "Thank you for using Simple Translate.
Your support will be a big encouragement, as I continue to develop the add-on.
If you like Simple Translate, I would be pleased if you could consider donating." + "message": "感谢您使用Simple Translate!
您的支持会是我继续开发此款附加组件的动力。
如果您喜欢Simple Translate,希望您可以考虑捐助。" }, "addonPageLabel": { - "message": "Add-on page" + "message": "附加组件页面" }, "addonUrl": { "message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage" diff --git a/simple-translate/_locales/zh_TW/messages.json b/simple-translate/_locales/zh_TW/messages.json index 95c4794..7f71afc 100644 --- a/simple-translate/_locales/zh_TW/messages.json +++ b/simple-translate/_locales/zh_TW/messages.json @@ -15,7 +15,7 @@ "message": "目標語言" }, "langList": { - "message": "af:Afrikaans, sq:Albanian, am:Amharic, ar:Arabic, hy:Armenian, az:Azerbaijani, eu:Basque, be:Belarusian, bn:Bengali, bs:Bosnian, bg:Bulgarian, ca:Catalan, ceb:Cebuano, ny:Chewa, zh-CN:Chinese (PRC), zh-TW:Chinese (Taiwan), co:Corsican, hr:Croatian, cs:Czech, da:Danish, nl:Dutch, en:English, eo:Esperanto, et:Estonian, fi:Finnish, fr:French, fy:Frisian, gl:Galician, ka:Georgian, de:German, el:Greek, gu:Gujarati, ht:Haitian, ha:Hausa, haw:Hawaiian, he:Hebrew, hi:Hindi, hu:Hungarian, is:Icelandic, ig:Igbo, id:Indonesian, ga:Irish, it:Italian, ja:Japanese, jv:Javanese, kn:Kannada, kk:Kazakh, km:Khmer, ky:Kirghiz, ko:Korean, ku:Kurdish, lo:Laotian, la:Latin, lv:Latvian, lt:Lithuanian, lb:Luxembourgish, mk:Macedonian, mg:Malagasy, ms:Malay, ml:Malayalam, mt:Maltese, mi:Maori, mr:Marathi, mn:Mongolian, hmn:Monk, my:Myanmar, ne:Nepali, no:Norwegian, fa:Persian, pl:Polish, pt:Portuguese, pa:Punjabi, ps:Pushto, ro:Romanian, ru:Russian, sm:Samoan, gd:Scottish Gaelic, sr:Serbian, sn:Shona, sd:Sindhi, si:Sinhala, sk:Slovak, sl:Slovenian, so:Somali, sx:Sotho, es:Spanish, su:Sundanese, sw:Swahili, sv:Swedish, tl:Tagalog, tg:Tajiki, ta:Tamil, te:Telugu, th:Thai, tr:Turkish, uk:Ukrainian, ur:Urdu, uz:Uzbek, vi:Vietnamese, cy:Welsh, xh:Xosa, yi:Yiddish, yo:Yoruba, zu:Zulu" + "message": "af:南非語, sq:阿爾巴尼亞語, am:阿姆哈拉語, ar:阿拉伯語, hy:亞美尼亞語, az:阿塞拜疆語, eu:巴斯克語, be:白俄羅斯語, bn:孟加拉語, bs:波士尼亞語, bg:保加利亞語, ca:加泰隆尼亞語, ceb:宿霧語, ny:齊切瓦語, zh-CN:中文 (簡體), zh-TW:中文 (繁體), co:科西嘉語, hr:克羅埃西亞語, cs:捷克語, da:丹麥語, nl:荷蘭語, en:英語, eo:世界語, et:愛沙尼亞語, fi:芬蘭語, fr:法語, fy:菲士蘭語, gl:加利西亞語, ka:喬治亞語, de:德語, el:希臘語, gu:古吉拉特語, ht:海地語, ha:豪薩語, haw:夏威夷語, he:希伯來語, hi:印地語, hu:匈牙利語, is:冰島語, ig:伊博語, id:印尼語, ga:愛爾蘭語, it:義大利語, ja:日語, jv:爪哇語, kn:康納達語, kk:哈薩克語, km:高棉語, ky:柯爾克孜語, ko:韓語, ku:庫德語, lo:寮語, la:拉丁語, lv:拉脫維亞語, lt:立陶宛語, lb:盧森堡語, mk:馬其頓語, mg:馬拉加斯語, ms:馬來語, ml:馬拉雅拉姆語, mt:馬爾他語, mi:毛利語, mr:馬拉提語, mn:蒙古語, hmn:孟語, my:緬甸語, ne:尼泊爾語, no:挪威語, fa:波斯語, pl:波蘭語, pt:葡萄牙語, pa:旁遮普語, ps:普什圖語, ro:羅馬尼亞語, ru:俄語, sm:薩摩亞語, gd:蘇格蘭蓋爾語, sr:塞爾維亞語, sn:修納語, sd:信德語, si:僧伽羅語, sk:斯洛伐克語, sl:斯洛維尼亞語, so:索馬利亞語, sx:塞索托語, es:西班牙語, su:巽他語, sw:斯瓦希里語, sv:瑞典語, tl:他加祿語, tg:塔吉克語, ta:坦米爾語, te:泰盧固語, th:泰語, tr:土耳其語, uk:烏克蘭語, ur:烏爾都語, uz:烏茲別克語, vi:越南語, cy:威爾斯語, xh:科薩語, yi:意第緒語, yo:約魯巴語, zu:祖魯語" }, "settingsLabel": { "message": "設定" @@ -30,16 +30,31 @@ "message": "網頁" }, "ifShowCandidateLabel": { - "message": "Show translation candidates" + "message": "顯示候選翻譯" }, "ifShowCandidateCaptionLabel": { - "message": "Show multiple translation candidates when a single word is translated." + "message": "翻譯單詞時顯示多個候選翻譯。" + }, + "whenSelectTextLabel": { + "message": "Behavior when selecting text" + }, + "ifAutoTranslateLabel": { + "message": "Display translation panel" + }, + "ifAutoTranslateCaptionLabel": { + "message": "Directly display the translation panel without displaying the button." }, "ifShowButtonLabel": { - "message": "選取文字時顯示按鈕" + "message": "Display translation button" }, "ifShowButtonCaptionLabel": { - "message": "在網頁上選取文字時顯示翻譯按鈕。" + "message": "Display the translation button to open the panel when clicked." + }, + "dontshowbuttonlabel": { + "message": "Don't display button or panel" + }, + "dontshowbuttonCaptionlabel": { + "message": "Don't display the translation button or the translation panel." }, "ifCheckLangLabel": { "message": "如果不需翻譯時, 不要顯示按鈕" @@ -111,7 +126,7 @@ "message": "字型大小" }, "bgColorLabel": { - "message": "Background color" + "message": "背景色彩" }, "informationLabel": { "message": "附加元件資訊"