Add new i18n languages and update existent ones
- Add 21 new languages where the UI was translated (all translations
are 100% complete except for Chinese Simplified (96%)
and Amharic (37%)).
- Update some translations for preexistent languages.
Change-Id: I64be0a2dd551c12af1547a616b4f49f97c471bde
diff --git a/src/_locales/ar/messages.json b/src/_locales/ar/messages.json
new file mode 100644
index 0000000..d0d7441
--- /dev/null
+++ b/src/_locales/ar/messages.json
@@ -0,0 +1,114 @@
+{
+ "appName": {
+ "message": "ترجمة النص المحدد",
+ "description": "The app name"
+ },
+ "appBetaName": {
+ "message": "ترجمة النص المحدد (تجريبي)",
+ "description": "The beta app name"
+ },
+ "appDescription": {
+ "message": "ترجمة النص المحدد مع ترجمة جوجل",
+ "description": "The app description"
+ },
+ "contextmenu_title": {
+ "message": "ترجمة المحدد إلى...",
+ "description": "Title of the context menu that appears when a right click is done. Inside this parent menu there are the menus"
+ },
+ "contextmenu_title2": {
+ "message": "ترجمة التحديد إلى '$language$'",
+ "description": "Title of the context menu that appears when a right click is done and there's only one language available.",
+ "placeholders": {
+ "language": {
+ "content": "$1",
+ "example": "Language to translate into."
+ }
+ }
+ },
+ "contextmenu_edit": {
+ "message": "تحرير لغات...",
+ "description": "Title of the option inside the 'Translate section into...' context menu."
+ },
+ "options_welcome": {
+ "message": "مرحبا!",
+ "description": "Title of the options page"
+ },
+ "options_introduction": {
+ "message": "من فضلك، حدد اللغات التي تريد أن تظهر في قائمة\"ترجمة\".",
+ "description": "Introduction paragraph to the options pages"
+ },
+ "options_languageselectheader": {
+ "message": "اللغات:",
+ "description": "Header of the language select option."
+ },
+ "options_otheroptionsheader": {
+ "message": "خيارات أخرى:",
+ "description": "Header of the options page."
+ },
+ "options_tabsoption_1": {
+ "message": "افتح ترجمة جوجل في علامة تبويب جديدة لكل ترجمة.",
+ "description": "Option which defines how should the app behave in relation to tabs."
+ },
+ "options_tabsoption_2": {
+ "message": "افتح جوجل ترجمة في علامة تبويب فريدة وتجاوز الترجمة الآخرى بدلاً من فتح العديد من علامات التبويب.",
+ "description": "Option which defines how should the app behave in relation to tabs."
+ },
+ "options_tabsoption_3": {
+ "message": "افتح جوجل ترجمة في لوحة (أنت بحاجة إلى تنشيط <a href='chrome://flags/#enable-panels' id='panelsflag'>-تمكين-اللوحات</a> علم). <sup style='color:red; font-weight: bold;'> التجريبية</sup>",
+ "description": "Option which defines how should the app behave in relation to tabs."
+ },
+ "options_savebutton": {
+ "message": "حفظ",
+ "description": "Save button in the settings page"
+ },
+ "options_addlanguage": {
+ "message": "إضافة لغة",
+ "description": "Title for the 'Add language' dialog"
+ },
+ "options_addlanguage_addbutton": {
+ "message": "إضافة",
+ "description": "Add button in the footer of the languages list"
+ },
+ "options_language_label": {
+ "message": "اللغة:",
+ "description": "Label for the language selector in the 'Add language' dialog"
+ },
+ "options_credits": {
+ "message": "إعتمادات",
+ "description": "Title for the credits link and dialog"
+ },
+ "options_credits_homepage": {
+ "message": "الصفحة الرئيسية",
+ "description": "Homepage link for an item in the credits. NOTE: put in in lowercase letters"
+ },
+ "options_credits_by": {
+ "message": "بواسطة",
+ "description": "Fragment of the author statement in an item of the credits. NOTE: put in in lowercase letters. EXAMPLE: '{{options_credits_by}} Adrià Vilanova Martínez'"
+ },
+ "options_ok": {
+ "message": "موافق",
+ "description": "OK button in the dialogs"
+ },
+ "options_cancel": {
+ "message": "إلغاء",
+ "description": "Cancel button in the dialogs"
+ },
+ "notification_install_title": {
+ "message": "شكرا لتثبيت '\"ترجمة النص المحدد\"'"
+ },
+ "notification_install_message": {
+ "message": "انقر فوق هذا الإشعار لإعداده."
+ },
+ "notification_upgradedtostorage_title": {
+ "message": "تم تحديث \"ترجمة النص المحدد\" إلى v0.6!"
+ },
+ "notification_upgradedtostorage_message": {
+ "message": "الآن سوف يتم مزامنة خياراتك عبر كافة الأجهزة الخاصة بك! الجانب السيئ أنه يجب أن تعد الإضافة مرة أخرى:-( انقر فوق هذا الإشعار لإعداده."
+ },
+ "notification_reorder_title": {
+ "message": "تم تحديث \"ترجمة النص المحدد\" إلى v0.7!"
+ },
+ "notification_reorder_message": {
+ "message": "الآن يمكنك تهيئة الترتيب الذي تريده للغات التي تظهر في قائمة السياق. "
+ }
+}