aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/he/feedback.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-12-04 08:27:39 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-04 08:27:39 +0100
commit3e49b44839237693ce1a8151325942704917f6c6 (patch)
tree75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/he/feedback.php
parentde2b323847e0a91119625e4f506f51ec9d43872f (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/feedback.php')
-rw-r--r--app/i18n/he/feedback.php80
1 files changed, 40 insertions, 40 deletions
diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php
index 026e93450..56af570c3 100644
--- a/app/i18n/he/feedback.php
+++ b/app/i18n/he/feedback.php
@@ -1,17 +1,17 @@
<?php
return array(
- 'admin' => array(
- 'optimization_complete' => 'המיטוב הושלם',
- ),
'access' => array(
'denied' => 'אין לך הרשאות לצפות בדף זה',
'not_found' => 'הדף הזה לא נמצא',
),
+ 'admin' => array(
+ 'optimization_complete' => 'המיטוב הושלם',
+ ),
'api' => array(
'password' => array(
- 'failed' => 'Your password cannot be modified', // TODO - Translation
- 'updated' => 'Your password has been modified', // TODO - Translation
+ 'failed' => 'Your password cannot be modified', // TODO - Translation
+ 'updated' => 'Your password has been modified', // TODO - Translation
),
),
'auth' => array(
@@ -21,32 +21,32 @@ return array(
),
'login' => array(
'invalid' => 'הכניסה לחשבון שגויה',
- 'success' => 'You are connected', // @todo
+ 'success' => 'You are connected', // TODO - Translation
),
'logout' => array(
- 'success' => 'You are disconnected', // @todo
+ 'success' => 'You are disconnected', // TODO - Translation
),
'no_password_set' => 'לא הוגדרה סיסמת מנהל. תכונה זו אינה זמינה.',
),
'conf' => array(
- 'error' => 'An error occurred during configuration saving', // @todo
+ 'error' => 'An error occurred during configuration saving', // TODO - Translation
'query_created' => 'השאילתה "%s" נוצרה.',
'shortcuts_updated' => 'קיצורי הדרך עודכנו',
'updated' => 'ההגדרות עודכנו',
),
'extensions' => array(
- 'already_enabled' => '%s is already enabled', // @todo
+ 'already_enabled' => '%s is already enabled', // TODO - Translation
'disable' => array(
- 'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.', // @todo
- 'ok' => '%s is now disabled', // @todo
+ 'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO - Translation
+ 'ok' => '%s is now disabled', // TODO - Translation
),
'enable' => array(
- 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // @todo
- 'ok' => '%s is now enabled', // @todo
+ 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO - Translation
+ 'ok' => '%s is now enabled', // TODO - Translation
),
- 'no_access' => 'You have no access on %s', // @todo
- 'not_enabled' => '%s is not enabled yet', // @todo
- 'not_found' => '%s does not exist', // @todo
+ 'not_enabled' => '%s is not enabled yet',
+ 'not_found' => '%s does not exist', // TODO - Translation
+ 'no_access' => 'You have no access on %s', // TODO - Translation
),
'import_export' => array(
'export_no_zip_extension' => 'הרחבת ZIP אינה מותקנת על השרת.',
@@ -57,27 +57,27 @@ return array(
'zip_error' => 'אירעה שגיאה במהלך ייבוא קובץ הZIP.',
),
'profile' => array(
- 'error' => 'Your profile cannot be modified', // @todo
- 'updated' => 'Your profile has been modified', // @todo
+ 'error' => 'Your profile cannot be modified', // TODO - Translation
+ 'updated' => 'Your profile has been modified', // TODO - Translation
),
'sub' => array(
'actualize' => 'מימוש',
'articles' => array(
- 'marked_read' => 'The selected articles have been marked as read.', //TODO - Translation
- 'marked_unread' => 'The articles have been marked as unread.', //TODO - Translation
+ 'marked_read' => 'The selected articles have been marked as read.', // TODO - Translation
+ 'marked_unread' => 'The articles have been marked as unread.', // TODO - Translation
),
'category' => array(
- 'created' => 'Category %s has been created.', //TODO - Translation
- 'deleted' => 'Category has been deleted.', //TODO - Translation
+ 'created' => 'Category %s has been created.', // TODO - Translation
+ 'deleted' => 'Category has been deleted.', // TODO - Translation
'emptied' => 'הקטגוריה רוקנה',
- 'error' => 'Category cannot be updated', //TODO - Translation
- 'name_exists' => 'Category name already exists.', //TODO - Translation
- 'no_id' => 'You must precise the id of the category.', //TODO - Translation
- 'no_name' => 'Category name cannot be empty.', //TODO - Translation
- 'not_delete_default' => 'You cannot delete the default category!', //TODO - Translation
- 'not_exist' => 'The category does not exist!', //TODO - Translation
- 'over_max' => 'You have reached your limit of categories (%d)', //TODO - Translation
- 'updated' => 'Category has been updated.', //TODO - Translation
+ 'error' => 'Category cannot be updated', // TODO - Translation
+ 'name_exists' => 'Category name already exists.', // TODO - Translation
+ 'not_delete_default' => 'You cannot delete the default category!', // TODO - Translation
+ 'not_exist' => 'The category does not exist!', // TODO - Translation
+ 'no_id' => 'You must precise the id of the category.',
+ 'no_name' => 'Category name cannot be empty.', // TODO - Translation
+ 'over_max' => 'You have reached your limit of categories (%d)', // TODO - Translation
+ 'updated' => 'Category has been updated.', // TODO - Translation
),
'feed' => array(
'actualized' => '<em>%s</em> עודכן',
@@ -85,20 +85,20 @@ return array(
'added' => 'RSS הזנת <em>%s</em> נוספה',
'already_subscribed' => 'אתה כבר רשום ל <em>%s</em>',
'deleted' => 'ההזנה נמחקה',
- 'error' => 'Feed cannot be updated', //TODO - Translation
- 'internal_problem' => 'אין אפשרות להוסיף את ההזנה. <a href="%s">בדקו את הלוגים</a> לפרטים.', //TODO - Translation
+ 'error' => 'Feed cannot be updated', // TODO - Translation
+ 'internal_problem' => 'אין אפשרות להוסיף את ההזנה. <a href="%s">בדקו את הלוגים</a> לפרטים.',
'invalid_url' => 'URL <em>%s</em> אינו תקין',
+ 'not_added' => '<em>%s</em> אין אפשרות להוסיף את',
+ 'no_refresh' => 'אין הזנה שניתן לרענן…',
'n_actualized' => '%d הזנות עודכנו',
'n_entries_deleted' => '%d המאמרים נמחקו',
- 'no_refresh' => 'אין הזנה שניתן לרענן…',
- 'not_added' => '<em>%s</em> אין אפשרות להוסיף את',
- 'over_max' => 'You have reached your limit of feeds (%d)', //TODO - Translation
+ 'over_max' => 'You have reached your limit of feeds (%d)', // TODO - Translation
'updated' => 'ההזנה התעדכנה',
),
'purge_completed' => 'הניקוי הושלם (%d מאמרים נמחקו)',
),
'update' => array(
- 'can_apply' => 'FreshRSS will be now updated to the <strong>version %s</strong>.', //TODO - Translation
+ 'can_apply' => 'FreshRSS will be now updated to the <strong>version %s</strong>.',
'error' => 'תהליך העדכון נתקל בשגיאה: %s',
'file_is_nok' => 'יש לבדוק את ההרשאות בתיקייה <em>%s</em>. שרת הHTTP חייב להיות בעל הרשאות כתיבה.',
'finished' => 'העדכון הושלם!',
@@ -107,16 +107,16 @@ return array(
),
'user' => array(
'created' => array(
+ 'error' => 'User %s cannot be created', // TODO - Translation
'_' => 'המשתמש %s נוצר',
- 'error' => 'User %s cannot be created', //TODO - Translation
),
'deleted' => array(
+ 'error' => 'User %s cannot be deleted', // TODO - Translation
'_' => 'המשתמש %s נמחק',
- 'error' => 'User %s cannot be deleted', //TODO - Translation
),
'updated' => array(
- '_' => 'User %s has been updated', //TODO - Translation
- 'error' => 'User %s has not been updated', //TODO - Translation
+ 'error' => 'User %s has not been updated', // TODO - Translation
+ '_' => 'User %s has been updated', // TODO - Translation
),
),
);