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