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