diff options
| author | 2019-12-04 08:27:39 +0100 | |
|---|---|---|
| committer | 2019-12-04 08:27:39 +0100 | |
| commit | 3e49b44839237693ce1a8151325942704917f6c6 (patch) | |
| tree | 75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/he/sub.php | |
| parent | de2b323847e0a91119625e4f506f51ec9d43872f (diff) | |
Update i18n cli tools (#2673)
* Update i18n cli tools
Few things were bugging me when using the cli tool for i18n. So I've modified
the tools to be easier to use.
First, the tool automatically adds missing keys to all languages. This way, we
always have all keys in all languages.
Second, the tool detects all untranslated keys and adds automatically the todo
comment after the value.
Third, when adding a new key, the key is pushed to all languages at once. There
is no need to duplicate it manually. Thus making the duplication process obsolete.
Fourth, translation and ignore keys are manipulated at the same time. Thus we
don't have obsolete ignored strings anymore.
* Add i18n rules
I find that having the common rules in the Makefile is easier to use,
as long as you know they are here. As it is self documented, people
will see the new rules when using make.
* Use long parameters in Makefile
I find that using long parameters in scripts makes it easier to understand
what's going on. So I've switched all short parameters to long one.
* Format all i18n files
I've used the updated version of the cli tools to have some output
that can be consistently formated. This commit is a huge formating
commit. Nothing was added but some comments were removed in the
process.
Diffstat (limited to 'app/i18n/he/sub.php')
| -rw-r--r-- | app/i18n/he/sub.php | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 3fd0f267a..3d60ca246 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -2,24 +2,24 @@ return array( 'api' => array( - 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation - 'title' => 'API', //TODO - Translation + 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO - Translation + 'title' => 'API', // TODO - Translation ), 'bookmarklet' => array( - 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation - 'label' => 'Subscribe', //TODO - Translation - 'title' => 'Bookmarklet', //TODO - Translation + 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', // TODO - Translation + 'label' => 'Subscribe', // TODO - Translation + 'title' => 'Bookmarklet', // TODO - Translation ), 'category' => array( - '_' => 'קטגוריה', 'add' => 'הוספת קטגוריה', 'archiving' => 'ארכוב', - 'empty' => 'Empty category', //TODO - Translation + 'empty' => 'Empty category', // TODO - Translation 'information' => 'מידע', 'new' => 'קטגוריה חדשה', - 'position' => 'Display position', //TODO - Translation - 'position_help' => 'To control category sort order', //TODO - Translation + 'position' => 'Display position', // TODO - Translation + 'position_help' => 'To control category sort order', // TODO - Translation 'title' => 'כותרת', + '_' => 'קטגוריה', ), 'feed' => array( 'add' => 'הוספת הזנה', @@ -32,57 +32,57 @@ return array( 'password' => 'HTTP סיסמה', 'username' => 'HTTP שם משתמש', ), - 'clear_cache' => 'Always clear cache', //TODO - Translation - 'css_help' => 'קבלת הזנות RSS קטומות (זהירות, לוקח זמן רב יותר!)', + 'clear_cache' => 'Always clear cache', // TODO - Translation + 'css_help' => 'קבלת הזנות RSS קטומות (זהירות, לוקח זמן רב יותר!)', 'css_path' => 'נתיב הCSS של המאמר באתר המקורי', 'description' => 'תיאור', 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.', 'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.', 'filteractions' => array( - '_' => 'Filter actions', //TODO - Translation - 'help' => 'Write one search filter per line.', //TODO - Translation + 'help' => 'Write one search filter per line.', // TODO - Translation + '_' => 'Filter actions', // TODO - Translation ), 'information' => 'מידע', 'keep_min' => 'מסםר מינימלי של מאמרים לשמור', - 'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.', - 'mute' => 'mute', //TODO - Translation + 'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.', + 'mute' => 'mute', // TODO - Translation 'no_selected' => 'אף הזנה לא נבחרה.', 'number_entries' => '%d מאמרים', 'priority' => array( - '_' => 'Visibility', //TODO - Translation - 'archived' => 'Do not show (archived)', //TODO - Translation + 'archived' => 'Do not show (archived)', // TODO - Translation 'main_stream' => 'הצגה בזרם המרכזי', - 'normal' => 'Show in its category', //TODO - Translation + 'normal' => 'Show in its category', // TODO - Translation + '_' => 'Visibility', // TODO - Translation ), - 'websub' => 'Instant notification with WebSub', //TODO - Translation 'show' => array( - 'all' => 'Show all feeds', //TODO - Translation - 'error' => 'Show only feeds with error', //TODO - Translation + 'all' => 'Show all feeds', // TODO - Translation + 'error' => 'Show only feeds with error', // TODO - Translation ), 'showing' => array( - 'error' => 'Showing only feeds with error', //TODO - Translation + 'error' => 'Showing only feeds with error', // TODO - Translation ), - 'ssl_verify' => 'Verify SSL security', //TODO - Translation + 'ssl_verify' => 'Verify SSL security', // TODO - Translation 'stats' => 'סטטיסטיקות', 'think_to_add' => 'ניתן להוסיף הזנות חדשות.', - 'timeout' => 'Timeout in seconds', //TODO - Translation + 'timeout' => 'Timeout in seconds', // TODO - Translation 'title' => 'כותרת', 'title_add' => 'הוספת הזנה', 'ttl' => 'אין לרענן אוטומטית יותר מ', 'url' => 'הזנה URL', 'validator' => 'בדיקות תקינות ההזנה', 'website' => 'אתר URL', + 'websub' => 'Instant notification with WebSub', // TODO - Translation ), 'firefox' => array( - 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', //TODO - Translation - 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', //TODO - Translation - 'title' => 'Firefox feed reader', //TODO - Translation + 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', // TODO - Translation + 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', // TODO - Translation + 'title' => 'Firefox feed reader', // TODO - Translation ), 'import_export' => array( 'export' => 'ייצוא', + 'export_labelled' => 'Export your labelled articles', // TODO - Translation 'export_opml' => 'ייצוא רשימת הזנות (OPML)', 'export_starred' => 'ייצוא מועדפים', - 'export_labelled' => 'Export your labelled articles', //TODO 'feed_list' => 'רשימה של %s מאמרים', 'file_to_import' => 'קובץ לייבוא<br />(OPML, Json or Zip)', 'file_to_import_no_zip' => 'קובץ לייבוא<br />(OPML or Json)', @@ -94,11 +94,11 @@ return array( 'bookmark' => 'הרשמה (FreshRSS סימניית)', 'import_export' => 'יבוא / יצוא ', 'subscription_management' => 'ניהול הרשמות', - 'subscription_tools' => 'Subscription tools', //TODO - Translation + 'subscription_tools' => 'Subscription tools', // TODO - Translation ), 'title' => array( - '_' => 'ניהול הרשמות', 'feed_management' => 'ניהול הזנות RSS', - 'subscription_tools' => 'Subscription tools', //TODO - Translation + 'subscription_tools' => 'Subscription tools', // TODO - Translation + '_' => 'ניהול הרשמות', ), ); |
