diff --git a/simple-translate/_locales/cs_CZ/messages.json b/simple-translate/_locales/cs_CZ/messages.json
index 80d464c..257d707 100644
--- a/simple-translate/_locales/cs_CZ/messages.json
+++ b/simple-translate/_locales/cs_CZ/messages.json
@@ -6,19 +6,19 @@
"message": "View translations easily as you browse the web."
},
"initialTextArea": {
- "message": "Enter text"
+ "message": "Zadejte text"
},
"showLink": {
- "message": "Translate this page"
+ "message": "Přeložit tuto stránku"
},
"targetLangLabel": {
- "message": "Target language"
+ "message": "Cílový jazyk"
},
"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"
},
"settingsLabel": {
- "message": "Settings"
+ "message": "Nastavení"
},
"generalLabel": {
"message": "General"
@@ -27,10 +27,10 @@
"message": "Select the default target language."
},
"webPageLabel": {
- "message": "Web page"
+ "message": "Webová stránka"
},
"ifShowCandidateLabel": {
- "message": "Show translation candidates"
+ "message": "Zobrazit návrhy na překlad"
},
"ifShowCandidateCaptionLabel": {
"message": "Show multiple translation candidates when a single word is translated."
@@ -39,19 +39,19 @@
"message": "Behavior when selecting text"
},
"ifAutoTranslateLabel": {
- "message": "Display translation panel"
+ "message": "Zobrazit panel překladu"
},
"ifAutoTranslateCaptionLabel": {
"message": "Directly display the translation panel without displaying the button."
},
"ifShowButtonLabel": {
- "message": "Display translation button"
+ "message": "Zobrazit tlačítko pro překlad"
},
"ifShowButtonCaptionLabel": {
"message": "Display the translation button to open the panel when clicked."
},
"dontshowbuttonlabel": {
- "message": "Don't display button or panel"
+ "message": "Nezobrazovat tlačítko, ani panel"
},
"dontshowbuttonCaptionlabel": {
"message": "Don't display the translation button or the translation panel."
@@ -63,7 +63,7 @@
"message": "Detects the language of the selected text, and if it is the same as the target language, the button is not displayed."
},
"ifShowMenuLabel": {
- "message": "Display the context menu"
+ "message": "Zobrazit kontextovou nabídku"
},
"ifShowMenuCaptionLabel": {
"message": "Add items to the context menu displayed when right clicking on the web page."
@@ -84,7 +84,7 @@
"message": "Select the second target language."
},
"styleLabel": {
- "message": "Style"
+ "message": "Styl"
},
"buttonStyleLabel": {
"message": "Translation button"
@@ -93,7 +93,7 @@
"message": "Specify the style of the translation button displayed on the web page."
},
"buttonSizeLabel": {
- "message": "Size"
+ "message": "Velikost"
},
"buttonPositionLabel": {
"message": "Display position"
@@ -117,28 +117,28 @@
"message": "Specify the style of the translation panel displayed on the web page."
},
"widthLabel": {
- "message": "Width"
+ "message": "Šířka"
},
"heightLabel": {
- "message": "Height"
+ "message": "Výška"
},
"fontSizeLabel": {
- "message": "Font size"
+ "message": "Velikost písma"
},
"bgColorLabel": {
- "message": "Background color"
+ "message": "Barva pozadí"
},
"informationLabel": {
- "message": "Information"
+ "message": "Informace"
},
"licenseLabel": {
- "message": "License"
+ "message": "Licence"
},
"donationLabel": {
- "message": "Please make a donation"
+ "message": "Prosím přispějte nám"
},
"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": "Děkujeme, že používáte Simple Translate.
Vaše podpora je pro nás velkou motivací pro pokračování ve vývoji.
Pokud se vám Simple Translate líbí, budeme moc rádi pokud nám na jeho vývoj přispějete."
},
"addonPageLabel": {
"message": "Add-on page"
@@ -147,10 +147,10 @@
"message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage"
},
"translatePageMenu": {
- "message": "Translate this page"
+ "message": "Přeložit tuto stránku"
},
"translateTextMenu": {
- "message": "Translate selected text"
+ "message": "Přeložit označený text"
},
"translateLinkMenu": {
"message": "Translate selected link"
diff --git a/simple-translate/_locales/de_DE/messages.json b/simple-translate/_locales/de_DE/messages.json
index 376267e..0c533ae 100644
--- a/simple-translate/_locales/de_DE/messages.json
+++ b/simple-translate/_locales/de_DE/messages.json
@@ -39,13 +39,13 @@
"message": "Behavior when selecting text"
},
"ifAutoTranslateLabel": {
- "message": "Display translation panel"
+ "message": "Übersetzungspanel anzeigen"
},
"ifAutoTranslateCaptionLabel": {
"message": "Directly display the translation panel without displaying the button."
},
"ifShowButtonLabel": {
- "message": "Display translation button"
+ "message": "Übersetzungsbutton anzeigen"
},
"ifShowButtonCaptionLabel": {
"message": "Display the translation button to open the panel when clicked."
diff --git a/simple-translate/_locales/fil_PH/messages.json b/simple-translate/_locales/fil_PH/messages.json
new file mode 100644
index 0000000..2455ca9
--- /dev/null
+++ b/simple-translate/_locales/fil_PH/messages.json
@@ -0,0 +1,158 @@
+{
+ "extName": {
+ "message": "Simple Translate"
+ },
+ "extDescription": {
+ "message": "Matanaw ang mga madaling pagsasalin bilang pag-browse sa web."
+ },
+ "initialTextArea": {
+ "message": "Enter text"
+ },
+ "showLink": {
+ "message": "Translate this page"
+ },
+ "targetLangLabel": {
+ "message": "Target language"
+ },
+ "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"
+ },
+ "settingsLabel": {
+ "message": "Settings"
+ },
+ "generalLabel": {
+ "message": "General"
+ },
+ "targetLangCaptionLabel": {
+ "message": "Select the default target language."
+ },
+ "webPageLabel": {
+ "message": "Web page"
+ },
+ "ifShowCandidateLabel": {
+ "message": "Show translation candidates"
+ },
+ "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 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": "Do not display the button if translation is not required"
+ },
+ "ifCheckLangCaptionLabel": {
+ "message": "Detects the language of the selected text, and if it is the same as the target language, the button is not displayed."
+ },
+ "ifShowMenuLabel": {
+ "message": "Display the context menu"
+ },
+ "ifShowMenuCaptionLabel": {
+ "message": "Add items to the context menu displayed when right clicking on the web page."
+ },
+ "toolbarLabel": {
+ "message": "Toolbar popup"
+ },
+ "ifChangeSecondLangLabel": {
+ "message": "Automatically switch to the second language"
+ },
+ "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."
+ },
+ "secondTargetLangLabel": {
+ "message": "Second language"
+ },
+ "secondTargetLangCaptionLabel": {
+ "message": "Select the second target language."
+ },
+ "styleLabel": {
+ "message": "Style"
+ },
+ "buttonStyleLabel": {
+ "message": "Translation button"
+ },
+ "buttonStyleCaptionLabel": {
+ "message": "Specify the style of the translation button displayed on the web page."
+ },
+ "buttonSizeLabel": {
+ "message": "Size"
+ },
+ "buttonPositionLabel": {
+ "message": "Display position"
+ },
+ "rightUpLabel": {
+ "message": "Top right"
+ },
+ "rightDownLabel": {
+ "message": "Bottom right"
+ },
+ "leftUpLabel": {
+ "message": "Top left"
+ },
+ "leftDownLabel": {
+ "message": "Bottom left"
+ },
+ "panelStyleLabel": {
+ "message": "Translation panel"
+ },
+ "panelStyleCaptionLabel": {
+ "message": "Specify the style of the translation panel displayed on the web page."
+ },
+ "widthLabel": {
+ "message": "Width"
+ },
+ "heightLabel": {
+ "message": "Height"
+ },
+ "fontSizeLabel": {
+ "message": "Font size"
+ },
+ "bgColorLabel": {
+ "message": "Background color"
+ },
+ "informationLabel": {
+ "message": "Information"
+ },
+ "licenseLabel": {
+ "message": "License"
+ },
+ "donationLabel": {
+ "message": "Please make a donation"
+ },
+ "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."
+ },
+ "addonPageLabel": {
+ "message": "Add-on page"
+ },
+ "addonUrl": {
+ "message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage"
+ },
+ "translatePageMenu": {
+ "message": "Translate this page"
+ },
+ "translateTextMenu": {
+ "message": "Translate selected text"
+ },
+ "translateLinkMenu": {
+ "message": "Translate selected link"
+ }
+}
\ No newline at end of file
diff --git a/simple-translate/_locales/hu_HU/messages.json b/simple-translate/_locales/hu_HU/messages.json
index 5a915b4..6c2148a 100644
--- a/simple-translate/_locales/hu_HU/messages.json
+++ b/simple-translate/_locales/hu_HU/messages.json
@@ -36,25 +36,25 @@
"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"
+ "message": "Viselkedés a szöveg kiválasztásakor"
},
"ifAutoTranslateLabel": {
- "message": "Display translation panel"
+ "message": "A fordítópanel megjelenítése"
},
"ifAutoTranslateCaptionLabel": {
- "message": "Directly display the translation panel without displaying the button."
+ "message": "Közvetlenül megjelenítse a fordítópanelt a gomb megjelenítésének nélkül."
},
"ifShowButtonLabel": {
- "message": "Display translation button"
+ "message": "Kijelzőgomb megjelenítése"
},
"ifShowButtonCaptionLabel": {
- "message": "Display the translation button to open the panel when clicked."
+ "message": "A fordítás gomb megnyomásával nyissa meg a panelt, ha rákattint."
},
"dontshowbuttonlabel": {
- "message": "Don't display button or panel"
+ "message": "Ne jelenítse meg a gombot vagy a panelt"
},
"dontshowbuttonCaptionlabel": {
- "message": "Don't display the translation button or the translation panel."
+ "message": "Ne jelenítse meg a fordító gombot vagy a fordítópanelt."
},
"ifCheckLangLabel": {
"message": "Ne jelenjen meg a gomb ha nincs szükség fordításra"
diff --git a/simple-translate/_locales/id_ID/messages.json b/simple-translate/_locales/id_ID/messages.json
index 2e16dec..caff974 100644
--- a/simple-translate/_locales/id_ID/messages.json
+++ b/simple-translate/_locales/id_ID/messages.json
@@ -36,25 +36,25 @@
"message": "Tampilkan beberapa kandidat terjemahan saat satu kata diterjemahkan."
},
"whenSelectTextLabel": {
- "message": "Behavior when selecting text"
+ "message": "Perilaku saat memilih teks"
},
"ifAutoTranslateLabel": {
- "message": "Display translation panel"
+ "message": "Tampilkan panel terjemahan"
},
"ifAutoTranslateCaptionLabel": {
- "message": "Directly display the translation panel without displaying the button."
+ "message": "Langsung tampilkan panel terjemahan tanpa menampilkan tombolnya."
},
"ifShowButtonLabel": {
- "message": "Display translation button"
+ "message": "Tampilkan tombol terjemahan"
},
"ifShowButtonCaptionLabel": {
- "message": "Display the translation button to open the panel when clicked."
+ "message": "Tampilkan tombol terjemahan untuk membuka panel saat diklik."
},
"dontshowbuttonlabel": {
- "message": "Don't display button or panel"
+ "message": "Jangan menampilkan tombol atau panel"
},
"dontshowbuttonCaptionlabel": {
- "message": "Don't display the translation button or the translation panel."
+ "message": "Jangan tampilkan tombol terjemahan atau panel terjemahan."
},
"ifCheckLangLabel": {
"message": "Jangan menampilkan tombol jika terjemahan tidak diperlukan"
diff --git a/simple-translate/_locales/tl_PH/messages.json b/simple-translate/_locales/tl_PH/messages.json
new file mode 100644
index 0000000..80d464c
--- /dev/null
+++ b/simple-translate/_locales/tl_PH/messages.json
@@ -0,0 +1,158 @@
+{
+ "extName": {
+ "message": "Simple Translate"
+ },
+ "extDescription": {
+ "message": "View translations easily as you browse the web."
+ },
+ "initialTextArea": {
+ "message": "Enter text"
+ },
+ "showLink": {
+ "message": "Translate this page"
+ },
+ "targetLangLabel": {
+ "message": "Target language"
+ },
+ "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"
+ },
+ "settingsLabel": {
+ "message": "Settings"
+ },
+ "generalLabel": {
+ "message": "General"
+ },
+ "targetLangCaptionLabel": {
+ "message": "Select the default target language."
+ },
+ "webPageLabel": {
+ "message": "Web page"
+ },
+ "ifShowCandidateLabel": {
+ "message": "Show translation candidates"
+ },
+ "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 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": "Do not display the button if translation is not required"
+ },
+ "ifCheckLangCaptionLabel": {
+ "message": "Detects the language of the selected text, and if it is the same as the target language, the button is not displayed."
+ },
+ "ifShowMenuLabel": {
+ "message": "Display the context menu"
+ },
+ "ifShowMenuCaptionLabel": {
+ "message": "Add items to the context menu displayed when right clicking on the web page."
+ },
+ "toolbarLabel": {
+ "message": "Toolbar popup"
+ },
+ "ifChangeSecondLangLabel": {
+ "message": "Automatically switch to the second language"
+ },
+ "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."
+ },
+ "secondTargetLangLabel": {
+ "message": "Second language"
+ },
+ "secondTargetLangCaptionLabel": {
+ "message": "Select the second target language."
+ },
+ "styleLabel": {
+ "message": "Style"
+ },
+ "buttonStyleLabel": {
+ "message": "Translation button"
+ },
+ "buttonStyleCaptionLabel": {
+ "message": "Specify the style of the translation button displayed on the web page."
+ },
+ "buttonSizeLabel": {
+ "message": "Size"
+ },
+ "buttonPositionLabel": {
+ "message": "Display position"
+ },
+ "rightUpLabel": {
+ "message": "Top right"
+ },
+ "rightDownLabel": {
+ "message": "Bottom right"
+ },
+ "leftUpLabel": {
+ "message": "Top left"
+ },
+ "leftDownLabel": {
+ "message": "Bottom left"
+ },
+ "panelStyleLabel": {
+ "message": "Translation panel"
+ },
+ "panelStyleCaptionLabel": {
+ "message": "Specify the style of the translation panel displayed on the web page."
+ },
+ "widthLabel": {
+ "message": "Width"
+ },
+ "heightLabel": {
+ "message": "Height"
+ },
+ "fontSizeLabel": {
+ "message": "Font size"
+ },
+ "bgColorLabel": {
+ "message": "Background color"
+ },
+ "informationLabel": {
+ "message": "Information"
+ },
+ "licenseLabel": {
+ "message": "License"
+ },
+ "donationLabel": {
+ "message": "Please make a donation"
+ },
+ "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."
+ },
+ "addonPageLabel": {
+ "message": "Add-on page"
+ },
+ "addonUrl": {
+ "message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage"
+ },
+ "translatePageMenu": {
+ "message": "Translate this page"
+ },
+ "translateTextMenu": {
+ "message": "Translate selected text"
+ },
+ "translateLinkMenu": {
+ "message": "Translate selected link"
+ }
+}
\ No newline at end of file