diff --git a/_locales/he/messages.json b/_locales/he/messages.json new file mode 100644 index 0000000000000000000000000000000000000000..82218bf89cf49e36899602f014b7a34fdebce3fe --- /dev/null +++ b/_locales/he/messages.json @@ -0,0 +1,70 @@ +{ + "extensionDescription":{ + "message":"מגן עליך ×ž×¤× ×™ מעקב המבוצע דרך רשתות ×ספקת תוכן ריכוזיות ו\"×—×™× ×ž×™×•×ª\".", + "description":"Extension description." + }, + "disableProtectionTitle":{ + "message":"× ×˜×¨×•×œ ×”×”×’× ×” עבור ×תר ×–×”", + "description":"Disable protection title." + }, + "enableProtectionTitle":{ + "message":"הפעלת ×”×’× ×”", + "description":"Enable protection title." + }, + "amountInjectedTitle":{ + "message":"×ž×•× ×” מש××‘×™× ×ž×§×•×ž×™×™× ×©×”×•×–×¨×§×•", + "description":"Amount injected title." + }, + "amountInjectedDescription":{ + "message":"כמות תוכן מקומי שהוזרק ×‘×ž×§×•× ×¨×©×ª×•×ª ×ספקת תוכן מ××– ×”×ª×§× ×ª ×”×ª×•×›× ×”.", + "description":"Amount injected description." + }, + "optionsTitle":{ + "message":"×פשרויות", + "description":"Options title." + }, + "showIconBadgeTitle":{ + "message":"הצג ×ž×•× ×” הזרקות תוכן על סמל ×”×ª×›× ×”", + "description":"Show icon badge title." + }, + "showIconBadgeDescription":{ + "message":"הצג ×ת מספר ×”×ª×›× ×™× ×”×ž×•×–×¨×§×™× ×¢×œ סמלון התוספת.", + "description":"Show icon badge description." + }, + "blockMissingTitle":{ + "message":"×—×¡×•× ×‘×§×©×•×ª למש××‘×™× ×—×¡×¨×™×", + "description":"Block requests for missing resources title." + }, + "blockMissingDescription":{ + "message":"בטל בקשה מיורטת, ×× ×”×ž×©×ב הדרוש ××™× ×• זמין ב×ופן מקומי.", + "description":"Block requests for missing resources description." + }, + "disablePrefetchTitle":{ + "message":"בטל הורדה-מוקדמת של ×œ×™× ×§×™×", + "description":"Disable prefetch title." + }, + "disablePrefetchDescription":{ + "message":"×ž× ×¢ הדלפה של בקשות ל×-מ×ושרות לתוך רשתות ×ספקת ×ª×›× ×™×.", + "description":"Disable prefetch description." + }, + "stripMetadataTitle":{ + "message":"מחק מט×-ד×טה מבקשות ש×ושרו", + "description":"Strip metadata title." + }, + "stripMetadataDescription":{ + "message":"להגברת הפרטיות, מחק מידע רגיש מבקשות מ×ושרות לרשתות ×ספקת תוכן.", + "description":"Strip metadata description." + }, + "whitelistedDomainsTitle":{ + "message":"×ל תכלול ×“×•×ž×™×™× ×™× ×›×—×œ×§ מהבדיקה", + "description":"Whitelisted domains title." + }, + "whitelistedDomainsDescription":{ + "message":"הזן ×“×•×ž×™×™× ×™× ×©×‘×¨×¦×•× ×š להוסיף לרשימת התרי×. הפרד ×¢×¨×›×™× ×ž×¨×•×‘×™× ×‘×מצעות × ×§×•×“×”-פסיק (;).", + "description":"Whitelisted domains description." + }, + "advancedLabel":{ + "message":"מתקד×", + "description":"Advanced label." + } +} \ No newline at end of file diff --git a/pages/options/options.js b/pages/options/options.js index 97159a49ad229ddc5fae13b297b6fcbaac7b207c..0bbc8b983f3c3c9393f233bf6efcb7cad6489193 100644 --- a/pages/options/options.js +++ b/pages/options/options.js @@ -53,7 +53,7 @@ options._languageIsFullySupported = function (language) { languageSupported = false; supportedLanguages = ['ar', 'bg', 'zh-CN', 'zh-TW', 'nl', 'en', 'fi', 'fr', - 'de', 'is', 'id', 'pl', 'pt-PT', 'ro', 'es', 'tr']; + 'de', 'he', 'is', 'id', 'pl', 'pt-PT', 'ro', 'es', 'tr']; for (let supportedLanguage of supportedLanguages) {