4e298f3b8e15f40b0e439b91e2d38d2abee8b10e
[timetracker.git] / WEB-INF / resources / fa.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31 $i18n_language = 'Persian (فارسی)';
32 // TODO: translate the following.
33 $i18n_months = array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
34 $i18n_weekdays = array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
35 $i18n_weekdays_short = array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '01/16', '02/20', '05/28', '07/04', '09/03', '10/10', '11/11', '11/24', '12/25');
38
39 $i18n_key_words = array(
40 'language.rtl' => 'true', // Right-to-left language. Do not remove this line from RTL language files. This is the only string that is not found in the master English file.
41
42 // Menus - short selection strings that are displayed on top of application web pages.
43 // Example: https://timetracker.anuko.com (black menu on top).
44 'menu.login' => 'ورود',
45 'menu.logout' => 'خروج',
46 'menu.forum' => 'فروم',
47 'menu.help' => 'راهنما',
48 // TODO: translate the following.
49 // 'menu.create_group' => 'Create Group',
50 'menu.profile' => 'پروفايل',
51 // TODO: translate the following.
52 // 'menu.group' => 'Group',
53 'menu.plugins' => 'پلاگین ها',
54 'menu.time' => 'زمان',
55 'menu.expenses' => 'هزينه ها',
56 'menu.reports' => 'گزارشات',
57 'menu.charts' => 'نمودارها',
58 'menu.projects' => 'پروژه ها',
59 'menu.tasks' => 'وظايف',
60 'menu.users' => 'کاربران',
61 // TODO: translate the following.
62 // 'menu.groups' => 'Groups',
63 // 'menu.subgroups' => 'Subgroups',
64 'menu.export' => 'پشتیبانی',
65 'menu.clients' => 'مشتری ها',
66 'menu.options' => 'تنظیمات',
67
68 // Footer - strings on the bottom of most pages.
69 // TODO: translate the following.
70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
71 // 'footer.credits' => 'Credits',
72 // 'footer.license' => 'License',
73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
74                                      // This is a link to a webpage that describes how to contribute to the project.
75
76 // Error messages.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 'error.sys' => 'خطا در سیستم.',
80 'error.db' => 'خطا در پایگاه داده.',
81 // TODO: translate the following.
82 // 'error.feature_disabled' => 'Feature is disabled.',
83 'error.field' => 'داده اشتباه در "{0}".',
84 'error.empty' => 'فیلد "{0}" خالیست.',
85 'error.not_equal' => 'فیلد "{0}" با فیلد "{1}" برابر نیست.',
86 // TODO: translate the following.
87 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
88 'error.project' => 'انتخاب پروژه.',
89 'error.task' => 'انتخاب وظیفه.',
90 'error.client' => 'انتخاب مشتری.',
91 // TODO: translate the following.
92 // 'error.report' => 'Select report.',
93 // 'error.record' => 'Select record.',
94 'error.auth' => 'نام کاربری یا رمز عبور اشتباه است.',
95 'error.user_exists' => 'کاربری با این نام کاربری موجود است.',
96 // TODO: translate the following.
97 // 'error.object_exists' => 'Object with this name already exists.',
98 'error.invoice_exists' => 'فاکتوری با این شماره هم اکنون موجود است.',
99 // TODO: translate the following.
100 // 'error.role_exists' => 'Role with this rank already exists.',
101 'error.no_invoiceable_items' => 'آیتمی جهت فاکتور کردن وجود ندارد.',
102 'error.no_login' => 'کاربری با این نام کاربری موجود نیست.',
103 'error.no_groups' => 'پایگاه داده شما خالی است با کاربر admin وارد شوید و تیم ایجاد کنید.',  // TODO: replace "team" with "group".
104 'error.upload' => 'خطا در آپلود فایل.',
105 // TODO: translate the following.
106 // 'error.range_locked' => 'Date range is locked.',
107 'error.mail_send' => 'خطا در ارسال ایمیل.',
108 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
109 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
110 'error.no_email' => 'ایمیل مرتبط با این نام کاربری موجود نیست.',
111 // TODO: check translation and punctuation of error.uncompleted_exists. Is the sentence ending dot in the right place?
112 'error.uncompleted_exists' => 'قسمت ناتمامی موجود است. آن را تمام یا حذف کنید.',
113 'error.goto_uncompleted' => 'مراجعه به قسمت ناتمام.',
114 'error.overlap' => 'بازه زمانی با سوابق موجود هم پوشانی دارد.',
115 // TODO: translate the following.
116 // 'error.future_date' => 'Date is in future.',
117 // 'error.xml' => 'Error in XML file at line %d: %s.',
118 // 'error.cannot_import' => 'Cannot import: %s.',
119 // 'error.format' => 'Invalid file format.',
120
121 // Warning messages.
122 // TODO: translate the following.
123 // 'warn.sure' => 'Are you sure?',
124 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
125
126 // Success messages.
127 // TODO: translate the following.
128 // 'msg.success' => 'Operation completed successfully.',
129
130 // Labels for buttons.
131 'button.login' => 'ورود',
132 'button.now' => 'هم اکنون',
133 'button.save' => 'ذخیره',
134 'button.copy' => 'کپی',
135 'button.cancel' => 'لغو',
136 'button.submit' => 'ثبت',
137 'button.add' => 'درج',
138 'button.delete' => 'حذف',
139 'button.generate' => 'تولید',
140 'button.reset_password' => 'بازسازی رمزعبور',
141 'button.send' => 'ارسال',
142 'button.send_by_email' => 'ارسال به ایمیل',
143 'button.create_group' => 'ایجاد تیم', // TODO: replace "team" with "group".
144 'button.export' => 'ایجاد پشتیبان از تیم', // TODO: replace "team" with "group".
145 'button.import' => 'وارد کردن تیم', // TODO: replace "team" with "group".
146 'button.close' => 'بستن',
147 'button.stop' => 'توقف',
148
149 // Labels for controls on forms. Labels in this section are used on multiple forms.
150 'label.group_name' => 'نام تیم', // TODO: replace "team" with "group".
151 'label.address' => 'آدرس',
152 'label.currency' => 'واحد پول',
153 'label.manager_name' => 'نام مدیر',
154 'label.manager_login' => 'نام کاربری مدیر',
155 'label.person_name' => 'نام',
156 'label.thing_name' => 'نام',
157 'label.login' => 'نام کاربری',
158 'label.password' => 'رمز عبور',
159 'label.confirm_password' => 'تکرار رمزعبور',
160 'label.email' => 'ایمیل',
161 'label.cc' => 'کپی',
162 // TODO: translate the following.
163 // 'label.bcc' => 'Bcc',
164 'label.subject' => 'موضوع',
165 'label.date' => 'تاریخ',
166 'label.start_date' => 'تاریخ شروع',
167 'label.end_date' => 'تاریخ اتمام',
168 'label.user' => 'کاربر',
169 'label.users' => 'کاربران',
170 // TODO: translate the following.
171 // 'label.group' => 'Group',
172 // 'label.subgroups' => 'Subgroups',
173 // 'label.roles' => 'Roles',
174 'label.client' => 'مشتری',
175 'label.clients' => 'مشتریان',
176 // TODO: translate the following.
177 // 'label.option' => 'Option',
178 'label.invoice' => 'فاکتور',
179 'label.project' => 'پروژه',
180 'label.projects' => 'پروژه ها',
181 'label.task' => 'وظیفه',
182 'label.tasks' => 'وظیفه ها',
183 'label.description' => 'شرح',
184 'label.start' => 'شروع',
185 'label.finish' => 'اتمام',
186 'label.duration' => 'مدت زمان',
187 'label.note' => 'توضیح',
188 // TODO: translate the following.
189 // 'label.notes' => 'Notes',
190 'label.item' => 'آیتم',
191 'label.cost' => 'هزینه',
192 // TODO: translate the following.
193 // 'label.ip' => 'IP',
194 'label.day_total' => 'کل روز',
195 'label.week_total' => 'کل هفته',
196 // TODO: translate the following.
197 // 'label.month_total' => 'Month total',
198 'label.today' => 'امروز',
199 'label.view' => 'نمایش',
200 'label.edit' => 'ویرایش',
201 'label.delete' => 'حذف',
202 'label.configure' => 'پیکربندی',
203 'label.select_all' => 'انتخاب همه',
204 'label.select_none' => 'لغو انتخاب همه',
205 // TODO: translate the following.
206 // 'label.day_view' => 'Day view',
207 // 'label.week_view' => 'Week view',
208 'label.id' => 'شناسه',
209 'label.language' => 'زبان',
210 // TODO: translate the following.
211 // 'label.decimal_mark' => 'Decimal mark',
212 'label.date_format' => 'قالب تاریخ',
213 'label.time_format' => 'قالب زمان',
214 'label.week_start' => 'روز اول هفته',
215 'label.comment' => 'توضیح',
216 'label.status' => 'وضعیت',
217 'label.tax' => 'مالیات',
218 'label.subtotal' => 'جمع جز',
219 'label.total' => 'کل',
220 'label.client_name' => 'نام مشتری',
221 'label.client_address' => 'آدرس مشتری',
222 'label.or' => 'یا',
223 'label.error' => 'خطا',
224 'label.ldap_hint' => '<b>نام کاربری ویندوز</b>و <b>رمزعبور</b>خود را در فیلدهای زیر وارد کنید',
225 'label.required_fields' => '* - فیلد های اجباری',
226 'label.on_behalf' => 'از دیدگاه',
227 'label.role_manager' => '(مدیر)',
228 'label.role_comanager' => '(دستیار مدیر)',
229 'label.role_admin' => '(مدیر ارشد)',
230 // Translate the following.
231 // 'label.page' => 'Page',
232 // 'label.condition' => 'Condition',
233 // 'label.yes' => 'yes',
234 // 'label.no' => 'no',
235 // Labels for plugins (extensions to Time Tracker that provide additional features).
236 'label.custom_fields' => 'فیلدهای سفارشی',
237 // Translate the following.
238 // 'label.monthly_quotas' => 'Monthly quotas',
239 'label.type' => 'نوع',
240 'label.type_dropdown' => 'منو کشویی',
241 'label.type_text' => 'متن',
242 'label.required' => 'اجباری',
243 'label.fav_report' => 'گزارش های برگزیده',
244 // TODO: translate the following.
245 // 'label.schedule' => 'Schedule',
246 // 'label.what_is_it' => 'What is it?',
247 // 'label.expense' => 'Expense',
248 // 'label.quantity' => 'Quantity',
249 // 'label.paid_status' => 'Paid status',
250 // 'label.paid' => 'Paid',
251 // 'label.mark_paid' => 'Mark paid',
252 // 'label.week_note' => 'Week note',
253 // 'label.week_list' => 'Week list',
254 // 'label.work_units' => 'Work units',
255 // 'label.work_units_short' => 'Units',
256 // 'label.totals_only' => 'Totals only',
257 // 'label.quota' => 'Quota',
258
259 // Form titles.
260 'title.error' => 'خطا',
261 // TODO: Translate the following.
262 // 'title.success' => 'Success',
263 'title.login' => 'ورود',
264 'title.groups' => 'تیم ها', // TODO: change "teams" to "groups".
265 // TODO: translate the following.
266 // 'title.subgroups' => 'Subgroups',
267 // 'title.add_group' => 'Adding Group',
268 // 'title.edit_group' => 'Editing Group',
269 'title.delete_group' => 'حذف تیم', // TODO: change "team" to "group".
270 'title.reset_password' => 'بازیابی رمزعبور',
271 'title.change_password' => 'تغییر رمزعبور',
272 'title.time' => 'زمان',
273 'title.edit_time_record' => 'ویرایش رکورد زمان',
274 'title.delete_time_record' => 'حذف رکورد زمان',
275 'title.expenses' => 'هزینه ها',
276 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
277 'title.delete_expense' => 'حذف آیتم هزینه ها',
278 'title.reports' => 'گزارشات',
279 'title.report' => 'گزارش',
280 'title.send_report' => 'ارسال گزارش',
281 'title.invoice' => 'فاکتور',
282 'title.send_invoice' => 'ارسال فاکتور',
283 'title.charts' => 'نمودارها',
284 'title.projects' => 'پروژه ها',
285 'title.add_project' => 'درج پروژه',
286 'title.edit_project' => 'ویرایش پروژه',
287 'title.delete_project' => 'حذف پروژه',
288 'title.tasks' => 'وظایف',
289 'title.add_task' => 'درج وظیفه',
290 'title.edit_task' => 'ویرایش وظیفه',
291 'title.delete_task' => 'حذف وظیفه',
292 'title.users' => 'کاربران',
293 'title.add_user' => 'درج کاربر',
294 'title.edit_user' => 'ویرایش کاربر',
295 'title.delete_user' => 'حذف کاربر',
296 // TODO: translate the following.
297 // 'title.roles' => 'Roles',
298 // 'title.add_role' => 'Adding Role',
299 // 'title.edit_role' => 'Editing Role',
300 // 'title.delete_role' => 'Deleting Role',
301 'title.clients' => 'مشتریان',
302 'title.add_client' => 'درج مشتری',
303 'title.edit_client' => 'ویرایش مشتری',
304 'title.delete_client' => 'حذف مشتری',
305 'title.invoices' => 'فاکتورها',
306 'title.add_invoice' => 'درج فاکتور',
307 'title.view_invoice' => 'نمایش فاکتور',
308 'title.delete_invoice' => 'حذف فاکتور',
309 // TODO: translate the following.
310 // 'title.notifications' => 'Notifications',
311 // 'title.add_notification' => 'Adding Notification',
312 // 'title.edit_notification' => 'Editing Notification',
313 // 'title.delete_notification' => 'Deleting Notification',
314 // 'title.monthly_quotas' => 'Monthly Quotas',
315 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم', // TODO: replace "team" with "group".
316 'title.import' => 'وارد کردن اطلاعات تیم', // TODO: replace "team" with "group".
317 'title.options' => 'گزینه ها',
318 'title.profile' => 'پروفایل',
319 'title.plugins' => 'پلاگین ها',
320 'title.cf_custom_fields' => 'فیلدهای سفارشی',
321 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
322 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
323 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
324 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
325 'title.cf_add_dropdown_option' => 'درج گزینه',
326 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
327 'title.cf_delete_dropdown_option' => 'حذف گزینه',
328 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
329 // It is also a name for the Locking plugin on the group settings page.
330 // TODO: translate the following.
331 // 'title.locking' => 'Locking',
332 // 'title.week_view' => 'Week View',
333 // 'title.swap_roles' => 'Swapping Roles',
334 // 'title.work_units' => 'Work Units',
335
336 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
337 // Strings that are used in a single form must go to the specific form section.
338 'dropdown.all' => '--- همه ---',
339 'dropdown.no' => '--- هیچکدام ---',
340 // TODO: translate the following.
341 // 'dropdown.current_day' => 'today',
342 // 'dropdown.previous_day' => 'yesterday',
343 // 'dropdown.selected_day' => 'day',
344 'dropdown.current_week' => 'هفته جاری',
345 'dropdown.previous_week' => 'هفته آخر',
346 // TODO: translate the following.
347 // 'dropdown.selected_week' => 'week',
348 'dropdown.current_month' => 'ماه جاری',
349 'dropdown.previous_month' => 'ماه آخر',
350 // TODO: translate the following.
351 // 'dropdown.selected_month' => 'month',
352 'dropdown.current_year' => 'سال جاری',
353 // TODO: translate the following.
354 // 'dropdown.previous_year' => 'previous year',
355 // 'dropdown.selected_year' => 'year',
356 'dropdown.all_time' => 'همه زمان ها',
357 'dropdown.projects' => 'پروژه ها',
358 'dropdown.tasks' => 'وظایف',
359 'dropdown.clients' => 'مشتریان',
360 // TODO: translate the following.
361 // 'dropdown.select' => '--- select ---',
362 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
363 'dropdown.status_active' => 'فعال',
364 'dropdown.status_inactive' => 'غیرفعال',
365 // TODO: translate the following.
366 // 'dropdown.delete' => 'delete',
367 // 'dropdown.do_not_delete' => 'do not delete',
368 // 'dropdown.paid' => 'paid',
369 // 'dropdown.not_paid' => 'not paid',
370
371 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
372 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
373 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
374 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
375
376 // Login form. See example at https://timetracker.anuko.com/login.php.
377 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
378 // TODO: translate form.login.about.
379 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
380
381 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
382 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
383 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
384 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
385 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
386 // TODO: English string has changed. "from IP added. Re-translate the beginning.
387 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
388 // Older translation is below.
389 // 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
390
391 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
392 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
393
394 // Time form. See example at https://timetracker.anuko.com/time.php.
395 'form.time.duration_format' => '(hh:mm یا 0.0h)',
396 'form.time.billable' => 'قابل پرداخت',
397 'form.time.uncompleted' => 'ناتمام',
398 // TODO: translate the following.
399 // 'form.time.remaining_quota' => 'Remaining quota',
400 // 'form.time.over_quota' => 'Over quota',
401
402 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
403 // TODO: translate form.time_edit.uncompleted. 
404 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
405
406 // Week view form. See example at https://timetracker.anuko.com/week.php.
407 // TODO: translate the following.
408 // 'form.week.new_entry' => 'New entry',
409
410 // Reports form. See example at https://timetracker.anuko.com/reports.php
411 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
412 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
413 'form.reports.include_billable' => 'قابل پرداخت',
414 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
415 'form.reports.select_period' => 'انتخاب بازه زمانی',
416 'form.reports.set_period' => 'یا تعیین تاریخ',
417 'form.reports.show_fields' => 'نمایش فیلدها',
418 'form.reports.group_by' => 'گروه بندی شده با',
419 'form.reports.group_by_no' => '--- بدون گروه ---',
420 'form.reports.group_by_date' => 'تاریخ',
421 'form.reports.group_by_user' => 'کاربر',
422 'form.reports.group_by_client' => 'مشتری',
423 'form.reports.group_by_project' => 'پروژه',
424 'form.reports.group_by_task' => 'وظیفه',
425
426 // Report form. See example at https://timetracker.anuko.com/report.php
427 // (after generating a report at https://timetracker.anuko.com/reports.php).
428 'form.report.export' => 'پشتیبانی',
429 // TODO: translate the following.
430 // 'form.report.assign_to_invoice' => 'Assign to invoice',
431
432 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
433 // (you can get to this form after generating a report).
434 'form.invoice.number' => 'شماره فاکتور',
435 'form.invoice.person' => 'شخص',
436
437 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
438 // TODO: translate the following stings.
439 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
440 // 'form.invoice.invoice_entries' => 'Invoice entries',
441 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
442
443 // Charts form. See example at https://timetracker.anuko.com/charts.php
444 'form.charts.interval' => 'بازه',
445 'form.charts.chart' => 'نمودار',
446
447 // Projects form. See example at https://timetracker.anuko.com/projects.php
448 'form.projects.active_projects' => 'پروژه های فعال',
449 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
450
451 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
452 'form.tasks.active_tasks' => 'وظایف فعال',
453 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
454
455 // Users form. See example at https://timetracker.anuko.com/users.php
456 'form.users.active_users' => 'کاربران فعال',
457 'form.users.inactive_users' => 'کاربران غیرفعال',
458  // TODO: translate the following.
459  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
460 'form.users.role' => 'سمت',
461 'form.users.manager' => 'مدیر',
462 'form.users.comanager' => 'دستیار مدیر',
463 'form.users.rate' => 'نرخ',
464 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
465
466 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
467 // TODO: translate the following.
468 // 'form.user_edit.swap_roles' => 'Swap roles',
469
470 // Roles form. See example at https://timetracker.anuko.com/roles.php
471 // TODO: translate the following.
472 // 'form.roles.active_roles' => 'Active Roles',
473 // 'form.roles.inactive_roles' => 'Inactive Roles',
474 // 'form.roles.rank' => 'Rank',
475 // 'form.roles.rights' => 'Rights',
476 // 'form.roles.assigned' => 'Assigned',
477 // 'form.roles.not_assigned' => 'Not assigned',
478
479 // Clients form. See example at https://timetracker.anuko.com/clients.php
480 'form.clients.active_clients' => 'مشتری های فعال',
481 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
482
483 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
484 // TODO: translate the following.
485 // 'form.client.client_to_delete' => 'Client to delete',
486 // 'form.client.client_entries' => 'Client entries',
487
488 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
489 // TODO: replace "team" with "group" in the string below.
490 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
491 'form.export.compression' => 'فشرده سازی',
492 'form.export.compression_none' => 'هیچ کدام',
493 'form.export.compression_bzip' => 'bzip',
494
495 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
496 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml', // TODO: replace "team" with "group".
497 'form.import.file' => 'انتخاب فایل',
498 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
499
500 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
501 // TODO: translate form.groups.hint.
502 // 'form.groups.hint' => 'Create a new group by creating a new group manager account.<br>You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
503
504 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
505 'form.group_edit.12_hours' => '12 ساعت',
506 'form.group_edit.24_hours' => '24 ساعت',
507 // TODO: translate the following.
508 // 'form.group_edit.show_holidays' => 'Show holidays',
509 'form.group_edit.tracking_mode' => 'حالت رهگیری',
510 'form.group_edit.mode_time' => 'زمان',
511 'form.group_edit.mode_projects' => 'پروژه ها',
512 'form.group_edit.mode_projects_and_tasks' => 'پروژه ها و وظایف',
513 'form.group_edit.record_type' => 'نوع رکورد',
514 'form.group_edit.type_all' => 'همه',
515 'form.group_edit.type_start_finish' => 'شروع و اتمام',
516 'form.group_edit.type_duration' => 'مدت زمان',
517 // TODO: translate the following.
518 // 'form.group_edit.punch_mode' => 'Punch mode',
519 // 'form.group_edit.allow_overlap' => 'Allow overlap',
520 // 'form.group_edit.future_entries' => 'Future entries',
521 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
522 // 'form.group_edit.confirm_save' => 'Confirm saving',
523 // 'form.group_edit.allow_ip' => 'Allow IP',
524
525 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
526 // TODO: translate the following.
527 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
528
529 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
530 'form.mail.from' => 'از',
531 'form.mail.to' => 'به',
532 'form.mail.report_subject' => 'گزارش تایم شیت',
533 // TODO: translate form.mail.footer.
534 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
535 'form.mail.report_sent' => 'گزارش ارسال شد.',
536 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
537
538 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
539 // TODO: translate the following.
540 // 'form.quota.year' => 'Year',
541 // 'form.quota.month' => 'Month',
542 // 'form.quota.workday_hours' => 'Hours in a work day',
543 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
544
545 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
546 // TODO: translate the following.
547 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
548 // 'form.swap.swap_with' => 'Swap roles with',
549
550 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
551 // TODO: translate the following.
552 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
553 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
554
555 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
556 // TODO: translate the following.
557 // 'role.user.label' => 'User',
558 // 'role.user.low_case_label' => 'user',
559 // 'role.user.description' => 'A regular member without management rights.',
560 // 'role.client.label' => 'Client',
561 // 'role.client.low_case_label' => 'client',
562 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
563 // 'role.supervisor.label' => 'Supervisor',
564 // 'role.supervisor.low_case_label' => 'supervisor',
565 // 'role.supervisor.description' => 'A person with a small set of management rights.',
566 // 'role.comanager.label' => 'Co-manager',
567 // 'role.comanager.low_case_label' => 'co-manager',
568 // 'role.comanager.description' => 'A person with a big set of management functions.',
569 // 'role.manager.label' => 'Manager',
570 // 'role.manager.low_case_label' => 'manager',
571 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
572 // 'role.top_manager.label' => 'Top manager',
573 // 'role.top_manager.low_case_label' => 'top manager',
574 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
575 // 'role.admin.label' => 'Administrator',
576 // 'role.admin.low_case_label' => 'administrator',
577 // 'role.admin.description' => 'Site adminsitrator.',
578 );