Improving localization files in preparation for integrating paid status plugin as...
[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 $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 the 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 'menu.create_team' => 'ایجاد گروه',
49 'menu.profile' => 'پروفايل',
50 'menu.time' => 'زمان',
51 'menu.expenses' => 'هزينه ها',
52 'menu.reports' => 'گزارشات',
53 'menu.charts' => 'نمودارها',
54 'menu.projects' => 'پروژه ها',
55 'menu.tasks' => 'وظايف',
56 'menu.users' => 'کاربران',
57 'menu.teams' => 'گروه ها',
58 'menu.export' => 'پشتیبانی',
59 'menu.clients' => 'مشتری ها',
60 'menu.options' => 'تنظیمات',
61
62 // Footer - strings on the bottom of most pages.
63 // TODO: translate the following.
64 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
65 // 'footer.credits' => 'Credits',
66 // 'footer.license' => 'License',
67 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
68                                      // This is a link to a webpage that describes how to contribute to the project.
69
70 // Error messages.
71 // TODO: translate the following.
72 // 'error.access_denied' => 'Access denied.',
73 'error.sys' => 'خطا در سیستم.',
74 'error.db' => 'خطا در پایگاه داده.',
75 'error.field' => 'داده اشتباه در "{0}".',
76 'error.empty' => 'فیلد "{0}" خالیست.',
77 'error.not_equal' => 'فیلد "{0}" با فیلد "{1}" برابر نیست.',
78 // TODO: translate error.interval.
79 'error.interval' => 'Field "{0}" must be greater than "{1}".',
80 'error.project' => 'انتخاب پروژه.',
81 'error.task' => 'انتخاب وظیفه.',
82 'error.client' => 'انتخاب مشتری.',
83 // TODO: translate the following.
84 // 'error.report' => 'Select report.',
85 'error.auth' => 'نام کاربری یا رمز عبور اشتباه است.',
86 'error.user_exists' => 'کاربری با این نام کاربری موجود است.',
87 'error.project_exists' => 'پروژه ای با این نام موجود است.',
88 'error.task_exists' => 'وظیفه ای با این نام هم اکنون وجود دارد.',
89 'error.client_exists' => 'مشتری با این نام هم اکنون وجود دارد.',
90 'error.invoice_exists' => 'فاکتوری با این شماره هم اکنون موجود است.',
91 'error.no_invoiceable_items' => 'آیتمی جهت فاکتور کردن وجود ندارد.',
92 'error.no_login' => 'کاربری با این نام کاربری موجود نیست.',
93 'error.no_teams' => 'پایگاه داده شما خالی است با کاربر admin وارد شوید و تیم ایجاد کنید.',
94 'error.upload' => 'خطا در آپلود فایل.',
95 // TODO: translate the following.
96 // 'error.range_locked' => 'Date range is locked.',
97 'error.mail_send' => 'خطا در ارسال ایمیل.',
98 'error.no_email' => 'ایمیل مرتبط با این نام کاربری موجود نیست.',
99 // TODO: check translation and punctuation of error.uncompleted_exists. Is the sentence ending dot in the right place?
100 'error.uncompleted_exists' => 'قسمت ناتمامی موجود است. آن را تمام یا حذف کنید.',
101 'error.goto_uncompleted' => 'مراجعه به قسمت ناتمام.',
102 'error.overlap' => 'بازه زمانی با سوابق موجود هم پوشانی دارد.',
103 // TODO: translate the following.
104 // 'error.future_date' => 'Date is in future.',
105
106 // Labels for buttons.
107 'button.login' => 'ورود',
108 'button.now' => 'هم اکنون',
109 'button.save' => 'ذخیره',
110 'button.copy' => 'کپی',
111 'button.cancel' => 'لغو',
112 'button.submit' => 'ثبت',
113 'button.add_user' => 'درج کاربر',
114 'button.add_project' => 'درج پروژه',
115 'button.add_task' => 'درج وظیفه',
116 'button.add_client' => 'درج مشتری',
117 'button.add_invoice' => 'درج فاکتور',
118 'button.add_option' => 'درج گزینه',
119 'button.add' => 'درج',
120 'button.generate' => 'تولید',
121 'button.reset_password' => 'بازسازی رمزعبور',
122 'button.send' => 'ارسال',
123 'button.send_by_email' => 'ارسال به ایمیل',
124 'button.create_team' => 'ایجاد تیم',
125 'button.export' => 'ایجاد پشتیبان از تیم',
126 'button.import' => 'وارد کردن تیم',
127 'button.close' => 'بستن',
128 'button.stop' => 'توقف',
129 // TODO: translate the following.
130 // 'button.mark_paid' => 'Mark paid',
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.total_hours' => 'مجموع ساعت',
177 'label.total_cost' => 'مجموع هزینه ها',
178 'label.view' => 'نمایش',
179 'label.edit' => 'ویرایش',
180 'label.delete' => 'حذف',
181 'label.configure' => 'پیکربندی',
182 'label.select_all' => 'انتخاب همه',
183 'label.select_none' => 'لغو انتخاب همه',
184 // TODO: translate the following.
185 // 'label.day_view' => 'Day view',
186 // 'label.week_view' => 'Week view',
187 'label.id' => 'شناسه',
188 'label.language' => 'زبان',
189 // TODO: translate the following.
190 // 'label.decimal_mark' => 'Decimal mark',
191 'label.date_format' => 'قالب تاریخ',
192 'label.time_format' => 'قالب زمان',
193 'label.week_start' => 'روز اول هفته',
194 'label.comment' => 'توضیح',
195 'label.status' => 'وضعیت',
196 'label.tax' => 'مالیات',
197 'label.subtotal' => 'جمع جز',
198 'label.total' => 'کل',
199 'label.client_name' => 'نام مشتری',
200 'label.client_address' => 'آدرس مشتری',
201 'label.or' => 'یا',
202 'label.error' => 'خطا',
203 'label.ldap_hint' => '<b>نام کاربری ویندوز</b>و <b>رمزعبور</b>خود را در فیلدهای زیر وارد کنید',
204 'label.required_fields' => '* - فیلد های اجباری',
205 'label.on_behalf' => 'از دیدگاه',
206 'label.role_manager' => '(مدیر)',
207 'label.role_comanager' => '(دستیار مدیر)',
208 'label.role_admin' => '(مدیر ارشد)',
209 // Translate the following.
210 // 'label.page' => 'Page',
211 // 'label.condition' => 'Condition',
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
229 // Form titles.
230 'title.login' => 'ورود',
231 'title.teams' => 'تیم ها',
232 'title.create_team' => 'ایجاد تیم',
233 // TODO: translate the following.
234 // 'title.edit_team' => 'Editing Team',
235 'title.delete_team' => 'حذف تیم',
236 'title.reset_password' => 'بازیابی رمزعبور',
237 'title.change_password' => 'تغییر رمزعبور',
238 'title.time' => 'زمان',
239 'title.edit_time_record' => 'ویرایش رکورد زمان',
240 'title.delete_time_record' => 'حذف رکورد زمان',
241 'title.expenses' => 'هزینه ها',
242 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
243 'title.delete_expense' => 'حذف آیتم هزینه ها',
244 'title.reports' => 'گزارشات',
245 'title.report' => 'گزارش',
246 'title.send_report' => 'ارسال گزارش',
247 'title.invoice' => 'فاکتور',
248 'title.send_invoice' => 'ارسال فاکتور',
249 'title.charts' => 'نمودارها',
250 'title.projects' => 'پروژه ها',
251 'title.add_project' => 'درج پروژه',
252 'title.edit_project' => 'ویرایش پروژه',
253 'title.delete_project' => 'حذف پروژه',
254 'title.tasks' => 'وظایف',
255 'title.add_task' => 'درج وظیفه',
256 'title.edit_task' => 'ویرایش وظیفه',
257 'title.delete_task' => 'حذف وظیفه',
258 'title.users' => 'کاربران',
259 'title.add_user' => 'درج کاربر',
260 'title.edit_user' => 'ویرایش کاربر',
261 'title.delete_user' => 'حذف کاربر',
262 'title.clients' => 'مشتریان',
263 'title.add_client' => 'درج مشتری',
264 'title.edit_client' => 'ویرایش مشتری',
265 'title.delete_client' => 'حذف مشتری',
266 'title.invoices' => 'فاکتورها',
267 'title.add_invoice' => 'درج فاکتور',
268 'title.view_invoice' => 'نمایش فاکتور',
269 'title.delete_invoice' => 'حذف فاکتور',
270 // TODO: translate the following.
271 // 'title.notifications' => 'Notifications',
272 // 'title.add_notification' => 'Adding Notification',
273 // 'title.edit_notification' => 'Editing Notification',
274 // 'title.delete_notification' => 'Deleting Notification',
275 // 'title.monthly_quotas' => 'Monthly Quotas',
276 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم',
277 'title.import' => 'وارد کردن اطلاعات تیم',
278 'title.options' => 'گزینه ها',
279 'title.profile' => 'پروفایل',
280 'title.cf_custom_fields' => 'فیلدهای سفارشی',
281 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
282 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
283 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
284 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
285 'title.cf_add_dropdown_option' => 'درج گزینه',
286 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
287 'title.cf_delete_dropdown_option' => 'حذف گزینه',
288 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
289 // It is also a name for the Locking plugin on the Team profile page.
290 // TODO: translate the following.
291 // 'title.locking' => 'Locking',
292
293 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
294 // Strings that are used in a single form must go to the specific form section.
295 'dropdown.all' => '--- همه ---',
296 'dropdown.no' => '--- هیچکدام ---',
297 // TODO: translate the following.
298 // 'dropdown.current_day' => 'today',
299 // 'dropdown.previous_day' => 'yesterday',
300 // 'dropdown.selected_day' => 'day',
301 'dropdown.current_week' => 'هفته جاری',
302 'dropdown.previous_week' => 'هفته آخر',
303 // TODO: translate the following.
304 // 'dropdown.selected_week' => 'week',
305 'dropdown.current_month' => 'ماه جاری',
306 'dropdown.previous_month' => 'ماه آخر',
307 // TODO: translate the following.
308 // 'dropdown.selected_month' => 'month',
309 'dropdown.current_year' => 'سال جاری',
310 // TODO: translate the following.
311 // 'dropdown.previous_year' => 'previous year',
312 // 'dropdown.selected_year' => 'year',
313 'dropdown.all_time' => 'همه زمان ها',
314 'dropdown.projects' => 'پروژه ها',
315 'dropdown.tasks' => 'وظایف',
316 'dropdown.clients' => 'مشتریان',
317 // TODO: translate the following.
318 // 'dropdown.select' => '--- select ---',
319 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
320 'dropdown.status_active' => 'فعال',
321 'dropdown.status_inactive' => 'غیرفعال',
322 // TODO: translate the following.
323 // 'dropdown.delete'=>'delete',
324 // 'dropdown.do_not_delete'=>'do not delete',
325 // 'dropdown.paid' => 'paid',
326 // 'dropdown.not_paid' => 'not paid',
327
328 // 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.
329 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
330 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
331 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
332
333 // Login form. See example at https://timetracker.anuko.com/login.php.
334 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
335 // TODO: translate form.login.about.
336 '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.',
337
338 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
339 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
340 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
341 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
342 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
343 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
344
345 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
346 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
347
348 // Time form. See example at https://timetracker.anuko.com/time.php.
349 'form.time.duration_format' => '(hh:mm یا 0.0h)',
350 'form.time.billable' => 'قابل پرداخت',
351 'form.time.uncompleted' => 'ناتمام',
352 // TODO: translate the following.
353 // 'form.time.remaining_quota' => 'Remaining quota',
354 // 'form.time.over_quota' => 'Over quota',
355
356 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
357 // TODO: translate form.time_edit.uncompleted. 
358 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
359
360 // Week view form. See example at https://timetracker.anuko.com/week.php.
361 // TODO: translate the following.
362 // 'form.week.new_entry' => 'New entry',
363
364 // Reports form. See example at https://timetracker.anuko.com/reports.php
365 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
366 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
367 'form.reports.include_records' => 'شامل رکوردهای',
368 'form.reports.include_billable' => 'قابل پرداخت',
369 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
370 'form.reports.select_period' => 'انتخاب بازه زمانی',
371 'form.reports.set_period' => 'یا تعیین تاریخ',
372 'form.reports.show_fields' => 'نمایش فیلدها',
373 'form.reports.group_by' => 'گروه بندی شده با',
374 'form.reports.group_by_no' => '--- بدون گروه ---',
375 'form.reports.group_by_date' => 'تاریخ',
376 'form.reports.group_by_user' => 'کاربر',
377 'form.reports.group_by_client' => 'مشتری',
378 'form.reports.group_by_project' => 'پروژه',
379 'form.reports.group_by_task' => 'وظیفه',
380 // TODO: translate form.reports.totals_only. Selecting this option means to print subtotals only for a "grouped by" report.
381 // In other words, items are not printed, only subtotals for grouped items are printed.  
382 'form.reports.totals_only' => 'Totals only',
383
384 // Report form. See example at https://timetracker.anuko.com/report.php
385 // (after generating a report at https://timetracker.anuko.com/reports.php).
386 'form.report.export' => 'پشتیبانی',
387
388 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
389 // (you can get to this form after generating a report).
390 'form.invoice.number' => 'شماره فاکتور',
391 'form.invoice.person' => 'شخص',
392 // TODO: translate the following stings.
393 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
394 // 'form.invoice.invoice_entries' => 'Invoice entries',
395 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
396
397 // Charts form. See example at https://timetracker.anuko.com/charts.php
398 'form.charts.interval' => 'بازه',
399 'form.charts.chart' => 'نمودار',
400
401 // Projects form. See example at https://timetracker.anuko.com/projects.php
402 'form.projects.active_projects' => 'پروژه های فعال',
403 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
404
405 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
406 'form.tasks.active_tasks' => 'وظایف فعال',
407 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
408
409 // Users form. See example at https://timetracker.anuko.com/users.php
410 'form.users.active_users' => 'کاربران فعال',
411 'form.users.inactive_users' => 'کاربران غیرفعال',
412  // TODO: translate the following.
413  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
414 'form.users.role' => 'سمت',
415 'form.users.manager' => 'مدیر',
416 'form.users.comanager' => 'دستیار مدیر',
417 'form.users.rate' => 'نرخ',
418 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
419
420 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
421 // TODO: translate the following.
422 // 'form.client.client_to_delete' => 'Client to delete',
423 // 'form.client.client_entries' => 'Client entries',
424
425 // Clients form. See example at https://timetracker.anuko.com/clients.php
426 'form.clients.active_clients' => 'مشتری های فعال',
427 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
428
429 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
430 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
431 'form.export.compression' => 'فشرده سازی',
432 'form.export.compression_none' => 'هیچ کدام',
433 'form.export.compression_bzip' => 'bzip',
434
435 // Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
436 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml',
437 'form.import.file' => 'انتخاب فایل',
438 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
439
440 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
441 // TODO: translate form.teams.hint.
442 '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).',
443
444 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
445 'form.profile.12_hours' => '12 ساعت',
446 'form.profile.24_hours' => '24 ساعت',
447 'form.profile.tracking_mode' => 'حالت رهگیری',
448 'form.profile.mode_time' => 'زمان',
449 'form.profile.mode_projects' => 'پروژه ها',
450 'form.profile.mode_projects_and_tasks' => 'پروژه ها و وظایف',
451 'form.profile.record_type' => 'نوع رکورد',
452 'form.profile.type_all' => 'همه',
453 'form.profile.type_start_finish' => 'شروع و اتمام',
454 'form.profile.type_duration' => 'مدت زمان',
455 'form.profile.plugins' => 'پلاگین ها',
456
457 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
458 'form.mail.from' => 'از',
459 'form.mail.to' => 'به',
460 'form.mail.report_subject' => 'گزارش تایم شیت',
461 // TODO: translate form.mail.footer.
462 // '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.',
463 'form.mail.report_sent' => 'گزارش ارسال شد.',
464 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
465
466 // Quotas configuration form.
467 // TODO: translate the following.
468 // 'form.quota.year' => 'Year',
469 // 'form.quota.month' => 'Month',
470 // 'form.quota.quota' => 'Quota',
471 // 'form.quota.workday_hours' => 'Hours in a work day',
472 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
473 );