conf.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'archiving' => array(
  13. '_' => 'ארכוב',
  14. 'exception' => 'Purge exception', // TODO
  15. 'help' => 'אפשרויות נוספות זמינות בזרמים ספציפיים',
  16. 'keep_favourites' => 'Never delete favourites', // TODO
  17. 'keep_labels' => 'Never delete labels', // TODO
  18. 'keep_max' => 'Maximum number of articles to keep per feed', // TODO
  19. 'keep_min_by_feed' => 'Minimum number of articles to keep per feed', // TODO
  20. 'keep_period' => 'Maximum age of articles to keep', // TODO
  21. 'keep_unreads' => 'Never delete unread articles', // TODO
  22. 'maintenance' => 'Maintenance', // TODO
  23. 'optimize' => 'מיטוב בסיס הנתונים',
  24. 'optimize_help' => 'ביצוע לעיתים קרובות על מנת למטב את בסיס הנתונים',
  25. 'policy' => 'Purge policy', // TODO
  26. 'policy_warning' => 'If no purge policy is selected, every article will be kept.', // TODO
  27. 'purge_now' => 'ניקוי עכשיו',
  28. 'title' => 'ארכוב',
  29. 'ttl' => 'אין לרענן אוטומטית יותר מ',
  30. ),
  31. 'display' => array(
  32. '_' => 'תצוגה',
  33. 'darkMode' => array(
  34. '_' => 'Automatic dark mode', // TODO
  35. 'auto' => 'Auto', // TODO
  36. 'help' => 'For compatible themes only', // TODO
  37. 'no' => 'No', // TODO
  38. ),
  39. 'icon' => array(
  40. 'bottom_line' => 'שורה תחתונה',
  41. 'display_authors' => 'Authors', // TODO
  42. 'entry' => 'סמלילי מאמרים',
  43. 'publication_date' => 'תאריך הפרסום',
  44. 'related_tags' => 'תגיות קשורות',
  45. 'sharing' => 'שיתוף',
  46. 'summary' => 'Summary', // TODO
  47. 'top_line' => 'שורה עליונה',
  48. ),
  49. 'language' => 'שפה',
  50. 'notif_html5' => array(
  51. 'seconds' => 'שניות (0 משמעותה ללא פג תוקף)',
  52. 'timeout' => 'HTML5 התראה פג תוקף',
  53. ),
  54. 'show_nav_buttons' => 'Show the navigation buttons', // TODO
  55. 'theme' => array(
  56. '_' => 'ערכת נושא',
  57. 'deprecated' => array(
  58. '_' => 'Deprecated', // TODO
  59. 'description' => 'This theme is no longer supported and will be not available anymore in a <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">future release of FreshRSS</a>', // TODO
  60. ),
  61. ),
  62. 'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.', // TODO
  63. 'thumbnail' => array(
  64. 'label' => 'Thumbnail', // TODO
  65. 'landscape' => 'Landscape', // TODO
  66. 'none' => 'None', // TODO
  67. 'portrait' => 'Portrait', // TODO
  68. 'square' => 'Square', // TODO
  69. ),
  70. 'timezone' => 'Time zone', // TODO
  71. 'title' => 'תצוגה',
  72. 'website' => array(
  73. 'full' => 'Icon and name', // TODO
  74. 'icon' => 'Icon only', // TODO
  75. 'label' => 'Website', // TODO
  76. 'name' => 'Name only', // TODO
  77. 'none' => 'None', // TODO
  78. ),
  79. 'width' => array(
  80. 'content' => 'רוחב התוכן',
  81. 'large' => 'גדול',
  82. 'medium' => 'בינוני',
  83. 'no_limit' => 'ללא הגבלה',
  84. 'thin' => 'צר',
  85. ),
  86. ),
  87. 'logs' => array(
  88. 'loglist' => array(
  89. 'level' => 'Log Level', // TODO
  90. 'message' => 'Log Message', // TODO
  91. 'timestamp' => 'Timestamp', // TODO
  92. ),
  93. 'pagination' => array(
  94. 'first' => 'הראשון',
  95. 'last' => 'אחרון',
  96. 'next' => 'הבא',
  97. 'previous' => 'הקודם',
  98. ),
  99. ),
  100. 'privacy' => array(
  101. '_' => 'Privacy', // TODO
  102. 'retrieve_extension_list' => 'Retrieve extension list', // TODO
  103. ),
  104. 'profile' => array(
  105. '_' => 'Profile management', // TODO
  106. 'api' => array(
  107. '_' => 'API management', // DIRTY
  108. 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO
  109. 'disabled' => 'The API access is disabled.', // TODO
  110. 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO
  111. 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO
  112. ),
  113. 'delete' => array(
  114. '_' => 'Account deletion', // TODO
  115. 'warn' => 'Your account and all related data will be deleted.', // TODO
  116. ),
  117. 'email' => 'Email address', // TODO
  118. 'password_api' => 'סיסמת API<br /><small>(לדוגמה ליישומים סלולריים)</small>',
  119. 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>',
  120. 'password_format' => 'At least 7 characters', // TODO
  121. 'title' => 'Profile', // TODO
  122. ),
  123. 'query' => array(
  124. '_' => 'שאילתות',
  125. 'deprecated' => 'שאילתה זו אינה בתוקף יותר, הפיד או הקטגוריה לייחוס נמחקו.',
  126. 'description' => 'Description', // TODO
  127. 'filter' => array(
  128. '_' => 'מסננים בשימוש:',
  129. 'categories' => 'Display by category', // TODO
  130. 'feeds' => 'Display by feed', // TODO
  131. 'order' => 'Sort by date', // TODO
  132. 'search' => 'Expression', // TODO
  133. 'shareOpml' => 'Enable sharing by OPML of corresponding categories and feeds', // TODO
  134. 'shareRss' => 'Enable sharing by HTML &amp; RSS', // TODO
  135. 'state' => 'State', // TODO
  136. 'tags' => 'Display by label', // TODO
  137. 'type' => 'Type', // TODO
  138. ),
  139. 'get_all' => 'הצגת כל המאמרים',
  140. 'get_all_labels' => 'Display articles with any label', // TODO
  141. 'get_category' => 'הצגת קטגוריה “%s”',
  142. 'get_favorite' => 'הצגת מאמרים מועדפים',
  143. 'get_feed' => 'הצגת הזנה %s',
  144. 'get_important' => 'Display articles from important feeds', // TODO
  145. 'get_label' => 'Display articles with “%s” label', // TODO
  146. 'help' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation for user queries and resharing by HTML / RSS / OPML</a>.', // TODO
  147. 'image_url' => 'Image URL', // TODO
  148. 'name' => 'Name', // TODO
  149. 'no_filter' => 'ללא סינון',
  150. 'no_queries' => array(
  151. '_' => 'No user queries are saved yet.', // TODO
  152. 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO
  153. ),
  154. 'number' => 'שאילתה מספר °%d',
  155. 'order_asc' => 'הצגת מאמרים ישנים בראש',
  156. 'order_desc' => 'הצגת מאמרים חדשים בראש',
  157. 'search' => 'חיפוש “%s”',
  158. 'share' => array(
  159. '_' => 'Share this query by link', // TODO
  160. 'disabled' => array(
  161. '_' => 'disabled', // TODO
  162. 'title' => 'Sharing', // TODO
  163. ),
  164. 'greader' => 'Shareable link to the GReader JSON', // TODO
  165. 'help' => 'Give this link if you want to share this query with anyone', // TODO
  166. 'html' => 'Shareable link to the HTML page', // TODO
  167. 'opml' => 'Shareable link to the OPML list of feeds', // TODO
  168. 'rss' => 'Shareable link to the RSS feed', // TODO
  169. ),
  170. 'state_0' => 'הצגת כל המאמרים',
  171. 'state_1' => 'הצגת מאמרים שנקראו',
  172. 'state_2' => 'הצגת מאמרים שלא נקראו',
  173. 'state_3' => 'הצגת כל המאמרים',
  174. 'state_4' => 'הצגת מאמרים מועדפים',
  175. 'state_5' => 'הצגת מאמרים מועדפים שנקראו',
  176. 'state_6' => 'הצגת מאמרים מועדפים שלא נקראו',
  177. 'state_7' => 'הצגת מאמרים מועדפים',
  178. 'state_8' => 'הצגת מאמרים שאינם מועדפים',
  179. 'state_9' => 'הצגת מאמרים שנקראו ואינם מועדפים',
  180. 'state_10' => 'הצגת מאמרים שלא נקראו ואינם מועדפים',
  181. 'state_11' => 'הצגת מאמרים לא מועדפים',
  182. 'state_12' => 'הצגת כל המאמרים',
  183. 'state_13' => 'הצגת מאמרים שנקראו',
  184. 'state_14' => 'הצגת מאמרים שלא נקראו',
  185. 'state_15' => 'הצגת כל המאמרים',
  186. 'title' => 'שאילתות',
  187. ),
  188. 'reading' => array(
  189. '_' => 'קריאה',
  190. 'after_onread' => 'לאחר “סימון הכל כנקרא”,',
  191. 'always_show_favorites' => 'Show all articles in favourites by default', // TODO
  192. 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO
  193. 'article' => array(
  194. 'authors_date' => array(
  195. '_' => 'Authors and date', // TODO
  196. 'both' => 'In header and footer', // TODO
  197. 'footer' => 'In footer', // TODO
  198. 'header' => 'In header', // TODO
  199. 'none' => 'None', // TODO
  200. ),
  201. 'feed_name' => array(
  202. 'above_title' => 'Above title/tags', // TODO
  203. 'none' => 'None', // TODO
  204. 'with_authors' => 'In authors and date row', // TODO
  205. ),
  206. 'feed_title' => 'Feed title', // TODO
  207. 'icons' => array(
  208. '_' => 'Article icons position<br /><small>(Reading view only)</small>', // TODO
  209. 'above_title' => 'Above title', // TODO
  210. 'with_authors' => 'In authors and date row', // TODO
  211. ),
  212. 'tags' => array(
  213. '_' => 'Tags', // TODO
  214. 'both' => 'In header and footer', // TODO
  215. 'footer' => 'In footer', // TODO
  216. 'header' => 'In header', // TODO
  217. 'none' => 'None', // TODO
  218. ),
  219. 'tags_max' => array(
  220. '_' => 'Max number of tags shown', // TODO
  221. 'help' => '0 means: show all tags and do not collapse them', // TODO
  222. ),
  223. ),
  224. 'articles_per_page' => 'מספר המאמרים בעמוד',
  225. 'auto_load_more' => 'טעינת המאמר הבא סוף העמוד',
  226. 'auto_remove_article' => 'Hide articles after reading', // TODO
  227. 'confirm_enabled' => 'הצגת דו-שיח לאישור “סימון הכל כנקרא” ',
  228. 'display_articles_unfolded' => 'הצגת מאמרים בשלמותם כברירת מחדל',
  229. 'display_categories_unfolded' => 'Categories to unfold', // TODO
  230. 'headline' => array(
  231. 'articles' => 'Articles: Open/Close', // TODO
  232. 'articles_header_footer' => 'Articles: header/footer', // TODO
  233. 'categories' => 'Left navigation: Categories', // TODO
  234. 'mark_as_read' => 'Mark article as read', // TODO
  235. 'misc' => 'Miscellaneous', // TODO
  236. 'view' => 'View', // TODO
  237. ),
  238. 'hide_read_feeds' => 'הסתרת קטגוריות &amp; הזנות ללא מאמרים שלא נקראו (לא עובד יחד עם “הצגת כל המאמרים”)',
  239. 'img_with_lazyload' => 'שימוש ב "טעינה עצלה" על מנת לטעון תמונות',
  240. 'jump_next' => 'קפיצה לפריט הבא שלא נקרא',
  241. 'mark_updated_article_unread' => 'Mark updated articles as unread', // TODO
  242. 'number_divided_when_reader' => 'חלוקה ב2 במצב קריאה.',
  243. 'read' => array(
  244. 'article_open_on_website' => 'כאשר מאמר נפתח באתר המקורי',
  245. 'article_viewed' => 'כאשר מאמר נצפה',
  246. 'focus' => 'when focused (except for important feeds)', // TODO
  247. 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO
  248. 'scroll' => '(except for important feeds) כאשר גוללים', // DIRTY
  249. 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO
  250. 'upon_reception' => 'כאשר המאמר מתקבל',
  251. 'when' => 'סימון מאמרים כנקראו…',
  252. 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
  253. 'when_same_title_in_feed' => 'if an identical title already exists in the top <i>n</i> newest articles of the feed', // TODO
  254. ),
  255. 'show' => array(
  256. '_' => 'מאמרים להצגה',
  257. 'active_category' => 'Active category', // TODO
  258. 'adaptive' => 'Show unreads if any, all articles otherwise', // TODO
  259. 'all_articles' => 'הצגת כל המאמרים',
  260. 'all_categories' => 'All categories', // TODO
  261. 'no_category' => 'No category', // TODO
  262. 'remember_categories' => 'Remember open categories', // TODO
  263. 'unread' => 'הצגת מאמרים שלא נקראו בלבד',
  264. 'unread_or_favorite' => 'Show unreads and favourites', // TODO
  265. ),
  266. 'show_fav_unread_help' => 'Applies also on labels', // TODO
  267. 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO
  268. 'sort' => array(
  269. '_' => 'סדר המיון',
  270. 'newer_first' => 'חדשים בראש',
  271. 'older_first' => 'ישנים יותר בראש',
  272. ),
  273. 'star' => array(
  274. 'when' => 'Mark an article as favourite…', // TODO
  275. ),
  276. 'sticky_post' => 'הצמדת המאמר לחלק העליון כאשר הוא פתוח',
  277. 'title' => 'קריאה',
  278. 'view' => array(
  279. 'default' => 'תצוגת ברירת המחדל',
  280. 'global' => 'תצוגה גלובלית',
  281. 'normal' => 'תצוגה רגילה',
  282. 'reader' => 'תצוגת קריאה',
  283. ),
  284. ),
  285. 'sharing' => array(
  286. '_' => 'שיתוף',
  287. 'add' => 'Add a sharing method', // TODO
  288. 'bluesky' => 'Bluesky', // TODO
  289. 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO
  290. 'diaspora' => 'Diaspora*', // IGNORE
  291. 'email' => 'דואר אלקטרוני',
  292. 'facebook' => 'Facebook', // IGNORE
  293. 'more_information' => 'מידע נוסף',
  294. 'print' => 'הדפסה',
  295. 'raindrop' => 'Raindrop.io', // IGNORE
  296. 'remove' => 'Remove sharing method', // TODO
  297. 'shaarli' => 'Shaarli', // IGNORE
  298. 'share_name' => 'שיתוף שם לתצוגה',
  299. 'share_url' => 'לשימוש שתפו URL',
  300. 'title' => 'שיתוף',
  301. 'twitter' => 'Twitter', // IGNORE
  302. 'wallabag' => 'wallabag', // IGNORE
  303. ),
  304. 'shortcut' => array(
  305. '_' => 'קיצורי דרך',
  306. 'article_action' => 'פעולות על מאמרים',
  307. 'auto_share' => 'שיתוף',
  308. 'auto_share_help' => 'אם יש רק מצב שיתוף אחד, הוא מופעל. אחרת המצבים נבחרים על בסיס המספר שלהם.',
  309. 'close_dropdown' => 'Close menus', // TODO
  310. 'collapse_article' => 'כיווץ',
  311. 'first_article' => 'דילוג למאמר הראשון',
  312. 'focus_search' => 'גישה לתיבת החיפוש',
  313. 'global_view' => 'Switch to global view', // TODO
  314. 'help' => 'הצגת התיעוד',
  315. 'javascript' => 'חובה להפעיל JavaScript על מנת לעשות שימוש בקיצורי דרך',
  316. 'last_article' => 'דילוג למאמר האחרון',
  317. 'load_more' => 'טעינת מאמרים נוספים',
  318. 'mark_favorite' => 'סימון כמועדף',
  319. 'mark_read' => 'סימון כנקרא',
  320. 'navigation' => 'ניווט',
  321. 'navigation_help' => 'בעזרת מקש השיפט קיצורי דרך חלים על הזנות .<br/>עם מקש האלט הם חלים על קטגוריות.',
  322. 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', // TODO
  323. 'next_article' => 'דילוג למאמר הבא',
  324. 'next_unread_article' => 'Open the next unread article', // TODO
  325. 'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.', // TODO
  326. 'normal_view' => 'Switch to normal view', // TODO
  327. 'other_action' => 'פעולות אחרות',
  328. 'previous_article' => 'דילוג למאמר הקודם',
  329. 'reading_view' => 'Switch to reading view', // TODO
  330. 'rss_view' => 'Open as RSS feed', // TODO
  331. 'see_on_website' => 'ראו את המקור באתר',
  332. 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', // TODO
  333. 'skip_next_article' => 'Focus next without opening', // TODO
  334. 'skip_previous_article' => 'Focus previous without opening', // TODO
  335. 'title' => 'קיצורי דרך',
  336. 'toggle_media' => 'Play/pause media', // TODO
  337. 'user_filter' => 'גישה למססנים',
  338. 'user_filter_help' => 'אם יש רק מזנן אחד הוא יהיה בשימוש. אחרת המסננים ישמשו על בסיס המספר שלהם.',
  339. 'views' => 'Views', // TODO
  340. ),
  341. 'user' => array(
  342. 'articles_and_size' => '%s articles (%s)', // TODO
  343. 'current' => 'משתמש נוכחי',
  344. 'is_admin' => 'מנהל',
  345. 'users' => 'משתמשים',
  346. ),
  347. );