diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/he/conf.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/he/conf.php')
| -rw-r--r-- | app/i18n/he/conf.php | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 64f7d7f47..4d3dfb5c1 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -3,7 +3,6 @@ return array( 'archiving' => array( '_' => 'ארכוב', - 'delete_after' => 'מחיקת מאמרים לאחר', 'exception' => 'Purge exception', // TODO - Translation 'help' => 'אפשרויות נוספות זמינות בזרמים ספציפיים', 'keep_favourites' => 'Never delete favourites', // TODO - Translation @@ -25,12 +24,12 @@ return array( '_' => 'תצוגה', 'icon' => array( 'bottom_line' => 'שורה תחתונה', - 'summary' => 'Summary', // TODO - Translation 'display_authors' => 'Authors', // TODO - Translation 'entry' => 'סמלילי מאמרים', 'publication_date' => 'תאריך הפרסום', 'related_tags' => 'תגיות קשורות', 'sharing' => 'שיתוף', + 'summary' => 'Summary', // TODO - Translation 'top_line' => 'שורה עליונה', ), 'language' => 'שפה', @@ -40,6 +39,13 @@ return array( ), 'show_nav_buttons' => 'Show the navigation buttons', // TODO - Translation 'theme' => 'ערכת נושא', + 'thumbnail' => array( + 'label' => 'Thumbnail', // TODO - Translation + 'landscape' => 'Landscape', // TODO - Translation + 'none' => 'None', // TODO - Translation + 'portrait' => 'Portrait', // TODO - Translation + 'square' => 'Square', // TODO - Translation + ), 'title' => 'תצוגה', 'width' => array( 'content' => 'רוחב התוכן', @@ -48,13 +54,6 @@ return array( 'no_limit' => 'ללא הגבלה', 'thin' => 'צר', ), - 'thumbnail' => array( - 'label' => 'Thumbnail', // TODO - Translation - 'none' => 'None', // TODO - Translation - 'portrait' => 'Portrait', // TODO - Translation - 'square' => 'Square', // TODO - Translation - 'landscape' => 'Landscape', // TODO - Translation - ), ), 'profile' => array( '_' => 'Profile management', // TODO - Translation @@ -72,7 +71,6 @@ return array( 'query' => array( '_' => 'שאילתות', 'deprecated' => 'שאילתה זו אינה בתוקף יותר, הפיד או הקטגוריה לייחוס נמחקו.', - 'display' => 'Display user query results', // TODO - Translation 'filter' => array( '_' => 'מסננים בשימוש:', 'categories' => 'Display by category', // TODO - Translation @@ -87,14 +85,11 @@ return array( 'get_category' => 'הצגת קטגוריה "%s"', 'get_favorite' => 'הצגת מאמרים מועדפים', 'get_feed' => 'הצגת הזנה %s', - 'get_tag' => 'Display "%s" label', // TODO - Translation 'name' => 'Name', // TODO - Translation 'no_filter' => 'ללא סינון', - 'none' => 'אף שאילתה לא נוצרה עדיין.', 'number' => 'שאילתה מספר °%d', 'order_asc' => 'הצגת מאמרים ישנים בראש', 'order_desc' => 'הצגת מאמרים חדשים בראש', - 'remove' => 'Remove user query', // TODO - Translation 'search' => 'חיפוש "%s"', 'state_0' => 'הצגת כל המאמרים', 'state_1' => 'הצגת מאמרים שנקראו', @@ -165,20 +160,20 @@ return array( 'sharing' => array( '_' => 'שיתוף', 'add' => 'Add a sharing method', // TODO - Translation - 'blogotext' => 'Blogotext', // TODO - Translation - 'diaspora' => 'Diaspora*', // TODO - Translation + 'blogotext' => 'Blogotext', + 'diaspora' => 'Diaspora*', 'email' => 'דואר אלקטרוני', - 'facebook' => 'Facebook', // TODO - Translation + 'facebook' => 'Facebook', 'more_information' => 'מידע נוסף', 'print' => 'הדפסה', 'raindrop' => 'Raindrop.io', 'remove' => 'Remove sharing method', // TODO - Translation - 'shaarli' => 'Shaarli', // TODO - Translation + 'shaarli' => 'Shaarli', 'share_name' => 'שיתוף שם לתצוגה', 'share_url' => 'לשימוש שתפו URL', 'title' => 'שיתוף', - 'twitter' => 'Twitter', // TODO - Translation - 'wallabag' => 'wallabag', // TODO - Translation + 'twitter' => 'Twitter', + 'wallabag' => 'wallabag', ), 'shortcut' => array( '_' => 'קיצורי דרך', |
