From f7560c585f211be41b093906e3a8fb5a6071c660 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 15 Feb 2015 09:54:04 -0500 Subject: Add hebrew translation This is a copy-paste job from mat-mo PR. There is missing translations since it was done prior to the i18n changes. See #689 for more information --- app/i18n/he/admin.php | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 app/i18n/he/admin.php (limited to 'app/i18n/he/admin.php') diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php new file mode 100644 index 000000000..6153a62c5 --- /dev/null +++ b/app/i18n/he/admin.php @@ -0,0 +1,170 @@ + array( + 'allow_anonymous' => 'הרשאה לאנונימיים לקרוא את מאמרי משתמש ברירת המחדל (%s)', + 'allow_anonymous_refresh' => 'הרשאה לאנונימיים לרענן את רשימת המאמרים', + 'api_enabled' => 'הרשאת גישה ל API (נדרש ליישומים סלולריים)', + 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)', + 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)', + 'none' => 'ללא (מסוכן)', + 'persona' => 'מוזילה פרסונה (מודרני, דורש JavaScript)', + 'title' => 'Authentication', // @todo + 'title_reset' => 'איפוס אימות', + 'token' => 'מחרוזת אימות', + 'token_help' => 'Allows to access RSS output of the default user without authentication:', // @todo + 'type' => 'שיטת אימות', + 'unsafe_autologin' => 'הרשאה להתחברות אוטומטית בפורמט: ', + ), + 'check_install' => array( + 'cache' => array( + 'nok' => 'יש לבדוק את ההרשאות בתיקייה %s. שרת הHTTP חייב להיות בעל הרשאות כתיבה.', + 'ok' => 'ההרשאות בתיקיית המטמון תקינות', + ), + 'categories' => array( + 'nok' => 'Category table is bad configured.', // @todo + 'ok' => 'Category table is ok.', // @todo + ), + 'connection' => array( + 'nok' => 'Connection to the database cannot being established.', // @todo + 'ok' => 'Connection to the database is ok.', // @todo + ), + 'ctype' => array( + 'nok' => 'הספרייה הנדרשת ל character type checking (php-ctype) אינה מותקנת', + 'ok' => 'הספרייה הנדרשת ל character type checking (ctype) מותקנת', + ), + 'curl' => array( + 'nok' => 'בURL לא מותקן (php5-curl package)', + 'ok' => 'You have cURL extension.', // @todo + ), + 'data' => array( + 'nok' => 'יש לבדוק את ההרשאות בתיקייה %s. שרת הHTTP חייב להיות בעל הרשאות כתיבה.', + 'ok' => 'ההרשאות בתיקיית הדאטא תקינות', + ), + 'database' => 'Database installation', // @todo + 'dom' => array( + 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)', + 'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת', + ), + 'entries' => array( + 'nok' => 'Entry table is bad configured.', // @todo + 'ok' => 'Entry table is ok.', // @todo + ), + 'favicons' => array( + 'nok' => 'Check permissions on ./data/favicons directory. HTTP server must have rights to write into', // @todo + 'ok' => 'ההרשאות בתיקיית הfavicons תקינות', + ), + 'feeds' => array( + 'nok' => 'Feed table is bad configured.', // @todo + 'ok' => 'Feed table is ok.', // @todo + ), + 'files' => 'File installation', // @todo + 'json' => array( + 'nok' => 'You lack JSON (php5-json package).', // @todo + 'ok' => 'You have JSON extension.', // @todo + ), + 'minz' => array( + 'nok' => 'You lack the Minz framework.', // @todo + 'ok' => 'יש לכם את תשתית Minz', + ), + 'pcre' => array( + 'nok' => 'הספרייה הנדרשת לביטויים רגולריים אינה מותקנת (php-pcre)', + 'ok' => 'הספרייה הנדרשת לביטויים רגולריים מותקנת (PCRE)', + ), + 'pdo' => array( + 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)', + 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)', + ), + 'persona' => array( + 'nok' => 'Check permissions on ./data/persona directory. HTTP server must have rights to write into', // @todo + 'ok' => 'ההרשאות בתיקיית מוזילה פרסונה תקינות', + ), + 'php' => array( + '_' => 'PHP installation', // @todo + 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s', + 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS', + ), + 'tables' => array( + 'nok' => 'There is one or more lacking tables in the database.', // @todo + 'ok' => 'Tables are existing in the database.', // @todo + ), + 'title' => 'Installation checking', // @todo + 'tokens' => array( + 'nok' => 'Check permissions on ./data/tokens directory. HTTP server must have rights to write into', // @todo + 'ok' => 'Permissions on tokens directory are good.', // @todo + ), + 'users' => array( + 'nok' => 'Check permissions on ./data/users directory. HTTP server must have rights to write into', // @todo + 'ok' => 'Permissions on users directory are good.', // @todo + ), + 'zip' => array( + 'nok' => 'You lack ZIP extension (php5-zip package).', // @todo + 'ok' => 'You have ZIP extension.', // @todo + ), + ), + 'extensions' => array( + 'disabled' => 'Disabled', // @todo + 'empty_list' => 'There is no installed extension', // @todo + 'enabled' => 'Enabled', // @todo + 'no_configure_view' => 'This extension cannot be configured.', // @todo + 'system' => array( + '_' => 'System extensions', // @todo + 'no_rights' => 'System extension (you have no rights on it)', // @todo + ), + 'title' => 'Extensions', // @todo + 'user' => 'User extensions', // @todo + ), + 'stats' => array( + '_' => 'סטטיסטיקות', + 'all_feeds' => 'כל ההזנות', + 'category' => 'קטגוריה', + 'entry_count' => 'סכום המאמרים', + 'entry_per_category' => 'מאמרים על פי קטגוריה', + 'entry_per_day' => 'מספר מאמרים ליום (30 ימים אחרונים)', + 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', // @todo + 'entry_per_hour' => 'Per hour (average: %.2f messages)', // @todo + 'entry_per_month' => 'Per month (average: %.2f messages)', // @todo + 'entry_repartition' => 'חלוקת המאמרים', + 'feed' => 'הזנה', + 'feed_per_category' => 'הזנות על פי קטגוריה', + 'idle' => 'הזנות שלא עודכנו', + 'main' => 'סטטיסטיקות ראשיות', + 'main_stream' => 'הזנה ראשית', + 'menu' => array( + 'idle' => 'הזנות שלא עודכנו', + 'main' => 'סטטיסטיקות ראשיות', + 'repartition' => 'חלוקת המאמרים', + ), + 'no_idle' => 'אין הזנות מובטלות!', + 'number_entries' => '%d מאמרים', + 'percent_of_total' => '%% מסך הכל', + 'repartition' => 'חלוקת המאמרים', + 'status_favorites' => 'מועדפים', + 'status_read' => 'נקרא', + 'status_total' => 'סך הכל', + 'status_unread' => 'לא נקרא', + 'title' => 'סטטיסטיקות', + 'top_feed' => 'עשרת ההזנות המובילות', + ), + 'update' => array( + '_' => 'מערכת העדכון', + 'apply' => 'החלת העדכון', + 'check' => 'בדיקת עדכונים חדשים', + 'current_version' => 'Your current version of FreshRSS is the %s.', // @todo + 'last' => 'תאריך בדיקה אחרון: %s', + 'none' => 'אין עדכון להחלה', + 'title' => 'מערכת העדכון', + ), + 'user' => array( + 'articles_and_size' => '%s articles (%s)', // @todo + 'create' => 'יצירת משתמש חדש', + 'email_persona' => 'כתובת דואר אלקטרוני להרשמה
(לצורך מוזילה פרסונה)', + 'language' => 'שפה', + 'password_form' => 'סיסמה
(לשימוש בטפוס ההרשמה)', + 'password_format' => 'At least 7 characters', // @todo + 'title' => 'Manage users', // @todo + 'user_list' => 'רשימת משתמשים', + 'username' => 'שם משתמש', + 'users' => 'משתמשים', + ), +); -- cgit v1.2.3 From 0cdae3978d4de61c1fb06088d20878455987ac67 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 16 Dec 2017 23:24:08 +0100 Subject: 18n Hebrew more 2 --- app/i18n/cz/gen.php | 1 + app/i18n/en/admin.php | 2 +- app/i18n/en/gen.php | 1 + app/i18n/es/gen.php | 1 + app/i18n/he/admin.php | 30 ++++++++++++++++++++++++------ app/i18n/he/conf.php | 2 ++ app/i18n/he/gen.php | 24 ++++++++++++++++++------ app/i18n/he/sub.php | 2 ++ app/i18n/it/gen.php | 1 + app/i18n/kr/gen.php | 1 + app/i18n/nl/gen.php | 1 + app/i18n/pt-br/gen.php | 1 + app/i18n/ru/gen.php | 1 + app/i18n/tr/gen.php | 1 + app/i18n/zh-cn/gen.php | 1 + 15 files changed, 57 insertions(+), 13 deletions(-) (limited to 'app/i18n/he/admin.php') diff --git a/app/i18n/cz/gen.php b/app/i18n/cz/gen.php index e43355f64..fcddf452c 100644 --- a/app/i18n/cz/gen.php +++ b/app/i18n/cz/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index d92a016af..187b66a8c 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -118,7 +118,7 @@ return array( 'description' => 'Description', 'author' => 'Author', 'latest' => 'Installed', - 'update' => 'Update available' + 'update' => 'Update available', ), 'stats' => array( '_' => 'Statistics', diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 0dc03795b..ac48e3486 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -166,6 +166,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Known based sites', 'mastodon' => 'Mastodon', 'movim' => 'Movim', 'print' => 'Print', diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php index 0f113e073..32fbcdaee 100755 --- a/app/i18n/es/gen.php +++ b/app/i18n/es/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php index 6153a62c5..b7c83c828 100644 --- a/app/i18n/he/admin.php +++ b/app/i18n/he/admin.php @@ -8,7 +8,6 @@ return array( 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)', 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)', 'none' => 'ללא (מסוכן)', - 'persona' => 'מוזילה פרסונה (מודרני, דורש JavaScript)', 'title' => 'Authentication', // @todo 'title_reset' => 'איפוס אימות', 'token' => 'מחרוזת אימות', @@ -58,6 +57,10 @@ return array( 'nok' => 'Feed table is bad configured.', // @todo 'ok' => 'Feed table is ok.', // @todo ), + 'fileinfo' => array( + 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // @todo + 'ok' => 'You have the fileinfo library.', // @todo + ), 'files' => 'File installation', // @todo 'json' => array( 'nok' => 'You lack JSON (php5-json package).', // @todo @@ -75,10 +78,6 @@ return array( 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)', 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)', ), - 'persona' => array( - 'nok' => 'Check permissions on ./data/persona directory. HTTP server must have rights to write into', // @todo - 'ok' => 'ההרשאות בתיקיית מוזילה פרסונה תקינות', - ), 'php' => array( '_' => 'PHP installation', // @todo 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s', @@ -113,6 +112,13 @@ return array( ), 'title' => 'Extensions', // @todo 'user' => 'User extensions', // @todo + 'community' => 'Available community extensions', // @todo + 'name' => 'Name', // @todo + 'version' => 'Version', // @todo + 'description' => 'Description', // @todo + 'author' => 'Author', // @todo + 'latest' => 'Installed', // @todo + 'update' => 'Update available', // @todo ), 'stats' => array( '_' => 'סטטיסטיקות', @@ -146,6 +152,17 @@ return array( 'title' => 'סטטיסטיקות', 'top_feed' => 'עשרת ההזנות המובילות', ), + 'system' => array( + '_' => 'System configuration', // @todo + 'auto-update-url' => 'Auto-update server URL', // @todo + 'instance-name' => 'Instance name', // @todo + 'max-categories' => 'Categories per user limit', // @todo + 'max-feeds' => 'Feeds per user limit', // @todo + 'registration' => array( + 'help' => '0 means that there is no account limit', // @todo + 'number' => 'Max number of accounts', // @todo + ), + ), 'update' => array( '_' => 'מערכת העדכון', 'apply' => 'החלת העדכון', @@ -158,8 +175,9 @@ return array( 'user' => array( 'articles_and_size' => '%s articles (%s)', // @todo 'create' => 'יצירת משתמש חדש', - 'email_persona' => 'כתובת דואר אלקטרוני להרשמה
(לצורך מוזילה פרסונה)', 'language' => 'שפה', + 'number' => 'There is %d account created', // @todo + 'numbers' => 'There are %d accounts created', // @todo 'password_form' => 'סיסמה
(לשימוש בטפוס ההרשמה)', 'password_format' => 'At least 7 characters', // @todo 'title' => 'Manage users', // @todo diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 3ec83b4ad..ba9985d45 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -84,11 +84,13 @@ return array( 'articles_per_page' => 'מספר המאמרים בעמוד', 'auto_load_more' => 'טעינת המאמר הבא סוף העמוד', 'auto_remove_article' => 'Hide articles after reading', // @todo + 'mark_updated_article_unread' => 'Mark updated articles as unread', // @todo 'confirm_enabled' => 'הצגת דו-שיח לאישור “סימון הכל כנקרא” ', 'display_articles_unfolded' => 'הצגת מאמרים בשלמותם כברירת מחדל', 'display_categories_unfolded' => 'הצגת קטגוריות מקופלות כברירת מחדל', 'hide_read_feeds' => 'הסתרת קטגוריות & הזנות ללא מאמרים שלא נקראו (לא עובד יחד עם “הצגת כל המאמרים”)', 'img_with_lazyload' => 'שימוש ב "טעינה עצלה" על מנת לטעון תמונות', + 'sides_close_article' => 'Clicking outside of article text area closes the article', // @todo 'jump_next' => 'קפיצה לפריט הבא שלא נקרא (הזנה או קטגוריה)', 'number_divided_when_reader' => 'חלוקה ב2 במצב קריאה.', 'read' => array( diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php index c9cd8ff57..cacc8eaed 100644 --- a/app/i18n/he/gen.php +++ b/app/i18n/he/gen.php @@ -21,16 +21,25 @@ return array( 'truncate' => 'מחיקת כל המאמרים', ), 'auth' => array( + 'email' => 'Email address', // @todo 'keep_logged_in' => 'השאר מחובר חודש', 'login' => 'כניסה לחשבון', - 'login_persona' => 'התחברות באמצעות פרסונה', - 'login_persona_problem' => 'בעיות התחברות עם פרסונה?', 'logout' => 'יציאה מהחשבון', - 'password' => 'סיסמה', + 'password' => array( + '_' => 'סיסמה', + 'format' => 'At least 7 characters', + ), + 'registration' => array( + '_' => 'New account', // @todo + 'ask' => 'Create an account?', // @todo + 'title' => 'Account creation', // @todo + ), 'reset' => 'איפוס אימות', - 'username' => 'שם משתמש', - 'username_admin' => 'שם משתמש של המנהל', - 'will_reset' => 'מערכת האימות אופסה: טופס ישמש לאימות במקום מוזילה פרסונה.', + 'username' => array( + '_' => 'שם משתמש', + 'admin' => 'שם משתמש של המנהל', + 'format' => 'maximum 16 alphanumeric characters', // @todo + ), ), 'date' => array( 'Apr' => '\\A\\p\\r\\i\\l', @@ -71,6 +80,7 @@ return array( 'mar' => 'mar', 'march' => 'Mar', 'may' => 'May', + 'may_' => 'May', 'mon' => 'Mon', 'month' => 'חודשים', 'nov' => 'nov', @@ -156,6 +166,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Known based sites', 'mastodon' => 'Mastodon', 'movim' => 'Movim', 'print' => 'הדפסה', @@ -172,6 +183,7 @@ return array( 'damn' => 'הו לא!', 'default_category' => 'ללא קטגוריה', 'no' => 'לא', + 'not_applicable' => 'Not available', // @todo 'ok' => 'כן!', 'or' => 'או', 'yes' => 'כן', diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 398c23588..333de0edf 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -66,9 +66,11 @@ return array( 'bookmark' => 'הרשמה (FreshRSS סימניית)', 'import_export' => 'יבוא / יצוא ', 'subscription_management' => 'ניהול הרשמות', + 'subscription_tools' => 'Subscription tools', // @todo ), 'title' => array( '_' => 'ניהול הרשמות', 'feed_management' => 'ניהול הזנות RSS', + 'subscription_tools' => 'Subscription tools', // @todo ), ); diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index 9eaabc2be..ccc8c0e7c 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/kr/gen.php b/app/i18n/kr/gen.php index e9b6ea9b8..8997ba14b 100644 --- a/app/i18n/kr/gen.php +++ b/app/i18n/kr/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php index bccab8310..3215bdfec 100644 --- a/app/i18n/nl/gen.php +++ b/app/i18n/nl/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php index e313b0d8b..4bc8535d6 100644 --- a/app/i18n/pt-br/gen.php +++ b/app/i18n/pt-br/gen.php @@ -118,6 +118,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php index 3283731df..cc7e8765c 100644 --- a/app/i18n/ru/gen.php +++ b/app/i18n/ru/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/tr/gen.php b/app/i18n/tr/gen.php index 535563542..dcfd12c01 100644 --- a/app/i18n/tr/gen.php +++ b/app/i18n/tr/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php index 84be9f4ba..caaa388c7 100644 --- a/app/i18n/zh-cn/gen.php +++ b/app/i18n/zh-cn/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', -- cgit v1.2.3