Work in progress on roles. Implemented role delete.
[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' => 'درج',
116 'button.generate' => 'تولید',
117 'button.reset_password' => 'بازسازی رمزعبور',
118 'button.send' => 'ارسال',
119 'button.send_by_email' => 'ارسال به ایمیل',
120 'button.create_team' => 'ایجاد تیم',
121 'button.export' => 'ایجاد پشتیبان از تیم',
122 'button.import' => 'وارد کردن تیم',
123 'button.close' => 'بستن',
124 'button.stop' => 'توقف',
125
126 // Labels for controls on forms. Labels in this section are used on multiple forms.
127 'label.team_name' => 'نام تیم',
128 'label.address' => 'آدرس',
129 'label.currency' => 'واحد پول',
130 'label.manager_name' => 'نام مدیر',
131 'label.manager_login' => 'نام کاربری مدیر',
132 'label.person_name' => 'نام',
133 'label.thing_name' => 'نام',
134 'label.login' => 'نام کاربری',
135 'label.password' => 'رمز عبور',
136 'label.confirm_password' => 'تکرار رمزعبور',
137 'label.email' => 'ایمیل',
138 'label.cc' => 'کپی',
139 // TODO: translate the following.
140 // 'label.bcc' => 'Bcc',
141 'label.subject' => 'موضوع',
142 'label.date' => 'تاریخ',
143 'label.start_date' => 'تاریخ شروع',
144 'label.end_date' => 'تاریخ اتمام',
145 'label.user' => 'کاربر',
146 'label.users' => 'کاربران',
147 // TODO: translate the following.
148 // 'label.roles' => 'Roles',
149 'label.client' => 'مشتری',
150 'label.clients' => 'مشتریان',
151 // TODO: translate the following.
152 // 'label.option' => 'Option',
153 'label.invoice' => 'فاکتور',
154 'label.project' => 'پروژه',
155 'label.projects' => 'پروژه ها',
156 'label.task' => 'وظیفه',
157 'label.tasks' => 'وظیفه ها',
158 'label.description' => 'شرح',
159 'label.start' => 'شروع',
160 'label.finish' => 'اتمام',
161 'label.duration' => 'مدت زمان',
162 'label.note' => 'توضیح',
163 // TODO: translate the following.
164 // 'label.notes' => 'Notes',
165 'label.item' => 'آیتم',
166 'label.cost' => 'هزینه',
167 'label.day_total' => 'کل روز',
168 'label.week_total' => 'کل هفته',
169 // TODO: translate the following.
170 // 'label.month_total' => 'Month total',
171 'label.today' => 'امروز',
172 'label.view' => 'نمایش',
173 'label.edit' => 'ویرایش',
174 'label.delete' => 'حذف',
175 'label.configure' => 'پیکربندی',
176 'label.select_all' => 'انتخاب همه',
177 'label.select_none' => 'لغو انتخاب همه',
178 // TODO: translate the following.
179 // 'label.day_view' => 'Day view',
180 // 'label.week_view' => 'Week view',
181 'label.id' => 'شناسه',
182 'label.language' => 'زبان',
183 // TODO: translate the following.
184 // 'label.decimal_mark' => 'Decimal mark',
185 'label.date_format' => 'قالب تاریخ',
186 'label.time_format' => 'قالب زمان',
187 'label.week_start' => 'روز اول هفته',
188 'label.comment' => 'توضیح',
189 'label.status' => 'وضعیت',
190 'label.tax' => 'مالیات',
191 'label.subtotal' => 'جمع جز',
192 'label.total' => 'کل',
193 'label.client_name' => 'نام مشتری',
194 'label.client_address' => 'آدرس مشتری',
195 'label.or' => 'یا',
196 'label.error' => 'خطا',
197 'label.ldap_hint' => '<b>نام کاربری ویندوز</b>و <b>رمزعبور</b>خود را در فیلدهای زیر وارد کنید',
198 'label.required_fields' => '* - فیلد های اجباری',
199 'label.on_behalf' => 'از دیدگاه',
200 'label.role_manager' => '(مدیر)',
201 'label.role_comanager' => '(دستیار مدیر)',
202 'label.role_admin' => '(مدیر ارشد)',
203 // Translate the following.
204 // 'label.page' => 'Page',
205 // 'label.condition' => 'Condition',
206 // 'label.yes' => 'yes',
207 // 'label.no' => 'no',
208 // Labels for plugins (extensions to Time Tracker that provide additional features).
209 'label.custom_fields' => 'فیلدهای سفارشی',
210 // Translate the following.
211 // 'label.monthly_quotas' => 'Monthly quotas',
212 'label.type' => 'نوع',
213 'label.type_dropdown' => 'منو کشویی',
214 'label.type_text' => 'متن',
215 'label.required' => 'اجباری',
216 'label.fav_report' => 'گزارش های برگزیده',
217 // TODO: translate the following.
218 // 'label.cron_schedule' => 'Cron schedule',
219 // 'label.what_is_it' => 'What is it?',
220 // 'label.expense' => 'Expense',
221 // 'label.quantity' => 'Quantity',
222 // 'label.paid_status' => 'Paid status',
223 // 'label.paid' => 'Paid',
224 // 'label.mark_paid' => 'Mark paid',
225 // 'label.week_note' => 'Week note',
226 // 'label.week_list' => 'Week list',
227
228 // Form titles.
229 'title.login' => 'ورود',
230 'title.teams' => 'تیم ها',
231 'title.create_team' => 'ایجاد تیم',
232 // TODO: translate the following.
233 // 'title.edit_team' => 'Editing Team',
234 'title.delete_team' => 'حذف تیم',
235 'title.reset_password' => 'بازیابی رمزعبور',
236 'title.change_password' => 'تغییر رمزعبور',
237 'title.time' => 'زمان',
238 'title.edit_time_record' => 'ویرایش رکورد زمان',
239 'title.delete_time_record' => 'حذف رکورد زمان',
240 'title.expenses' => 'هزینه ها',
241 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
242 'title.delete_expense' => 'حذف آیتم هزینه ها',
243 'title.reports' => 'گزارشات',
244 'title.report' => 'گزارش',
245 'title.send_report' => 'ارسال گزارش',
246 'title.invoice' => 'فاکتور',
247 'title.send_invoice' => 'ارسال فاکتور',
248 'title.charts' => 'نمودارها',
249 'title.projects' => 'پروژه ها',
250 'title.add_project' => 'درج پروژه',
251 'title.edit_project' => 'ویرایش پروژه',
252 'title.delete_project' => 'حذف پروژه',
253 'title.tasks' => 'وظایف',
254 'title.add_task' => 'درج وظیفه',
255 'title.edit_task' => 'ویرایش وظیفه',
256 'title.delete_task' => 'حذف وظیفه',
257 'title.users' => 'کاربران',
258 'title.add_user' => 'درج کاربر',
259 'title.edit_user' => 'ویرایش کاربر',
260 'title.delete_user' => 'حذف کاربر',
261 // TODO: translate the following.
262 // 'title.roles' => 'Roles',
263 // 'title.add_role' => 'Adding Role',
264 // 'title.edit_role' => 'Editing Role',
265 // 'title.delete_role' => 'Deleting Role',
266 'title.clients' => 'مشتریان',
267 'title.add_client' => 'درج مشتری',
268 'title.edit_client' => 'ویرایش مشتری',
269 'title.delete_client' => 'حذف مشتری',
270 'title.invoices' => 'فاکتورها',
271 'title.add_invoice' => 'درج فاکتور',
272 'title.view_invoice' => 'نمایش فاکتور',
273 'title.delete_invoice' => 'حذف فاکتور',
274 // TODO: translate the following.
275 // 'title.notifications' => 'Notifications',
276 // 'title.add_notification' => 'Adding Notification',
277 // 'title.edit_notification' => 'Editing Notification',
278 // 'title.delete_notification' => 'Deleting Notification',
279 // 'title.monthly_quotas' => 'Monthly Quotas',
280 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم',
281 'title.import' => 'وارد کردن اطلاعات تیم',
282 'title.options' => 'گزینه ها',
283 'title.profile' => 'پروفایل',
284 'title.cf_custom_fields' => 'فیلدهای سفارشی',
285 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
286 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
287 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
288 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
289 'title.cf_add_dropdown_option' => 'درج گزینه',
290 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
291 'title.cf_delete_dropdown_option' => 'حذف گزینه',
292 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
293 // It is also a name for the Locking plugin on the Team profile page.
294 // TODO: translate the following.
295 // 'title.locking' => 'Locking',
296 // 'title.week_view' => 'Week View',
297
298 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
299 // Strings that are used in a single form must go to the specific form section.
300 'dropdown.all' => '--- همه ---',
301 'dropdown.no' => '--- هیچکدام ---',
302 // TODO: translate the following.
303 // 'dropdown.current_day' => 'today',
304 // 'dropdown.previous_day' => 'yesterday',
305 // 'dropdown.selected_day' => 'day',
306 'dropdown.current_week' => 'هفته جاری',
307 'dropdown.previous_week' => 'هفته آخر',
308 // TODO: translate the following.
309 // 'dropdown.selected_week' => 'week',
310 'dropdown.current_month' => 'ماه جاری',
311 'dropdown.previous_month' => 'ماه آخر',
312 // TODO: translate the following.
313 // 'dropdown.selected_month' => 'month',
314 'dropdown.current_year' => 'سال جاری',
315 // TODO: translate the following.
316 // 'dropdown.previous_year' => 'previous year',
317 // 'dropdown.selected_year' => 'year',
318 'dropdown.all_time' => 'همه زمان ها',
319 'dropdown.projects' => 'پروژه ها',
320 'dropdown.tasks' => 'وظایف',
321 'dropdown.clients' => 'مشتریان',
322 // TODO: translate the following.
323 // 'dropdown.select' => '--- select ---',
324 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
325 'dropdown.status_active' => 'فعال',
326 'dropdown.status_inactive' => 'غیرفعال',
327 // TODO: translate the following.
328 // 'dropdown.delete' => 'delete',
329 // 'dropdown.do_not_delete' => 'do not delete',
330 // 'dropdown.paid' => 'paid',
331 // 'dropdown.not_paid' => 'not paid',
332
333 // 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.
334 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
335 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
336 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
337
338 // Login form. See example at https://timetracker.anuko.com/login.php.
339 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
340 // TODO: translate form.login.about.
341 '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.',
342
343 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
344 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
345 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
346 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
347 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
348 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
349
350 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
351 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
352
353 // Time form. See example at https://timetracker.anuko.com/time.php.
354 'form.time.duration_format' => '(hh:mm یا 0.0h)',
355 'form.time.billable' => 'قابل پرداخت',
356 'form.time.uncompleted' => 'ناتمام',
357 // TODO: translate the following.
358 // 'form.time.remaining_quota' => 'Remaining quota',
359 // 'form.time.over_quota' => 'Over quota',
360
361 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
362 // TODO: translate form.time_edit.uncompleted. 
363 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
364
365 // Week view form. See example at https://timetracker.anuko.com/week.php.
366 // TODO: translate the following.
367 // 'form.week.new_entry' => 'New entry',
368
369 // Reports form. See example at https://timetracker.anuko.com/reports.php
370 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
371 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
372 'form.reports.include_billable' => 'قابل پرداخت',
373 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
374 'form.reports.select_period' => 'انتخاب بازه زمانی',
375 'form.reports.set_period' => 'یا تعیین تاریخ',
376 'form.reports.show_fields' => 'نمایش فیلدها',
377 'form.reports.group_by' => 'گروه بندی شده با',
378 'form.reports.group_by_no' => '--- بدون گروه ---',
379 'form.reports.group_by_date' => 'تاریخ',
380 'form.reports.group_by_user' => 'کاربر',
381 'form.reports.group_by_client' => 'مشتری',
382 'form.reports.group_by_project' => 'پروژه',
383 'form.reports.group_by_task' => 'وظیفه',
384 // TODO: translate form.reports.totals_only. Selecting this option means to print subtotals only for a "grouped by" report.
385 // In other words, items are not printed, only subtotals for grouped items are printed.  
386 // 'form.reports.totals_only' => 'Totals only',
387
388 // Report form. See example at https://timetracker.anuko.com/report.php
389 // (after generating a report at https://timetracker.anuko.com/reports.php).
390 'form.report.export' => 'پشتیبانی',
391 // TODO: translate the following.
392 // 'form.report.assign_to_invoice' => 'Assign to invoice',
393
394 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
395 // (you can get to this form after generating a report).
396 'form.invoice.number' => 'شماره فاکتور',
397 'form.invoice.person' => 'شخص',
398
399 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
400 // TODO: translate the following stings.
401 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
402 // 'form.invoice.invoice_entries' => 'Invoice entries',
403 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
404
405 // Charts form. See example at https://timetracker.anuko.com/charts.php
406 'form.charts.interval' => 'بازه',
407 'form.charts.chart' => 'نمودار',
408
409 // Projects form. See example at https://timetracker.anuko.com/projects.php
410 'form.projects.active_projects' => 'پروژه های فعال',
411 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
412
413 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
414 'form.tasks.active_tasks' => 'وظایف فعال',
415 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
416
417 // Users form. See example at https://timetracker.anuko.com/users.php
418 'form.users.active_users' => 'کاربران فعال',
419 'form.users.inactive_users' => 'کاربران غیرفعال',
420  // TODO: translate the following.
421  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
422 'form.users.role' => 'سمت',
423 'form.users.manager' => 'مدیر',
424 'form.users.comanager' => 'دستیار مدیر',
425 'form.users.rate' => 'نرخ',
426 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
427
428 // Roles form. See example at https://timetracker.anuko.com/roles.php
429 // TODO: translate the following.
430 // 'form.roles.active_roles' => 'Active Roles',
431 // 'form.roles.inactive_roles' => 'Inactive Roles',
432 // 'form.roles.rights' => 'Rights',
433
434 // Clients form. See example at https://timetracker.anuko.com/clients.php
435 'form.clients.active_clients' => 'مشتری های فعال',
436 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
437
438 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
439 // TODO: translate the following.
440 // 'form.client.client_to_delete' => 'Client to delete',
441 // 'form.client.client_entries' => 'Client entries',
442
443 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
444 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
445 'form.export.compression' => 'فشرده سازی',
446 'form.export.compression_none' => 'هیچ کدام',
447 'form.export.compression_bzip' => 'bzip',
448
449 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
450 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml',
451 'form.import.file' => 'انتخاب فایل',
452 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
453
454 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
455 // TODO: translate form.teams.hint.
456 '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).',
457
458 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
459 'form.profile.12_hours' => '12 ساعت',
460 'form.profile.24_hours' => '24 ساعت',
461 // TODO: translate the following.
462 // 'form.profile.show_holidays' => 'Show holidays',
463 'form.profile.tracking_mode' => 'حالت رهگیری',
464 'form.profile.mode_time' => 'زمان',
465 'form.profile.mode_projects' => 'پروژه ها',
466 'form.profile.mode_projects_and_tasks' => 'پروژه ها و وظایف',
467 'form.profile.record_type' => 'نوع رکورد',
468 'form.profile.type_all' => 'همه',
469 'form.profile.type_start_finish' => 'شروع و اتمام',
470 'form.profile.type_duration' => 'مدت زمان',
471 // TODO: translate the following.
472 // 'form.profile.punch_mode' => 'Punch mode',
473 // 'form.profile.allow_overlap' => 'Allow overlap',
474 // 'form.profile.future_entries' => 'Future entries',
475 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
476 'form.profile.plugins' => 'پلاگین ها',
477
478 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
479 'form.mail.from' => 'از',
480 'form.mail.to' => 'به',
481 'form.mail.report_subject' => 'گزارش تایم شیت',
482 // TODO: translate form.mail.footer.
483 // '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.',
484 'form.mail.report_sent' => 'گزارش ارسال شد.',
485 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
486
487 // Quotas configuration form.
488 // TODO: translate the following.
489 // 'form.quota.year' => 'Year',
490 // 'form.quota.month' => 'Month',
491 // 'form.quota.quota' => 'Quota',
492 // 'form.quota.workday_hours' => 'Hours in a work day',
493 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
494
495 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
496 // TODO: translate the following.
497 // 'role.user.label' => 'User',
498 // 'role.user.low_case_label' => 'user',
499 // 'role.user.description' => 'A regular member without management rights.',
500 // 'role.client.label' => 'Client',
501 // 'role.client.low_case_label' => 'client',
502 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
503 // 'role.supervisor.label' => 'Supervisor',
504 // 'role.supervisor.low_case_label' => 'supervisor',
505 // 'role.supervisor.description' => 'A person with a small set of management rights.',
506 // 'role.comanager.label' => 'Co-manager',
507 // 'role.comanager.low_case_label' => 'co-manager',
508 // 'role.comanager.description' => 'A person with a big set of management functions.',
509 // 'role.manager.label' => 'Manager',
510 // 'role.manager.low_case_label' => 'manager',
511 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
512 // 'role.top_manager.label' => 'Top manager',
513 // 'role.top_manager.low_case_label' => 'top manager',
514 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
515 // 'role.admin.label' => 'Administrator',
516 // 'role.admin.low_case_label' => 'administrator',
517 // 'role.admin.description' => 'Site adminsitrator.',
518 );