Renamed Punch in mode to Punch mode.
[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
32 $i18n_language = 'فارسی';
33 // TODO: translate the following.
34 $i18n_months = array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
35 $i18n_weekdays = array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
36 $i18n_weekdays_short = array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa');
37 // format mm/dd
38 $i18n_holidays = array('01/01', '01/16', '02/20', '05/28', '07/04', '09/03', '10/10', '11/11', '11/24', '12/25');
39
40 $i18n_key_words = array(
41 '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.
42
43 // Menus - short selection strings that are displayed on top of application web pages.
44 // Example: https://timetracker.anuko.com (black menu on top).
45 'menu.login' => 'ورود',
46 'menu.logout' => 'خروج',
47 'menu.forum' => 'فروم',
48 'menu.help' => 'راهنما',
49 'menu.create_team' => 'ایجاد گروه',
50 'menu.profile' => 'پروفايل',
51 'menu.time' => 'زمان',
52 'menu.expenses' => 'هزينه ها',
53 'menu.reports' => 'گزارشات',
54 'menu.charts' => 'نمودارها',
55 'menu.projects' => 'پروژه ها',
56 'menu.tasks' => 'وظايف',
57 'menu.users' => 'کاربران',
58 'menu.teams' => 'گروه ها',
59 'menu.export' => 'پشتیبانی',
60 'menu.clients' => 'مشتری ها',
61 'menu.options' => 'تنظیمات',
62
63 // Footer - strings on the bottom of most pages.
64 // TODO: translate the following.
65 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
66 // 'footer.credits' => 'Credits',
67 // 'footer.license' => 'License',
68 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
69                                      // This is a link to a webpage that describes how to contribute to the project.
70
71 // Error messages.
72 // TODO: translate the following.
73 // 'error.access_denied' => 'Access denied.',
74 'error.sys' => 'خطا در سیستم.',
75 'error.db' => 'خطا در پایگاه داده.',
76 'error.field' => 'داده اشتباه در "{0}".',
77 'error.empty' => 'فیلد "{0}" خالیست.',
78 'error.not_equal' => 'فیلد "{0}" با فیلد "{1}" برابر نیست.',
79 // TODO: translate the following.
80 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
81 'error.project' => 'انتخاب پروژه.',
82 'error.task' => 'انتخاب وظیفه.',
83 'error.client' => 'انتخاب مشتری.',
84 // TODO: translate the following.
85 // 'error.report' => 'Select report.',
86 // 'error.record' => 'Select record.',
87 'error.auth' => 'نام کاربری یا رمز عبور اشتباه است.',
88 'error.user_exists' => 'کاربری با این نام کاربری موجود است.',
89 'error.project_exists' => 'پروژه ای با این نام موجود است.',
90 'error.task_exists' => 'وظیفه ای با این نام هم اکنون وجود دارد.',
91 'error.client_exists' => 'مشتری با این نام هم اکنون وجود دارد.',
92 'error.invoice_exists' => 'فاکتوری با این شماره هم اکنون موجود است.',
93 'error.no_invoiceable_items' => 'آیتمی جهت فاکتور کردن وجود ندارد.',
94 'error.no_login' => 'کاربری با این نام کاربری موجود نیست.',
95 'error.no_teams' => 'پایگاه داده شما خالی است با کاربر admin وارد شوید و تیم ایجاد کنید.',
96 'error.upload' => 'خطا در آپلود فایل.',
97 // TODO: translate the following.
98 // 'error.range_locked' => 'Date range is locked.',
99 'error.mail_send' => 'خطا در ارسال ایمیل.',
100 'error.no_email' => 'ایمیل مرتبط با این نام کاربری موجود نیست.',
101 // TODO: check translation and punctuation of error.uncompleted_exists. Is the sentence ending dot in the right place?
102 'error.uncompleted_exists' => 'قسمت ناتمامی موجود است. آن را تمام یا حذف کنید.',
103 'error.goto_uncompleted' => 'مراجعه به قسمت ناتمام.',
104 'error.overlap' => 'بازه زمانی با سوابق موجود هم پوشانی دارد.',
105 // TODO: translate the following.
106 // 'error.future_date' => 'Date is in future.',
107
108 // Labels for buttons.
109 'button.login' => 'ورود',
110 'button.now' => 'هم اکنون',
111 'button.save' => 'ذخیره',
112 'button.copy' => 'کپی',
113 'button.cancel' => 'لغو',
114 'button.submit' => 'ثبت',
115 'button.add_user' => 'درج کاربر',
116 'button.add_project' => 'درج پروژه',
117 'button.add_task' => 'درج وظیفه',
118 'button.add_client' => 'درج مشتری',
119 'button.add_invoice' => 'درج فاکتور',
120 'button.add_option' => 'درج گزینه',
121 'button.add' => 'درج',
122 'button.generate' => 'تولید',
123 'button.reset_password' => 'بازسازی رمزعبور',
124 'button.send' => 'ارسال',
125 'button.send_by_email' => 'ارسال به ایمیل',
126 'button.create_team' => 'ایجاد تیم',
127 'button.export' => 'ایجاد پشتیبان از تیم',
128 'button.import' => 'وارد کردن تیم',
129 'button.close' => 'بستن',
130 'button.stop' => 'توقف',
131
132 // Labels for controls on forms. Labels in this section are used on multiple forms.
133 'label.team_name' => 'نام تیم',
134 'label.address' => 'آدرس',
135 'label.currency' => 'واحد پول',
136 'label.manager_name' => 'نام مدیر',
137 'label.manager_login' => 'نام کاربری مدیر',
138 'label.person_name' => 'نام',
139 'label.thing_name' => 'نام',
140 'label.login' => 'نام کاربری',
141 'label.password' => 'رمز عبور',
142 'label.confirm_password' => 'تکرار رمزعبور',
143 'label.email' => 'ایمیل',
144 'label.cc' => 'کپی',
145 // TODO: translate the following.
146 // 'label.bcc' => 'Bcc',
147 'label.subject' => 'موضوع',
148 'label.date' => 'تاریخ',
149 'label.start_date' => 'تاریخ شروع',
150 'label.end_date' => 'تاریخ اتمام',
151 'label.user' => 'کاربر',
152 'label.users' => 'کاربران',
153 'label.client' => 'مشتری',
154 'label.clients' => 'مشتریان',
155 // TODO: translate the following.
156 // 'label.option' => 'Option',
157 'label.invoice' => 'فاکتور',
158 'label.project' => 'پروژه',
159 'label.projects' => 'پروژه ها',
160 'label.task' => 'وظیفه',
161 'label.tasks' => 'وظیفه ها',
162 'label.description' => 'شرح',
163 'label.start' => 'شروع',
164 'label.finish' => 'اتمام',
165 'label.duration' => 'مدت زمان',
166 'label.note' => 'توضیح',
167 // TODO: translate the following.
168 // 'label.notes' => 'Notes',
169 'label.item' => 'آیتم',
170 'label.cost' => 'هزینه',
171 'label.day_total' => 'کل روز',
172 'label.week_total' => 'کل هفته',
173 // TODO: translate the following.
174 // 'label.month_total' => 'Month total',
175 'label.today' => 'امروز',
176 'label.view' => 'نمایش',
177 'label.edit' => 'ویرایش',
178 'label.delete' => 'حذف',
179 'label.configure' => 'پیکربندی',
180 'label.select_all' => 'انتخاب همه',
181 'label.select_none' => 'لغو انتخاب همه',
182 // TODO: translate the following.
183 // 'label.day_view' => 'Day view',
184 // 'label.week_view' => 'Week view',
185 'label.id' => 'شناسه',
186 'label.language' => 'زبان',
187 // TODO: translate the following.
188 // 'label.decimal_mark' => 'Decimal mark',
189 'label.date_format' => 'قالب تاریخ',
190 'label.time_format' => 'قالب زمان',
191 'label.week_start' => 'روز اول هفته',
192 'label.comment' => 'توضیح',
193 'label.status' => 'وضعیت',
194 'label.tax' => 'مالیات',
195 'label.subtotal' => 'جمع جز',
196 'label.total' => 'کل',
197 'label.client_name' => 'نام مشتری',
198 'label.client_address' => 'آدرس مشتری',
199 'label.or' => 'یا',
200 'label.error' => 'خطا',
201 'label.ldap_hint' => '<b>نام کاربری ویندوز</b>و <b>رمزعبور</b>خود را در فیلدهای زیر وارد کنید',
202 'label.required_fields' => '* - فیلد های اجباری',
203 'label.on_behalf' => 'از دیدگاه',
204 'label.role_manager' => '(مدیر)',
205 'label.role_comanager' => '(دستیار مدیر)',
206 'label.role_admin' => '(مدیر ارشد)',
207 // Translate the following.
208 // 'label.page' => 'Page',
209 // 'label.condition' => 'Condition',
210 // 'label.yes' => 'yes',
211 // 'label.no' => 'no',
212 // Labels for plugins (extensions to Time Tracker that provide additional features).
213 'label.custom_fields' => 'فیلدهای سفارشی',
214 // Translate the following.
215 // 'label.monthly_quotas' => 'Monthly quotas',
216 'label.type' => 'نوع',
217 'label.type_dropdown' => 'منو کشویی',
218 'label.type_text' => 'متن',
219 'label.required' => 'اجباری',
220 'label.fav_report' => 'گزارش های برگزیده',
221 // TODO: translate the following.
222 // 'label.cron_schedule' => 'Cron schedule',
223 // 'label.what_is_it' => 'What is it?',
224 // 'label.expense' => 'Expense',
225 // 'label.quantity' => 'Quantity',
226 // 'label.paid_status' => 'Paid status',
227 // 'label.paid' => 'Paid',
228 // 'label.mark_paid' => 'Mark paid',
229 // 'label.week_note' => 'Week note',
230 // 'label.week_list' => 'Week list',
231
232 // Form titles.
233 'title.login' => 'ورود',
234 'title.teams' => 'تیم ها',
235 'title.create_team' => 'ایجاد تیم',
236 // TODO: translate the following.
237 // 'title.edit_team' => 'Editing Team',
238 'title.delete_team' => 'حذف تیم',
239 'title.reset_password' => 'بازیابی رمزعبور',
240 'title.change_password' => 'تغییر رمزعبور',
241 'title.time' => 'زمان',
242 'title.edit_time_record' => 'ویرایش رکورد زمان',
243 'title.delete_time_record' => 'حذف رکورد زمان',
244 'title.expenses' => 'هزینه ها',
245 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
246 'title.delete_expense' => 'حذف آیتم هزینه ها',
247 'title.reports' => 'گزارشات',
248 'title.report' => 'گزارش',
249 'title.send_report' => 'ارسال گزارش',
250 'title.invoice' => 'فاکتور',
251 'title.send_invoice' => 'ارسال فاکتور',
252 'title.charts' => 'نمودارها',
253 'title.projects' => 'پروژه ها',
254 'title.add_project' => 'درج پروژه',
255 'title.edit_project' => 'ویرایش پروژه',
256 'title.delete_project' => 'حذف پروژه',
257 'title.tasks' => 'وظایف',
258 'title.add_task' => 'درج وظیفه',
259 'title.edit_task' => 'ویرایش وظیفه',
260 'title.delete_task' => 'حذف وظیفه',
261 'title.users' => 'کاربران',
262 'title.add_user' => 'درج کاربر',
263 'title.edit_user' => 'ویرایش کاربر',
264 'title.delete_user' => 'حذف کاربر',
265 'title.clients' => 'مشتریان',
266 'title.add_client' => 'درج مشتری',
267 'title.edit_client' => 'ویرایش مشتری',
268 'title.delete_client' => 'حذف مشتری',
269 'title.invoices' => 'فاکتورها',
270 'title.add_invoice' => 'درج فاکتور',
271 'title.view_invoice' => 'نمایش فاکتور',
272 'title.delete_invoice' => 'حذف فاکتور',
273 // TODO: translate the following.
274 // 'title.notifications' => 'Notifications',
275 // 'title.add_notification' => 'Adding Notification',
276 // 'title.edit_notification' => 'Editing Notification',
277 // 'title.delete_notification' => 'Deleting Notification',
278 // 'title.monthly_quotas' => 'Monthly Quotas',
279 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم',
280 'title.import' => 'وارد کردن اطلاعات تیم',
281 'title.options' => 'گزینه ها',
282 'title.profile' => 'پروفایل',
283 'title.cf_custom_fields' => 'فیلدهای سفارشی',
284 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
285 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
286 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
287 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
288 'title.cf_add_dropdown_option' => 'درج گزینه',
289 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
290 'title.cf_delete_dropdown_option' => 'حذف گزینه',
291 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
292 // It is also a name for the Locking plugin on the Team profile page.
293 // TODO: translate the following.
294 // 'title.locking' => 'Locking',
295 // 'title.week_view' => 'Week View',
296
297 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
298 // Strings that are used in a single form must go to the specific form section.
299 'dropdown.all' => '--- همه ---',
300 'dropdown.no' => '--- هیچکدام ---',
301 // TODO: translate the following.
302 // 'dropdown.current_day' => 'today',
303 // 'dropdown.previous_day' => 'yesterday',
304 // 'dropdown.selected_day' => 'day',
305 'dropdown.current_week' => 'هفته جاری',
306 'dropdown.previous_week' => 'هفته آخر',
307 // TODO: translate the following.
308 // 'dropdown.selected_week' => 'week',
309 'dropdown.current_month' => 'ماه جاری',
310 'dropdown.previous_month' => 'ماه آخر',
311 // TODO: translate the following.
312 // 'dropdown.selected_month' => 'month',
313 'dropdown.current_year' => 'سال جاری',
314 // TODO: translate the following.
315 // 'dropdown.previous_year' => 'previous year',
316 // 'dropdown.selected_year' => 'year',
317 'dropdown.all_time' => 'همه زمان ها',
318 'dropdown.projects' => 'پروژه ها',
319 'dropdown.tasks' => 'وظایف',
320 'dropdown.clients' => 'مشتریان',
321 // TODO: translate the following.
322 // 'dropdown.select' => '--- select ---',
323 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
324 'dropdown.status_active' => 'فعال',
325 'dropdown.status_inactive' => 'غیرفعال',
326 // TODO: translate the following.
327 // 'dropdown.delete' => 'delete',
328 // 'dropdown.do_not_delete' => 'do not delete',
329 // 'dropdown.paid' => 'paid',
330 // 'dropdown.not_paid' => 'not paid',
331
332 // 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.
333 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
334 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
335 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
336
337 // Login form. See example at https://timetracker.anuko.com/login.php.
338 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
339 // TODO: translate form.login.about.
340 '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.',
341
342 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
343 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
344 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
345 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
346 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
347 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
348
349 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
350 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
351
352 // Time form. See example at https://timetracker.anuko.com/time.php.
353 'form.time.duration_format' => '(hh:mm یا 0.0h)',
354 'form.time.billable' => 'قابل پرداخت',
355 'form.time.uncompleted' => 'ناتمام',
356 // TODO: translate the following.
357 // 'form.time.remaining_quota' => 'Remaining quota',
358 // 'form.time.over_quota' => 'Over quota',
359
360 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
361 // TODO: translate form.time_edit.uncompleted. 
362 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
363
364 // Week view form. See example at https://timetracker.anuko.com/week.php.
365 // TODO: translate the following.
366 // 'form.week.new_entry' => 'New entry',
367
368 // Reports form. See example at https://timetracker.anuko.com/reports.php
369 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
370 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
371 'form.reports.include_billable' => 'قابل پرداخت',
372 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
373 'form.reports.select_period' => 'انتخاب بازه زمانی',
374 'form.reports.set_period' => 'یا تعیین تاریخ',
375 'form.reports.show_fields' => 'نمایش فیلدها',
376 'form.reports.group_by' => 'گروه بندی شده با',
377 'form.reports.group_by_no' => '--- بدون گروه ---',
378 'form.reports.group_by_date' => 'تاریخ',
379 'form.reports.group_by_user' => 'کاربر',
380 'form.reports.group_by_client' => 'مشتری',
381 'form.reports.group_by_project' => 'پروژه',
382 'form.reports.group_by_task' => 'وظیفه',
383 // TODO: translate form.reports.totals_only. Selecting this option means to print subtotals only for a "grouped by" report.
384 // In other words, items are not printed, only subtotals for grouped items are printed.  
385 // 'form.reports.totals_only' => 'Totals only',
386
387 // Report form. See example at https://timetracker.anuko.com/report.php
388 // (after generating a report at https://timetracker.anuko.com/reports.php).
389 'form.report.export' => 'پشتیبانی',
390 // TODO: translate the following.
391 // 'form.report.assign_to_invoice' => 'Assign to invoice',
392
393 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
394 // (you can get to this form after generating a report).
395 'form.invoice.number' => 'شماره فاکتور',
396 'form.invoice.person' => 'شخص',
397
398 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
399 // TODO: translate the following stings.
400 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
401 // 'form.invoice.invoice_entries' => 'Invoice entries',
402 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
403
404 // Charts form. See example at https://timetracker.anuko.com/charts.php
405 'form.charts.interval' => 'بازه',
406 'form.charts.chart' => 'نمودار',
407
408 // Projects form. See example at https://timetracker.anuko.com/projects.php
409 'form.projects.active_projects' => 'پروژه های فعال',
410 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
411
412 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
413 'form.tasks.active_tasks' => 'وظایف فعال',
414 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
415
416 // Users form. See example at https://timetracker.anuko.com/users.php
417 'form.users.active_users' => 'کاربران فعال',
418 'form.users.inactive_users' => 'کاربران غیرفعال',
419  // TODO: translate the following.
420  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
421 'form.users.role' => 'سمت',
422 'form.users.manager' => 'مدیر',
423 'form.users.comanager' => 'دستیار مدیر',
424 'form.users.rate' => 'نرخ',
425 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
426
427 // Clients form. See example at https://timetracker.anuko.com/clients.php
428 'form.clients.active_clients' => 'مشتری های فعال',
429 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
430
431 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
432 // TODO: translate the following.
433 // 'form.client.client_to_delete' => 'Client to delete',
434 // 'form.client.client_entries' => 'Client entries',
435
436 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
437 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
438 'form.export.compression' => 'فشرده سازی',
439 'form.export.compression_none' => 'هیچ کدام',
440 'form.export.compression_bzip' => 'bzip',
441
442 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
443 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml',
444 'form.import.file' => 'انتخاب فایل',
445 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
446
447 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
448 // TODO: translate form.teams.hint.
449 'form.teams.hint' => 'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
450
451 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
452 'form.profile.12_hours' => '12 ساعت',
453 'form.profile.24_hours' => '24 ساعت',
454 // TODO: translate the following.
455 // 'form.profile.show_holidays' => 'Show holidays',
456 'form.profile.tracking_mode' => 'حالت رهگیری',
457 'form.profile.mode_time' => 'زمان',
458 'form.profile.mode_projects' => 'پروژه ها',
459 'form.profile.mode_projects_and_tasks' => 'پروژه ها و وظایف',
460 'form.profile.record_type' => 'نوع رکورد',
461 'form.profile.type_all' => 'همه',
462 'form.profile.type_start_finish' => 'شروع و اتمام',
463 'form.profile.type_duration' => 'مدت زمان',
464 // TODO: translate the following.
465 // 'form.profile.punch_mode' => 'Punch mode',
466 // 'form.profile.allow_overlap' => 'Allow overlap',
467 // 'form.profile.future_entries' => 'Future entries',
468 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
469 'form.profile.plugins' => 'پلاگین ها',
470
471 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
472 'form.mail.from' => 'از',
473 'form.mail.to' => 'به',
474 'form.mail.report_subject' => 'گزارش تایم شیت',
475 // TODO: translate form.mail.footer.
476 // '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.',
477 'form.mail.report_sent' => 'گزارش ارسال شد.',
478 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
479
480 // Quotas configuration form.
481 // TODO: translate the following.
482 // 'form.quota.year' => 'Year',
483 // 'form.quota.month' => 'Month',
484 // 'form.quota.quota' => 'Quota',
485 // 'form.quota.workday_hours' => 'Hours in a work day',
486 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
487 );