f1beb392e699a709b90c7cea6d87ecb076b69f4d
[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 // TODO: translate the following.
58 // 'menu.timesheets' => 'Timesheets',
59 'menu.charts' => 'نمودارها',
60 'menu.projects' => 'پروژه ها',
61 'menu.tasks' => 'وظايف',
62 'menu.users' => 'کاربران',
63 // TODO: translate the following.
64 // 'menu.groups' => 'Groups',
65 // 'menu.subgroups' => 'Subgroups',
66 'menu.export' => 'پشتیبانی',
67 'menu.clients' => 'مشتری ها',
68 'menu.options' => 'تنظیمات',
69
70 // Footer - strings on the bottom of most pages.
71 // TODO: translate the following.
72 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
73 // 'footer.credits' => 'Credits',
74 // 'footer.license' => 'License',
75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
76                                      // This is a link to a webpage that describes how to contribute to the project.
77
78 // Error messages.
79 // TODO: translate the following.
80 // 'error.access_denied' => 'Access denied.',
81 'error.sys' => 'خطا در سیستم.',
82 'error.db' => 'خطا در پایگاه داده.',
83 // TODO: translate the following.
84 // 'error.feature_disabled' => 'Feature is disabled.',
85 'error.field' => 'داده اشتباه در "{0}".',
86 'error.empty' => 'فیلد "{0}" خالیست.',
87 'error.not_equal' => 'فیلد "{0}" با فیلد "{1}" برابر نیست.',
88 // TODO: translate the following.
89 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
90 'error.project' => 'انتخاب پروژه.',
91 'error.task' => 'انتخاب وظیفه.',
92 'error.client' => 'انتخاب مشتری.',
93 // TODO: translate the following.
94 // 'error.report' => 'Select report.',
95 // 'error.record' => 'Select record.',
96 'error.auth' => 'نام کاربری یا رمز عبور اشتباه است.',
97 'error.user_exists' => 'کاربری با این نام کاربری موجود است.',
98 // TODO: translate the following.
99 // 'error.object_exists' => 'Object with this name already exists.',
100 'error.invoice_exists' => 'فاکتوری با این شماره هم اکنون موجود است.',
101 // TODO: translate the following.
102 // 'error.role_exists' => 'Role with this rank already exists.',
103 'error.no_invoiceable_items' => 'آیتمی جهت فاکتور کردن وجود ندارد.',
104 // TODO: translate the following.
105 // 'error.no_records' => 'There are no records.',
106 'error.no_login' => 'کاربری با این نام کاربری موجود نیست.',
107 'error.no_groups' => 'پایگاه داده شما خالی است با کاربر admin وارد شوید و تیم ایجاد کنید.',  // TODO: replace "team" with "group".
108 'error.upload' => 'خطا در آپلود فایل.',
109 // TODO: translate the following.
110 // 'error.range_locked' => 'Date range is locked.',
111 'error.mail_send' => 'خطا در ارسال ایمیل.',
112 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
113 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
114 'error.no_email' => 'ایمیل مرتبط با این نام کاربری موجود نیست.',
115 // TODO: check translation and punctuation of error.uncompleted_exists. Is the sentence ending dot in the right place?
116 'error.uncompleted_exists' => 'قسمت ناتمامی موجود است. آن را تمام یا حذف کنید.',
117 'error.goto_uncompleted' => 'مراجعه به قسمت ناتمام.',
118 'error.overlap' => 'بازه زمانی با سوابق موجود هم پوشانی دارد.',
119 // TODO: translate the following.
120 // 'error.future_date' => 'Date is in future.',
121 // 'error.xml' => 'Error in XML file at line %d: %s.',
122 // 'error.cannot_import' => 'Cannot import: %s.',
123 // 'error.format' => 'Invalid file format.',
124 // 'error.user_count' => 'Limit on user count.',
125 // 'error.expired' => 'Expiration date reached.',
126 // TODO: translate the following.
127 // 'error.file_storage' => 'File storage error.',
128
129 // Warning messages.
130 // TODO: translate the following.
131 // 'warn.sure' => 'Are you sure?',
132 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
133
134 // Success messages.
135 // TODO: translate the following.
136 // 'msg.success' => 'Operation completed successfully.',
137
138 // Labels for buttons.
139 'button.login' => 'ورود',
140 'button.now' => 'هم اکنون',
141 'button.save' => 'ذخیره',
142 'button.copy' => 'کپی',
143 'button.cancel' => 'لغو',
144 'button.submit' => 'ثبت',
145 'button.add' => 'درج',
146 'button.delete' => 'حذف',
147 'button.generate' => 'تولید',
148 'button.reset_password' => 'بازسازی رمزعبور',
149 'button.send' => 'ارسال',
150 'button.send_by_email' => 'ارسال به ایمیل',
151 'button.create_group' => 'ایجاد تیم', // TODO: replace "team" with "group".
152 'button.export' => 'ایجاد پشتیبان از تیم', // TODO: replace "team" with "group".
153 'button.import' => 'وارد کردن تیم', // TODO: replace "team" with "group".
154 'button.close' => 'بستن',
155 'button.stop' => 'توقف',
156 // TODO: translate the following.
157 // 'button.approve' => 'Approve',
158 // 'button.disapprove' => 'Disapprove',
159
160 // Labels for controls on forms. Labels in this section are used on multiple forms.
161 'label.group_name' => 'نام تیم', // TODO: replace "team" with "group".
162 'label.address' => 'آدرس',
163 'label.currency' => 'واحد پول',
164 'label.manager_name' => 'نام مدیر',
165 'label.manager_login' => 'نام کاربری مدیر',
166 'label.person_name' => 'نام',
167 'label.thing_name' => 'نام',
168 'label.login' => 'نام کاربری',
169 'label.password' => 'رمز عبور',
170 'label.confirm_password' => 'تکرار رمزعبور',
171 'label.email' => 'ایمیل',
172 'label.cc' => 'کپی',
173 // TODO: translate the following.
174 // 'label.bcc' => 'Bcc',
175 'label.subject' => 'موضوع',
176 'label.date' => 'تاریخ',
177 'label.start_date' => 'تاریخ شروع',
178 'label.end_date' => 'تاریخ اتمام',
179 'label.user' => 'کاربر',
180 'label.users' => 'کاربران',
181 // TODO: translate the following.
182 // 'label.group' => 'Group',
183 // 'label.subgroups' => 'Subgroups',
184 // 'label.roles' => 'Roles',
185 'label.client' => 'مشتری',
186 'label.clients' => 'مشتریان',
187 // TODO: translate the following.
188 // 'label.option' => 'Option',
189 'label.invoice' => 'فاکتور',
190 'label.project' => 'پروژه',
191 'label.projects' => 'پروژه ها',
192 'label.task' => 'وظیفه',
193 'label.tasks' => 'وظیفه ها',
194 'label.description' => 'شرح',
195 'label.start' => 'شروع',
196 'label.finish' => 'اتمام',
197 'label.duration' => 'مدت زمان',
198 'label.note' => 'توضیح',
199 // TODO: translate the following.
200 // 'label.notes' => 'Notes',
201 'label.item' => 'آیتم',
202 'label.cost' => 'هزینه',
203 // TODO: translate the following.
204 // 'label.ip' => 'IP',
205 'label.day_total' => 'کل روز',
206 'label.week_total' => 'کل هفته',
207 // TODO: translate the following.
208 // 'label.month_total' => 'Month total',
209 'label.today' => 'امروز',
210 'label.view' => 'نمایش',
211 'label.edit' => 'ویرایش',
212 'label.delete' => 'حذف',
213 'label.configure' => 'پیکربندی',
214 'label.select_all' => 'انتخاب همه',
215 'label.select_none' => 'لغو انتخاب همه',
216 // TODO: translate the following.
217 // 'label.day_view' => 'Day view',
218 // 'label.week_view' => 'Week view',
219 'label.id' => 'شناسه',
220 'label.language' => 'زبان',
221 // TODO: translate the following.
222 // 'label.decimal_mark' => 'Decimal mark',
223 'label.date_format' => 'قالب تاریخ',
224 'label.time_format' => 'قالب زمان',
225 'label.week_start' => 'روز اول هفته',
226 'label.comment' => 'توضیح',
227 'label.status' => 'وضعیت',
228 'label.tax' => 'مالیات',
229 'label.subtotal' => 'جمع جز',
230 'label.total' => 'کل',
231 'label.client_name' => 'نام مشتری',
232 'label.client_address' => 'آدرس مشتری',
233 'label.or' => 'یا',
234 'label.error' => 'خطا',
235 'label.ldap_hint' => '<b>نام کاربری ویندوز</b>و <b>رمزعبور</b>خود را در فیلدهای زیر وارد کنید',
236 'label.required_fields' => '* - فیلد های اجباری',
237 'label.on_behalf' => 'از دیدگاه',
238 'label.role_manager' => '(مدیر)',
239 'label.role_comanager' => '(دستیار مدیر)',
240 'label.role_admin' => '(مدیر ارشد)',
241 // Translate the following.
242 // 'label.page' => 'Page',
243 // 'label.condition' => 'Condition',
244 // 'label.yes' => 'yes',
245 // 'label.no' => 'no',
246 // Labels for plugins (extensions to Time Tracker that provide additional features).
247 'label.custom_fields' => 'فیلدهای سفارشی',
248 // Translate the following.
249 // 'label.monthly_quotas' => 'Monthly quotas',
250 'label.type' => 'نوع',
251 'label.type_dropdown' => 'منو کشویی',
252 'label.type_text' => 'متن',
253 'label.required' => 'اجباری',
254 'label.fav_report' => 'گزارش های برگزیده',
255 // TODO: translate the following.
256 // 'label.schedule' => 'Schedule',
257 // 'label.what_is_it' => 'What is it?',
258 // 'label.expense' => 'Expense',
259 // 'label.quantity' => 'Quantity',
260 // 'label.paid_status' => 'Paid status',
261 // 'label.paid' => 'Paid',
262 // 'label.mark_paid' => 'Mark paid',
263 // 'label.week_note' => 'Week note',
264 // 'label.week_list' => 'Week list',
265 // 'label.work_units' => 'Work units',
266 // 'label.work_units_short' => 'Units',
267 // 'label.totals_only' => 'Totals only',
268 // 'label.quota' => 'Quota',
269 // 'label.timesheet' => 'Timesheet',
270 // 'label.submitted' => 'Submitted',
271 // 'label.approved' => 'Approved',
272 // 'label.approval' => 'Report approval',
273 // 'label.mark_approved' => 'Mark approved',
274 // 'label.template' => 'Template',
275 // 'label.attachments' => 'Attachments',
276 // 'label.files' => 'Files',
277 // 'label.image' => 'Image',
278 // 'label.download' => 'Download',
279
280 // Form titles.
281 'title.error' => 'خطا',
282 // TODO: Translate the following.
283 // 'title.success' => 'Success',
284 'title.login' => 'ورود',
285 'title.groups' => 'تیم ها', // TODO: change "teams" to "groups".
286 // TODO: translate the following.
287 // 'title.subgroups' => 'Subgroups',
288 // 'title.add_group' => 'Adding Group',
289 // 'title.edit_group' => 'Editing Group',
290 'title.delete_group' => 'حذف تیم', // TODO: change "team" to "group".
291 'title.reset_password' => 'بازیابی رمزعبور',
292 'title.change_password' => 'تغییر رمزعبور',
293 'title.time' => 'زمان',
294 'title.edit_time_record' => 'ویرایش رکورد زمان',
295 'title.delete_time_record' => 'حذف رکورد زمان',
296 // TODO: Translate the following.
297 // 'title.time_files' => 'Time Record Files',
298 'title.expenses' => 'هزینه ها',
299 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
300 'title.delete_expense' => 'حذف آیتم هزینه ها',
301 'title.reports' => 'گزارشات',
302 'title.report' => 'گزارش',
303 'title.send_report' => 'ارسال گزارش',
304 // TODO: Translate the following.
305 // 'title.timesheets' => 'Timesheets',
306 // 'title.timesheet' => 'Timesheet',
307 'title.invoice' => 'فاکتور',
308 'title.send_invoice' => 'ارسال فاکتور',
309 'title.charts' => 'نمودارها',
310 'title.projects' => 'پروژه ها',
311 // TODO: translate the following.
312 // 'title.project_files' => 'Project Files',
313 'title.add_project' => 'درج پروژه',
314 'title.edit_project' => 'ویرایش پروژه',
315 'title.delete_project' => 'حذف پروژه',
316 'title.tasks' => 'وظایف',
317 'title.add_task' => 'درج وظیفه',
318 'title.edit_task' => 'ویرایش وظیفه',
319 'title.delete_task' => 'حذف وظیفه',
320 'title.users' => 'کاربران',
321 'title.add_user' => 'درج کاربر',
322 'title.edit_user' => 'ویرایش کاربر',
323 'title.delete_user' => 'حذف کاربر',
324 // TODO: translate the following.
325 // 'title.roles' => 'Roles',
326 // 'title.add_role' => 'Adding Role',
327 // 'title.edit_role' => 'Editing Role',
328 // 'title.delete_role' => 'Deleting Role',
329 'title.clients' => 'مشتریان',
330 'title.add_client' => 'درج مشتری',
331 'title.edit_client' => 'ویرایش مشتری',
332 'title.delete_client' => 'حذف مشتری',
333 'title.invoices' => 'فاکتورها',
334 'title.add_invoice' => 'درج فاکتور',
335 'title.view_invoice' => 'نمایش فاکتور',
336 'title.delete_invoice' => 'حذف فاکتور',
337 // TODO: translate the following.
338 // 'title.notifications' => 'Notifications',
339 // 'title.add_notification' => 'Adding Notification',
340 // 'title.edit_notification' => 'Editing Notification',
341 // 'title.delete_notification' => 'Deleting Notification',
342 // 'title.add_timesheet' => 'Adding Timesheet',
343 // 'title.edit_timesheet' => 'Editing Timesheet',
344 // 'title.delete_timesheet' => 'Deleting Timesheet',
345 // 'title.monthly_quotas' => 'Monthly Quotas',
346 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم', // TODO: replace "team" with "group".
347 'title.import' => 'وارد کردن اطلاعات تیم', // TODO: replace "team" with "group".
348 'title.options' => 'گزینه ها',
349 // TODO: translate the following.
350 // 'title.display_options' => 'Display Options',
351 'title.profile' => 'پروفایل',
352 'title.plugins' => 'پلاگین ها',
353 'title.cf_custom_fields' => 'فیلدهای سفارشی',
354 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
355 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
356 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
357 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
358 'title.cf_add_dropdown_option' => 'درج گزینه',
359 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
360 'title.cf_delete_dropdown_option' => 'حذف گزینه',
361 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
362 // It is also a name for the Locking plugin on the group settings page.
363 // TODO: translate the following.
364 // 'title.locking' => 'Locking',
365 // 'title.week_view' => 'Week View',
366 // 'title.swap_roles' => 'Swapping Roles',
367 // 'title.work_units' => 'Work Units',
368 // 'title.templates' => 'Templates',
369 // 'title.add_template' => 'Adding Template',
370 // 'title.edit_template' => 'Editing Template',
371 // 'title.delete_template' => 'Deleting Template',
372 // 'title.edit_file' => 'Editing File',
373 // 'title.delete_file' => 'Deleting File',
374 // 'title.download_file' => 'Downloading File',
375
376 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
377 // Strings that are used in a single form must go to the specific form section.
378 'dropdown.all' => '--- همه ---',
379 'dropdown.no' => '--- هیچکدام ---',
380 // TODO: translate the following.
381 // 'dropdown.current_day' => 'today',
382 // 'dropdown.previous_day' => 'yesterday',
383 // 'dropdown.selected_day' => 'day',
384 'dropdown.current_week' => 'هفته جاری',
385 'dropdown.previous_week' => 'هفته آخر',
386 // TODO: translate the following.
387 // 'dropdown.selected_week' => 'week',
388 'dropdown.current_month' => 'ماه جاری',
389 'dropdown.previous_month' => 'ماه آخر',
390 // TODO: translate the following.
391 // 'dropdown.selected_month' => 'month',
392 'dropdown.current_year' => 'سال جاری',
393 // TODO: translate the following.
394 // 'dropdown.previous_year' => 'previous year',
395 // 'dropdown.selected_year' => 'year',
396 'dropdown.all_time' => 'همه زمان ها',
397 'dropdown.projects' => 'پروژه ها',
398 'dropdown.tasks' => 'وظایف',
399 'dropdown.clients' => 'مشتریان',
400 // TODO: translate the following.
401 // 'dropdown.select' => '--- select ---',
402 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
403 // TODO: translate the following.
404 // 'dropdown.select_timesheet' => '--- select timesheet ---',
405 'dropdown.status_active' => 'فعال',
406 'dropdown.status_inactive' => 'غیرفعال',
407 // TODO: translate the following.
408 // 'dropdown.delete' => 'delete',
409 // 'dropdown.do_not_delete' => 'do not delete',
410 // 'dropdown.approved' => 'approved',
411 // 'dropdown.not_approved' => 'not approved',
412 // 'dropdown.paid' => 'paid',
413 // 'dropdown.not_paid' => 'not paid',
414
415 // 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.
416 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
417 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
418 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
419
420 // Login form. See example at https://timetracker.anuko.com/login.php.
421 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
422 // TODO: translate form.login.about.
423 '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.',
424
425 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
426 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
427 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
428 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
429 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
430 // TODO: English string has changed. "from IP added. Re-translate the beginning.
431 // '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",
432 // Older translation is below.
433 // 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
434
435 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
436 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
437
438 // Time form. See example at https://timetracker.anuko.com/time.php.
439 'form.time.duration_format' => '(hh:mm یا 0.0h)',
440 'form.time.billable' => 'قابل پرداخت',
441 'form.time.uncompleted' => 'ناتمام',
442 // TODO: translate the following.
443 // 'form.time.remaining_quota' => 'Remaining quota',
444 // 'form.time.over_quota' => 'Over quota',
445 // 'form.time.remaining_balance' => 'Remaining balance',
446 // 'form.time.over_balance' => 'Over balance',
447
448 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
449 // TODO: translate form.time_edit.uncompleted. 
450 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
451
452 // Week view form. See example at https://timetracker.anuko.com/week.php.
453 // TODO: translate the following.
454 // 'form.week.new_entry' => 'New entry',
455
456 // Reports form. See example at https://timetracker.anuko.com/reports.php
457 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
458 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
459 'form.reports.include_billable' => 'قابل پرداخت',
460 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
461 // TODO: translate the following.
462 // 'form.reports.include_invoiced' => 'invoiced',
463 // 'form.reports.include_not_invoiced' => 'not invoiced',
464 // 'form.reports.include_assigned' => 'assigned',
465 // 'form.reports.include_not_assigned' => 'not assigned',
466 // 'form.reports.include_pending' => 'pending',
467 'form.reports.select_period' => 'انتخاب بازه زمانی',
468 'form.reports.set_period' => 'یا تعیین تاریخ',
469 'form.reports.show_fields' => 'نمایش فیلدها',
470 'form.reports.group_by' => 'گروه بندی شده با',
471 'form.reports.group_by_no' => '--- بدون گروه ---',
472 'form.reports.group_by_date' => 'تاریخ',
473 'form.reports.group_by_user' => 'کاربر',
474 'form.reports.group_by_client' => 'مشتری',
475 'form.reports.group_by_project' => 'پروژه',
476 'form.reports.group_by_task' => 'وظیفه',
477
478 // Report form. See example at https://timetracker.anuko.com/report.php
479 // (after generating a report at https://timetracker.anuko.com/reports.php).
480 'form.report.export' => 'پشتیبانی',
481 // TODO: translate the following.
482 // 'form.report.assign_to_invoice' => 'Assign to invoice',
483 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
484
485 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
486 // TODO: translate the following.
487 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
488 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
489
490 // Templates form. See example at https://timetracker.anuko.com/templates.php
491 // TODO: translate the following.
492 // 'form.templates.active_templates' => 'Active Templates',
493 // 'form.templates.inactive_templates' => 'Inactive Templates',
494
495 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
496 // (you can get to this form after generating a report).
497 'form.invoice.number' => 'شماره فاکتور',
498 'form.invoice.person' => 'شخص',
499
500 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
501 // TODO: translate the following stings.
502 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
503 // 'form.invoice.invoice_entries' => 'Invoice entries',
504 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
505
506 // Charts form. See example at https://timetracker.anuko.com/charts.php
507 'form.charts.interval' => 'بازه',
508 'form.charts.chart' => 'نمودار',
509
510 // Projects form. See example at https://timetracker.anuko.com/projects.php
511 'form.projects.active_projects' => 'پروژه های فعال',
512 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
513
514 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
515 'form.tasks.active_tasks' => 'وظایف فعال',
516 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
517
518 // Users form. See example at https://timetracker.anuko.com/users.php
519 'form.users.active_users' => 'کاربران فعال',
520 'form.users.inactive_users' => 'کاربران غیرفعال',
521  // TODO: translate the following.
522  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
523 'form.users.role' => 'سمت',
524 'form.users.manager' => 'مدیر',
525 'form.users.comanager' => 'دستیار مدیر',
526 'form.users.rate' => 'نرخ',
527 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
528
529 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
530 // TODO: translate the following.
531 // 'form.user_edit.swap_roles' => 'Swap roles',
532
533 // Roles form. See example at https://timetracker.anuko.com/roles.php
534 // TODO: translate the following.
535 // 'form.roles.active_roles' => 'Active Roles',
536 // 'form.roles.inactive_roles' => 'Inactive Roles',
537 // 'form.roles.rank' => 'Rank',
538 // 'form.roles.rights' => 'Rights',
539 // 'form.roles.assigned' => 'Assigned',
540 // 'form.roles.not_assigned' => 'Not assigned',
541
542 // Clients form. See example at https://timetracker.anuko.com/clients.php
543 'form.clients.active_clients' => 'مشتری های فعال',
544 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
545
546 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
547 // TODO: translate the following.
548 // 'form.client.client_to_delete' => 'Client to delete',
549 // 'form.client.client_entries' => 'Client entries',
550
551 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
552 // TODO: replace "team" with "group" in the string below.
553 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
554 'form.export.compression' => 'فشرده سازی',
555 'form.export.compression_none' => 'هیچ کدام',
556 'form.export.compression_bzip' => 'bzip',
557
558 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
559 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml', // TODO: replace "team" with "group".
560 'form.import.file' => 'انتخاب فایل',
561 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
562
563 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
564 // TODO: translate form.groups.hint.
565 // '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).',
566
567 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
568 'form.group_edit.12_hours' => '12 ساعت',
569 'form.group_edit.24_hours' => '24 ساعت',
570 // TODO: translate the following.
571 // 'form.group_edit.display_options' => 'Display options',
572 // 'form.group_edit.show_holidays' => 'Show holidays',
573 'form.group_edit.tracking_mode' => 'حالت رهگیری',
574 'form.group_edit.mode_time' => 'زمان',
575 'form.group_edit.mode_projects' => 'پروژه ها',
576 'form.group_edit.mode_projects_and_tasks' => 'پروژه ها و وظایف',
577 'form.group_edit.record_type' => 'نوع رکورد',
578 'form.group_edit.type_all' => 'همه',
579 'form.group_edit.type_start_finish' => 'شروع و اتمام',
580 'form.group_edit.type_duration' => 'مدت زمان',
581 // TODO: translate the following.
582 // 'form.group_edit.punch_mode' => 'Punch mode',
583 // 'form.group_edit.allow_overlap' => 'Allow overlap',
584 // 'form.group_edit.future_entries' => 'Future entries',
585 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
586 // 'form.group_edit.confirm_save' => 'Confirm saving',
587 // 'form.group_edit.allow_ip' => 'Allow IP',
588
589 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
590 // TODO: translate the following.
591 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
592
593 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
594 'form.mail.from' => 'از',
595 'form.mail.to' => 'به',
596 'form.mail.report_subject' => 'گزارش تایم شیت',
597 // TODO: translate form.mail.footer.
598 // '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.',
599 'form.mail.report_sent' => 'گزارش ارسال شد.',
600 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
601
602 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
603 // TODO: translate the following.
604 // 'form.quota.year' => 'Year',
605 // 'form.quota.month' => 'Month',
606 // 'form.quota.workday_hours' => 'Hours in a work day',
607 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
608
609 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
610 // TODO: translate the following.
611 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
612 // 'form.swap.swap_with' => 'Swap roles with',
613
614 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
615 // TODO: translate the following.
616 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
617 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
618
619 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
620 // TODO: translate the following.
621 // 'role.user.label' => 'User',
622 // 'role.user.low_case_label' => 'user',
623 // 'role.user.description' => 'A regular member without management rights.',
624 // 'role.client.label' => 'Client',
625 // 'role.client.low_case_label' => 'client',
626 // 'role.client.description' => 'A client can view its own data.',
627 // 'role.supervisor.label' => 'Supervisor',
628 // 'role.supervisor.low_case_label' => 'supervisor',
629 // 'role.supervisor.description' => 'A person with a small set of management rights.',
630 // 'role.comanager.label' => 'Co-manager',
631 // 'role.comanager.low_case_label' => 'co-manager',
632 // 'role.comanager.description' => 'A person with a big set of management functions.',
633 // 'role.manager.label' => 'Manager',
634 // 'role.manager.low_case_label' => 'manager',
635 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
636 // 'role.top_manager.label' => 'Top manager',
637 // 'role.top_manager.low_case_label' => 'top manager',
638 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
639 // 'role.admin.label' => 'Administrator',
640 // 'role.admin.low_case_label' => 'administrator',
641 // 'role.admin.description' => 'Site adminsitrator.',
642
643 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
644 // TODO: translate the following.
645 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
646 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
647 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
648 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
649 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
650 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
651
652 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
653 // TODO: translate the following.
654 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
655 );