##// END OF EJS Templates
Add missing 'support' section to he and it locales....
Jean-Philippe Lang -
r2437:1511b313776b
parent child
Show More
@@ -1,784 +1,789
1 # Hebrew translations for Ruby on Rails
1 # Hebrew translations for Ruby on Rails
2 # by Dotan Nahum (dipidi@gmail.com)
2 # by Dotan Nahum (dipidi@gmail.com)
3
3
4 he:
4 he:
5 date:
5 date:
6 formats:
6 formats:
7 default: "%Y-%m-%d"
7 default: "%Y-%m-%d"
8 short: "%e %b"
8 short: "%e %b"
9 long: "%B %e, %Y"
9 long: "%B %e, %Y"
10 only_day: "%e"
10 only_day: "%e"
11
11
12 day_names: [ראשון, שני, שלישי, רביעי, חמישי, שישי, שבת]
12 day_names: [ראשון, שני, שלישי, רביעי, חמישי, שישי, שבת]
13 abbr_day_names: [רא, שנ, של, רב, חמ, שי, שב]
13 abbr_day_names: [רא, שנ, של, רב, חמ, שי, שב]
14 month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר]
14 month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר]
15 abbr_month_names: [~, יאנ, פב, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצ]
15 abbr_month_names: [~, יאנ, פב, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצ]
16 order: [ :day, :month, :year ]
16 order: [ :day, :month, :year ]
17
17
18 time:
18 time:
19 formats:
19 formats:
20 default: "%a %b %d %H:%M:%S %Z %Y"
20 default: "%a %b %d %H:%M:%S %Z %Y"
21 time: "%H:%M"
21 time: "%H:%M"
22 short: "%d %b %H:%M"
22 short: "%d %b %H:%M"
23 long: "%B %d, %Y %H:%M"
23 long: "%B %d, %Y %H:%M"
24 only_second: "%S"
24 only_second: "%S"
25
25
26 datetime:
26 datetime:
27 formats:
27 formats:
28 default: "%d-%m-%YT%H:%M:%S%Z"
28 default: "%d-%m-%YT%H:%M:%S%Z"
29
29
30 am: 'am'
30 am: 'am'
31 pm: 'pm'
31 pm: 'pm'
32
32
33 datetime:
33 datetime:
34 distance_in_words:
34 distance_in_words:
35 half_a_minute: 'חצי דקה'
35 half_a_minute: 'חצי דקה'
36 less_than_x_seconds:
36 less_than_x_seconds:
37 zero: 'פחות משניה אחת'
37 zero: 'פחות משניה אחת'
38 one: 'פחות משניה אחת'
38 one: 'פחות משניה אחת'
39 other: 'פחות מ- {{count}} שניות'
39 other: 'פחות מ- {{count}} שניות'
40 x_seconds:
40 x_seconds:
41 one: 'שניה אחת'
41 one: 'שניה אחת'
42 other: '{{count}} שניות'
42 other: '{{count}} שניות'
43 less_than_x_minutes:
43 less_than_x_minutes:
44 zero: 'פחות מדקה אחת'
44 zero: 'פחות מדקה אחת'
45 one: 'פחות מדקה אחת'
45 one: 'פחות מדקה אחת'
46 other: 'פחות מ- {{count}} דקות'
46 other: 'פחות מ- {{count}} דקות'
47 x_minutes:
47 x_minutes:
48 one: 'דקה אחת'
48 one: 'דקה אחת'
49 other: '{{count}} דקות'
49 other: '{{count}} דקות'
50 about_x_hours:
50 about_x_hours:
51 one: 'בערך שעה אחת'
51 one: 'בערך שעה אחת'
52 other: 'בערך {{count}} שעות'
52 other: 'בערך {{count}} שעות'
53 x_days:
53 x_days:
54 one: 'יום אחד'
54 one: 'יום אחד'
55 other: '{{count}} ימים'
55 other: '{{count}} ימים'
56 about_x_months:
56 about_x_months:
57 one: 'בערך חודש אחד'
57 one: 'בערך חודש אחד'
58 other: 'בערך {{count}} חודשים'
58 other: 'בערך {{count}} חודשים'
59 x_months:
59 x_months:
60 one: 'חודש אחד'
60 one: 'חודש אחד'
61 other: '{{count}} חודשים'
61 other: '{{count}} חודשים'
62 about_x_years:
62 about_x_years:
63 one: 'בערך שנה אחת'
63 one: 'בערך שנה אחת'
64 other: 'בערך {{count}} שנים'
64 other: 'בערך {{count}} שנים'
65 over_x_years:
65 over_x_years:
66 one: 'מעל שנה אחת'
66 one: 'מעל שנה אחת'
67 other: 'מעל {{count}} שנים'
67 other: 'מעל {{count}} שנים'
68
68
69 number:
69 number:
70 format:
70 format:
71 precision: 3
71 precision: 3
72 separator: '.'
72 separator: '.'
73 delimiter: ','
73 delimiter: ','
74 currency:
74 currency:
75 format:
75 format:
76 unit: 'שח'
76 unit: 'שח'
77 precision: 2
77 precision: 2
78 format: '%u %n'
78 format: '%u %n'
79
79
80 support:
81 array:
82 sentence_connector: "and"
83 skip_last_comma: false
84
80 activerecord:
85 activerecord:
81 errors:
86 errors:
82 messages:
87 messages:
83 inclusion: "לא נכלל ברשימה"
88 inclusion: "לא נכלל ברשימה"
84 exclusion: "לא זמין"
89 exclusion: "לא זמין"
85 invalid: "לא ולידי"
90 invalid: "לא ולידי"
86 confirmation: "לא תואם לאישורו"
91 confirmation: "לא תואם לאישורו"
87 accepted: "חייב באישור"
92 accepted: "חייב באישור"
88 empty: "חייב להכלל"
93 empty: "חייב להכלל"
89 blank: "חייב להכלל"
94 blank: "חייב להכלל"
90 too_long: "יותר מדי ארוך (לא יותר מ- {{count}} תוים)"
95 too_long: "יותר מדי ארוך (לא יותר מ- {{count}} תוים)"
91 too_short: "יותר מדי קצר (לא יותר מ- {{count}} תוים)"
96 too_short: "יותר מדי קצר (לא יותר מ- {{count}} תוים)"
92 wrong_length: "לא באורך הנכון (חייב להיות {{count}} תוים)"
97 wrong_length: "לא באורך הנכון (חייב להיות {{count}} תוים)"
93 taken: "לא זמין"
98 taken: "לא זמין"
94 not_a_number: "הוא לא מספר"
99 not_a_number: "הוא לא מספר"
95 greater_than: "חייב להיות גדול מ- {{count}}"
100 greater_than: "חייב להיות גדול מ- {{count}}"
96 greater_than_or_equal_to: "חייב להיות גדול או שווה ל- {{count}}"
101 greater_than_or_equal_to: "חייב להיות גדול או שווה ל- {{count}}"
97 equal_to: "חייב להיות שווה ל- {{count}}"
102 equal_to: "חייב להיות שווה ל- {{count}}"
98 less_than: "חייב להיות קטן מ- {{count}}"
103 less_than: "חייב להיות קטן מ- {{count}}"
99 less_than_or_equal_to: "חייב להיות קטן או שווה ל- {{count}}"
104 less_than_or_equal_to: "חייב להיות קטן או שווה ל- {{count}}"
100 odd: "חייב להיות אי זוגי"
105 odd: "חייב להיות אי זוגי"
101 even: "חייב להיות זוגי"
106 even: "חייב להיות זוגי"
102 greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
107 greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
103 not_same_project: "לא שייך לאותו הפרויקט"
108 not_same_project: "לא שייך לאותו הפרויקט"
104 circular_dependency: "הקשר הזה יצור תלות מעגלית"
109 circular_dependency: "הקשר הזה יצור תלות מעגלית"
105
110
106 actionview_instancetag_blank_option: בחר בבקשה
111 actionview_instancetag_blank_option: בחר בבקשה
107
112
108 general_text_No: 'לא'
113 general_text_No: 'לא'
109 general_text_Yes: 'כן'
114 general_text_Yes: 'כן'
110 general_text_no: 'לא'
115 general_text_no: 'לא'
111 general_text_yes: 'כן'
116 general_text_yes: 'כן'
112 general_lang_name: 'Hebrew (עברית)'
117 general_lang_name: 'Hebrew (עברית)'
113 general_csv_separator: ','
118 general_csv_separator: ','
114 general_csv_decimal_separator: '.'
119 general_csv_decimal_separator: '.'
115 general_csv_encoding: ISO-8859-8-I
120 general_csv_encoding: ISO-8859-8-I
116 general_pdf_encoding: ISO-8859-8-I
121 general_pdf_encoding: ISO-8859-8-I
117 general_first_day_of_week: '7'
122 general_first_day_of_week: '7'
118
123
119 notice_account_updated: החשבון עודכן בהצלחה!
124 notice_account_updated: החשבון עודכן בהצלחה!
120 notice_account_invalid_creditentials: שם משתמש או סיסמה שגויים
125 notice_account_invalid_creditentials: שם משתמש או סיסמה שגויים
121 notice_account_password_updated: הסיסמה עודכנה בהצלחה!
126 notice_account_password_updated: הסיסמה עודכנה בהצלחה!
122 notice_account_wrong_password: סיסמה שגויה
127 notice_account_wrong_password: סיסמה שגויה
123 notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
128 notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
124 notice_account_unknown_email: משתמש לא מוכר.
129 notice_account_unknown_email: משתמש לא מוכר.
125 notice_can_t_change_password: החשבון הזה משתמש במקור אימות חיצוני. שינוי סיסמה הינו בילתי אפשר
130 notice_can_t_change_password: החשבון הזה משתמש במקור אימות חיצוני. שינוי סיסמה הינו בילתי אפשר
126 notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
131 notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
127 notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
132 notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
128 notice_successful_create: יצירה מוצלחת.
133 notice_successful_create: יצירה מוצלחת.
129 notice_successful_update: עידכון מוצלח.
134 notice_successful_update: עידכון מוצלח.
130 notice_successful_delete: מחיקה מוצלחת.
135 notice_successful_delete: מחיקה מוצלחת.
131 notice_successful_connection: חיבור מוצלח.
136 notice_successful_connection: חיבור מוצלח.
132 notice_file_not_found: הדף שאת\ה מנסה לגשת אליו אינו קיים או שהוסר.
137 notice_file_not_found: הדף שאת\ה מנסה לגשת אליו אינו קיים או שהוסר.
133 notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
138 notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
134 notice_not_authorized: אינך מורשה לראות דף זה.
139 notice_not_authorized: אינך מורשה לראות דף זה.
135 notice_email_sent: "דואל נשלח לכתובת {{value}}"
140 notice_email_sent: "דואל נשלח לכתובת {{value}}"
136 notice_email_error: "ארעה שגיאה בעט שליחת הדואל ({{value}})"
141 notice_email_error: "ארעה שגיאה בעט שליחת הדואל ({{value}})"
137 notice_feeds_access_key_reseted: מפתח ה-RSS שלך אופס.
142 notice_feeds_access_key_reseted: מפתח ה-RSS שלך אופס.
138 notice_failed_to_save_issues: "נכשרת בשמירת {{count}} נושא\ים ב {{total}} נבחרו: {{ids}}."
143 notice_failed_to_save_issues: "נכשרת בשמירת {{count}} נושא\ים ב {{total}} נבחרו: {{ids}}."
139 notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
144 notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
140
145
141 error_scm_not_found: כניסה ו\או גירסא אינם קיימים במאגר.
146 error_scm_not_found: כניסה ו\או גירסא אינם קיימים במאגר.
142 error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: {{value}}"
147 error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: {{value}}"
143
148
144 mail_subject_lost_password: "סיסמת ה-{{value}} שלך"
149 mail_subject_lost_password: "סיסמת ה-{{value}} שלך"
145 mail_body_lost_password: 'לשינו סיסמת ה-Redmine שלך,לחץ על הקישור הבא:'
150 mail_body_lost_password: 'לשינו סיסמת ה-Redmine שלך,לחץ על הקישור הבא:'
146 mail_subject_register: "הפעלת חשבון {{value}}"
151 mail_subject_register: "הפעלת חשבון {{value}}"
147 mail_body_register: 'להפעלת חשבון ה-Redmine שלך, לחץ על הקישור הבא:'
152 mail_body_register: 'להפעלת חשבון ה-Redmine שלך, לחץ על הקישור הבא:'
148
153
149 gui_validation_error: שגיאה 1
154 gui_validation_error: שגיאה 1
150 gui_validation_error_plural: "{{count}} שגיאות"
155 gui_validation_error_plural: "{{count}} שגיאות"
151
156
152 field_name: שם
157 field_name: שם
153 field_description: תיאור
158 field_description: תיאור
154 field_summary: תקציר
159 field_summary: תקציר
155 field_is_required: נדרש
160 field_is_required: נדרש
156 field_firstname: שם פרטי
161 field_firstname: שם פרטי
157 field_lastname: שם משפחה
162 field_lastname: שם משפחה
158 field_mail: דוא"ל
163 field_mail: דוא"ל
159 field_filename: קובץ
164 field_filename: קובץ
160 field_filesize: גודל
165 field_filesize: גודל
161 field_downloads: הורדות
166 field_downloads: הורדות
162 field_author: כותב
167 field_author: כותב
163 field_created_on: נוצר
168 field_created_on: נוצר
164 field_updated_on: עודכן
169 field_updated_on: עודכן
165 field_field_format: פורמט
170 field_field_format: פורמט
166 field_is_for_all: לכל הפרויקטים
171 field_is_for_all: לכל הפרויקטים
167 field_possible_values: ערכים אפשריים
172 field_possible_values: ערכים אפשריים
168 field_regexp: ביטוי רגיל
173 field_regexp: ביטוי רגיל
169 field_min_length: אורך מינימאלי
174 field_min_length: אורך מינימאלי
170 field_max_length: אורך מקסימאלי
175 field_max_length: אורך מקסימאלי
171 field_value: ערך
176 field_value: ערך
172 field_category: קטגוריה
177 field_category: קטגוריה
173 field_title: כותרת
178 field_title: כותרת
174 field_project: פרויקט
179 field_project: פרויקט
175 field_issue: נושא
180 field_issue: נושא
176 field_status: מצב
181 field_status: מצב
177 field_notes: הערות
182 field_notes: הערות
178 field_is_closed: נושא סגור
183 field_is_closed: נושא סגור
179 field_is_default: ערך ברירת מחדל
184 field_is_default: ערך ברירת מחדל
180 field_tracker: עוקב
185 field_tracker: עוקב
181 field_subject: שם נושא
186 field_subject: שם נושא
182 field_due_date: תאריך סיום
187 field_due_date: תאריך סיום
183 field_assigned_to: מוצב ל
188 field_assigned_to: מוצב ל
184 field_priority: עדיפות
189 field_priority: עדיפות
185 field_fixed_version: גירסאת יעד
190 field_fixed_version: גירסאת יעד
186 field_user: מתשמש
191 field_user: מתשמש
187 field_role: תפקיד
192 field_role: תפקיד
188 field_homepage: דף הבית
193 field_homepage: דף הבית
189 field_is_public: פומבי
194 field_is_public: פומבי
190 field_parent: תת פרויקט של
195 field_parent: תת פרויקט של
191 field_is_in_chlog: נושאים המוצגים בדו"ח השינויים
196 field_is_in_chlog: נושאים המוצגים בדו"ח השינויים
192 field_is_in_roadmap: נושאים המוצגים במפת הדרכים
197 field_is_in_roadmap: נושאים המוצגים במפת הדרכים
193 field_login: שם משתמש
198 field_login: שם משתמש
194 field_mail_notification: הודעות דוא"ל
199 field_mail_notification: הודעות דוא"ל
195 field_admin: אדמיניסטרציה
200 field_admin: אדמיניסטרציה
196 field_last_login_on: חיבור אחרון
201 field_last_login_on: חיבור אחרון
197 field_language: שפה
202 field_language: שפה
198 field_effective_date: תאריך
203 field_effective_date: תאריך
199 field_password: סיסמה
204 field_password: סיסמה
200 field_new_password: סיסמה חדשה
205 field_new_password: סיסמה חדשה
201 field_password_confirmation: אישור
206 field_password_confirmation: אישור
202 field_version: גירסא
207 field_version: גירסא
203 field_type: סוג
208 field_type: סוג
204 field_host: שרת
209 field_host: שרת
205 field_port: פורט
210 field_port: פורט
206 field_account: חשבון
211 field_account: חשבון
207 field_base_dn: בסיס DN
212 field_base_dn: בסיס DN
208 field_attr_login: תכונת התחברות
213 field_attr_login: תכונת התחברות
209 field_attr_firstname: תכונת שם פרטים
214 field_attr_firstname: תכונת שם פרטים
210 field_attr_lastname: תכונת שם משפחה
215 field_attr_lastname: תכונת שם משפחה
211 field_attr_mail: תכונת דוא"ל
216 field_attr_mail: תכונת דוא"ל
212 field_onthefly: יצירת משתמשים זריזה
217 field_onthefly: יצירת משתמשים זריזה
213 field_start_date: התחל
218 field_start_date: התחל
214 field_done_ratio: %% גמור
219 field_done_ratio: %% גמור
215 field_auth_source: מצב אימות
220 field_auth_source: מצב אימות
216 field_hide_mail: החבא את כתובת הדוא"ל שלי
221 field_hide_mail: החבא את כתובת הדוא"ל שלי
217 field_comments: הערות
222 field_comments: הערות
218 field_url: URL
223 field_url: URL
219 field_start_page: דף התחלתי
224 field_start_page: דף התחלתי
220 field_subproject: תת פרויקט
225 field_subproject: תת פרויקט
221 field_hours: שעות
226 field_hours: שעות
222 field_activity: פעילות
227 field_activity: פעילות
223 field_spent_on: תאריך
228 field_spent_on: תאריך
224 field_identifier: מזהה
229 field_identifier: מזהה
225 field_is_filter: משמש כמסנן
230 field_is_filter: משמש כמסנן
226 field_issue_to_id: נושאים קשורים
231 field_issue_to_id: נושאים קשורים
227 field_delay: עיקוב
232 field_delay: עיקוב
228 field_assignable: ניתן להקצות נושאים לתפקיד זה
233 field_assignable: ניתן להקצות נושאים לתפקיד זה
229 field_redirect_existing_links: העבר קישורים קיימים
234 field_redirect_existing_links: העבר קישורים קיימים
230 field_estimated_hours: זמן משוער
235 field_estimated_hours: זמן משוער
231 field_column_names: עמודות
236 field_column_names: עמודות
232 field_default_value: ערך ברירת מחדל
237 field_default_value: ערך ברירת מחדל
233
238
234 setting_app_title: כותרת ישום
239 setting_app_title: כותרת ישום
235 setting_app_subtitle: תת-כותרת ישום
240 setting_app_subtitle: תת-כותרת ישום
236 setting_welcome_text: טקסט "ברוך הבא"
241 setting_welcome_text: טקסט "ברוך הבא"
237 setting_default_language: שפת ברירת מחדל
242 setting_default_language: שפת ברירת מחדל
238 setting_login_required: דרוש אימות
243 setting_login_required: דרוש אימות
239 setting_self_registration: אפשר הרשמות עצמית
244 setting_self_registration: אפשר הרשמות עצמית
240 setting_attachment_max_size: גודל דבוקה מקסימאלי
245 setting_attachment_max_size: גודל דבוקה מקסימאלי
241 setting_issues_export_limit: גבול יצוא נושאים
246 setting_issues_export_limit: גבול יצוא נושאים
242 setting_mail_from: כתובת שליחת דוא"ל
247 setting_mail_from: כתובת שליחת דוא"ל
243 setting_host_name: שם שרת
248 setting_host_name: שם שרת
244 setting_text_formatting: עיצוב טקסט
249 setting_text_formatting: עיצוב טקסט
245 setting_wiki_compression: כיווץ היסטורית WIKI
250 setting_wiki_compression: כיווץ היסטורית WIKI
246 setting_feeds_limit: גבול תוכן הזנות
251 setting_feeds_limit: גבול תוכן הזנות
247 setting_autofetch_changesets: משיכה אוטומתי של עידכונים
252 setting_autofetch_changesets: משיכה אוטומתי של עידכונים
248 setting_sys_api_enabled: אפשר WS לניהול המאגר
253 setting_sys_api_enabled: אפשר WS לניהול המאגר
249 setting_commit_ref_keywords: מילות מפתח מקשרות
254 setting_commit_ref_keywords: מילות מפתח מקשרות
250 setting_commit_fix_keywords: מילות מפתח מתקנות
255 setting_commit_fix_keywords: מילות מפתח מתקנות
251 setting_autologin: חיבור אוטומטי
256 setting_autologin: חיבור אוטומטי
252 setting_date_format: פורמט תאריך
257 setting_date_format: פורמט תאריך
253 setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
258 setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
254 setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
259 setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
255 setting_repositories_encodings: קידוד המאגרים
260 setting_repositories_encodings: קידוד המאגרים
256
261
257 label_user: משתמש
262 label_user: משתמש
258 label_user_plural: משתמשים
263 label_user_plural: משתמשים
259 label_user_new: משתמש חדש
264 label_user_new: משתמש חדש
260 label_project: פרויקט
265 label_project: פרויקט
261 label_project_new: פרויקט חדש
266 label_project_new: פרויקט חדש
262 label_project_plural: פרויקטים
267 label_project_plural: פרויקטים
263 label_x_projects:
268 label_x_projects:
264 zero: no projects
269 zero: no projects
265 one: 1 project
270 one: 1 project
266 other: "{{count}} projects"
271 other: "{{count}} projects"
267 label_project_all: כל הפרויקטים
272 label_project_all: כל הפרויקטים
268 label_project_latest: הפרויקטים החדשים ביותר
273 label_project_latest: הפרויקטים החדשים ביותר
269 label_issue: נושא
274 label_issue: נושא
270 label_issue_new: נושא חדש
275 label_issue_new: נושא חדש
271 label_issue_plural: נושאים
276 label_issue_plural: נושאים
272 label_issue_view_all: צפה בכל הנושאים
277 label_issue_view_all: צפה בכל הנושאים
273 label_document: מסמך
278 label_document: מסמך
274 label_document_new: מסמך חדש
279 label_document_new: מסמך חדש
275 label_document_plural: מסמכים
280 label_document_plural: מסמכים
276 label_role: תפקיד
281 label_role: תפקיד
277 label_role_plural: תפקידים
282 label_role_plural: תפקידים
278 label_role_new: תפקיד חדש
283 label_role_new: תפקיד חדש
279 label_role_and_permissions: תפקידים והרשאות
284 label_role_and_permissions: תפקידים והרשאות
280 label_member: חבר
285 label_member: חבר
281 label_member_new: חבר חדש
286 label_member_new: חבר חדש
282 label_member_plural: חברים
287 label_member_plural: חברים
283 label_tracker: עוקב
288 label_tracker: עוקב
284 label_tracker_plural: עוקבים
289 label_tracker_plural: עוקבים
285 label_tracker_new: עוקב חדש
290 label_tracker_new: עוקב חדש
286 label_workflow: זרימת עבודה
291 label_workflow: זרימת עבודה
287 label_issue_status: מצב נושא
292 label_issue_status: מצב נושא
288 label_issue_status_plural: מצבי נושא
293 label_issue_status_plural: מצבי נושא
289 label_issue_status_new: מצב חדש
294 label_issue_status_new: מצב חדש
290 label_issue_category: קטגורית נושא
295 label_issue_category: קטגורית נושא
291 label_issue_category_plural: קטגוריות נושא
296 label_issue_category_plural: קטגוריות נושא
292 label_issue_category_new: קטגוריה חדשה
297 label_issue_category_new: קטגוריה חדשה
293 label_custom_field: שדה אישי
298 label_custom_field: שדה אישי
294 label_custom_field_plural: שדות אישיים
299 label_custom_field_plural: שדות אישיים
295 label_custom_field_new: שדה אישי חדש
300 label_custom_field_new: שדה אישי חדש
296 label_enumerations: אינומרציות
301 label_enumerations: אינומרציות
297 label_enumeration_new: ערך חדש
302 label_enumeration_new: ערך חדש
298 label_information: מידע
303 label_information: מידע
299 label_information_plural: מידע
304 label_information_plural: מידע
300 label_please_login: התחבר בבקשה
305 label_please_login: התחבר בבקשה
301 label_register: הרשמה
306 label_register: הרשמה
302 label_password_lost: אבדה הסיסמה?
307 label_password_lost: אבדה הסיסמה?
303 label_home: דף הבית
308 label_home: דף הבית
304 label_my_page: הדף שלי
309 label_my_page: הדף שלי
305 label_my_account: החשבון שלי
310 label_my_account: החשבון שלי
306 label_my_projects: הפרויקטים שלי
311 label_my_projects: הפרויקטים שלי
307 label_administration: אדמיניסטרציה
312 label_administration: אדמיניסטרציה
308 label_login: התחבר
313 label_login: התחבר
309 label_logout: התנתק
314 label_logout: התנתק
310 label_help: עזרה
315 label_help: עזרה
311 label_reported_issues: נושאים שדווחו
316 label_reported_issues: נושאים שדווחו
312 label_assigned_to_me_issues: נושאים שהוצבו לי
317 label_assigned_to_me_issues: נושאים שהוצבו לי
313 label_last_login: חיבור אחרון
318 label_last_login: חיבור אחרון
314 label_registered_on: נרשם בתאריך
319 label_registered_on: נרשם בתאריך
315 label_activity: פעילות
320 label_activity: פעילות
316 label_new: חדש
321 label_new: חדש
317 label_logged_as: מחובר כ
322 label_logged_as: מחובר כ
318 label_environment: סביבה
323 label_environment: סביבה
319 label_authentication: אישור
324 label_authentication: אישור
320 label_auth_source: מצב אישור
325 label_auth_source: מצב אישור
321 label_auth_source_new: מצב אישור חדש
326 label_auth_source_new: מצב אישור חדש
322 label_auth_source_plural: מצבי אישור
327 label_auth_source_plural: מצבי אישור
323 label_subproject_plural: תת-פרויקטים
328 label_subproject_plural: תת-פרויקטים
324 label_min_max_length: אורך מינימאלי - מקסימאלי
329 label_min_max_length: אורך מינימאלי - מקסימאלי
325 label_list: רשימה
330 label_list: רשימה
326 label_date: תאריך
331 label_date: תאריך
327 label_integer: מספר שלם
332 label_integer: מספר שלם
328 label_boolean: ערך בוליאני
333 label_boolean: ערך בוליאני
329 label_string: טקסט
334 label_string: טקסט
330 label_text: טקסט ארוך
335 label_text: טקסט ארוך
331 label_attribute: תכונה
336 label_attribute: תכונה
332 label_attribute_plural: תכונות
337 label_attribute_plural: תכונות
333 label_download: "הורדה {{count}}"
338 label_download: "הורדה {{count}}"
334 label_download_plural: "{{count}} הורדות"
339 label_download_plural: "{{count}} הורדות"
335 label_no_data: אין מידע להציג
340 label_no_data: אין מידע להציג
336 label_change_status: שנה מצב
341 label_change_status: שנה מצב
337 label_history: היסטוריה
342 label_history: היסטוריה
338 label_attachment: קובץ
343 label_attachment: קובץ
339 label_attachment_new: קובץ חדש
344 label_attachment_new: קובץ חדש
340 label_attachment_delete: מחק קובץ
345 label_attachment_delete: מחק קובץ
341 label_attachment_plural: קבצים
346 label_attachment_plural: קבצים
342 label_report: דו"ח
347 label_report: דו"ח
343 label_report_plural: דו"חות
348 label_report_plural: דו"חות
344 label_news: חדשות
349 label_news: חדשות
345 label_news_new: הוסף חדשות
350 label_news_new: הוסף חדשות
346 label_news_plural: חדשות
351 label_news_plural: חדשות
347 label_news_latest: חדשות אחרונות
352 label_news_latest: חדשות אחרונות
348 label_news_view_all: צפה בכל החדשות
353 label_news_view_all: צפה בכל החדשות
349 label_change_log: דו"ח שינויים
354 label_change_log: דו"ח שינויים
350 label_settings: הגדרות
355 label_settings: הגדרות
351 label_overview: מבט רחב
356 label_overview: מבט רחב
352 label_version: גירסא
357 label_version: גירסא
353 label_version_new: גירסא חדשה
358 label_version_new: גירסא חדשה
354 label_version_plural: גירסאות
359 label_version_plural: גירסאות
355 label_confirmation: אישור
360 label_confirmation: אישור
356 label_export_to: יצא ל
361 label_export_to: יצא ל
357 label_read: קרא...
362 label_read: קרא...
358 label_public_projects: פרויקטים פומביים
363 label_public_projects: פרויקטים פומביים
359 label_open_issues: פתוח
364 label_open_issues: פתוח
360 label_open_issues_plural: פתוחים
365 label_open_issues_plural: פתוחים
361 label_closed_issues: סגור
366 label_closed_issues: סגור
362 label_closed_issues_plural: סגורים
367 label_closed_issues_plural: סגורים
363 label_x_open_issues_abbr_on_total:
368 label_x_open_issues_abbr_on_total:
364 zero: 0 open / {{total}}
369 zero: 0 open / {{total}}
365 one: 1 open / {{total}}
370 one: 1 open / {{total}}
366 other: "{{count}} open / {{total}}"
371 other: "{{count}} open / {{total}}"
367 label_x_open_issues_abbr:
372 label_x_open_issues_abbr:
368 zero: 0 open
373 zero: 0 open
369 one: 1 open
374 one: 1 open
370 other: "{{count}} open"
375 other: "{{count}} open"
371 label_x_closed_issues_abbr:
376 label_x_closed_issues_abbr:
372 zero: 0 closed
377 zero: 0 closed
373 one: 1 closed
378 one: 1 closed
374 other: "{{count}} closed"
379 other: "{{count}} closed"
375 label_total: סה"כ
380 label_total: סה"כ
376 label_permissions: הרשאות
381 label_permissions: הרשאות
377 label_current_status: מצב נוכחי
382 label_current_status: מצב נוכחי
378 label_new_statuses_allowed: מצבים חדשים אפשריים
383 label_new_statuses_allowed: מצבים חדשים אפשריים
379 label_all: הכל
384 label_all: הכל
380 label_none: כלום
385 label_none: כלום
381 label_next: הבא
386 label_next: הבא
382 label_previous: הקודם
387 label_previous: הקודם
383 label_used_by: בשימוש ע"י
388 label_used_by: בשימוש ע"י
384 label_details: פרטים
389 label_details: פרטים
385 label_add_note: הוסף הערה
390 label_add_note: הוסף הערה
386 label_per_page: לכל דף
391 label_per_page: לכל דף
387 label_calendar: לוח שנה
392 label_calendar: לוח שנה
388 label_months_from: חודשים מ
393 label_months_from: חודשים מ
389 label_gantt: גאנט
394 label_gantt: גאנט
390 label_internal: פנימי
395 label_internal: פנימי
391 label_last_changes: "{{count}} שינוים אחרונים"
396 label_last_changes: "{{count}} שינוים אחרונים"
392 label_change_view_all: צפה בכל השינוים
397 label_change_view_all: צפה בכל השינוים
393 label_personalize_page: הפוך דף זה לשלך
398 label_personalize_page: הפוך דף זה לשלך
394 label_comment: תגובה
399 label_comment: תגובה
395 label_comment_plural: תגובות
400 label_comment_plural: תגובות
396 label_x_comments:
401 label_x_comments:
397 zero: no comments
402 zero: no comments
398 one: 1 comment
403 one: 1 comment
399 other: "{{count}} comments"
404 other: "{{count}} comments"
400 label_comment_add: הוסף תגובה
405 label_comment_add: הוסף תגובה
401 label_comment_added: תגובה הוספה
406 label_comment_added: תגובה הוספה
402 label_comment_delete: מחק תגובות
407 label_comment_delete: מחק תגובות
403 label_query: שאילתה אישית
408 label_query: שאילתה אישית
404 label_query_plural: שאילתות אישיות
409 label_query_plural: שאילתות אישיות
405 label_query_new: שאילתה חדשה
410 label_query_new: שאילתה חדשה
406 label_filter_add: הוסף מסנן
411 label_filter_add: הוסף מסנן
407 label_filter_plural: מסננים
412 label_filter_plural: מסננים
408 label_equals: הוא
413 label_equals: הוא
409 label_not_equals: הוא לא
414 label_not_equals: הוא לא
410 label_in_less_than: בפחות מ
415 label_in_less_than: בפחות מ
411 label_in_more_than: ביותר מ
416 label_in_more_than: ביותר מ
412 label_in: ב
417 label_in: ב
413 label_today: היום
418 label_today: היום
414 label_this_week: השבוע
419 label_this_week: השבוע
415 label_less_than_ago: פחות ממספר ימים
420 label_less_than_ago: פחות ממספר ימים
416 label_more_than_ago: יותר ממספר ימים
421 label_more_than_ago: יותר ממספר ימים
417 label_ago: מספר ימים
422 label_ago: מספר ימים
418 label_contains: מכיל
423 label_contains: מכיל
419 label_not_contains: לא מכיל
424 label_not_contains: לא מכיל
420 label_day_plural: ימים
425 label_day_plural: ימים
421 label_repository: מאגר
426 label_repository: מאגר
422 label_browse: סייר
427 label_browse: סייר
423 label_modification: "שינוי {{count}}"
428 label_modification: "שינוי {{count}}"
424 label_modification_plural: "{{count}} שינויים"
429 label_modification_plural: "{{count}} שינויים"
425 label_revision: גירסא
430 label_revision: גירסא
426 label_revision_plural: גירסאות
431 label_revision_plural: גירסאות
427 label_added: הוסף
432 label_added: הוסף
428 label_modified: שונה
433 label_modified: שונה
429 label_deleted: נמחק
434 label_deleted: נמחק
430 label_latest_revision: גירסא אחרונה
435 label_latest_revision: גירסא אחרונה
431 label_latest_revision_plural: גירסאות אחרונות
436 label_latest_revision_plural: גירסאות אחרונות
432 label_view_revisions: צפה בגירסאות
437 label_view_revisions: צפה בגירסאות
433 label_max_size: גודל מקסימאלי
438 label_max_size: גודל מקסימאלי
434 label_sort_highest: הזז לראשית
439 label_sort_highest: הזז לראשית
435 label_sort_higher: הזז למעלה
440 label_sort_higher: הזז למעלה
436 label_sort_lower: הזז למטה
441 label_sort_lower: הזז למטה
437 label_sort_lowest: הזז לתחתית
442 label_sort_lowest: הזז לתחתית
438 label_roadmap: מפת הדרכים
443 label_roadmap: מפת הדרכים
439 label_roadmap_due_in: "נגמר בעוד {{value}}"
444 label_roadmap_due_in: "נגמר בעוד {{value}}"
440 label_roadmap_overdue: "{{value}} מאחר"
445 label_roadmap_overdue: "{{value}} מאחר"
441 label_roadmap_no_issues: אין נושאים לגירסא זו
446 label_roadmap_no_issues: אין נושאים לגירסא זו
442 label_search: חפש
447 label_search: חפש
443 label_result_plural: תוצאות
448 label_result_plural: תוצאות
444 label_all_words: כל המילים
449 label_all_words: כל המילים
445 label_wiki: Wiki
450 label_wiki: Wiki
446 label_wiki_edit: ערוך Wiki
451 label_wiki_edit: ערוך Wiki
447 label_wiki_edit_plural: עריכות Wiki
452 label_wiki_edit_plural: עריכות Wiki
448 label_wiki_page: דף Wiki
453 label_wiki_page: דף Wiki
449 label_wiki_page_plural: דפי Wiki
454 label_wiki_page_plural: דפי Wiki
450 label_index_by_title: סדר עך פי כותרת
455 label_index_by_title: סדר עך פי כותרת
451 label_index_by_date: סדר על פי תאריך
456 label_index_by_date: סדר על פי תאריך
452 label_current_version: גירסא נוכאית
457 label_current_version: גירסא נוכאית
453 label_preview: תצוגה מקדימה
458 label_preview: תצוגה מקדימה
454 label_feed_plural: הזנות
459 label_feed_plural: הזנות
455 label_changes_details: פירוט כל השינויים
460 label_changes_details: פירוט כל השינויים
456 label_issue_tracking: מעקב אחר נושאים
461 label_issue_tracking: מעקב אחר נושאים
457 label_spent_time: זמן שבוזבז
462 label_spent_time: זמן שבוזבז
458 label_f_hour: "{{value}} שעה"
463 label_f_hour: "{{value}} שעה"
459 label_f_hour_plural: "{{value}} שעות"
464 label_f_hour_plural: "{{value}} שעות"
460 label_time_tracking: מעקב זמנים
465 label_time_tracking: מעקב זמנים
461 label_change_plural: שינויים
466 label_change_plural: שינויים
462 label_statistics: סטטיסטיקות
467 label_statistics: סטטיסטיקות
463 label_commits_per_month: הפקדות לפי חודש
468 label_commits_per_month: הפקדות לפי חודש
464 label_commits_per_author: הפקדות לפי כותב
469 label_commits_per_author: הפקדות לפי כותב
465 label_view_diff: צפה בהבדלים
470 label_view_diff: צפה בהבדלים
466 label_diff_inline: בתוך השורה
471 label_diff_inline: בתוך השורה
467 label_diff_side_by_side: צד לצד
472 label_diff_side_by_side: צד לצד
468 label_options: אפשרויות
473 label_options: אפשרויות
469 label_copy_workflow_from: העתק זירמת עבודה מ
474 label_copy_workflow_from: העתק זירמת עבודה מ
470 label_permissions_report: דו"ח הרשאות
475 label_permissions_report: דו"ח הרשאות
471 label_watched_issues: נושאים שנצפו
476 label_watched_issues: נושאים שנצפו
472 label_related_issues: נושאים קשורים
477 label_related_issues: נושאים קשורים
473 label_applied_status: מוצב מוחל
478 label_applied_status: מוצב מוחל
474 label_loading: טוען...
479 label_loading: טוען...
475 label_relation_new: קשר חדש
480 label_relation_new: קשר חדש
476 label_relation_delete: מחק קשר
481 label_relation_delete: מחק קשר
477 label_relates_to: קשור ל
482 label_relates_to: קשור ל
478 label_duplicates: מכפיל את
483 label_duplicates: מכפיל את
479 label_blocks: חוסם את
484 label_blocks: חוסם את
480 label_blocked_by: חסום ע"י
485 label_blocked_by: חסום ע"י
481 label_precedes: מקדים את
486 label_precedes: מקדים את
482 label_follows: עוקב אחרי
487 label_follows: עוקב אחרי
483 label_end_to_start: מהתחלה לסוף
488 label_end_to_start: מהתחלה לסוף
484 label_end_to_end: מהסוף לסוף
489 label_end_to_end: מהסוף לסוף
485 label_start_to_start: מהתחלה להתחלה
490 label_start_to_start: מהתחלה להתחלה
486 label_start_to_end: מהתחלה לסוף
491 label_start_to_end: מהתחלה לסוף
487 label_stay_logged_in: השאר מחובר
492 label_stay_logged_in: השאר מחובר
488 label_disabled: מבוטל
493 label_disabled: מבוטל
489 label_show_completed_versions: הצג גירזאות גמורות
494 label_show_completed_versions: הצג גירזאות גמורות
490 label_me: אני
495 label_me: אני
491 label_board: פורום
496 label_board: פורום
492 label_board_new: פורום חדש
497 label_board_new: פורום חדש
493 label_board_plural: פורומים
498 label_board_plural: פורומים
494 label_topic_plural: נושאים
499 label_topic_plural: נושאים
495 label_message_plural: הודעות
500 label_message_plural: הודעות
496 label_message_last: הודעה אחרונה
501 label_message_last: הודעה אחרונה
497 label_message_new: הודעה חדשה
502 label_message_new: הודעה חדשה
498 label_reply_plural: השבות
503 label_reply_plural: השבות
499 label_send_information: שלח מידע על חשבון למשתמש
504 label_send_information: שלח מידע על חשבון למשתמש
500 label_year: שנה
505 label_year: שנה
501 label_month: חודש
506 label_month: חודש
502 label_week: שבוע
507 label_week: שבוע
503 label_date_from: מתאריך
508 label_date_from: מתאריך
504 label_date_to: עד
509 label_date_to: עד
505 label_language_based: מבוסס שפה
510 label_language_based: מבוסס שפה
506 label_sort_by: "מין לפי {{value}}"
511 label_sort_by: "מין לפי {{value}}"
507 label_send_test_email: שלח דו"ל בדיקה
512 label_send_test_email: שלח דו"ל בדיקה
508 label_feeds_access_key_created_on: "מפתח הזנת RSS נוצר לפני{{value}}"
513 label_feeds_access_key_created_on: "מפתח הזנת RSS נוצר לפני{{value}}"
509 label_module_plural: מודולים
514 label_module_plural: מודולים
510 label_added_time_by: "הוסף על ידי {{author}} לפני {{age}} "
515 label_added_time_by: "הוסף על ידי {{author}} לפני {{age}} "
511 label_updated_time: "עודכן לפני {{value}} "
516 label_updated_time: "עודכן לפני {{value}} "
512 label_jump_to_a_project: קפוץ לפרויקט...
517 label_jump_to_a_project: קפוץ לפרויקט...
513 label_file_plural: קבצים
518 label_file_plural: קבצים
514 label_changeset_plural: אוסף שינוים
519 label_changeset_plural: אוסף שינוים
515 label_default_columns: עמודת ברירת מחדל
520 label_default_columns: עמודת ברירת מחדל
516 label_no_change_option: (אין שינוים)
521 label_no_change_option: (אין שינוים)
517 label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
522 label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
518 label_theme: ערכת נושא
523 label_theme: ערכת נושא
519 label_default: ברירת מחדש
524 label_default: ברירת מחדש
520
525
521 button_login: התחבר
526 button_login: התחבר
522 button_submit: הגש
527 button_submit: הגש
523 button_save: שמור
528 button_save: שמור
524 button_check_all: בחר הכל
529 button_check_all: בחר הכל
525 button_uncheck_all: בחר כלום
530 button_uncheck_all: בחר כלום
526 button_delete: מחק
531 button_delete: מחק
527 button_create: צור
532 button_create: צור
528 button_test: בדוק
533 button_test: בדוק
529 button_edit: ערוך
534 button_edit: ערוך
530 button_add: הוסף
535 button_add: הוסף
531 button_change: שנה
536 button_change: שנה
532 button_apply: הוצא לפועל
537 button_apply: הוצא לפועל
533 button_clear: נקה
538 button_clear: נקה
534 button_lock: נעל
539 button_lock: נעל
535 button_unlock: בטל נעילה
540 button_unlock: בטל נעילה
536 button_download: הורד
541 button_download: הורד
537 button_list: רשימה
542 button_list: רשימה
538 button_view: צפה
543 button_view: צפה
539 button_move: הזז
544 button_move: הזז
540 button_back: הקודם
545 button_back: הקודם
541 button_cancel: בטח
546 button_cancel: בטח
542 button_activate: הפעל
547 button_activate: הפעל
543 button_sort: מיין
548 button_sort: מיין
544 button_log_time: זמן לוג
549 button_log_time: זמן לוג
545 button_rollback: חזור לגירסא זו
550 button_rollback: חזור לגירסא זו
546 button_watch: צפה
551 button_watch: צפה
547 button_unwatch: בטל צפיה
552 button_unwatch: בטל צפיה
548 button_reply: השב
553 button_reply: השב
549 button_archive: ארכיון
554 button_archive: ארכיון
550 button_unarchive: הוצא מהארכיון
555 button_unarchive: הוצא מהארכיון
551 button_reset: אפס
556 button_reset: אפס
552 button_rename: שנה שם
557 button_rename: שנה שם
553
558
554 status_active: פעיל
559 status_active: פעיל
555 status_registered: רשום
560 status_registered: רשום
556 status_locked: נעול
561 status_locked: נעול
557
562
558 text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל.
563 text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל.
559 text_regexp_info: כגון. ^[A-Z0-9]+$
564 text_regexp_info: כגון. ^[A-Z0-9]+$
560 text_min_max_length_info: 0 משמעו ללא הגבלות
565 text_min_max_length_info: 0 משמעו ללא הגבלות
561 text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו ?
566 text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו ?
562 text_workflow_edit: בחר תפקיד ועוקב כדי לערות את זרימת העבודה
567 text_workflow_edit: בחר תפקיד ועוקב כדי לערות את זרימת העבודה
563 text_are_you_sure: האם אתה בטוח ?
568 text_are_you_sure: האם אתה בטוח ?
564 text_journal_changed: "שונה מ {{old}} ל {{new}}"
569 text_journal_changed: "שונה מ {{old}} ל {{new}}"
565 text_journal_set_to: "שונה ל {{value}}"
570 text_journal_set_to: "שונה ל {{value}}"
566 text_journal_deleted: נמחק
571 text_journal_deleted: נמחק
567 text_tip_task_begin_day: מטלה המתחילה היום
572 text_tip_task_begin_day: מטלה המתחילה היום
568 text_tip_task_end_day: מטלה המסתיימת היום
573 text_tip_task_end_day: מטלה המסתיימת היום
569 text_tip_task_begin_end_day: מטלה המתחילה ומסתיימת היום
574 text_tip_task_begin_end_day: מטלה המתחילה ומסתיימת היום
570 text_project_identifier_info: 'אותיות לטיניות (a-z), מספרים ומקפים.<br />ברגע שנשמר, לא ניתן לשנות את המזהה.'
575 text_project_identifier_info: 'אותיות לטיניות (a-z), מספרים ומקפים.<br />ברגע שנשמר, לא ניתן לשנות את המזהה.'
571 text_caracters_maximum: "מקסימום {{count}} תווים."
576 text_caracters_maximum: "מקסימום {{count}} תווים."
572 text_length_between: "אורך בין {{min}} ל {{max}} תווים."
577 text_length_between: "אורך בין {{min}} ל {{max}} תווים."
573 text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור עוקב זה
578 text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור עוקב זה
574 text_unallowed_characters: תווים לא מורשים
579 text_unallowed_characters: תווים לא מורשים
575 text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
580 text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
576 text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדות
581 text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדות
577 text_issue_added: "הנושא {{id}} דווח (by {{author}})."
582 text_issue_added: "הנושא {{id}} דווח (by {{author}})."
578 text_issue_updated: "הנושא {{id}} עודכן (by {{author}})."
583 text_issue_updated: "הנושא {{id}} עודכן (by {{author}})."
579 text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
584 text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
580 text_issue_category_destroy_question: "כמה נושאים ({{count}}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
585 text_issue_category_destroy_question: "כמה נושאים ({{count}}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
581 text_issue_category_destroy_assignments: הסר הצבת קטגוריה
586 text_issue_category_destroy_assignments: הסר הצבת קטגוריה
582 text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
587 text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
583
588
584 default_role_manager: מנהל
589 default_role_manager: מנהל
585 default_role_developper: מפתח
590 default_role_developper: מפתח
586 default_role_reporter: מדווח
591 default_role_reporter: מדווח
587 default_tracker_bug: באג
592 default_tracker_bug: באג
588 default_tracker_feature: פיצ'ר
593 default_tracker_feature: פיצ'ר
589 default_tracker_support: תמיכה
594 default_tracker_support: תמיכה
590 default_issue_status_new: חדש
595 default_issue_status_new: חדש
591 default_issue_status_assigned: מוצב
596 default_issue_status_assigned: מוצב
592 default_issue_status_resolved: פתור
597 default_issue_status_resolved: פתור
593 default_issue_status_feedback: משוב
598 default_issue_status_feedback: משוב
594 default_issue_status_closed: סגור
599 default_issue_status_closed: סגור
595 default_issue_status_rejected: דחוי
600 default_issue_status_rejected: דחוי
596 default_doc_category_user: תיעוד משתמש
601 default_doc_category_user: תיעוד משתמש
597 default_doc_category_tech: תיעוד טכני
602 default_doc_category_tech: תיעוד טכני
598 default_priority_low: נמוכה
603 default_priority_low: נמוכה
599 default_priority_normal: רגילה
604 default_priority_normal: רגילה
600 default_priority_high: גהבוה
605 default_priority_high: גהבוה
601 default_priority_urgent: דחופה
606 default_priority_urgent: דחופה
602 default_priority_immediate: מידית
607 default_priority_immediate: מידית
603 default_activity_design: עיצוב
608 default_activity_design: עיצוב
604 default_activity_development: פיתוח
609 default_activity_development: פיתוח
605
610
606 enumeration_issue_priorities: עדיפות נושאים
611 enumeration_issue_priorities: עדיפות נושאים
607 enumeration_doc_categories: קטגוריות מסמכים
612 enumeration_doc_categories: קטגוריות מסמכים
608 enumeration_activities: פעילויות (מעקב אחר זמנים)
613 enumeration_activities: פעילויות (מעקב אחר זמנים)
609 label_search_titles_only: חפש בכותרות בלבד
614 label_search_titles_only: חפש בכותרות בלבד
610 label_nobody: אף אחד
615 label_nobody: אף אחד
611 button_change_password: שנה סיסמא
616 button_change_password: שנה סיסמא
612 text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או מוצבים אליך)."
617 text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או מוצבים אליך)."
613 label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
618 label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
614 label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
619 label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
615 label_user_mail_option_none: "רק לנושאים שאני צופה או קשור אליהם"
620 label_user_mail_option_none: "רק לנושאים שאני צופה או קשור אליהם"
616 setting_emails_footer: תחתית דוא"ל
621 setting_emails_footer: תחתית דוא"ל
617 label_float: צף
622 label_float: צף
618 button_copy: העתק
623 button_copy: העתק
619 mail_body_account_information_external: "אתה יכול להשתמש בחשבון {{value}} כדי להתחבר"
624 mail_body_account_information_external: "אתה יכול להשתמש בחשבון {{value}} כדי להתחבר"
620 mail_body_account_information: פרטי החשבון שלך
625 mail_body_account_information: פרטי החשבון שלך
621 setting_protocol: פרוטוקול
626 setting_protocol: פרוטוקול
622 label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
627 label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
623 setting_time_format: פורמט זמן
628 setting_time_format: פורמט זמן
624 label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
629 label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
625 mail_subject_account_activation_request: "בקשת הפעלה לחשבון {{value}}"
630 mail_subject_account_activation_request: "בקשת הפעלה לחשבון {{value}}"
626 mail_body_account_activation_request: "משתמש חדש ({{value}}) נרשם. החשבון שלו מחכה לאישור שלך:'"
631 mail_body_account_activation_request: "משתמש חדש ({{value}}) נרשם. החשבון שלו מחכה לאישור שלך:'"
627 label_registration_automatic_activation: הפעלת חשבון אוטומטית
632 label_registration_automatic_activation: הפעלת חשבון אוטומטית
628 label_registration_manual_activation: הפעלת חשבון ידנית
633 label_registration_manual_activation: הפעלת חשבון ידנית
629 notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
634 notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
630 field_time_zone: איזור זמן
635 field_time_zone: איזור זמן
631 text_caracters_minimum: "חייב להיות לפחות באורך של {{count}} תווים."
636 text_caracters_minimum: "חייב להיות לפחות באורך של {{count}} תווים."
632 setting_bcc_recipients: מוסתר (bcc)
637 setting_bcc_recipients: מוסתר (bcc)
633 button_annotate: הוסף תיאור מסגרת
638 button_annotate: הוסף תיאור מסגרת
634 label_issues_by: "נושאים של {{value}}"
639 label_issues_by: "נושאים של {{value}}"
635 field_searchable: ניתן לחיפוש
640 field_searchable: ניתן לחיפוש
636 label_display_per_page: "לכל דף: {{value}}'"
641 label_display_per_page: "לכל דף: {{value}}'"
637 setting_per_page_options: אפשרויות אוביקטים לפי דף
642 setting_per_page_options: אפשרויות אוביקטים לפי דף
638 label_age: גיל
643 label_age: גיל
639 notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
644 notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
640 text_load_default_configuration: טען את אפשרויות ברירת המחדל
645 text_load_default_configuration: טען את אפשרויות ברירת המחדל
641 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. יהיה באפשרותך לשנותו לאחר שיטען."
646 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. יהיה באפשרותך לשנותו לאחר שיטען."
642 error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: {{value}}"
647 error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: {{value}}"
643 button_update: עדכן
648 button_update: עדכן
644 label_change_properties: שנה מאפיינים
649 label_change_properties: שנה מאפיינים
645 label_general: כללי
650 label_general: כללי
646 label_repository_plural: מאגרים
651 label_repository_plural: מאגרים
647 label_associated_revisions: שינויים קשורים
652 label_associated_revisions: שינויים קשורים
648 setting_user_format: פורמט הצגת משתמשים
653 setting_user_format: פורמט הצגת משתמשים
649 text_status_changed_by_changeset: "הוחל בסדרת השינויים {{value}}."
654 text_status_changed_by_changeset: "הוחל בסדרת השינויים {{value}}."
650 label_more: עוד
655 label_more: עוד
651 text_issues_destroy_confirmation: 'האם את\ה בטוח שברצונך למחוק את הנושא\ים ?'
656 text_issues_destroy_confirmation: 'האם את\ה בטוח שברצונך למחוק את הנושא\ים ?'
652 label_scm: SCM
657 label_scm: SCM
653 text_select_project_modules: 'בחר מודולים להחיל על פקרויקט זה:'
658 text_select_project_modules: 'בחר מודולים להחיל על פקרויקט זה:'
654 label_issue_added: נושא הוסף
659 label_issue_added: נושא הוסף
655 label_issue_updated: נושא עודכן
660 label_issue_updated: נושא עודכן
656 label_document_added: מוסמך הוסף
661 label_document_added: מוסמך הוסף
657 label_message_posted: הודעה הוספה
662 label_message_posted: הודעה הוספה
658 label_file_added: קובץ הוסף
663 label_file_added: קובץ הוסף
659 label_news_added: חדשות הוספו
664 label_news_added: חדשות הוספו
660 project_module_boards: לוחות
665 project_module_boards: לוחות
661 project_module_issue_tracking: מעקב נושאים
666 project_module_issue_tracking: מעקב נושאים
662 project_module_wiki: Wiki
667 project_module_wiki: Wiki
663 project_module_files: קבצים
668 project_module_files: קבצים
664 project_module_documents: מסמכים
669 project_module_documents: מסמכים
665 project_module_repository: מאגר
670 project_module_repository: מאגר
666 project_module_news: חדשות
671 project_module_news: חדשות
667 project_module_time_tracking: מעקב אחר זמנים
672 project_module_time_tracking: מעקב אחר זמנים
668 text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
673 text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
669 text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
674 text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
670 text_rmagick_available: RMagick available (optional)
675 text_rmagick_available: RMagick available (optional)
671 button_configure: אפשרויות
676 button_configure: אפשרויות
672 label_plugins: פלאגינים
677 label_plugins: פלאגינים
673 label_ldap_authentication: אימות LDAP
678 label_ldap_authentication: אימות LDAP
674 label_downloads_abbr: D/L
679 label_downloads_abbr: D/L
675 label_this_month: החודש
680 label_this_month: החודש
676 label_last_n_days: "ב-{{count}} ימים אחרונים"
681 label_last_n_days: "ב-{{count}} ימים אחרונים"
677 label_all_time: תמיד
682 label_all_time: תמיד
678 label_this_year: השנה
683 label_this_year: השנה
679 label_date_range: טווח תאריכים
684 label_date_range: טווח תאריכים
680 label_last_week: שבוע שעבר
685 label_last_week: שבוע שעבר
681 label_yesterday: אתמול
686 label_yesterday: אתמול
682 label_last_month: חודש שעבר
687 label_last_month: חודש שעבר
683 label_add_another_file: הוסף עוד קובץ
688 label_add_another_file: הוסף עוד קובץ
684 label_optional_description: תיאור רשות
689 label_optional_description: תיאור רשות
685 text_destroy_time_entries_question: %.02f שעות דווחו על הנושים שאת\ה עומד\ת למחוק. מה ברצונך לעשות ?
690 text_destroy_time_entries_question: %.02f שעות דווחו על הנושים שאת\ה עומד\ת למחוק. מה ברצונך לעשות ?
686 error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
691 error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
687 text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
692 text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
688 text_destroy_time_entries: מחק שעות שדווחו
693 text_destroy_time_entries: מחק שעות שדווחו
689 text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
694 text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
690 setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
695 setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
691 label_chronological_order: בסדר כרונולוגי
696 label_chronological_order: בסדר כרונולוגי
692 field_comments_sorting: הצג הערות
697 field_comments_sorting: הצג הערות
693 label_reverse_chronological_order: בסדר כרונולוגי הפוך
698 label_reverse_chronological_order: בסדר כרונולוגי הפוך
694 label_preferences: העדפות
699 label_preferences: העדפות
695 setting_display_subprojects_issues: הצג נושאים של תת פרויקטים כברירת מחדל
700 setting_display_subprojects_issues: הצג נושאים של תת פרויקטים כברירת מחדל
696 label_overall_activity: פעילות כוללת
701 label_overall_activity: פעילות כוללת
697 setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
702 setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
698 error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
703 error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
699 label_planning: תכנון
704 label_planning: תכנון
700 text_subprojects_destroy_warning: "תת הפרויקט\ים: {{value}} ימחקו גם כן.'"
705 text_subprojects_destroy_warning: "תת הפרויקט\ים: {{value}} ימחקו גם כן.'"
701 label_and_its_subprojects: "{{value}} וכל תת הפרויקטים שלו"
706 label_and_its_subprojects: "{{value}} וכל תת הפרויקטים שלו"
702 mail_body_reminder: "{{count}} נושאים שמיועדים אליך מיועדים להגשה בתוך {{days}} ימים:"
707 mail_body_reminder: "{{count}} נושאים שמיועדים אליך מיועדים להגשה בתוך {{days}} ימים:"
703 mail_subject_reminder: "{{count}} נושאים מיעדים להגשה בימים הקרובים"
708 mail_subject_reminder: "{{count}} נושאים מיעדים להגשה בימים הקרובים"
704 text_user_wrote: "{{value}} כתב:'"
709 text_user_wrote: "{{value}} כתב:'"
705 label_duplicated_by: שוכפל ע"י
710 label_duplicated_by: שוכפל ע"י
706 setting_enabled_scm: אפשר SCM
711 setting_enabled_scm: אפשר SCM
707 text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
712 text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
708 text_enumeration_destroy_question: "{{count}} אוביקטים מוצבים לערך זה.'"
713 text_enumeration_destroy_question: "{{count}} אוביקטים מוצבים לערך זה.'"
709 label_incoming_emails: דוא"ל נכנס
714 label_incoming_emails: דוא"ל נכנס
710 label_generate_key: יצר מפתח
715 label_generate_key: יצר מפתח
711 setting_mail_handler_api_enabled: Enable WS for incoming emails
716 setting_mail_handler_api_enabled: Enable WS for incoming emails
712 setting_mail_handler_api_key: מפתח API
717 setting_mail_handler_api_key: מפתח API
713 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
718 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
714 field_parent_title: דף אב
719 field_parent_title: דף אב
715 label_issue_watchers: צופים
720 label_issue_watchers: צופים
716 setting_commit_logs_encoding: Commit messages encoding
721 setting_commit_logs_encoding: Commit messages encoding
717 button_quote: צטט
722 button_quote: צטט
718 setting_sequential_project_identifiers: Generate sequential project identifiers
723 setting_sequential_project_identifiers: Generate sequential project identifiers
719 notice_unable_delete_version: לא ניתן למחוק גירסא
724 notice_unable_delete_version: לא ניתן למחוק גירסא
720 label_renamed: השם שונה
725 label_renamed: השם שונה
721 label_copied: הועתק
726 label_copied: הועתק
722 setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
727 setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
723 permission_view_files: צפה בקבצים
728 permission_view_files: צפה בקבצים
724 permission_edit_issues: ערוך נושאים
729 permission_edit_issues: ערוך נושאים
725 permission_edit_own_time_entries: ערוך את לוג הזמן של עצמך
730 permission_edit_own_time_entries: ערוך את לוג הזמן של עצמך
726 permission_manage_public_queries: נהל שאילתות פומביות
731 permission_manage_public_queries: נהל שאילתות פומביות
727 permission_add_issues: הוסף נושא
732 permission_add_issues: הוסף נושא
728 permission_log_time: תעד זמן שבוזבז
733 permission_log_time: תעד זמן שבוזבז
729 permission_view_changesets: צפה בקבוצות שינויים
734 permission_view_changesets: צפה בקבוצות שינויים
730 permission_view_time_entries: צפה בזמן שבוזבז
735 permission_view_time_entries: צפה בזמן שבוזבז
731 permission_manage_versions: נהל גירסאות
736 permission_manage_versions: נהל גירסאות
732 permission_manage_wiki: נהל wiki
737 permission_manage_wiki: נהל wiki
733 permission_manage_categories: נהל קטגוריות נושאים
738 permission_manage_categories: נהל קטגוריות נושאים
734 permission_protect_wiki_pages: הגן כל דפי wiki
739 permission_protect_wiki_pages: הגן כל דפי wiki
735 permission_comment_news: הגב על החדשות
740 permission_comment_news: הגב על החדשות
736 permission_delete_messages: מחק הודעות
741 permission_delete_messages: מחק הודעות
737 permission_select_project_modules: בחר מודולי פרויקט
742 permission_select_project_modules: בחר מודולי פרויקט
738 permission_manage_documents: נהל מסמכים
743 permission_manage_documents: נהל מסמכים
739 permission_edit_wiki_pages: ערוך דפי wiki
744 permission_edit_wiki_pages: ערוך דפי wiki
740 permission_add_issue_watchers: הוסף צופים
745 permission_add_issue_watchers: הוסף צופים
741 permission_view_gantt: צפה בגאנט
746 permission_view_gantt: צפה בגאנט
742 permission_move_issues: הזז נושאים
747 permission_move_issues: הזז נושאים
743 permission_manage_issue_relations: נהל יחס בין נושאים
748 permission_manage_issue_relations: נהל יחס בין נושאים
744 permission_delete_wiki_pages: מחק דפי wiki
749 permission_delete_wiki_pages: מחק דפי wiki
745 permission_manage_boards: נהל לוחות
750 permission_manage_boards: נהל לוחות
746 permission_delete_wiki_pages_attachments: מחק דבוקות
751 permission_delete_wiki_pages_attachments: מחק דבוקות
747 permission_view_wiki_edits: צפה בהיסטורית wiki
752 permission_view_wiki_edits: צפה בהיסטורית wiki
748 permission_add_messages: הצב הודעות
753 permission_add_messages: הצב הודעות
749 permission_view_messages: צפה בהודעות
754 permission_view_messages: צפה בהודעות
750 permission_manage_files: נהל קבצים
755 permission_manage_files: נהל קבצים
751 permission_edit_issue_notes: ערוך רשימות
756 permission_edit_issue_notes: ערוך רשימות
752 permission_manage_news: נהל חדשות
757 permission_manage_news: נהל חדשות
753 permission_view_calendar: צפה בלוח השנה
758 permission_view_calendar: צפה בלוח השנה
754 permission_manage_members: נהל חברים
759 permission_manage_members: נהל חברים
755 permission_edit_messages: ערוך הודעות
760 permission_edit_messages: ערוך הודעות
756 permission_delete_issues: מחק נושאים
761 permission_delete_issues: מחק נושאים
757 permission_view_issue_watchers: צפה ברשימה צופים
762 permission_view_issue_watchers: צפה ברשימה צופים
758 permission_manage_repository: נהל מאגר
763 permission_manage_repository: נהל מאגר
759 permission_commit_access: Commit access
764 permission_commit_access: Commit access
760 permission_browse_repository: סייר במאגר
765 permission_browse_repository: סייר במאגר
761 permission_view_documents: צפה במסמכים
766 permission_view_documents: צפה במסמכים
762 permission_edit_project: ערוך פרויקט
767 permission_edit_project: ערוך פרויקט
763 permission_add_issue_notes: Add notes
768 permission_add_issue_notes: Add notes
764 permission_save_queries: שמור שאילתות
769 permission_save_queries: שמור שאילתות
765 permission_view_wiki_pages: צפה ב-wiki
770 permission_view_wiki_pages: צפה ב-wiki
766 permission_rename_wiki_pages: שנה שם של דפי wiki
771 permission_rename_wiki_pages: שנה שם של דפי wiki
767 permission_edit_time_entries: ערוך רישום זמנים
772 permission_edit_time_entries: ערוך רישום זמנים
768 permission_edit_own_issue_notes: Edit own notes
773 permission_edit_own_issue_notes: Edit own notes
769 setting_gravatar_enabled: Use Gravatar user icons
774 setting_gravatar_enabled: Use Gravatar user icons
770 label_example: דוגמא
775 label_example: דוגמא
771 text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
776 text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
772 permission_edit_own_messages: ערוך הודעות של עצמך
777 permission_edit_own_messages: ערוך הודעות של עצמך
773 permission_delete_own_messages: מחק הודעות של עצמך
778 permission_delete_own_messages: מחק הודעות של עצמך
774 label_user_activity: "הפעילות של {{value}}"
779 label_user_activity: "הפעילות של {{value}}"
775 label_updated_time_by: "עודכן ע'י {{author}} לפני {{age}}"
780 label_updated_time_by: "עודכן ע'י {{author}} לפני {{age}}"
776 setting_diff_max_lines_displayed: Max number of diff lines displayed
781 setting_diff_max_lines_displayed: Max number of diff lines displayed
777 text_plugin_assets_writable: Plugin assets directory writable
782 text_plugin_assets_writable: Plugin assets directory writable
778 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
783 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
779 warning_attachments_not_saved: "{{count}} file(s) could not be saved."
784 warning_attachments_not_saved: "{{count}} file(s) could not be saved."
780 button_create_and_continue: Create and continue
785 button_create_and_continue: Create and continue
781 text_custom_field_possible_values_info: 'One line for each value'
786 text_custom_field_possible_values_info: 'One line for each value'
782 label_display: Display
787 label_display: Display
783 field_editable: Editable
788 field_editable: Editable
784 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
789 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
@@ -1,787 +1,792
1 # Italian translations for Ruby on Rails
1 # Italian translations for Ruby on Rails
2 # by Claudio Poli (masterkain@gmail.com)
2 # by Claudio Poli (masterkain@gmail.com)
3
3
4 it:
4 it:
5 date:
5 date:
6 formats:
6 formats:
7 default: "%d-%m-%Y"
7 default: "%d-%m-%Y"
8 short: "%d %b"
8 short: "%d %b"
9 long: "%d %B %Y"
9 long: "%d %B %Y"
10 only_day: "%e"
10 only_day: "%e"
11
11
12 day_names: [Domenica, Lunedì, Martedì, Mercoledì, Giovedì, Venerdì, Sabato]
12 day_names: [Domenica, Lunedì, Martedì, Mercoledì, Giovedì, Venerdì, Sabato]
13 abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab]
13 abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab]
14 month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre]
14 month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre]
15 abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic]
15 abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic]
16 order: [ :day, :month, :year ]
16 order: [ :day, :month, :year ]
17
17
18 time:
18 time:
19 formats:
19 formats:
20 default: "%a %d %b %Y, %H:%M:%S %z"
20 default: "%a %d %b %Y, %H:%M:%S %z"
21 time: "%H:%M"
21 time: "%H:%M"
22 short: "%d %b %H:%M"
22 short: "%d %b %H:%M"
23 long: "%d %B %Y %H:%M"
23 long: "%d %B %Y %H:%M"
24 only_second: "%S"
24 only_second: "%S"
25
25
26 datetime:
26 datetime:
27 formats:
27 formats:
28 default: "%d-%m-%YT%H:%M:%S%Z"
28 default: "%d-%m-%YT%H:%M:%S%Z"
29
29
30 am: 'am'
30 am: 'am'
31 pm: 'pm'
31 pm: 'pm'
32
32
33 datetime:
33 datetime:
34 distance_in_words:
34 distance_in_words:
35 half_a_minute: "mezzo minuto"
35 half_a_minute: "mezzo minuto"
36 less_than_x_seconds:
36 less_than_x_seconds:
37 one: "meno di un secondo"
37 one: "meno di un secondo"
38 other: "meno di {{count}} secondi"
38 other: "meno di {{count}} secondi"
39 x_seconds:
39 x_seconds:
40 one: "1 secondo"
40 one: "1 secondo"
41 other: "{{count}} secondi"
41 other: "{{count}} secondi"
42 less_than_x_minutes:
42 less_than_x_minutes:
43 one: "meno di un minuto"
43 one: "meno di un minuto"
44 other: "meno di {{count}} minuti"
44 other: "meno di {{count}} minuti"
45 x_minutes:
45 x_minutes:
46 one: "1 minuto"
46 one: "1 minuto"
47 other: "{{count}} minuti"
47 other: "{{count}} minuti"
48 about_x_hours:
48 about_x_hours:
49 one: "circa un'ora"
49 one: "circa un'ora"
50 other: "circa {{count}} ore"
50 other: "circa {{count}} ore"
51 x_days:
51 x_days:
52 one: "1 giorno"
52 one: "1 giorno"
53 other: "{{count}} giorni"
53 other: "{{count}} giorni"
54 about_x_months:
54 about_x_months:
55 one: "circa un mese"
55 one: "circa un mese"
56 other: "circa {{count}} mesi"
56 other: "circa {{count}} mesi"
57 x_months:
57 x_months:
58 one: "1 mese"
58 one: "1 mese"
59 other: "{{count}} mesi"
59 other: "{{count}} mesi"
60 about_x_years:
60 about_x_years:
61 one: "circa un anno"
61 one: "circa un anno"
62 other: "circa {{count}} anni"
62 other: "circa {{count}} anni"
63 over_x_years:
63 over_x_years:
64 one: "oltre un anno"
64 one: "oltre un anno"
65 other: "oltre {{count}} anni"
65 other: "oltre {{count}} anni"
66
66
67 number:
67 number:
68 format:
68 format:
69 precision: 3
69 precision: 3
70 separator: ','
70 separator: ','
71 delimiter: '.'
71 delimiter: '.'
72 currency:
72 currency:
73 format:
73 format:
74 unit: '€'
74 unit: '€'
75 precision: 2
75 precision: 2
76 format: '%n %u'
76 format: '%n %u'
77
77
78 support:
79 array:
80 sentence_connector: "and"
81 skip_last_comma: false
82
78 activerecord:
83 activerecord:
79 errors:
84 errors:
80 template:
85 template:
81 header:
86 header:
82 one: "Non posso salvare questo {{model}}: 1 errore"
87 one: "Non posso salvare questo {{model}}: 1 errore"
83 other: "Non posso salvare questo {{model}}: {{count}} errori."
88 other: "Non posso salvare questo {{model}}: {{count}} errori."
84 body: "Per favore ricontrolla i seguenti campi:"
89 body: "Per favore ricontrolla i seguenti campi:"
85 messages:
90 messages:
86 inclusion: "non è incluso nella lista"
91 inclusion: "non è incluso nella lista"
87 exclusion: riservato"
92 exclusion: riservato"
88 invalid: "non è valido"
93 invalid: "non è valido"
89 confirmation: "non coincide con la conferma"
94 confirmation: "non coincide con la conferma"
90 accepted: "deve essere accettata"
95 accepted: "deve essere accettata"
91 empty: "non può essere vuoto"
96 empty: "non può essere vuoto"
92 blank: "non può essere lasciato in bianco"
97 blank: "non può essere lasciato in bianco"
93 too_long: troppo lungo (il massimo è {{count}} lettere)"
98 too_long: troppo lungo (il massimo è {{count}} lettere)"
94 too_short: troppo corto (il minimo è {{count}} lettere)"
99 too_short: troppo corto (il minimo è {{count}} lettere)"
95 wrong_length: della lunghezza sbagliata (deve essere di {{count}} lettere)"
100 wrong_length: della lunghezza sbagliata (deve essere di {{count}} lettere)"
96 taken: già in uso"
101 taken: già in uso"
97 not_a_number: "non è un numero"
102 not_a_number: "non è un numero"
98 greater_than: "deve essere superiore a {{count}}"
103 greater_than: "deve essere superiore a {{count}}"
99 greater_than_or_equal_to: "deve essere superiore o uguale a {{count}}"
104 greater_than_or_equal_to: "deve essere superiore o uguale a {{count}}"
100 equal_to: "deve essere uguale a {{count}}"
105 equal_to: "deve essere uguale a {{count}}"
101 less_than: "deve essere meno di {{count}}"
106 less_than: "deve essere meno di {{count}}"
102 less_than_or_equal_to: "deve essere meno o uguale a {{count}}"
107 less_than_or_equal_to: "deve essere meno o uguale a {{count}}"
103 odd: "deve essere dispari"
108 odd: "deve essere dispari"
104 even: "deve essere pari"
109 even: "deve essere pari"
105 greater_than_start_date: "deve essere maggiore della data di partenza"
110 greater_than_start_date: "deve essere maggiore della data di partenza"
106 not_same_project: "non appartiene allo stesso progetto"
111 not_same_project: "non appartiene allo stesso progetto"
107 circular_dependency: "Questa relazione creerebbe una dipendenza circolare"
112 circular_dependency: "Questa relazione creerebbe una dipendenza circolare"
108
113
109 actionview_instancetag_blank_option: Scegli
114 actionview_instancetag_blank_option: Scegli
110
115
111 general_text_No: 'No'
116 general_text_No: 'No'
112 general_text_Yes: 'Si'
117 general_text_Yes: 'Si'
113 general_text_no: 'no'
118 general_text_no: 'no'
114 general_text_yes: 'si'
119 general_text_yes: 'si'
115 general_lang_name: 'Italiano'
120 general_lang_name: 'Italiano'
116 general_csv_separator: ','
121 general_csv_separator: ','
117 general_csv_decimal_separator: '.'
122 general_csv_decimal_separator: '.'
118 general_csv_encoding: ISO-8859-1
123 general_csv_encoding: ISO-8859-1
119 general_pdf_encoding: ISO-8859-1
124 general_pdf_encoding: ISO-8859-1
120 general_first_day_of_week: '1'
125 general_first_day_of_week: '1'
121
126
122 notice_account_updated: L'utenza è stata aggiornata.
127 notice_account_updated: L'utenza è stata aggiornata.
123 notice_account_invalid_creditentials: Nome utente o password non validi.
128 notice_account_invalid_creditentials: Nome utente o password non validi.
124 notice_account_password_updated: La password è stata aggiornata.
129 notice_account_password_updated: La password è stata aggiornata.
125 notice_account_wrong_password: Password errata
130 notice_account_wrong_password: Password errata
126 notice_account_register_done: L'utenza è stata creata.
131 notice_account_register_done: L'utenza è stata creata.
127 notice_account_unknown_email: Utente sconosciuto.
132 notice_account_unknown_email: Utente sconosciuto.
128 notice_can_t_change_password: Questa utenza utilizza un metodo di autenticazione esterno. Impossibile cambiare la password.
133 notice_can_t_change_password: Questa utenza utilizza un metodo di autenticazione esterno. Impossibile cambiare la password.
129 notice_account_lost_email_sent: Ti è stata spedita una email con le istruzioni per cambiare la password.
134 notice_account_lost_email_sent: Ti è stata spedita una email con le istruzioni per cambiare la password.
130 notice_account_activated: Il tuo account è stato attivato. Ora puoi effettuare l'accesso.
135 notice_account_activated: Il tuo account è stato attivato. Ora puoi effettuare l'accesso.
131 notice_successful_create: Creazione effettuata.
136 notice_successful_create: Creazione effettuata.
132 notice_successful_update: Modifica effettuata.
137 notice_successful_update: Modifica effettuata.
133 notice_successful_delete: Eliminazione effettuata.
138 notice_successful_delete: Eliminazione effettuata.
134 notice_successful_connection: Connessione effettuata.
139 notice_successful_connection: Connessione effettuata.
135 notice_file_not_found: La pagina desiderata non esiste o è stata rimossa.
140 notice_file_not_found: La pagina desiderata non esiste o è stata rimossa.
136 notice_locking_conflict: Le informazioni sono state modificate da un altro utente.
141 notice_locking_conflict: Le informazioni sono state modificate da un altro utente.
137 notice_not_authorized: Non sei autorizzato ad accedere a questa pagina.
142 notice_not_authorized: Non sei autorizzato ad accedere a questa pagina.
138 notice_email_sent: "Una e-mail è stata spedita a {{value}}"
143 notice_email_sent: "Una e-mail è stata spedita a {{value}}"
139 notice_email_error: "Si è verificato un errore durante l'invio di una e-mail ({{value}})"
144 notice_email_error: "Si è verificato un errore durante l'invio di una e-mail ({{value}})"
140 notice_feeds_access_key_reseted: La tua chiave di accesso RSS è stata reimpostata.
145 notice_feeds_access_key_reseted: La tua chiave di accesso RSS è stata reimpostata.
141
146
142 error_scm_not_found: "La risorsa e/o la versione non esistono nel repository."
147 error_scm_not_found: "La risorsa e/o la versione non esistono nel repository."
143 error_scm_command_failed: "Si è verificato un errore durante l'accesso al repository: {{value}}"
148 error_scm_command_failed: "Si è verificato un errore durante l'accesso al repository: {{value}}"
144
149
145 mail_subject_lost_password: "Password {{value}}"
150 mail_subject_lost_password: "Password {{value}}"
146 mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:'
151 mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:'
147 mail_subject_register: "Attivazione utenza {{value}}"
152 mail_subject_register: "Attivazione utenza {{value}}"
148 mail_body_register: 'Per attivare la vostra utenza, usate il seguente collegamento:'
153 mail_body_register: 'Per attivare la vostra utenza, usate il seguente collegamento:'
149
154
150 gui_validation_error: 1 errore
155 gui_validation_error: 1 errore
151 gui_validation_error_plural: "{{count}} errori"
156 gui_validation_error_plural: "{{count}} errori"
152
157
153 field_name: Nome
158 field_name: Nome
154 field_description: Descrizione
159 field_description: Descrizione
155 field_summary: Sommario
160 field_summary: Sommario
156 field_is_required: Richiesto
161 field_is_required: Richiesto
157 field_firstname: Nome
162 field_firstname: Nome
158 field_lastname: Cognome
163 field_lastname: Cognome
159 field_mail: Email
164 field_mail: Email
160 field_filename: File
165 field_filename: File
161 field_filesize: Dimensione
166 field_filesize: Dimensione
162 field_downloads: Download
167 field_downloads: Download
163 field_author: Autore
168 field_author: Autore
164 field_created_on: Creato
169 field_created_on: Creato
165 field_updated_on: Aggiornato
170 field_updated_on: Aggiornato
166 field_field_format: Formato
171 field_field_format: Formato
167 field_is_for_all: Per tutti i progetti
172 field_is_for_all: Per tutti i progetti
168 field_possible_values: Valori possibili
173 field_possible_values: Valori possibili
169 field_regexp: Espressione regolare
174 field_regexp: Espressione regolare
170 field_min_length: Lunghezza minima
175 field_min_length: Lunghezza minima
171 field_max_length: Lunghezza massima
176 field_max_length: Lunghezza massima
172 field_value: Valore
177 field_value: Valore
173 field_category: Categoria
178 field_category: Categoria
174 field_title: Titolo
179 field_title: Titolo
175 field_project: Progetto
180 field_project: Progetto
176 field_issue: Segnalazione
181 field_issue: Segnalazione
177 field_status: Stato
182 field_status: Stato
178 field_notes: Note
183 field_notes: Note
179 field_is_closed: Chiude la segnalazione
184 field_is_closed: Chiude la segnalazione
180 field_is_default: Stato predefinito
185 field_is_default: Stato predefinito
181 field_tracker: Tracker
186 field_tracker: Tracker
182 field_subject: Oggetto
187 field_subject: Oggetto
183 field_due_date: Data ultima
188 field_due_date: Data ultima
184 field_assigned_to: Assegnato a
189 field_assigned_to: Assegnato a
185 field_priority: Priorita'
190 field_priority: Priorita'
186 field_fixed_version: Versione prevista
191 field_fixed_version: Versione prevista
187 field_user: Utente
192 field_user: Utente
188 field_role: Ruolo
193 field_role: Ruolo
189 field_homepage: Homepage
194 field_homepage: Homepage
190 field_is_public: Pubblico
195 field_is_public: Pubblico
191 field_parent: Sottoprogetto di
196 field_parent: Sottoprogetto di
192 field_is_in_chlog: Segnalazioni mostrate nel changelog
197 field_is_in_chlog: Segnalazioni mostrate nel changelog
193 field_is_in_roadmap: Segnalazioni mostrate nel roadmap
198 field_is_in_roadmap: Segnalazioni mostrate nel roadmap
194 field_login: Login
199 field_login: Login
195 field_mail_notification: Notifiche via e-mail
200 field_mail_notification: Notifiche via e-mail
196 field_admin: Amministratore
201 field_admin: Amministratore
197 field_last_login_on: Ultima connessione
202 field_last_login_on: Ultima connessione
198 field_language: Lingua
203 field_language: Lingua
199 field_effective_date: Data
204 field_effective_date: Data
200 field_password: Password
205 field_password: Password
201 field_new_password: Nuova password
206 field_new_password: Nuova password
202 field_password_confirmation: Conferma
207 field_password_confirmation: Conferma
203 field_version: Versione
208 field_version: Versione
204 field_type: Tipo
209 field_type: Tipo
205 field_host: Host
210 field_host: Host
206 field_port: Porta
211 field_port: Porta
207 field_account: Utenza
212 field_account: Utenza
208 field_base_dn: DN base
213 field_base_dn: DN base
209 field_attr_login: Attributo login
214 field_attr_login: Attributo login
210 field_attr_firstname: Attributo nome
215 field_attr_firstname: Attributo nome
211 field_attr_lastname: Attributo cognome
216 field_attr_lastname: Attributo cognome
212 field_attr_mail: Attributo e-mail
217 field_attr_mail: Attributo e-mail
213 field_onthefly: Creazione utenza "al volo"
218 field_onthefly: Creazione utenza "al volo"
214 field_start_date: Inizio
219 field_start_date: Inizio
215 field_done_ratio: %% completato
220 field_done_ratio: %% completato
216 field_auth_source: Modalità di autenticazione
221 field_auth_source: Modalità di autenticazione
217 field_hide_mail: Nascondi il mio indirizzo di e-mail
222 field_hide_mail: Nascondi il mio indirizzo di e-mail
218 field_comments: Commento
223 field_comments: Commento
219 field_url: URL
224 field_url: URL
220 field_start_page: Pagina principale
225 field_start_page: Pagina principale
221 field_subproject: Sottoprogetto
226 field_subproject: Sottoprogetto
222 field_hours: Ore
227 field_hours: Ore
223 field_activity: Attività
228 field_activity: Attività
224 field_spent_on: Data
229 field_spent_on: Data
225 field_identifier: Identificativo
230 field_identifier: Identificativo
226 field_is_filter: Usato come filtro
231 field_is_filter: Usato come filtro
227 field_issue_to_id: Segnalazioni correlate
232 field_issue_to_id: Segnalazioni correlate
228 field_delay: Ritardo
233 field_delay: Ritardo
229 field_assignable: E' possibile assegnare segnalazioni a questo ruolo
234 field_assignable: E' possibile assegnare segnalazioni a questo ruolo
230 field_redirect_existing_links: Redirige i collegamenti esistenti
235 field_redirect_existing_links: Redirige i collegamenti esistenti
231 field_estimated_hours: Tempo stimato
236 field_estimated_hours: Tempo stimato
232 field_default_value: Stato predefinito
237 field_default_value: Stato predefinito
233
238
234 setting_app_title: Titolo applicazione
239 setting_app_title: Titolo applicazione
235 setting_app_subtitle: Sottotitolo applicazione
240 setting_app_subtitle: Sottotitolo applicazione
236 setting_welcome_text: Testo di benvenuto
241 setting_welcome_text: Testo di benvenuto
237 setting_default_language: Lingua predefinita
242 setting_default_language: Lingua predefinita
238 setting_login_required: Autenticazione richiesta
243 setting_login_required: Autenticazione richiesta
239 setting_self_registration: Auto-registrazione abilitata
244 setting_self_registration: Auto-registrazione abilitata
240 setting_attachment_max_size: Massima dimensione allegati
245 setting_attachment_max_size: Massima dimensione allegati
241 setting_issues_export_limit: Limite esportazione segnalazioni
246 setting_issues_export_limit: Limite esportazione segnalazioni
242 setting_mail_from: Indirizzo sorgente e-mail
247 setting_mail_from: Indirizzo sorgente e-mail
243 setting_host_name: Nome host
248 setting_host_name: Nome host
244 setting_text_formatting: Formattazione testo
249 setting_text_formatting: Formattazione testo
245 setting_wiki_compression: Comprimi cronologia wiki
250 setting_wiki_compression: Comprimi cronologia wiki
246 setting_feeds_limit: Limite contenuti del feed
251 setting_feeds_limit: Limite contenuti del feed
247 setting_autofetch_changesets: Acquisisci automaticamente le commit
252 setting_autofetch_changesets: Acquisisci automaticamente le commit
248 setting_sys_api_enabled: Abilita WS per la gestione del repository
253 setting_sys_api_enabled: Abilita WS per la gestione del repository
249 setting_commit_ref_keywords: Parole chiave riferimento
254 setting_commit_ref_keywords: Parole chiave riferimento
250 setting_commit_fix_keywords: Parole chiave chiusura
255 setting_commit_fix_keywords: Parole chiave chiusura
251 setting_autologin: Login automatico
256 setting_autologin: Login automatico
252 setting_date_format: Formato data
257 setting_date_format: Formato data
253 setting_cross_project_issue_relations: Consenti la creazione di relazioni tra segnalazioni in progetti differenti
258 setting_cross_project_issue_relations: Consenti la creazione di relazioni tra segnalazioni in progetti differenti
254
259
255 label_user: Utente
260 label_user: Utente
256 label_user_plural: Utenti
261 label_user_plural: Utenti
257 label_user_new: Nuovo utente
262 label_user_new: Nuovo utente
258 label_project: Progetto
263 label_project: Progetto
259 label_project_new: Nuovo progetto
264 label_project_new: Nuovo progetto
260 label_project_plural: Progetti
265 label_project_plural: Progetti
261 label_x_projects:
266 label_x_projects:
262 zero: no projects
267 zero: no projects
263 one: 1 project
268 one: 1 project
264 other: "{{count}} projects"
269 other: "{{count}} projects"
265 label_project_all: Tutti i progetti
270 label_project_all: Tutti i progetti
266 label_project_latest: Ultimi progetti registrati
271 label_project_latest: Ultimi progetti registrati
267 label_issue: Segnalazione
272 label_issue: Segnalazione
268 label_issue_new: Nuova segnalazione
273 label_issue_new: Nuova segnalazione
269 label_issue_plural: Segnalazioni
274 label_issue_plural: Segnalazioni
270 label_issue_view_all: Mostra tutte le segnalazioni
275 label_issue_view_all: Mostra tutte le segnalazioni
271 label_document: Documento
276 label_document: Documento
272 label_document_new: Nuovo documento
277 label_document_new: Nuovo documento
273 label_document_plural: Documenti
278 label_document_plural: Documenti
274 label_role: Ruolo
279 label_role: Ruolo
275 label_role_plural: Ruoli
280 label_role_plural: Ruoli
276 label_role_new: Nuovo ruolo
281 label_role_new: Nuovo ruolo
277 label_role_and_permissions: Ruoli e permessi
282 label_role_and_permissions: Ruoli e permessi
278 label_member: Membro
283 label_member: Membro
279 label_member_new: Nuovo membro
284 label_member_new: Nuovo membro
280 label_member_plural: Membri
285 label_member_plural: Membri
281 label_tracker: Tracker
286 label_tracker: Tracker
282 label_tracker_plural: Tracker
287 label_tracker_plural: Tracker
283 label_tracker_new: Nuovo tracker
288 label_tracker_new: Nuovo tracker
284 label_workflow: Workflow
289 label_workflow: Workflow
285 label_issue_status: Stato segnalazioni
290 label_issue_status: Stato segnalazioni
286 label_issue_status_plural: Stati segnalazione
291 label_issue_status_plural: Stati segnalazione
287 label_issue_status_new: Nuovo stato
292 label_issue_status_new: Nuovo stato
288 label_issue_category: Categorie segnalazioni
293 label_issue_category: Categorie segnalazioni
289 label_issue_category_plural: Categorie segnalazioni
294 label_issue_category_plural: Categorie segnalazioni
290 label_issue_category_new: Nuova categoria
295 label_issue_category_new: Nuova categoria
291 label_custom_field: Campo personalizzato
296 label_custom_field: Campo personalizzato
292 label_custom_field_plural: Campi personalizzati
297 label_custom_field_plural: Campi personalizzati
293 label_custom_field_new: Nuovo campo personalizzato
298 label_custom_field_new: Nuovo campo personalizzato
294 label_enumerations: Enumerazioni
299 label_enumerations: Enumerazioni
295 label_enumeration_new: Nuovo valore
300 label_enumeration_new: Nuovo valore
296 label_information: Informazione
301 label_information: Informazione
297 label_information_plural: Informazioni
302 label_information_plural: Informazioni
298 label_please_login: Autenticarsi
303 label_please_login: Autenticarsi
299 label_register: Registrati
304 label_register: Registrati
300 label_password_lost: Password dimenticata
305 label_password_lost: Password dimenticata
301 label_home: Home
306 label_home: Home
302 label_my_page: Pagina personale
307 label_my_page: Pagina personale
303 label_my_account: La mia utenza
308 label_my_account: La mia utenza
304 label_my_projects: I miei progetti
309 label_my_projects: I miei progetti
305 label_administration: Amministrazione
310 label_administration: Amministrazione
306 label_login: Login
311 label_login: Login
307 label_logout: Logout
312 label_logout: Logout
308 label_help: Aiuto
313 label_help: Aiuto
309 label_reported_issues: Segnalazioni
314 label_reported_issues: Segnalazioni
310 label_assigned_to_me_issues: Le mie segnalazioni
315 label_assigned_to_me_issues: Le mie segnalazioni
311 label_last_login: Ultimo collegamento
316 label_last_login: Ultimo collegamento
312 label_registered_on: Registrato il
317 label_registered_on: Registrato il
313 label_activity: Attività
318 label_activity: Attività
314 label_new: Nuovo
319 label_new: Nuovo
315 label_logged_as: Autenticato come
320 label_logged_as: Autenticato come
316 label_environment: Ambiente
321 label_environment: Ambiente
317 label_authentication: Autenticazione
322 label_authentication: Autenticazione
318 label_auth_source: Modalità di autenticazione
323 label_auth_source: Modalità di autenticazione
319 label_auth_source_new: Nuova modalità di autenticazione
324 label_auth_source_new: Nuova modalità di autenticazione
320 label_auth_source_plural: Modalità di autenticazione
325 label_auth_source_plural: Modalità di autenticazione
321 label_subproject_plural: Sottoprogetti
326 label_subproject_plural: Sottoprogetti
322 label_min_max_length: Lunghezza minima - massima
327 label_min_max_length: Lunghezza minima - massima
323 label_list: Elenco
328 label_list: Elenco
324 label_date: Data
329 label_date: Data
325 label_integer: Intero
330 label_integer: Intero
326 label_boolean: Booleano
331 label_boolean: Booleano
327 label_string: Testo
332 label_string: Testo
328 label_text: Testo esteso
333 label_text: Testo esteso
329 label_attribute: Attributo
334 label_attribute: Attributo
330 label_attribute_plural: Attributi
335 label_attribute_plural: Attributi
331 label_download: "{{count}} Download"
336 label_download: "{{count}} Download"
332 label_download_plural: "{{count}} Download"
337 label_download_plural: "{{count}} Download"
333 label_no_data: Nessun dato disponibile
338 label_no_data: Nessun dato disponibile
334 label_change_status: Cambia stato
339 label_change_status: Cambia stato
335 label_history: Cronologia
340 label_history: Cronologia
336 label_attachment: File
341 label_attachment: File
337 label_attachment_new: Nuovo file
342 label_attachment_new: Nuovo file
338 label_attachment_delete: Elimina file
343 label_attachment_delete: Elimina file
339 label_attachment_plural: File
344 label_attachment_plural: File
340 label_report: Report
345 label_report: Report
341 label_report_plural: Report
346 label_report_plural: Report
342 label_news: Notizia
347 label_news: Notizia
343 label_news_new: Aggiungi notizia
348 label_news_new: Aggiungi notizia
344 label_news_plural: Notizie
349 label_news_plural: Notizie
345 label_news_latest: Utime notizie
350 label_news_latest: Utime notizie
346 label_news_view_all: Tutte le notizie
351 label_news_view_all: Tutte le notizie
347 label_change_log: Elenco modifiche
352 label_change_log: Elenco modifiche
348 label_settings: Impostazioni
353 label_settings: Impostazioni
349 label_overview: Panoramica
354 label_overview: Panoramica
350 label_version: Versione
355 label_version: Versione
351 label_version_new: Nuova versione
356 label_version_new: Nuova versione
352 label_version_plural: Versioni
357 label_version_plural: Versioni
353 label_confirmation: Conferma
358 label_confirmation: Conferma
354 label_export_to: Esporta su
359 label_export_to: Esporta su
355 label_read: Leggi...
360 label_read: Leggi...
356 label_public_projects: Progetti pubblici
361 label_public_projects: Progetti pubblici
357 label_open_issues: aperta
362 label_open_issues: aperta
358 label_open_issues_plural: aperte
363 label_open_issues_plural: aperte
359 label_closed_issues: chiusa
364 label_closed_issues: chiusa
360 label_closed_issues_plural: chiuse
365 label_closed_issues_plural: chiuse
361 label_x_open_issues_abbr_on_total:
366 label_x_open_issues_abbr_on_total:
362 zero: 0 open / {{total}}
367 zero: 0 open / {{total}}
363 one: 1 open / {{total}}
368 one: 1 open / {{total}}
364 other: "{{count}} open / {{total}}"
369 other: "{{count}} open / {{total}}"
365 label_x_open_issues_abbr:
370 label_x_open_issues_abbr:
366 zero: 0 open
371 zero: 0 open
367 one: 1 open
372 one: 1 open
368 other: "{{count}} open"
373 other: "{{count}} open"
369 label_x_closed_issues_abbr:
374 label_x_closed_issues_abbr:
370 zero: 0 closed
375 zero: 0 closed
371 one: 1 closed
376 one: 1 closed
372 other: "{{count}} closed"
377 other: "{{count}} closed"
373 label_total: Totale
378 label_total: Totale
374 label_permissions: Permessi
379 label_permissions: Permessi
375 label_current_status: Stato attuale
380 label_current_status: Stato attuale
376 label_new_statuses_allowed: Nuovi stati possibili
381 label_new_statuses_allowed: Nuovi stati possibili
377 label_all: tutti
382 label_all: tutti
378 label_none: nessuno
383 label_none: nessuno
379 label_next: Successivo
384 label_next: Successivo
380 label_previous: Precedente
385 label_previous: Precedente
381 label_used_by: Usato da
386 label_used_by: Usato da
382 label_details: Dettagli
387 label_details: Dettagli
383 label_add_note: Aggiungi una nota
388 label_add_note: Aggiungi una nota
384 label_per_page: Per pagina
389 label_per_page: Per pagina
385 label_calendar: Calendario
390 label_calendar: Calendario
386 label_months_from: mesi da
391 label_months_from: mesi da
387 label_gantt: Gantt
392 label_gantt: Gantt
388 label_internal: Interno
393 label_internal: Interno
389 label_last_changes: "ultime {{count}} modifiche"
394 label_last_changes: "ultime {{count}} modifiche"
390 label_change_view_all: Tutte le modifiche
395 label_change_view_all: Tutte le modifiche
391 label_personalize_page: Personalizza la pagina
396 label_personalize_page: Personalizza la pagina
392 label_comment: Commento
397 label_comment: Commento
393 label_comment_plural: Commenti
398 label_comment_plural: Commenti
394 label_x_comments:
399 label_x_comments:
395 zero: no comments
400 zero: no comments
396 one: 1 comment
401 one: 1 comment
397 other: "{{count}} comments"
402 other: "{{count}} comments"
398 label_comment_add: Aggiungi un commento
403 label_comment_add: Aggiungi un commento
399 label_comment_added: Commento aggiunto
404 label_comment_added: Commento aggiunto
400 label_comment_delete: Elimina commenti
405 label_comment_delete: Elimina commenti
401 label_query: Query personalizzata
406 label_query: Query personalizzata
402 label_query_plural: Query personalizzate
407 label_query_plural: Query personalizzate
403 label_query_new: Nuova query
408 label_query_new: Nuova query
404 label_filter_add: Aggiungi filtro
409 label_filter_add: Aggiungi filtro
405 label_filter_plural: Filtri
410 label_filter_plural: Filtri
406 label_equals: è
411 label_equals: è
407 label_not_equals: non è
412 label_not_equals: non è
408 label_in_less_than: è minore di
413 label_in_less_than: è minore di
409 label_in_more_than: è maggiore di
414 label_in_more_than: è maggiore di
410 label_in: in
415 label_in: in
411 label_today: oggi
416 label_today: oggi
412 label_this_week: questa settimana
417 label_this_week: questa settimana
413 label_less_than_ago: meno di giorni fa
418 label_less_than_ago: meno di giorni fa
414 label_more_than_ago: più di giorni fa
419 label_more_than_ago: più di giorni fa
415 label_ago: giorni fa
420 label_ago: giorni fa
416 label_contains: contiene
421 label_contains: contiene
417 label_not_contains: non contiene
422 label_not_contains: non contiene
418 label_day_plural: giorni
423 label_day_plural: giorni
419 label_repository: Repository
424 label_repository: Repository
420 label_browse: Sfoglia
425 label_browse: Sfoglia
421 label_modification: "{{count}} modifica"
426 label_modification: "{{count}} modifica"
422 label_modification_plural: "{{count}} modifiche"
427 label_modification_plural: "{{count}} modifiche"
423 label_revision: Versione
428 label_revision: Versione
424 label_revision_plural: Versioni
429 label_revision_plural: Versioni
425 label_added: aggiunto
430 label_added: aggiunto
426 label_modified: modificato
431 label_modified: modificato
427 label_deleted: eliminato
432 label_deleted: eliminato
428 label_latest_revision: Ultima versione
433 label_latest_revision: Ultima versione
429 label_latest_revision_plural: Ultime versioni
434 label_latest_revision_plural: Ultime versioni
430 label_view_revisions: Mostra versioni
435 label_view_revisions: Mostra versioni
431 label_max_size: Dimensione massima
436 label_max_size: Dimensione massima
432 label_sort_highest: Sposta in cima
437 label_sort_highest: Sposta in cima
433 label_sort_higher: Su
438 label_sort_higher: Su
434 label_sort_lower: Giù
439 label_sort_lower: Giù
435 label_sort_lowest: Sposta in fondo
440 label_sort_lowest: Sposta in fondo
436 label_roadmap: Roadmap
441 label_roadmap: Roadmap
437 label_roadmap_due_in: "Da ultimare in {{value}}"
442 label_roadmap_due_in: "Da ultimare in {{value}}"
438 label_roadmap_overdue: "{{value}} di ritardo"
443 label_roadmap_overdue: "{{value}} di ritardo"
439 label_roadmap_no_issues: Nessuna segnalazione per questa versione
444 label_roadmap_no_issues: Nessuna segnalazione per questa versione
440 label_search: Ricerca
445 label_search: Ricerca
441 label_result_plural: Risultati
446 label_result_plural: Risultati
442 label_all_words: Tutte le parole
447 label_all_words: Tutte le parole
443 label_wiki: Wiki
448 label_wiki: Wiki
444 label_wiki_edit: Modifica Wiki
449 label_wiki_edit: Modifica Wiki
445 label_wiki_edit_plural: Modfiche wiki
450 label_wiki_edit_plural: Modfiche wiki
446 label_wiki_page: Pagina Wiki
451 label_wiki_page: Pagina Wiki
447 label_wiki_page_plural: Pagine Wiki
452 label_wiki_page_plural: Pagine Wiki
448 label_index_by_title: Ordina per titolo
453 label_index_by_title: Ordina per titolo
449 label_index_by_date: Ordina per data
454 label_index_by_date: Ordina per data
450 label_current_version: Versione corrente
455 label_current_version: Versione corrente
451 label_preview: Anteprima
456 label_preview: Anteprima
452 label_feed_plural: Feed
457 label_feed_plural: Feed
453 label_changes_details: Particolari di tutti i cambiamenti
458 label_changes_details: Particolari di tutti i cambiamenti
454 label_issue_tracking: Tracking delle segnalazioni
459 label_issue_tracking: Tracking delle segnalazioni
455 label_spent_time: Tempo impiegato
460 label_spent_time: Tempo impiegato
456 label_f_hour: "{{value}} ora"
461 label_f_hour: "{{value}} ora"
457 label_f_hour_plural: "{{value}} ore"
462 label_f_hour_plural: "{{value}} ore"
458 label_time_tracking: Tracking del tempo
463 label_time_tracking: Tracking del tempo
459 label_change_plural: Modifiche
464 label_change_plural: Modifiche
460 label_statistics: Statistiche
465 label_statistics: Statistiche
461 label_commits_per_month: Commit per mese
466 label_commits_per_month: Commit per mese
462 label_commits_per_author: Commit per autore
467 label_commits_per_author: Commit per autore
463 label_view_diff: mostra differenze
468 label_view_diff: mostra differenze
464 label_diff_inline: in linea
469 label_diff_inline: in linea
465 label_diff_side_by_side: fianco a fianco
470 label_diff_side_by_side: fianco a fianco
466 label_options: Opzioni
471 label_options: Opzioni
467 label_copy_workflow_from: Copia workflow da
472 label_copy_workflow_from: Copia workflow da
468 label_permissions_report: Report permessi
473 label_permissions_report: Report permessi
469 label_watched_issues: Segnalazioni osservate
474 label_watched_issues: Segnalazioni osservate
470 label_related_issues: Segnalazioni correlate
475 label_related_issues: Segnalazioni correlate
471 label_applied_status: Stato applicato
476 label_applied_status: Stato applicato
472 label_loading: Caricamento...
477 label_loading: Caricamento...
473 label_relation_new: Nuova relazione
478 label_relation_new: Nuova relazione
474 label_relation_delete: Elimina relazione
479 label_relation_delete: Elimina relazione
475 label_relates_to: correlato a
480 label_relates_to: correlato a
476 label_duplicates: duplicati
481 label_duplicates: duplicati
477 label_blocks: blocchi
482 label_blocks: blocchi
478 label_blocked_by: bloccato da
483 label_blocked_by: bloccato da
479 label_precedes: precede
484 label_precedes: precede
480 label_follows: segue
485 label_follows: segue
481 label_end_to_start: end to start
486 label_end_to_start: end to start
482 label_end_to_end: end to end
487 label_end_to_end: end to end
483 label_start_to_start: start to start
488 label_start_to_start: start to start
484 label_start_to_end: start to end
489 label_start_to_end: start to end
485 label_stay_logged_in: Rimani collegato
490 label_stay_logged_in: Rimani collegato
486 label_disabled: disabilitato
491 label_disabled: disabilitato
487 label_show_completed_versions: Mostra versioni completate
492 label_show_completed_versions: Mostra versioni completate
488 label_me: io
493 label_me: io
489 label_board: Forum
494 label_board: Forum
490 label_board_new: Nuovo forum
495 label_board_new: Nuovo forum
491 label_board_plural: Forum
496 label_board_plural: Forum
492 label_topic_plural: Argomenti
497 label_topic_plural: Argomenti
493 label_message_plural: Messaggi
498 label_message_plural: Messaggi
494 label_message_last: Ultimo messaggio
499 label_message_last: Ultimo messaggio
495 label_message_new: Nuovo messaggio
500 label_message_new: Nuovo messaggio
496 label_reply_plural: Risposte
501 label_reply_plural: Risposte
497 label_send_information: Invia all'utente le informazioni relative all'account
502 label_send_information: Invia all'utente le informazioni relative all'account
498 label_year: Anno
503 label_year: Anno
499 label_month: Mese
504 label_month: Mese
500 label_week: Settimana
505 label_week: Settimana
501 label_date_from: Da
506 label_date_from: Da
502 label_date_to: A
507 label_date_to: A
503 label_language_based: Basato sul linguaggio
508 label_language_based: Basato sul linguaggio
504 label_sort_by: "Ordina per {{value}}"
509 label_sort_by: "Ordina per {{value}}"
505 label_send_test_email: Invia una e-mail di test
510 label_send_test_email: Invia una e-mail di test
506 label_feeds_access_key_created_on: "chiave di accesso RSS creata {{value}} fa"
511 label_feeds_access_key_created_on: "chiave di accesso RSS creata {{value}} fa"
507 label_module_plural: Moduli
512 label_module_plural: Moduli
508 label_added_time_by: "Aggiunto da {{author}} {{age}} fa"
513 label_added_time_by: "Aggiunto da {{author}} {{age}} fa"
509 label_updated_time: "Aggiornato {{value}} fa"
514 label_updated_time: "Aggiornato {{value}} fa"
510 label_jump_to_a_project: Vai al progetto...
515 label_jump_to_a_project: Vai al progetto...
511
516
512 button_login: Login
517 button_login: Login
513 button_submit: Invia
518 button_submit: Invia
514 button_save: Salva
519 button_save: Salva
515 button_check_all: Seleziona tutti
520 button_check_all: Seleziona tutti
516 button_uncheck_all: Deseleziona tutti
521 button_uncheck_all: Deseleziona tutti
517 button_delete: Elimina
522 button_delete: Elimina
518 button_create: Crea
523 button_create: Crea
519 button_test: Test
524 button_test: Test
520 button_edit: Modifica
525 button_edit: Modifica
521 button_add: Aggiungi
526 button_add: Aggiungi
522 button_change: Modifica
527 button_change: Modifica
523 button_apply: Applica
528 button_apply: Applica
524 button_clear: Pulisci
529 button_clear: Pulisci
525 button_lock: Blocca
530 button_lock: Blocca
526 button_unlock: Sblocca
531 button_unlock: Sblocca
527 button_download: Scarica
532 button_download: Scarica
528 button_list: Elenca
533 button_list: Elenca
529 button_view: Mostra
534 button_view: Mostra
530 button_move: Sposta
535 button_move: Sposta
531 button_back: Indietro
536 button_back: Indietro
532 button_cancel: Annulla
537 button_cancel: Annulla
533 button_activate: Attiva
538 button_activate: Attiva
534 button_sort: Ordina
539 button_sort: Ordina
535 button_log_time: Registra tempo
540 button_log_time: Registra tempo
536 button_rollback: Ripristina questa versione
541 button_rollback: Ripristina questa versione
537 button_watch: Osserva
542 button_watch: Osserva
538 button_unwatch: Dimentica
543 button_unwatch: Dimentica
539 button_reply: Rispondi
544 button_reply: Rispondi
540 button_archive: Archivia
545 button_archive: Archivia
541 button_unarchive: Ripristina
546 button_unarchive: Ripristina
542 button_reset: Reset
547 button_reset: Reset
543 button_rename: Rinomina
548 button_rename: Rinomina
544
549
545 status_active: attivo
550 status_active: attivo
546 status_registered: registrato
551 status_registered: registrato
547 status_locked: bloccato
552 status_locked: bloccato
548
553
549 text_select_mail_notifications: Seleziona le azioni per cui deve essere inviata una notifica.
554 text_select_mail_notifications: Seleziona le azioni per cui deve essere inviata una notifica.
550 text_regexp_info: eg. ^[A-Z0-9]+$
555 text_regexp_info: eg. ^[A-Z0-9]+$
551 text_min_max_length_info: 0 significa nessuna restrizione
556 text_min_max_length_info: 0 significa nessuna restrizione
552 text_project_destroy_confirmation: Sei sicuro di voler cancellare il progetti e tutti i dati ad esso collegati?
557 text_project_destroy_confirmation: Sei sicuro di voler cancellare il progetti e tutti i dati ad esso collegati?
553 text_workflow_edit: Seleziona un ruolo ed un tracker per modificare il workflow
558 text_workflow_edit: Seleziona un ruolo ed un tracker per modificare il workflow
554 text_are_you_sure: Sei sicuro ?
559 text_are_you_sure: Sei sicuro ?
555 text_journal_changed: "cambiato da {{old}} a {{new}}"
560 text_journal_changed: "cambiato da {{old}} a {{new}}"
556 text_journal_set_to: "impostato a {{value}}"
561 text_journal_set_to: "impostato a {{value}}"
557 text_journal_deleted: cancellato
562 text_journal_deleted: cancellato
558 text_tip_task_begin_day: attività che iniziano in questa giornata
563 text_tip_task_begin_day: attività che iniziano in questa giornata
559 text_tip_task_end_day: attività che terminano in questa giornata
564 text_tip_task_end_day: attività che terminano in questa giornata
560 text_tip_task_begin_end_day: attività che iniziano e terminano in questa giornata
565 text_tip_task_begin_end_day: attività che iniziano e terminano in questa giornata
561 text_project_identifier_info: "Lettere minuscole (a-z), numeri e trattini permessi.<br />Una volta salvato, l'identificativo non può essere modificato."
566 text_project_identifier_info: "Lettere minuscole (a-z), numeri e trattini permessi.<br />Una volta salvato, l'identificativo non può essere modificato."
562 text_caracters_maximum: "massimo {{count}} caratteri."
567 text_caracters_maximum: "massimo {{count}} caratteri."
563 text_length_between: "Lunghezza compresa tra {{min}} e {{max}} caratteri."
568 text_length_between: "Lunghezza compresa tra {{min}} e {{max}} caratteri."
564 text_tracker_no_workflow: Nessun workflow definito per questo tracker
569 text_tracker_no_workflow: Nessun workflow definito per questo tracker
565 text_unallowed_characters: Caratteri non permessi
570 text_unallowed_characters: Caratteri non permessi
566 text_comma_separated: Valori multipli permessi (separati da virgola).
571 text_comma_separated: Valori multipli permessi (separati da virgola).
567 text_issues_ref_in_commit_messages: Segnalazioni di riferimento e chiusura nei messaggi di commit
572 text_issues_ref_in_commit_messages: Segnalazioni di riferimento e chiusura nei messaggi di commit
568 text_issue_added: "E' stata segnalata l'anomalia {{id}} da {{author}}."
573 text_issue_added: "E' stata segnalata l'anomalia {{id}} da {{author}}."
569 text_issue_updated: "L'anomalia {{id}} e' stata aggiornata da {{author}}."
574 text_issue_updated: "L'anomalia {{id}} e' stata aggiornata da {{author}}."
570 text_wiki_destroy_confirmation: Sicuro di voler cancellare questo wiki e tutti i suoi contenuti?
575 text_wiki_destroy_confirmation: Sicuro di voler cancellare questo wiki e tutti i suoi contenuti?
571 text_issue_category_destroy_question: "Alcune segnalazioni ({{count}}) risultano assegnate a questa categoria. Cosa vuoi fare ?"
576 text_issue_category_destroy_question: "Alcune segnalazioni ({{count}}) risultano assegnate a questa categoria. Cosa vuoi fare ?"
572 text_issue_category_destroy_assignments: Rimuovi gli assegnamenti a questa categoria
577 text_issue_category_destroy_assignments: Rimuovi gli assegnamenti a questa categoria
573 text_issue_category_reassign_to: Riassegna segnalazioni a questa categoria
578 text_issue_category_reassign_to: Riassegna segnalazioni a questa categoria
574
579
575 default_role_manager: Manager
580 default_role_manager: Manager
576 default_role_developper: Sviluppatore
581 default_role_developper: Sviluppatore
577 default_role_reporter: Reporter
582 default_role_reporter: Reporter
578 default_tracker_bug: Segnalazione
583 default_tracker_bug: Segnalazione
579 default_tracker_feature: Funzione
584 default_tracker_feature: Funzione
580 default_tracker_support: Supporto
585 default_tracker_support: Supporto
581 default_issue_status_new: Nuovo
586 default_issue_status_new: Nuovo
582 default_issue_status_assigned: Assegnato
587 default_issue_status_assigned: Assegnato
583 default_issue_status_resolved: Risolto
588 default_issue_status_resolved: Risolto
584 default_issue_status_feedback: Feedback
589 default_issue_status_feedback: Feedback
585 default_issue_status_closed: Chiuso
590 default_issue_status_closed: Chiuso
586 default_issue_status_rejected: Rifiutato
591 default_issue_status_rejected: Rifiutato
587 default_doc_category_user: Documentazione utente
592 default_doc_category_user: Documentazione utente
588 default_doc_category_tech: Documentazione tecnica
593 default_doc_category_tech: Documentazione tecnica
589 default_priority_low: Bassa
594 default_priority_low: Bassa
590 default_priority_normal: Normale
595 default_priority_normal: Normale
591 default_priority_high: Alta
596 default_priority_high: Alta
592 default_priority_urgent: Urgente
597 default_priority_urgent: Urgente
593 default_priority_immediate: Immediata
598 default_priority_immediate: Immediata
594 default_activity_design: Progettazione
599 default_activity_design: Progettazione
595 default_activity_development: Sviluppo
600 default_activity_development: Sviluppo
596
601
597 enumeration_issue_priorities: Priorità segnalazioni
602 enumeration_issue_priorities: Priorità segnalazioni
598 enumeration_doc_categories: Categorie di documenti
603 enumeration_doc_categories: Categorie di documenti
599 enumeration_activities: Attività (time tracking)
604 enumeration_activities: Attività (time tracking)
600 label_file_plural: File
605 label_file_plural: File
601 label_changeset_plural: Changeset
606 label_changeset_plural: Changeset
602 field_column_names: Colonne
607 field_column_names: Colonne
603 label_default_columns: Colonne predefinite
608 label_default_columns: Colonne predefinite
604 setting_issue_list_default_columns: Colonne predefinite mostrate nell'elenco segnalazioni
609 setting_issue_list_default_columns: Colonne predefinite mostrate nell'elenco segnalazioni
605 setting_repositories_encodings: Codifiche dei repository
610 setting_repositories_encodings: Codifiche dei repository
606 notice_no_issue_selected: "Nessuna segnalazione selezionata! Seleziona le segnalazioni che intendi modificare."
611 notice_no_issue_selected: "Nessuna segnalazione selezionata! Seleziona le segnalazioni che intendi modificare."
607 label_bulk_edit_selected_issues: Modifica massiva delle segnalazioni selezionate
612 label_bulk_edit_selected_issues: Modifica massiva delle segnalazioni selezionate
608 label_no_change_option: (Nessuna modifica)
613 label_no_change_option: (Nessuna modifica)
609 notice_failed_to_save_issues: "Impossibile salvare {{count}} segnalazioni su {{total}} selezionate: {{ids}}."
614 notice_failed_to_save_issues: "Impossibile salvare {{count}} segnalazioni su {{total}} selezionate: {{ids}}."
610 label_theme: Tema
615 label_theme: Tema
611 label_default: Predefinito
616 label_default: Predefinito
612 label_search_titles_only: Cerca solo nei titoli
617 label_search_titles_only: Cerca solo nei titoli
613 label_nobody: nessuno
618 label_nobody: nessuno
614 button_change_password: Modifica password
619 button_change_password: Modifica password
615 text_user_mail_option: "Per i progetti non selezionati, riceverai solo le notifiche riguardanti le cose che osservi o nelle quali sei coinvolto (per esempio segnalazioni che hai creato o che ti sono state assegnate)."
620 text_user_mail_option: "Per i progetti non selezionati, riceverai solo le notifiche riguardanti le cose che osservi o nelle quali sei coinvolto (per esempio segnalazioni che hai creato o che ti sono state assegnate)."
616 label_user_mail_option_selected: "Solo per gli eventi relativi ai progetti selezionati..."
621 label_user_mail_option_selected: "Solo per gli eventi relativi ai progetti selezionati..."
617 label_user_mail_option_all: "Per ogni evento relativo ad uno dei miei progetti"
622 label_user_mail_option_all: "Per ogni evento relativo ad uno dei miei progetti"
618 label_user_mail_option_none: "Solo per argomenti che osservo o che mi riguardano"
623 label_user_mail_option_none: "Solo per argomenti che osservo o che mi riguardano"
619 setting_emails_footer: Piè di pagina e-mail
624 setting_emails_footer: Piè di pagina e-mail
620 label_float: Decimale
625 label_float: Decimale
621 button_copy: Copia
626 button_copy: Copia
622 mail_body_account_information_external: "Puoi utilizzare il tuo account {{value}} per accedere al sistema."
627 mail_body_account_information_external: "Puoi utilizzare il tuo account {{value}} per accedere al sistema."
623 mail_body_account_information: Le informazioni riguardanti il tuo account
628 mail_body_account_information: Le informazioni riguardanti il tuo account
624 setting_protocol: Protocollo
629 setting_protocol: Protocollo
625 label_user_mail_no_self_notified: "Non voglio notifiche riguardanti modifiche da me apportate"
630 label_user_mail_no_self_notified: "Non voglio notifiche riguardanti modifiche da me apportate"
626 setting_time_format: Formato ora
631 setting_time_format: Formato ora
627 label_registration_activation_by_email: attivazione account via e-mail
632 label_registration_activation_by_email: attivazione account via e-mail
628 mail_subject_account_activation_request: "{{value}} richiesta attivazione account"
633 mail_subject_account_activation_request: "{{value}} richiesta attivazione account"
629 mail_body_account_activation_request: "Un nuovo utente ({{value}}) ha effettuato la registrazione. Il suo account è in attesa di abilitazione da parte tua:'"
634 mail_body_account_activation_request: "Un nuovo utente ({{value}}) ha effettuato la registrazione. Il suo account è in attesa di abilitazione da parte tua:'"
630 label_registration_automatic_activation: attivazione account automatica
635 label_registration_automatic_activation: attivazione account automatica
631 label_registration_manual_activation: attivazione account manuale
636 label_registration_manual_activation: attivazione account manuale
632 notice_account_pending: "Il tuo account è stato creato ed è in attesa di attivazione da parte dell'amministratore."
637 notice_account_pending: "Il tuo account è stato creato ed è in attesa di attivazione da parte dell'amministratore."
633 field_time_zone: Fuso orario
638 field_time_zone: Fuso orario
634 text_caracters_minimum: "Deve essere lungo almeno {{count}} caratteri."
639 text_caracters_minimum: "Deve essere lungo almeno {{count}} caratteri."
635 setting_bcc_recipients: Destinatari in copia nascosta (bcc)
640 setting_bcc_recipients: Destinatari in copia nascosta (bcc)
636 button_annotate: Annota
641 button_annotate: Annota
637 label_issues_by: "Segnalazioni di {{value}}"
642 label_issues_by: "Segnalazioni di {{value}}"
638 field_searchable: Ricercabile
643 field_searchable: Ricercabile
639 label_display_per_page: "Per pagina: {{value}}'"
644 label_display_per_page: "Per pagina: {{value}}'"
640 setting_per_page_options: Opzioni oggetti per pagina
645 setting_per_page_options: Opzioni oggetti per pagina
641 label_age: Età
646 label_age: Età
642 notice_default_data_loaded: Configurazione predefinita caricata con successo.
647 notice_default_data_loaded: Configurazione predefinita caricata con successo.
643 text_load_default_configuration: Carica la configurazione predefinita
648 text_load_default_configuration: Carica la configurazione predefinita
644 text_no_configuration_data: "Ruoli, tracker, stati delle segnalazioni e workflow non sono stati ancora configurati.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
649 text_no_configuration_data: "Ruoli, tracker, stati delle segnalazioni e workflow non sono stati ancora configurati.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
645 error_can_t_load_default_data: "Non è stato possibile caricare la configurazione predefinita : {{value}}"
650 error_can_t_load_default_data: "Non è stato possibile caricare la configurazione predefinita : {{value}}"
646 button_update: Aggiorna
651 button_update: Aggiorna
647 label_change_properties: Modifica le proprietà
652 label_change_properties: Modifica le proprietà
648 label_general: Generale
653 label_general: Generale
649 label_repository_plural: Repository
654 label_repository_plural: Repository
650 label_associated_revisions: Revisioni associate
655 label_associated_revisions: Revisioni associate
651 setting_user_format: Formato visualizzazione utenti
656 setting_user_format: Formato visualizzazione utenti
652 text_status_changed_by_changeset: "Applicata nel changeset {{value}}."
657 text_status_changed_by_changeset: "Applicata nel changeset {{value}}."
653 label_more: Altro
658 label_more: Altro
654 text_issues_destroy_confirmation: 'Sei sicuro di voler eliminare le segnalazioni selezionate?'
659 text_issues_destroy_confirmation: 'Sei sicuro di voler eliminare le segnalazioni selezionate?'
655 label_scm: SCM
660 label_scm: SCM
656 text_select_project_modules: 'Seleziona i moduli abilitati per questo progetto:'
661 text_select_project_modules: 'Seleziona i moduli abilitati per questo progetto:'
657 label_issue_added: Segnalazioni aggiunte
662 label_issue_added: Segnalazioni aggiunte
658 label_issue_updated: Segnalazioni aggiornate
663 label_issue_updated: Segnalazioni aggiornate
659 label_document_added: Documenti aggiunti
664 label_document_added: Documenti aggiunti
660 label_message_posted: Messaggi aggiunti
665 label_message_posted: Messaggi aggiunti
661 label_file_added: File aggiunti
666 label_file_added: File aggiunti
662 label_news_added: Notizie aggiunte
667 label_news_added: Notizie aggiunte
663 project_module_boards: Forum
668 project_module_boards: Forum
664 project_module_issue_tracking: Tracking delle segnalazioni
669 project_module_issue_tracking: Tracking delle segnalazioni
665 project_module_wiki: Wiki
670 project_module_wiki: Wiki
666 project_module_files: File
671 project_module_files: File
667 project_module_documents: Documenti
672 project_module_documents: Documenti
668 project_module_repository: Repository
673 project_module_repository: Repository
669 project_module_news: Notizie
674 project_module_news: Notizie
670 project_module_time_tracking: Time tracking
675 project_module_time_tracking: Time tracking
671 text_file_repository_writable: Repository dei file scrivibile
676 text_file_repository_writable: Repository dei file scrivibile
672 text_default_administrator_account_changed: L'account amministrativo predefinito è stato modificato
677 text_default_administrator_account_changed: L'account amministrativo predefinito è stato modificato
673 text_rmagick_available: RMagick disponibile (opzionale)
678 text_rmagick_available: RMagick disponibile (opzionale)
674 button_configure: Configura
679 button_configure: Configura
675 label_plugins: Plugin
680 label_plugins: Plugin
676 label_ldap_authentication: Autenticazione LDAP
681 label_ldap_authentication: Autenticazione LDAP
677 label_downloads_abbr: D/L
682 label_downloads_abbr: D/L
678 label_this_month: questo mese
683 label_this_month: questo mese
679 label_last_n_days: "ultimi {{count}} giorni"
684 label_last_n_days: "ultimi {{count}} giorni"
680 label_all_time: sempre
685 label_all_time: sempre
681 label_this_year: quest'anno
686 label_this_year: quest'anno
682 label_date_range: Intervallo di date
687 label_date_range: Intervallo di date
683 label_last_week: ultima settimana
688 label_last_week: ultima settimana
684 label_yesterday: ieri
689 label_yesterday: ieri
685 label_last_month: ultimo mese
690 label_last_month: ultimo mese
686 label_add_another_file: Aggiungi un altro file
691 label_add_another_file: Aggiungi un altro file
687 label_optional_description: Descrizione opzionale
692 label_optional_description: Descrizione opzionale
688 text_destroy_time_entries_question: %.02f ore risultano spese sulle segnalazioni che stai per cancellare. Cosa vuoi fare ?
693 text_destroy_time_entries_question: %.02f ore risultano spese sulle segnalazioni che stai per cancellare. Cosa vuoi fare ?
689 error_issue_not_found_in_project: 'La segnalazione non è stata trovata o non appartiene al progetto'
694 error_issue_not_found_in_project: 'La segnalazione non è stata trovata o non appartiene al progetto'
690 text_assign_time_entries_to_project: Assegna le ore segnalate al progetto
695 text_assign_time_entries_to_project: Assegna le ore segnalate al progetto
691 text_destroy_time_entries: Elimina le ore segnalate
696 text_destroy_time_entries: Elimina le ore segnalate
692 text_reassign_time_entries: 'Riassegna le ore a questa segnalazione:'
697 text_reassign_time_entries: 'Riassegna le ore a questa segnalazione:'
693 setting_activity_days_default: Giorni mostrati sulle attività di progetto
698 setting_activity_days_default: Giorni mostrati sulle attività di progetto
694 label_chronological_order: In ordine cronologico
699 label_chronological_order: In ordine cronologico
695 field_comments_sorting: Mostra commenti
700 field_comments_sorting: Mostra commenti
696 label_reverse_chronological_order: In ordine cronologico inverso
701 label_reverse_chronological_order: In ordine cronologico inverso
697 label_preferences: Preferenze
702 label_preferences: Preferenze
698 setting_display_subprojects_issues: Mostra le segnalazioni dei sottoprogetti nel progetto principale per default
703 setting_display_subprojects_issues: Mostra le segnalazioni dei sottoprogetti nel progetto principale per default
699 label_overall_activity: Attività generale
704 label_overall_activity: Attività generale
700 setting_default_projects_public: I nuovi progetti sono pubblici per default
705 setting_default_projects_public: I nuovi progetti sono pubblici per default
701 error_scm_annotate: "L'oggetto non esiste o non può essere annotato."
706 error_scm_annotate: "L'oggetto non esiste o non può essere annotato."
702 label_planning: Pianificazione
707 label_planning: Pianificazione
703 text_subprojects_destroy_warning: "Anche i suoi sottoprogetti: {{value}} verranno eliminati.'"
708 text_subprojects_destroy_warning: "Anche i suoi sottoprogetti: {{value}} verranno eliminati.'"
704 label_and_its_subprojects: "{{value}} ed i suoi sottoprogetti"
709 label_and_its_subprojects: "{{value}} ed i suoi sottoprogetti"
705 mail_body_reminder: "{{count}} segnalazioni che ti sono state assegnate scadranno nei prossimi {{days}} giorni:"
710 mail_body_reminder: "{{count}} segnalazioni che ti sono state assegnate scadranno nei prossimi {{days}} giorni:"
706 mail_subject_reminder: "{{count}} segnalazioni in scadenza nei prossimi giorni"
711 mail_subject_reminder: "{{count}} segnalazioni in scadenza nei prossimi giorni"
707 text_user_wrote: "{{value}} ha scritto:'"
712 text_user_wrote: "{{value}} ha scritto:'"
708 label_duplicated_by: duplicato da
713 label_duplicated_by: duplicato da
709 setting_enabled_scm: SCM abilitato
714 setting_enabled_scm: SCM abilitato
710 text_enumeration_category_reassign_to: 'Riassegnale a questo valore:'
715 text_enumeration_category_reassign_to: 'Riassegnale a questo valore:'
711 text_enumeration_destroy_question: "{{count}} oggetti hanno un assegnamento su questo valore.'"
716 text_enumeration_destroy_question: "{{count}} oggetti hanno un assegnamento su questo valore.'"
712 label_incoming_emails: E-mail in arrivo
717 label_incoming_emails: E-mail in arrivo
713 label_generate_key: Genera una chiave
718 label_generate_key: Genera una chiave
714 setting_mail_handler_api_enabled: Abilita WS per le e-mail in arrivo
719 setting_mail_handler_api_enabled: Abilita WS per le e-mail in arrivo
715 setting_mail_handler_api_key: Chiave API
720 setting_mail_handler_api_key: Chiave API
716 text_email_delivery_not_configured: "La consegna via e-mail non è configurata e le notifiche sono disabilitate.\nConfigura il tuo server SMTP in config/email.yml e riavvia l'applicazione per abilitarle."
721 text_email_delivery_not_configured: "La consegna via e-mail non è configurata e le notifiche sono disabilitate.\nConfigura il tuo server SMTP in config/email.yml e riavvia l'applicazione per abilitarle."
717 field_parent_title: Parent page
722 field_parent_title: Parent page
718 label_issue_watchers: Osservatori
723 label_issue_watchers: Osservatori
719 setting_commit_logs_encoding: Codifica dei messaggi di commit
724 setting_commit_logs_encoding: Codifica dei messaggi di commit
720 button_quote: Quota
725 button_quote: Quota
721 setting_sequential_project_identifiers: Genera progetti con identificativi in sequenza
726 setting_sequential_project_identifiers: Genera progetti con identificativi in sequenza
722 notice_unable_delete_version: Impossibile cancellare la versione
727 notice_unable_delete_version: Impossibile cancellare la versione
723 label_renamed: rinominato
728 label_renamed: rinominato
724 label_copied: copiato
729 label_copied: copiato
725 setting_plain_text_mail: Solo testo (non HTML)
730 setting_plain_text_mail: Solo testo (non HTML)
726 permission_view_files: Vedi files
731 permission_view_files: Vedi files
727 permission_edit_issues: Modifica segnalazioni
732 permission_edit_issues: Modifica segnalazioni
728 permission_edit_own_time_entries: Modifica propri time logs
733 permission_edit_own_time_entries: Modifica propri time logs
729 permission_manage_public_queries: Gestisci query pubbliche
734 permission_manage_public_queries: Gestisci query pubbliche
730 permission_add_issues: Aggiungi segnalazioni
735 permission_add_issues: Aggiungi segnalazioni
731 permission_log_time: Segna tempo impiegato
736 permission_log_time: Segna tempo impiegato
732 permission_view_changesets: Vedi changesets
737 permission_view_changesets: Vedi changesets
733 permission_view_time_entries: Vedi tempi impiegati
738 permission_view_time_entries: Vedi tempi impiegati
734 permission_manage_versions: Gestisci versioni
739 permission_manage_versions: Gestisci versioni
735 permission_manage_wiki: Gestisci wiki
740 permission_manage_wiki: Gestisci wiki
736 permission_manage_categories: Gestisci categorie segnalazione
741 permission_manage_categories: Gestisci categorie segnalazione
737 permission_protect_wiki_pages: Proteggi pagine wiki
742 permission_protect_wiki_pages: Proteggi pagine wiki
738 permission_comment_news: Commenta notizie
743 permission_comment_news: Commenta notizie
739 permission_delete_messages: Elimina messaggi
744 permission_delete_messages: Elimina messaggi
740 permission_select_project_modules: Seleziona moduli progetto
745 permission_select_project_modules: Seleziona moduli progetto
741 permission_manage_documents: Gestisci documenti
746 permission_manage_documents: Gestisci documenti
742 permission_edit_wiki_pages: Modifica pagine wiki
747 permission_edit_wiki_pages: Modifica pagine wiki
743 permission_add_issue_watchers: Aggiungi osservatori
748 permission_add_issue_watchers: Aggiungi osservatori
744 permission_view_gantt: Vedi diagrammi gantt
749 permission_view_gantt: Vedi diagrammi gantt
745 permission_move_issues: Muovi segnalazioni
750 permission_move_issues: Muovi segnalazioni
746 permission_manage_issue_relations: Gestisci relazioni tra segnalazioni
751 permission_manage_issue_relations: Gestisci relazioni tra segnalazioni
747 permission_delete_wiki_pages: Elimina pagine wiki
752 permission_delete_wiki_pages: Elimina pagine wiki
748 permission_manage_boards: Gestisci forum
753 permission_manage_boards: Gestisci forum
749 permission_delete_wiki_pages_attachments: Elimina allegati
754 permission_delete_wiki_pages_attachments: Elimina allegati
750 permission_view_wiki_edits: Vedi cronologia wiki
755 permission_view_wiki_edits: Vedi cronologia wiki
751 permission_add_messages: Aggiungi messaggi
756 permission_add_messages: Aggiungi messaggi
752 permission_view_messages: Vedi messaggi
757 permission_view_messages: Vedi messaggi
753 permission_manage_files: Gestisci files
758 permission_manage_files: Gestisci files
754 permission_edit_issue_notes: Modifica note
759 permission_edit_issue_notes: Modifica note
755 permission_manage_news: Gestisci notizie
760 permission_manage_news: Gestisci notizie
756 permission_view_calendar: Vedi calendario
761 permission_view_calendar: Vedi calendario
757 permission_manage_members: Gestisci membri
762 permission_manage_members: Gestisci membri
758 permission_edit_messages: Modifica messaggi
763 permission_edit_messages: Modifica messaggi
759 permission_delete_issues: Elimina segnalazioni
764 permission_delete_issues: Elimina segnalazioni
760 permission_view_issue_watchers: Vedi lista osservatori
765 permission_view_issue_watchers: Vedi lista osservatori
761 permission_manage_repository: Gestisci repository
766 permission_manage_repository: Gestisci repository
762 permission_commit_access: Permesso di commit
767 permission_commit_access: Permesso di commit
763 permission_browse_repository: Sfoglia repository
768 permission_browse_repository: Sfoglia repository
764 permission_view_documents: Vedi documenti
769 permission_view_documents: Vedi documenti
765 permission_edit_project: Modifica progetti
770 permission_edit_project: Modifica progetti
766 permission_add_issue_notes: Aggiungi note
771 permission_add_issue_notes: Aggiungi note
767 permission_save_queries: Salva query
772 permission_save_queries: Salva query
768 permission_view_wiki_pages: Vedi pagine wiki
773 permission_view_wiki_pages: Vedi pagine wiki
769 permission_rename_wiki_pages: Rinomina pagine wiki
774 permission_rename_wiki_pages: Rinomina pagine wiki
770 permission_edit_time_entries: Modifica time logs
775 permission_edit_time_entries: Modifica time logs
771 permission_edit_own_issue_notes: Modifica proprie note
776 permission_edit_own_issue_notes: Modifica proprie note
772 setting_gravatar_enabled: Usa icone utente Gravatar
777 setting_gravatar_enabled: Usa icone utente Gravatar
773 label_example: Esempio
778 label_example: Esempio
774 text_repository_usernames_mapping: "Seleziona per aggiornare la corrispondenza tra gli utenti Redmine e quelli presenti nel log del repository.\nGli utenti Redmine e repository con lo stesso username o email sono mappati automaticamente."
779 text_repository_usernames_mapping: "Seleziona per aggiornare la corrispondenza tra gli utenti Redmine e quelli presenti nel log del repository.\nGli utenti Redmine e repository con lo stesso username o email sono mappati automaticamente."
775 permission_edit_own_messages: Modifica propri messaggi
780 permission_edit_own_messages: Modifica propri messaggi
776 permission_delete_own_messages: Elimina propri messaggi
781 permission_delete_own_messages: Elimina propri messaggi
777 label_user_activity: "attività di {{value}}"
782 label_user_activity: "attività di {{value}}"
778 label_updated_time_by: "Aggiornato da {{author}} {{age}} fa"
783 label_updated_time_by: "Aggiornato da {{author}} {{age}} fa"
779 text_diff_truncated: '... Le differenze sono state troncate perchè superano il limite massimo visualizzabile.'
784 text_diff_truncated: '... Le differenze sono state troncate perchè superano il limite massimo visualizzabile.'
780 setting_diff_max_lines_displayed: Limite massimo di differenze (linee) mostrate
785 setting_diff_max_lines_displayed: Limite massimo di differenze (linee) mostrate
781 text_plugin_assets_writable: Plugin assets directory writable
786 text_plugin_assets_writable: Plugin assets directory writable
782 warning_attachments_not_saved: "{{count}} file(s) could not be saved."
787 warning_attachments_not_saved: "{{count}} file(s) could not be saved."
783 button_create_and_continue: Create and continue
788 button_create_and_continue: Create and continue
784 text_custom_field_possible_values_info: 'One line for each value'
789 text_custom_field_possible_values_info: 'One line for each value'
785 label_display: Display
790 label_display: Display
786 field_editable: Editable
791 field_editable: Editable
787 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
792 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
General Comments 0
You need to be logged in to leave comments. Login now