comparison .svn/pristine/15/158142f819942eaf61a29b3cf45389ea3967c9ba.svn-base @ 1517:dffacf8a6908 redmine-2.5

Update to Redmine SVN revision 13367 on 2.5-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:29:00 +0100
parents
children
comparison
equal deleted inserted replaced
1516:b450a9d58aed 1517:dffacf8a6908
1 # Hebrew translation for Redmine
2 # Initiated by Dotan Nahum (dipidi@gmail.com)
3 # Jul 2010 - Updated by Orgad Shaneh (orgads@gmail.com)
4
5 he:
6 direction: rtl
7 date:
8 formats:
9 default: "%d/%m/%Y"
10 short: "%d/%m"
11 long: "%d/%m/%Y"
12 only_day: "%e"
13
14 day_names: [ראשון, שני, שלישי, רביעי, חמישי, שישי, שבת]
15 abbr_day_names: ["א'", "ב'", "ג'", "ד'", "ה'", "ו'", "ש'"]
16 month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר]
17 abbr_month_names: [~, יאנ, פבר, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצמ]
18 order:
19 - :day
20 - :month
21 - :year
22
23 time:
24 formats:
25 default: "%a %d/%m/%Y %H:%M:%S"
26 time: "%H:%M"
27 short: "%d %b %H:%M"
28 long: "%B %d, %Y %H:%M"
29 only_second: "%S"
30
31 datetime:
32 formats:
33 default: "%d-%m-%YT%H:%M:%S%Z"
34
35 am: 'am'
36 pm: 'pm'
37
38 datetime:
39 distance_in_words:
40 half_a_minute: 'חצי דקה'
41 less_than_x_seconds:
42 zero: 'פחות משניה'
43 one: 'פחות משניה'
44 other: 'פחות מ־%{count} שניות'
45 x_seconds:
46 one: 'שניה אחת'
47 other: '%{count} שניות'
48 less_than_x_minutes:
49 zero: 'פחות מדקה אחת'
50 one: 'פחות מדקה אחת'
51 other: 'פחות מ־%{count} דקות'
52 x_minutes:
53 one: 'דקה אחת'
54 other: '%{count} דקות'
55 about_x_hours:
56 one: 'בערך שעה אחת'
57 other: 'בערך %{count} שעות'
58 x_hours:
59 one: "1 שעה"
60 other: "%{count} שעות"
61 x_days:
62 one: 'יום אחד'
63 other: '%{count} ימים'
64 about_x_months:
65 one: 'בערך חודש אחד'
66 other: 'בערך %{count} חודשים'
67 x_months:
68 one: 'חודש אחד'
69 other: '%{count} חודשים'
70 about_x_years:
71 one: 'בערך שנה אחת'
72 other: 'בערך %{count} שנים'
73 over_x_years:
74 one: 'מעל שנה אחת'
75 other: 'מעל %{count} שנים'
76 almost_x_years:
77 one: "כמעט שנה"
78 other: "כמעט %{count} שנים"
79
80 number:
81 format:
82 precision: 3
83 separator: '.'
84 delimiter: ','
85 currency:
86 format:
87 unit: 'ש"ח'
88 precision: 2
89 format: '%u %n'
90 human:
91 storage_units:
92 format: "%n %u"
93 units:
94 byte:
95 one: "בייט"
96 other: "בתים"
97 kb: "KB"
98 mb: "MB"
99 gb: "GB"
100 tb: "TB"
101
102 support:
103 array:
104 sentence_connector: "וגם"
105 skip_last_comma: true
106
107 activerecord:
108 errors:
109 template:
110 header:
111 one: "1 error prohibited this %{model} from being saved"
112 other: "%{count} errors prohibited this %{model} from being saved"
113 messages:
114 inclusion: "לא נכלל ברשימה"
115 exclusion: "לא זמין"
116 invalid: "לא ולידי"
117 confirmation: "לא תואם לאישור"
118 accepted: "חייב באישור"
119 empty: "חייב להכלל"
120 blank: "חייב להכלל"
121 too_long: "ארוך מדי (לא יותר מ־%{count} תוים)"
122 too_short: "קצר מדי (לא יותר מ־%{count} תוים)"
123 wrong_length: "לא באורך הנכון (חייב להיות %{count} תוים)"
124 taken: "לא זמין"
125 not_a_number: "הוא לא מספר"
126 greater_than: "חייב להיות גדול מ־%{count}"
127 greater_than_or_equal_to: "חייב להיות גדול או שווה ל־%{count}"
128 equal_to: "חייב להיות שווה ל־%{count}"
129 less_than: "חייב להיות קטן מ־%{count}"
130 less_than_or_equal_to: "חייב להיות קטן או שווה ל־%{count}"
131 odd: "חייב להיות אי זוגי"
132 even: "חייב להיות זוגי"
133 greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
134 not_same_project: "לא שייך לאותו הפרויקט"
135 circular_dependency: "קשר זה יצור תלות מעגלית"
136 cant_link_an_issue_with_a_descendant: "לא ניתן לקשר נושא לתת־משימה שלו"
137 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
138
139 actionview_instancetag_blank_option: בחר בבקשה
140
141 general_text_No: 'לא'
142 general_text_Yes: 'כן'
143 general_text_no: 'לא'
144 general_text_yes: 'כן'
145 general_lang_name: 'Hebrew (עברית)'
146 general_csv_separator: ','
147 general_csv_decimal_separator: '.'
148 general_csv_encoding: ISO-8859-8
149 general_pdf_encoding: UTF-8
150 general_first_day_of_week: '7'
151
152 notice_account_updated: החשבון עודכן בהצלחה!
153 notice_account_invalid_creditentials: שם משתמש או סיסמה שגויים
154 notice_account_password_updated: הסיסמה עודכנה בהצלחה!
155 notice_account_wrong_password: סיסמה שגויה
156 notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
157 notice_account_unknown_email: משתמש לא מוכר.
158 notice_can_t_change_password: החשבון הזה משתמש במקור הזדהות חיצוני. שינוי סיסמה הינו בילתי אפשר
159 notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
160 notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
161 notice_successful_create: יצירה מוצלחת.
162 notice_successful_update: עידכון מוצלח.
163 notice_successful_delete: מחיקה מוצלחת.
164 notice_successful_connection: חיבור מוצלח.
165 notice_file_not_found: הדף שאתה מנסה לגשת אליו אינו קיים או שהוסר.
166 notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
167 notice_not_authorized: אינך מורשה לראות דף זה.
168 notice_not_authorized_archived_project: הפרויקט שאתה מנסה לגשת אליו נמצא בארכיון.
169 notice_email_sent: "דואל נשלח לכתובת %{value}"
170 notice_email_error: "ארעה שגיאה בעת שליחת הדואל (%{value})"
171 notice_feeds_access_key_reseted: מפתח ה־Atom שלך אופס.
172 notice_api_access_key_reseted: מפתח הגישה שלך ל־API אופס.
173 notice_failed_to_save_issues: "נכשרת בשמירת %{count} נושאים ב %{total} נבחרו: %{ids}."
174 notice_failed_to_save_members: "כשלון בשמירת חבר(ים): %{errors}."
175 notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
176 notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
177 notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
178 notice_unable_delete_version: לא ניתן למחוק גירסה
179 notice_unable_delete_time_entry: לא ניתן למחוק רשומת זמן.
180 notice_issue_done_ratios_updated: אחוזי התקדמות לנושא עודכנו.
181
182 error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: %{value}"
183 error_scm_not_found: כניסה ו\או מהדורה אינם קיימים במאגר.
184 error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: %{value}"
185 error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
186 error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
187 error_no_tracker_in_project: לא הוגדר סיווג לפרויקט זה. נא בדוק את הגדרות הפרויקט.
188 error_no_default_issue_status: לא מוגדר מצב ברירת מחדל לנושאים. נא בדוק את התצורה ("ניהול -> מצבי נושא").
189 error_can_not_delete_custom_field: לא ניתן למחוק שדה מותאם אישית
190 error_can_not_delete_tracker: קיימים נושאים בסיווג זה, ולא ניתן למחוק אותו.
191 error_can_not_remove_role: תפקיד זה נמצא בשימוש, ולא ניתן למחוק אותו.
192 error_can_not_reopen_issue_on_closed_version: לא ניתן לפתוח מחדש נושא שמשויך לגירסה סגורה
193 error_can_not_archive_project: לא ניתן לארכב פרויקט זה
194 error_issue_done_ratios_not_updated: אחוז התקדמות לנושא לא עודכן.
195 error_workflow_copy_source: נא בחר סיווג או תפקיד מקור
196 error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
197 error_unable_delete_issue_status: לא ניתן למחוק מצב נושא
198 error_unable_to_connect: לא ניתן להתחבר (%{value})
199 warning_attachments_not_saved: "כשלון בשמירת %{count} קבצים."
200
201 mail_subject_lost_password: "סיסמת ה־%{value} שלך"
202 mail_body_lost_password: 'לשינו סיסמת ה־Redmine שלך, לחץ על הקישור הבא:'
203 mail_subject_register: "הפעלת חשבון %{value}"
204 mail_body_register: 'להפעלת חשבון ה־Redmine שלך, לחץ על הקישור הבא:'
205 mail_body_account_information_external: "אתה יכול להשתמש בחשבון %{value} כדי להתחבר"
206 mail_body_account_information: פרטי החשבון שלך
207 mail_subject_account_activation_request: "בקשת הפעלה לחשבון %{value}"
208 mail_body_account_activation_request: "משתמש חדש (%{value}) נרשם. החשבון שלו מחכה לאישור שלך:"
209 mail_subject_reminder: "%{count} נושאים מיועדים להגשה בימים הקרובים (%{days})"
210 mail_body_reminder: "%{count} נושאים שמיועדים אליך מיועדים להגשה בתוך %{days} ימים:"
211 mail_subject_wiki_content_added: "דף ה־wiki ‏'%{id}' נוסף"
212 mail_body_wiki_content_added: דף ה־wiki ‏'%{id}' נוסף ע"י %{author}.
213 mail_subject_wiki_content_updated: "דף ה־wiki ‏'%{id}' עודכן"
214 mail_body_wiki_content_updated: דף ה־wiki ‏'%{id}' עודכן ע"י %{author}.
215
216
217 field_name: שם
218 field_description: תיאור
219 field_summary: תקציר
220 field_is_required: נדרש
221 field_firstname: שם פרטי
222 field_lastname: שם משפחה
223 field_mail: דוא"ל
224 field_filename: קובץ
225 field_filesize: גודל
226 field_downloads: הורדות
227 field_author: כותב
228 field_created_on: נוצר
229 field_updated_on: עודכן
230 field_field_format: פורמט
231 field_is_for_all: לכל הפרויקטים
232 field_possible_values: ערכים אפשריים
233 field_regexp: ביטוי רגיל
234 field_min_length: אורך מינימאלי
235 field_max_length: אורך מקסימאלי
236 field_value: ערך
237 field_category: קטגוריה
238 field_title: כותרת
239 field_project: פרויקט
240 field_issue: נושא
241 field_status: מצב
242 field_notes: הערות
243 field_is_closed: נושא סגור
244 field_is_default: ערך ברירת מחדל
245 field_tracker: סיווג
246 field_subject: שם נושא
247 field_due_date: תאריך סיום
248 field_assigned_to: אחראי
249 field_priority: עדיפות
250 field_fixed_version: גירסת יעד
251 field_user: מתשמש
252 field_principal: מנהל
253 field_role: תפקיד
254 field_homepage: דף הבית
255 field_is_public: פומבי
256 field_parent: תת פרויקט של
257 field_is_in_roadmap: נושאים המוצגים במפת הדרכים
258 field_login: שם משתמש
259 field_mail_notification: הודעות דוא"ל
260 field_admin: ניהול
261 field_last_login_on: התחברות אחרונה
262 field_language: שפה
263 field_effective_date: תאריך
264 field_password: סיסמה
265 field_new_password: סיסמה חדשה
266 field_password_confirmation: אישור
267 field_version: גירסה
268 field_type: סוג
269 field_host: שרת
270 field_port: פורט
271 field_account: חשבון
272 field_base_dn: בסיס DN
273 field_attr_login: תכונת התחברות
274 field_attr_firstname: תכונת שם פרטים
275 field_attr_lastname: תכונת שם משפחה
276 field_attr_mail: תכונת דוא"ל
277 field_onthefly: יצירת משתמשים זריזה
278 field_start_date: תאריך התחלה
279 field_done_ratio: "% גמור"
280 field_auth_source: מקור הזדהות
281 field_hide_mail: החבא את כתובת הדוא"ל שלי
282 field_comments: הערות
283 field_url: URL
284 field_start_page: דף התחלתי
285 field_subproject: תת־פרויקט
286 field_hours: שעות
287 field_activity: פעילות
288 field_spent_on: תאריך
289 field_identifier: מזהה
290 field_is_filter: משמש כמסנן
291 field_issue_to: נושאים קשורים
292 field_delay: עיקוב
293 field_assignable: ניתן להקצות נושאים לתפקיד זה
294 field_redirect_existing_links: העבר קישורים קיימים
295 field_estimated_hours: זמן משוער
296 field_column_names: עמודות
297 field_time_entries: רישום זמנים
298 field_time_zone: איזור זמן
299 field_searchable: ניתן לחיפוש
300 field_default_value: ערך ברירת מחדל
301 field_comments_sorting: הצג הערות
302 field_parent_title: דף אב
303 field_editable: ניתן לעריכה
304 field_watcher: צופה
305 field_identity_url: כתובת OpenID
306 field_content: תוכן
307 field_group_by: קבץ את התוצאות לפי
308 field_sharing: שיתוף
309 field_parent_issue: משימת אב
310 field_text: שדה טקסט
311
312 setting_app_title: כותרת ישום
313 setting_app_subtitle: תת־כותרת ישום
314 setting_welcome_text: טקסט "ברוך הבא"
315 setting_default_language: שפת ברירת מחדל
316 setting_login_required: דרושה הזדהות
317 setting_self_registration: אפשר הרשמה עצמית
318 setting_attachment_max_size: גודל דבוקה מקסימאלי
319 setting_issues_export_limit: גבול יצוא נושאים
320 setting_mail_from: כתובת שליחת דוא"ל
321 setting_bcc_recipients: מוסתר (bcc)
322 setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
323 setting_host_name: שם שרת
324 setting_text_formatting: עיצוב טקסט
325 setting_wiki_compression: כיווץ היסטורית wiki
326 setting_feeds_limit: גבול תוכן הזנות
327 setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
328 setting_autofetch_changesets: משיכה אוטומטית של שינויים
329 setting_sys_api_enabled: אפשר שירות רשת לניהול המאגר
330 setting_commit_ref_keywords: מילות מפתח מקשרות
331 setting_commit_fix_keywords: מילות מפתח מתקנות
332 setting_autologin: התחברות אוטומטית
333 setting_date_format: פורמט תאריך
334 setting_time_format: פורמט זמן
335 setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
336 setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
337 setting_emails_footer: תחתית דוא"ל
338 setting_protocol: פרוטוקול
339 setting_per_page_options: אפשרויות אוביקטים לפי דף
340 setting_user_format: פורמט הצגת משתמשים
341 setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
342 setting_display_subprojects_issues: הצג נושאים של תתי־פרויקטים כברירת מחדל
343 setting_enabled_scm: אפשר ניהול תצורה
344 setting_mail_handler_body_delimiters: חתוך כתובות דואר אחרי אחת משורות אלה
345 setting_mail_handler_api_enabled: אפשר שירות רשת לדואר נכנס
346 setting_mail_handler_api_key: מפתח API
347 setting_sequential_project_identifiers: השתמש במספרים עוקבים למזהי פרויקט
348 setting_gravatar_enabled: שימוש בצלמיות משתמשים מ־Gravatar
349 setting_gravatar_default: תמונת Gravatar ברירת מחדל
350 setting_diff_max_lines_displayed: מספר מירבי של שורות בתצוגת שינויים
351 setting_file_max_size_displayed: גודל מירבי של מלל המוצג בתוך השורה
352 setting_repository_log_display_limit: מספר מירבי של מהדורות המוצגות ביומן קובץ
353 setting_openid: אפשר התחברות ורישום באמצעות OpenID
354 setting_password_min_length: אורך סיסמה מינימאלי
355 setting_new_project_user_role_id: התפקיד שמוגדר למשתמש פשוט אשר יוצר פרויקט
356 setting_default_projects_modules: מודולים מאופשרים בברירת מחדל עבור פרויקטים חדשים
357 setting_issue_done_ratio: חשב אחוז התקדמות בנושא עם
358 setting_issue_done_ratio_issue_field: השתמש בשדה הנושא
359 setting_issue_done_ratio_issue_status: השתמש במצב הנושא
360 setting_start_of_week: השבוע מתחיל ביום
361 setting_rest_api_enabled: אפשר שירות רשת REST
362 setting_cache_formatted_text: שמור טקסט מעוצב במטמון
363 setting_default_notification_option: אפשרות התראה ברירת־מחדל
364
365 permission_add_project: יצירת פרויקט
366 permission_add_subprojects: יצירת תתי־פרויקט
367 permission_edit_project: עריכת פרויקט
368 permission_select_project_modules: בחירת מודולי פרויקט
369 permission_manage_members: ניהול חברים
370 permission_manage_project_activities: נהל פעילויות פרויקט
371 permission_manage_versions: ניהול גירסאות
372 permission_manage_categories: ניהול קטגוריות נושאים
373 permission_view_issues: צפיה בנושאים
374 permission_add_issues: הוספת נושא
375 permission_edit_issues: עריכת נושאים
376 permission_manage_issue_relations: ניהול קשרים בין נושאים
377 permission_add_issue_notes: הוספת הערות לנושאים
378 permission_edit_issue_notes: עריכת רשימות
379 permission_edit_own_issue_notes: עריכת הערות של עצמו
380 permission_move_issues: הזזת נושאים
381 permission_delete_issues: מחיקת נושאים
382 permission_manage_public_queries: ניהול שאילתות פומביות
383 permission_save_queries: שמירת שאילתות
384 permission_view_gantt: צפיה בגאנט
385 permission_view_calendar: צפיה בלוח השנה
386 permission_view_issue_watchers: צפיה ברשימת צופים
387 permission_add_issue_watchers: הוספת צופים
388 permission_delete_issue_watchers: הסרת צופים
389 permission_log_time: תיעוד זמן שהושקע
390 permission_view_time_entries: צפיה ברישום זמנים
391 permission_edit_time_entries: עריכת רישום זמנים
392 permission_edit_own_time_entries: עריכת רישום הזמנים של עצמו
393 permission_manage_news: ניהול חדשות
394 permission_comment_news: תגובה לחדשות
395 permission_view_documents: צפיה במסמכים
396 permission_manage_files: ניהול קבצים
397 permission_view_files: צפיה בקבצים
398 permission_manage_wiki: ניהול wiki
399 permission_rename_wiki_pages: שינוי שם של דפי wiki
400 permission_delete_wiki_pages: מחיקת דפי wiki
401 permission_view_wiki_pages: צפיה ב־wiki
402 permission_view_wiki_edits: צפיה בהיסטורית wiki
403 permission_edit_wiki_pages: עריכת דפי wiki
404 permission_delete_wiki_pages_attachments: מחיקת דבוקות
405 permission_protect_wiki_pages: הגנה על כל דפי wiki
406 permission_manage_repository: ניהול מאגר
407 permission_browse_repository: סיור במאגר
408 permission_view_changesets: צפיה בסדרות שינויים
409 permission_commit_access: אישור הפקדות
410 permission_manage_boards: ניהול לוחות
411 permission_view_messages: צפיה בהודעות
412 permission_add_messages: הצבת הודעות
413 permission_edit_messages: עריכת הודעות
414 permission_edit_own_messages: עריכת הודעות של עצמו
415 permission_delete_messages: מחיקת הודעות
416 permission_delete_own_messages: מחיקת הודעות של עצמו
417 permission_export_wiki_pages: יצא דפי wiki
418 permission_manage_subtasks: נהל תתי־משימות
419
420 project_module_issue_tracking: מעקב נושאים
421 project_module_time_tracking: מעקב אחר זמנים
422 project_module_news: חדשות
423 project_module_documents: מסמכים
424 project_module_files: קבצים
425 project_module_wiki: Wiki
426 project_module_repository: מאגר
427 project_module_boards: לוחות
428 project_module_calendar: לוח שנה
429 project_module_gantt: גאנט
430
431 label_user: משתמש
432 label_user_plural: משתמשים
433 label_user_new: משתמש חדש
434 label_user_anonymous: אלמוני
435 label_project: פרויקט
436 label_project_new: פרויקט חדש
437 label_project_plural: פרויקטים
438 label_x_projects:
439 zero: ללא פרויקטים
440 one: פרויקט אחד
441 other: "%{count} פרויקטים"
442 label_project_all: כל הפרויקטים
443 label_project_latest: הפרויקטים החדשים ביותר
444 label_issue: נושא
445 label_issue_new: נושא חדש
446 label_issue_plural: נושאים
447 label_issue_view_all: צפה בכל הנושאים
448 label_issues_by: "נושאים לפי %{value}"
449 label_issue_added: נושא נוסף
450 label_issue_updated: נושא עודכן
451 label_document: מסמך
452 label_document_new: מסמך חדש
453 label_document_plural: מסמכים
454 label_document_added: מסמך נוסף
455 label_role: תפקיד
456 label_role_plural: תפקידים
457 label_role_new: תפקיד חדש
458 label_role_and_permissions: תפקידים והרשאות
459 label_member: חבר
460 label_member_new: חבר חדש
461 label_member_plural: חברים
462 label_tracker: סיווג
463 label_tracker_plural: סיווגים
464 label_tracker_new: סיווג חדש
465 label_workflow: זרימת עבודה
466 label_issue_status: מצב נושא
467 label_issue_status_plural: מצבי נושא
468 label_issue_status_new: מצב חדש
469 label_issue_category: קטגורית נושא
470 label_issue_category_plural: קטגוריות נושא
471 label_issue_category_new: קטגוריה חדשה
472 label_custom_field: שדה אישי
473 label_custom_field_plural: שדות אישיים
474 label_custom_field_new: שדה אישי חדש
475 label_enumerations: אינומרציות
476 label_enumeration_new: ערך חדש
477 label_information: מידע
478 label_information_plural: מידע
479 label_please_login: נא התחבר
480 label_register: הרשמה
481 label_login_with_open_id_option: או התחבר באמצעות OpenID
482 label_password_lost: אבדה הסיסמה?
483 label_home: דף הבית
484 label_my_page: הדף שלי
485 label_my_account: החשבון שלי
486 label_my_projects: הפרויקטים שלי
487 label_my_page_block: בלוק הדף שלי
488 label_administration: ניהול
489 label_login: התחבר
490 label_logout: התנתק
491 label_help: עזרה
492 label_reported_issues: נושאים שדווחו
493 label_assigned_to_me_issues: נושאים שהוצבו לי
494 label_last_login: התחברות אחרונה
495 label_registered_on: נרשם בתאריך
496 label_activity: פעילות
497 label_overall_activity: פעילות כוללת
498 label_user_activity: "הפעילות של %{value}"
499 label_new: חדש
500 label_logged_as: מחובר כ
501 label_environment: סביבה
502 label_authentication: הזדהות
503 label_auth_source: מקור הזדהות
504 label_auth_source_new: מקור הזדהות חדש
505 label_auth_source_plural: מקורות הזדהות
506 label_subproject_plural: תת־פרויקטים
507 label_subproject_new: תת־פרויקט חדש
508 label_and_its_subprojects: "%{value} וכל תתי־הפרויקטים שלו"
509 label_min_max_length: אורך מינימאלי - מקסימאלי
510 label_list: רשימה
511 label_date: תאריך
512 label_integer: מספר שלם
513 label_float: צף
514 label_boolean: ערך בוליאני
515 label_string: טקסט
516 label_text: טקסט ארוך
517 label_attribute: תכונה
518 label_attribute_plural: תכונות
519 label_no_data: אין מידע להציג
520 label_change_status: שנה מצב
521 label_history: היסטוריה
522 label_attachment: קובץ
523 label_attachment_new: קובץ חדש
524 label_attachment_delete: מחק קובץ
525 label_attachment_plural: קבצים
526 label_file_added: קובץ נוסף
527 label_report: דו"ח
528 label_report_plural: דו"חות
529 label_news: חדשות
530 label_news_new: הוסף חדשות
531 label_news_plural: חדשות
532 label_news_latest: חדשות אחרונות
533 label_news_view_all: צפה בכל החדשות
534 label_news_added: חדשות נוספו
535 label_settings: הגדרות
536 label_overview: מבט רחב
537 label_version: גירסה
538 label_version_new: גירסה חדשה
539 label_version_plural: גירסאות
540 label_close_versions: סגור גירסאות שהושלמו
541 label_confirmation: אישור
542 label_export_to: יצא ל
543 label_read: קרא...
544 label_public_projects: פרויקטים פומביים
545 label_open_issues: פתוח
546 label_open_issues_plural: פתוחים
547 label_closed_issues: סגור
548 label_closed_issues_plural: סגורים
549 label_x_open_issues_abbr_on_total:
550 zero: 0 פתוחים / %{total}
551 one: 1 פתוח / %{total}
552 other: "%{count} פתוחים / %{total}"
553 label_x_open_issues_abbr:
554 zero: 0 פתוחים
555 one: 1 פתוח
556 other: "%{count} פתוחים"
557 label_x_closed_issues_abbr:
558 zero: 0 סגורים
559 one: 1 סגור
560 other: "%{count} סגורים"
561 label_total: סה"כ
562 label_permissions: הרשאות
563 label_current_status: מצב נוכחי
564 label_new_statuses_allowed: מצבים חדשים אפשריים
565 label_all: הכל
566 label_none: כלום
567 label_nobody: אף אחד
568 label_next: הבא
569 label_previous: הקודם
570 label_used_by: בשימוש ע"י
571 label_details: פרטים
572 label_add_note: הוסף הערה
573 label_per_page: לכל דף
574 label_calendar: לוח שנה
575 label_months_from: חודשים מ
576 label_gantt: גאנט
577 label_internal: פנימי
578 label_last_changes: "%{count} שינוים אחרונים"
579 label_change_view_all: צפה בכל השינוים
580 label_personalize_page: התאם אישית דף זה
581 label_comment: תגובה
582 label_comment_plural: תגובות
583 label_x_comments:
584 zero: אין הערות
585 one: הערה אחת
586 other: "%{count} הערות"
587 label_comment_add: הוסף תגובה
588 label_comment_added: תגובה נוספה
589 label_comment_delete: מחק תגובות
590 label_query: שאילתה אישית
591 label_query_plural: שאילתות אישיות
592 label_query_new: שאילתה חדשה
593 label_filter_add: הוסף מסנן
594 label_filter_plural: מסננים
595 label_equals: הוא
596 label_not_equals: הוא לא
597 label_in_less_than: בפחות מ
598 label_in_more_than: ביותר מ
599 label_greater_or_equal: ">="
600 label_less_or_equal: <=
601 label_in: ב
602 label_today: היום
603 label_all_time: תמיד
604 label_yesterday: אתמול
605 label_this_week: השבוע
606 label_last_week: השבוע שעבר
607 label_last_n_days: "ב־%{count} ימים אחרונים"
608 label_this_month: החודש
609 label_last_month: חודש שעבר
610 label_this_year: השנה
611 label_date_range: טווח תאריכים
612 label_less_than_ago: פחות מ
613 label_more_than_ago: יותר מ
614 label_ago: לפני
615 label_contains: מכיל
616 label_not_contains: לא מכיל
617 label_day_plural: ימים
618 label_repository: מאגר
619 label_repository_plural: מאגרים
620 label_browse: סייר
621 label_branch: ענף
622 label_tag: סימון
623 label_revision: מהדורה
624 label_revision_plural: מהדורות
625 label_revision_id: מהדורה %{value}
626 label_associated_revisions: מהדורות קשורות
627 label_added: נוסף
628 label_modified: שונה
629 label_copied: הועתק
630 label_renamed: השם שונה
631 label_deleted: נמחק
632 label_latest_revision: מהדורה אחרונה
633 label_latest_revision_plural: מהדורות אחרונות
634 label_view_revisions: צפה במהדורות
635 label_view_all_revisions: צפה בכל המהדורות
636 label_max_size: גודל מקסימאלי
637 label_sort_highest: הזז לראשית
638 label_sort_higher: הזז למעלה
639 label_sort_lower: הזז למטה
640 label_sort_lowest: הזז לתחתית
641 label_roadmap: מפת הדרכים
642 label_roadmap_due_in: "נגמר בעוד %{value}"
643 label_roadmap_overdue: "%{value} מאחר"
644 label_roadmap_no_issues: אין נושאים לגירסה זו
645 label_search: חפש
646 label_result_plural: תוצאות
647 label_all_words: כל המילים
648 label_wiki: Wiki
649 label_wiki_edit: ערוך wiki
650 label_wiki_edit_plural: עריכות wiki
651 label_wiki_page: דף Wiki
652 label_wiki_page_plural: דפי wiki
653 label_index_by_title: סדר על פי כותרת
654 label_index_by_date: סדר על פי תאריך
655 label_current_version: גירסה נוכחית
656 label_preview: תצוגה מקדימה
657 label_feed_plural: הזנות
658 label_changes_details: פירוט כל השינויים
659 label_issue_tracking: מעקב אחר נושאים
660 label_spent_time: זמן שהושקע
661 label_overall_spent_time: זמן שהושקע סה"כ
662 label_f_hour: "%{value} שעה"
663 label_f_hour_plural: "%{value} שעות"
664 label_time_tracking: מעקב זמנים
665 label_change_plural: שינויים
666 label_statistics: סטטיסטיקות
667 label_commits_per_month: הפקדות לפי חודש
668 label_commits_per_author: הפקדות לפי כותב
669 label_view_diff: צפה בשינויים
670 label_diff_inline: בתוך השורה
671 label_diff_side_by_side: צד לצד
672 label_options: אפשרויות
673 label_copy_workflow_from: העתק זירמת עבודה מ
674 label_permissions_report: דו"ח הרשאות
675 label_watched_issues: נושאים שנצפו
676 label_related_issues: נושאים קשורים
677 label_applied_status: מצב מוחל
678 label_loading: טוען...
679 label_relation_new: קשר חדש
680 label_relation_delete: מחק קשר
681 label_relates_to: קשור ל
682 label_duplicates: מכפיל את
683 label_duplicated_by: שוכפל ע"י
684 label_blocks: חוסם את
685 label_blocked_by: חסום ע"י
686 label_precedes: מקדים את
687 label_follows: עוקב אחרי
688 label_end_to_start: מהתחלה לסוף
689 label_end_to_end: מהסוף לסוף
690 label_start_to_start: מהתחלה להתחלה
691 label_start_to_end: מהתחלה לסוף
692 label_stay_logged_in: השאר מחובר
693 label_disabled: מבוטל
694 label_show_completed_versions: הצג גירסאות גמורות
695 label_me: אני
696 label_board: פורום
697 label_board_new: פורום חדש
698 label_board_plural: פורומים
699 label_board_locked: נעול
700 label_board_sticky: דביק
701 label_topic_plural: נושאים
702 label_message_plural: הודעות
703 label_message_last: הודעה אחרונה
704 label_message_new: הודעה חדשה
705 label_message_posted: הודעה נוספה
706 label_reply_plural: השבות
707 label_send_information: שלח מידע על חשבון למשתמש
708 label_year: שנה
709 label_month: חודש
710 label_week: שבוע
711 label_date_from: מתאריך
712 label_date_to: עד
713 label_language_based: מבוסס שפה
714 label_sort_by: "מיין לפי %{value}"
715 label_send_test_email: שלח דוא"ל בדיקה
716 label_feeds_access_key: מפתח גישה ל־Atom
717 label_missing_feeds_access_key: חסר מפתח גישה ל־Atom
718 label_feeds_access_key_created_on: "מפתח הזנת Atom נוצר לפני%{value}"
719 label_module_plural: מודולים
720 label_added_time_by: 'נוסף ע"י %{author} לפני %{age}'
721 label_updated_time_by: 'עודכן ע"י %{author} לפני %{age}'
722 label_updated_time: "עודכן לפני %{value} "
723 label_jump_to_a_project: קפוץ לפרויקט...
724 label_file_plural: קבצים
725 label_changeset_plural: סדרות שינויים
726 label_default_columns: עמודת ברירת מחדל
727 label_no_change_option: (אין שינוים)
728 label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
729 label_theme: ערכת נושא
730 label_default: ברירת מחדל
731 label_search_titles_only: חפש בכותרות בלבד
732 label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
733 label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
734 label_user_mail_option_only_my_events: עבור דברים שאני צופה או מעורב בהם בלבד
735 label_user_mail_option_only_assigned: עבור דברים שאני אחראי עליהם בלבד
736 label_user_mail_option_only_owner: עבור דברים שאני הבעלים שלהם בלבד
737 label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
738 label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
739 label_registration_manual_activation: הפעלת חשבון ידנית
740 label_registration_automatic_activation: הפעלת חשבון אוטומטית
741 label_display_per_page: "בכל דף: %{value} תוצאות"
742 label_age: גיל
743 label_change_properties: שנה מאפיינים
744 label_general: כללי
745 label_more: עוד
746 label_scm: מערכת ניהול תצורה
747 label_plugins: תוספים
748 label_ldap_authentication: הזדהות LDAP
749 label_downloads_abbr: D/L
750 label_optional_description: תיאור רשות
751 label_add_another_file: הוסף עוד קובץ
752 label_preferences: העדפות
753 label_chronological_order: בסדר כרונולוגי
754 label_reverse_chronological_order: בסדר כרונולוגי הפוך
755 label_planning: תכנון
756 label_incoming_emails: דוא"ל נכנס
757 label_generate_key: צור מפתח
758 label_issue_watchers: צופים
759 label_example: דוגמא
760 label_display: תצוגה
761 label_sort: מיון
762 label_ascending: בסדר עולה
763 label_descending: בסדר יורד
764 label_date_from_to: 'מתאריך %{start} ועד תאריך %{end}'
765 label_wiki_content_added: נוסף דף ל־wiki
766 label_wiki_content_updated: דף wiki עודכן
767 label_group: קבוצה
768 label_group_plural: קבוצות
769 label_group_new: קבוצה חדשה
770 label_time_entry_plural: זמן שהושקע
771 label_version_sharing_none: לא משותף
772 label_version_sharing_descendants: עם פרויקטים בנים
773 label_version_sharing_hierarchy: עם היררכית הפרויקטים
774 label_version_sharing_tree: עם עץ הפרויקט
775 label_version_sharing_system: עם כל הפרויקטים
776 label_update_issue_done_ratios: עדכן אחוז התקדמות לנושא
777 label_copy_source: מקור
778 label_copy_target: יעד
779 label_copy_same_as_target: זהה ליעד
780 label_display_used_statuses_only: הצג רק את המצבים בשימוש לסיווג זה
781 label_api_access_key: מפתח גישה ל־API
782 label_missing_api_access_key: חסר מפתח גישה ל־API
783 label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני %{value}'
784 label_profile: פרופיל
785 label_subtask_plural: תתי־משימות
786 label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט
787
788 button_login: התחבר
789 button_submit: אשר
790 button_save: שמור
791 button_check_all: בחר הכל
792 button_uncheck_all: בחר כלום
793 button_delete: מחק
794 button_create: צור
795 button_create_and_continue: צור ופתח חדש
796 button_test: בדוק
797 button_edit: ערוך
798 button_edit_associated_wikipage: "ערוך דף wiki מקושר: %{page_title}"
799 button_add: הוסף
800 button_change: שנה
801 button_apply: החל
802 button_clear: נקה
803 button_lock: נעל
804 button_unlock: בטל נעילה
805 button_download: הורד
806 button_list: רשימה
807 button_view: צפה
808 button_move: הזז
809 button_move_and_follow: העבר ועקוב
810 button_back: הקודם
811 button_cancel: בטל
812 button_activate: הפעל
813 button_sort: מיין
814 button_log_time: רישום זמנים
815 button_rollback: חזור למהדורה זו
816 button_watch: צפה
817 button_unwatch: בטל צפיה
818 button_reply: השב
819 button_archive: ארכיון
820 button_unarchive: הוצא מהארכיון
821 button_reset: אפס
822 button_rename: שנה שם
823 button_change_password: שנה סיסמה
824 button_copy: העתק
825 button_copy_and_follow: העתק ועקוב
826 button_annotate: הוסף תיאור מסגרת
827 button_update: עדכן
828 button_configure: אפשרויות
829 button_quote: צטט
830 button_duplicate: שכפל
831 button_show: הצג
832
833 status_active: פעיל
834 status_registered: רשום
835 status_locked: נעול
836
837 version_status_open: פתוח
838 version_status_locked: נעול
839 version_status_closed: סגור
840
841 field_active: פעיל
842
843 text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל.
844 text_regexp_info: כגון. ^[A-Z0-9]+$
845 text_min_max_length_info: 0 משמעו ללא הגבלות
846 text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו?
847 text_subprojects_destroy_warning: "תת־הפרויקטים: %{value} ימחקו גם כן."
848 text_workflow_edit: בחר תפקיד וסיווג כדי לערוך את זרימת העבודה
849 text_are_you_sure: האם אתה בטוח?
850 text_journal_changed: "%{label} השתנה מ%{old} ל%{new}"
851 text_journal_set_to: "%{label} נקבע ל%{value}"
852 text_journal_deleted: "%{label} נמחק (%{old})"
853 text_journal_added: "%{label} %{value} נוסף"
854 text_tip_issue_begin_day: מטלה המתחילה היום
855 text_tip_issue_end_day: מטלה המסתיימת היום
856 text_tip_issue_begin_end_day: מטלה המתחילה ומסתיימת היום
857 text_caracters_maximum: "מקסימום %{count} תווים."
858 text_caracters_minimum: "חייב להיות לפחות באורך של %{count} תווים."
859 text_length_between: "אורך בין %{min} ל %{max} תווים."
860 text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור סיווג זה
861 text_unallowed_characters: תווים לא מורשים
862 text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
863 text_line_separated: ניתן להזין מספר ערכים (שורה אחת לכל ערך).
864 text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדה
865 text_issue_added: "הנושא %{id} דווח (בידי %{author})."
866 text_issue_updated: "הנושא %{id} עודכן (בידי %{author})."
867 text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
868 text_issue_category_destroy_question: "כמה נושאים (%{count}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
869 text_issue_category_destroy_assignments: הסר הצבת קטגוריה
870 text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
871 text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או אחראי עליהם)."
872 text_no_configuration_data: "לא הוגדרה תצורה עבור תפקידים, סיווגים, מצבי נושא וזרימת עבודה.\nמומלץ מאד לטעון את תצורת ברירת המחדל. תוכל לשנותה מאוחר יותר."
873 text_load_default_configuration: טען את אפשרויות ברירת המחדל
874 text_status_changed_by_changeset: "הוחל בסדרת השינויים %{value}."
875 text_issues_destroy_confirmation: 'האם אתה בטוח שברצונך למחוק את הנושאים?'
876 text_select_project_modules: 'בחר מודולים להחיל על פרויקט זה:'
877 text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
878 text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
879 text_plugin_assets_writable: ספרית נכסי תוספים ניתנת לכתיבה
880 text_rmagick_available: RMagick זמין (רשות)
881 text_destroy_time_entries_question: "%{hours} שעות דווחו על הנושאים שאתה עומד למחוק. מה ברצונך לעשות?"
882 text_destroy_time_entries: מחק שעות שדווחו
883 text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
884 text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
885 text_user_wrote: "%{value} כתב:"
886 text_enumeration_destroy_question: "%{count} אוביקטים מוצבים לערך זה."
887 text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
888 text_email_delivery_not_configured: 'לא נקבעה תצורה לשליחת דואר, וההתראות כבויות.\nקבע את תצורת שרת ה־SMTP בקובץ /etc/redmine/&lt;instance&gt;/configuration.yml והתחל את האפליקציה מחדש ע"מ לאפשר אותם.'
889 text_repository_usernames_mapping: "בחר או עדכן את משתמש Redmine הממופה לכל שם משתמש ביומן המאגר.\nמשתמשים בעלי שם או כתובת דואר זהה ב־Redmine ובמאגר ממופים באופן אוטומטי."
890 text_diff_truncated: '... השינויים עוברים את מספר השורות המירבי לתצוגה, ולכן הם קוצצו.'
891 text_custom_field_possible_values_info: שורה אחת לכל ערך
892 text_wiki_page_destroy_question: לדף זה יש %{descendants} דפים בנים ותלויים. מה ברצונך לעשות?
893 text_wiki_page_nullify_children: השאר דפים בנים כדפים ראשיים
894 text_wiki_page_destroy_children: מחק את הדפים הבנים ואת כל התלויים בהם
895 text_wiki_page_reassign_children: הצב מחדש דפים בנים לדף האב הנוכחי
896 text_own_membership_delete_confirmation: |-
897 בכוונתך למחוק חלק או את כל ההרשאות שלך. לאחר מכן לא תוכל יותר לערוך פרויקט זה.
898 האם אתה בטוח שברצונך להמשיך?
899 text_zoom_in: התקרב
900 text_zoom_out: התרחק
901
902 default_role_manager: מנהל
903 default_role_developer: מפתח
904 default_role_reporter: מדווח
905 default_tracker_bug: תקלה
906 default_tracker_feature: יכולת
907 default_tracker_support: תמיכה
908 default_issue_status_new: חדש
909 default_issue_status_in_progress: בעבודה
910 default_issue_status_resolved: נפתר
911 default_issue_status_feedback: משוב
912 default_issue_status_closed: סגור
913 default_issue_status_rejected: נדחה
914 default_doc_category_user: תיעוד משתמש
915 default_doc_category_tech: תיעוד טכני
916 default_priority_low: נמוכה
917 default_priority_normal: רגילה
918 default_priority_high: גבוהה
919 default_priority_urgent: דחופה
920 default_priority_immediate: מידית
921 default_activity_design: עיצוב
922 default_activity_development: פיתוח
923
924 enumeration_issue_priorities: עדיפות נושאים
925 enumeration_doc_categories: קטגוריות מסמכים
926 enumeration_activities: פעילויות (מעקב אחר זמנים)
927 enumeration_system_activity: פעילות מערכת
928 label_user_mail_option_none: No events
929 field_member_of_group: Assignee's group
930 field_assigned_to_role: Assignee's role
931 label_principal_search: "Search for user or group:"
932 label_user_search: "Search for user:"
933 field_visible: Visible
934 setting_commit_logtime_activity_id: Activity for logged time
935 text_time_logged_by_changeset: Applied in changeset %{value}.
936 setting_commit_logtime_enabled: Enable time logging
937 notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
938 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
939 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
940 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
941 label_my_queries: My custom queries
942 text_journal_changed_no_detail: "%{label} updated"
943 label_news_comment_added: Comment added to a news
944 button_expand_all: Expand all
945 button_collapse_all: Collapse all
946 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
947 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
948 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
949 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
950 label_role_anonymous: Anonymous
951 label_role_non_member: Non member
952 label_issue_note_added: Note added
953 label_issue_status_updated: Status updated
954 label_issue_priority_updated: Priority updated
955 label_issues_visibility_own: Issues created by or assigned to the user
956 field_issues_visibility: Issues visibility
957 label_issues_visibility_all: All issues
958 permission_set_own_issues_private: Set own issues public or private
959 field_is_private: Private
960 permission_set_issues_private: Set issues public or private
961 label_issues_visibility_public: All non private issues
962 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
963 field_commit_logs_encoding: קידוד הודעות הפקדה
964 field_scm_path_encoding: Path encoding
965 text_scm_path_encoding_note: "Default: UTF-8"
966 field_path_to_repository: Path to repository
967 field_root_directory: Root directory
968 field_cvs_module: Module
969 field_cvsroot: CVSROOT
970 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
971 text_scm_command: Command
972 text_scm_command_version: Version
973 label_git_report_last_commit: Report last commit for files and directories
974 notice_issue_successful_create: Issue %{id} created.
975 label_between: between
976 setting_issue_group_assignment: Allow issue assignment to groups
977 label_diff: diff
978 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
979 description_query_sort_criteria_direction: Sort direction
980 description_project_scope: Search scope
981 description_filter: Filter
982 description_user_mail_notification: Mail notification settings
983 description_date_from: Enter start date
984 description_message_content: Message content
985 description_available_columns: Available Columns
986 description_date_range_interval: Choose range by selecting start and end date
987 description_issue_category_reassign: Choose issue category
988 description_search: Searchfield
989 description_notes: Notes
990 description_date_range_list: Choose range from list
991 description_choose_project: Projects
992 description_date_to: Enter end date
993 description_query_sort_criteria_attribute: Sort attribute
994 description_wiki_subpages_reassign: Choose new parent page
995 description_selected_columns: Selected Columns
996 label_parent_revision: Parent
997 label_child_revision: Child
998 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
999 setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
1000 button_edit_section: Edit this section
1001 setting_repositories_encodings: Attachments and repositories encodings
1002 description_all_columns: All Columns
1003 button_export: Export
1004 label_export_options: "%{export_format} export options"
1005 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1006 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1007 label_x_issues:
1008 zero: 0 נושא
1009 one: 1 נושא
1010 other: "%{count} נושאים"
1011 label_repository_new: New repository
1012 field_repository_is_default: Main repository
1013 label_copy_attachments: Copy attachments
1014 label_item_position: "%{position}/%{count}"
1015 label_completed_versions: Completed versions
1016 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1017 field_multiple: Multiple values
1018 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1019 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1020 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1021 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1022 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1023 permission_manage_related_issues: Manage related issues
1024 field_auth_source_ldap_filter: LDAP filter
1025 label_search_for_watchers: Search for watchers to add
1026 notice_account_deleted: Your account has been permanently deleted.
1027 setting_unsubscribe: Allow users to delete their own account
1028 button_delete_my_account: Delete my account
1029 text_account_destroy_confirmation: |-
1030 Are you sure you want to proceed?
1031 Your account will be permanently deleted, with no way to reactivate it.
1032 error_session_expired: Your session has expired. Please login again.
1033 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1034 setting_session_lifetime: Session maximum lifetime
1035 setting_session_timeout: Session inactivity timeout
1036 label_session_expiration: Session expiration
1037 permission_close_project: Close / reopen the project
1038 label_show_closed_projects: View closed projects
1039 button_close: Close
1040 button_reopen: Reopen
1041 project_status_active: active
1042 project_status_closed: closed
1043 project_status_archived: archived
1044 text_project_closed: This project is closed and read-only.
1045 notice_user_successful_create: User %{id} created.
1046 field_core_fields: Standard fields
1047 field_timeout: Timeout (in seconds)
1048 setting_thumbnails_enabled: Display attachment thumbnails
1049 setting_thumbnails_size: Thumbnails size (in pixels)
1050 label_status_transitions: Status transitions
1051 label_fields_permissions: Fields permissions
1052 label_readonly: Read-only
1053 label_required: Required
1054 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1055 field_board_parent: Parent forum
1056 label_attribute_of_project: Project's %{name}
1057 label_attribute_of_author: Author's %{name}
1058 label_attribute_of_assigned_to: Assignee's %{name}
1059 label_attribute_of_fixed_version: Target version's %{name}
1060 label_copy_subtasks: Copy subtasks
1061 label_copied_to: copied to
1062 label_copied_from: copied from
1063 label_any_issues_in_project: any issues in project
1064 label_any_issues_not_in_project: any issues not in project
1065 field_private_notes: Private notes
1066 permission_view_private_notes: View private notes
1067 permission_set_notes_private: Set notes as private
1068 label_no_issues_in_project: no issues in project
1069 label_any: הכל
1070 label_last_n_weeks: last %{count} weeks
1071 setting_cross_project_subtasks: Allow cross-project subtasks
1072 label_cross_project_descendants: עם פרויקטים בנים
1073 label_cross_project_tree: עם עץ הפרויקט
1074 label_cross_project_hierarchy: עם היררכית הפרויקטים
1075 label_cross_project_system: עם כל הפרויקטים
1076 button_hide: Hide
1077 setting_non_working_week_days: Non-working days
1078 label_in_the_next_days: in the next
1079 label_in_the_past_days: in the past
1080 label_attribute_of_user: User's %{name}
1081 text_turning_multiple_off: If you disable multiple values, multiple values will be
1082 removed in order to preserve only one value per item.
1083 label_attribute_of_issue: Issue's %{name}
1084 permission_add_documents: Add documents
1085 permission_edit_documents: Edit documents
1086 permission_delete_documents: Delete documents
1087 label_gantt_progress_line: Progress line
1088 setting_jsonp_enabled: Enable JSONP support
1089 field_inherit_members: Inherit members
1090 field_closed_on: Closed
1091 field_generate_password: Generate password
1092 setting_default_projects_tracker_ids: Default trackers for new projects
1093 label_total_time: סה"כ
1094 text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
1095 text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
1096 setting_emails_header: Email header
1097 notice_account_not_activated_yet: You haven't activated your account yet. If you want
1098 to receive a new activation email, please <a href="%{url}">click this link</a>.
1099 notice_account_locked: Your account is locked.
1100 label_hidden: Hidden
1101 label_visibility_private: to me only
1102 label_visibility_roles: to these roles only
1103 label_visibility_public: to any users
1104 field_must_change_passwd: Must change password at next logon
1105 notice_new_password_must_be_different: The new password must be different from the
1106 current password
1107 setting_mail_handler_excluded_filenames: Exclude attachments by name
1108 text_convert_available: ImageMagick convert available (optional)
1109 label_link: Link
1110 label_only: only
1111 label_drop_down_list: drop-down list
1112 label_checkboxes: checkboxes
1113 label_link_values_to: Link values to URL
1114 setting_force_default_language_for_anonymous: Force default language for anonymous
1115 users
1116 setting_force_default_language_for_loggedin: Force default language for logged-in
1117 users
1118 label_custom_field_select_type: Select the type of object to which the custom field
1119 is to be attached
1120 label_check_for_updates: Check for updates
1121 label_latest_compatible_version: Latest compatible version
1122 label_unknown_plugin: Unknown plugin
1123 label_radio_buttons: radio buttons