3095a87e48ce196c3f2dce843efa40560910d4fe
[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
37 $i18n_key_words = array(
38 '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.
39
40 // Menus - short selection strings that are displayed on top of application web pages.
41 // Example: https://timetracker.anuko.com (black menu on top).
42 'menu.login' => 'ورود',
43 'menu.logout' => 'خروج',
44 'menu.forum' => 'فروم',
45 'menu.help' => 'راهنما',
46 // TODO: translate the following.
47 // 'menu.register' => 'Register',
48 'menu.profile' => 'پروفايل',
49 // TODO: translate the following.
50 // 'menu.group' => 'Group',
51 'menu.plugins' => 'پلاگین ها',
52 'menu.time' => 'زمان',
53 // TODO: translate the following.
54 // 'menu.week' => 'Week',
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 // TODO: translate the following.
127 // 'error.file_storage' => 'File storage error.',
128
129 // Warning messages.
130 // TODO: translate the following.
131 // 'warn.sure' => 'Are you sure?',
132 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
133
134 // Success messages.
135 // TODO: translate the following.
136 // 'msg.success' => 'Operation completed successfully.',
137
138 // Labels for buttons.
139 'button.login' => 'ورود',
140 'button.now' => 'هم اکنون',
141 'button.save' => 'ذخیره',
142 'button.copy' => 'کپی',
143 'button.cancel' => 'لغو',
144 'button.submit' => 'ثبت',
145 'button.add' => 'درج',
146 'button.delete' => 'حذف',
147 'button.generate' => 'تولید',
148 'button.reset_password' => 'بازسازی رمزعبور',
149 'button.send' => 'ارسال',
150 'button.send_by_email' => 'ارسال به ایمیل',
151 'button.create_group' => 'ایجاد تیم', // TODO: replace "team" with "group".
152 'button.export' => 'ایجاد پشتیبان از تیم', // TODO: replace "team" with "group".
153 'button.import' => 'وارد کردن تیم', // TODO: replace "team" with "group".
154 'button.close' => 'بستن',
155 'button.stop' => 'توقف',
156 // TODO: translate the following.
157 // 'button.approve' => 'Approve',
158 // 'button.disapprove' => 'Disapprove',
159
160 // Labels for controls on forms. Labels in this section are used on multiple forms.
161 'label.group_name' => 'نام تیم', // TODO: replace "team" with "group".
162 'label.address' => 'آدرس',
163 'label.currency' => 'واحد پول',
164 'label.manager_name' => 'نام مدیر',
165 'label.manager_login' => 'نام کاربری مدیر',
166 'label.person_name' => 'نام',
167 'label.thing_name' => 'نام',
168 'label.login' => 'نام کاربری',
169 'label.password' => 'رمز عبور',
170 'label.confirm_password' => 'تکرار رمزعبور',
171 'label.email' => 'ایمیل',
172 'label.cc' => 'کپی',
173 // TODO: translate the following.
174 // 'label.bcc' => 'Bcc',
175 'label.subject' => 'موضوع',
176 'label.date' => 'تاریخ',
177 'label.start_date' => 'تاریخ شروع',
178 'label.end_date' => 'تاریخ اتمام',
179 'label.user' => 'کاربر',
180 'label.users' => 'کاربران',
181 // TODO: translate the following.
182 // 'label.group' => 'Group',
183 // 'label.subgroups' => 'Subgroups',
184 // 'label.roles' => 'Roles',
185 'label.client' => 'مشتری',
186 'label.clients' => 'مشتریان',
187 // TODO: translate the following.
188 // 'label.option' => 'Option',
189 'label.invoice' => 'فاکتور',
190 'label.project' => 'پروژه',
191 'label.projects' => 'پروژه ها',
192 'label.task' => 'وظیفه',
193 'label.tasks' => 'وظیفه ها',
194 'label.description' => 'شرح',
195 'label.start' => 'شروع',
196 'label.finish' => 'اتمام',
197 'label.duration' => 'مدت زمان',
198 'label.note' => 'توضیح',
199 // TODO: translate the following.
200 // 'label.notes' => 'Notes',
201 'label.item' => 'آیتم',
202 'label.cost' => 'هزینه',
203 // TODO: translate the following.
204 // 'label.ip' => 'IP',
205 'label.day_total' => 'کل روز',
206 'label.week_total' => 'کل هفته',
207 // TODO: translate the following.
208 // 'label.month_total' => 'Month total',
209 'label.today' => 'امروز',
210 'label.view' => 'نمایش',
211 'label.edit' => 'ویرایش',
212 'label.delete' => 'حذف',
213 'label.configure' => 'پیکربندی',
214 'label.select_all' => 'انتخاب همه',
215 'label.select_none' => 'لغو انتخاب همه',
216 // TODO: translate the following.
217 // 'label.day_view' => 'Day view',
218 // 'label.week_view' => 'Week view',
219 'label.id' => 'شناسه',
220 'label.language' => 'زبان',
221 // TODO: translate the following.
222 // 'label.decimal_mark' => 'Decimal mark',
223 'label.date_format' => 'قالب تاریخ',
224 'label.time_format' => 'قالب زمان',
225 'label.week_start' => 'روز اول هفته',
226 'label.comment' => 'توضیح',
227 'label.status' => 'وضعیت',
228 'label.tax' => 'مالیات',
229 'label.subtotal' => 'جمع جز',
230 'label.total' => 'کل',
231 'label.client_name' => 'نام مشتری',
232 'label.client_address' => 'آدرس مشتری',
233 'label.or' => 'یا',
234 'label.error' => 'خطا',
235 'label.ldap_hint' => '<b>نام کاربری ویندوز</b>و <b>رمزعبور</b>خود را در فیلدهای زیر وارد کنید',
236 'label.required_fields' => '* - فیلد های اجباری',
237 'label.on_behalf' => 'از دیدگاه',
238 'label.role_manager' => '(مدیر)',
239 'label.role_comanager' => '(دستیار مدیر)',
240 'label.role_admin' => '(مدیر ارشد)',
241 // Translate the following.
242 // 'label.page' => 'Page',
243 // 'label.condition' => 'Condition',
244 // 'label.yes' => 'yes',
245 // 'label.no' => 'no',
246 // Labels for plugins (extensions to Time Tracker that provide additional features).
247 'label.custom_fields' => 'فیلدهای سفارشی',
248 // Translate the following.
249 // 'label.monthly_quotas' => 'Monthly quotas',
250 // TODO: translate the following.
251 // 'label.entity' => 'Entity',
252 'label.type' => 'نوع',
253 'label.type_dropdown' => 'منو کشویی',
254 'label.type_text' => 'متن',
255 'label.required' => 'اجباری',
256 'label.fav_report' => 'گزارش های برگزیده',
257 // TODO: translate the following.
258 // 'label.schedule' => 'Schedule',
259 // 'label.what_is_it' => 'What is it?',
260 // 'label.expense' => 'Expense',
261 // 'label.quantity' => 'Quantity',
262 // 'label.paid_status' => 'Paid status',
263 // 'label.paid' => 'Paid',
264 // 'label.mark_paid' => 'Mark paid',
265 // 'label.week_menu' => 'Week menu',
266 // 'label.week_note' => 'Week note',
267 // 'label.week_list' => 'Week list',
268 // 'label.work_units' => 'Work units',
269 // 'label.work_units_short' => 'Units',
270 // 'label.totals_only' => 'Totals only',
271 // 'label.quota' => 'Quota',
272 // 'label.timesheet' => 'Timesheet',
273 // 'label.submitted' => 'Submitted',
274 // 'label.approved' => 'Approved',
275 // 'label.approval' => 'Report approval',
276 // 'label.mark_approved' => 'Mark approved',
277 // 'label.template' => 'Template',
278 // 'label.attachments' => 'Attachments',
279 // 'label.files' => 'Files',
280 // 'label.file' => 'File',
281 // 'label.image' => 'Image',
282 // 'label.download' => 'Download',
283 'label.active_users' => 'کاربران فعال',
284 'label.inactive_users' => 'کاربران غیرفعال',
285
286 // Form titles.
287 'title.error' => 'خطا',
288 // TODO: Translate the following.
289 // 'title.success' => 'Success',
290 'title.login' => 'ورود',
291 'title.groups' => 'تیم ها', // TODO: change "teams" to "groups".
292 // TODO: translate the following.
293 // 'title.subgroups' => 'Subgroups',
294 // 'title.add_group' => 'Adding Group',
295 // 'title.edit_group' => 'Editing Group',
296 'title.delete_group' => 'حذف تیم', // TODO: change "team" to "group".
297 'title.reset_password' => 'بازیابی رمزعبور',
298 'title.change_password' => 'تغییر رمزعبور',
299 'title.time' => 'زمان',
300 'title.edit_time_record' => 'ویرایش رکورد زمان',
301 'title.delete_time_record' => 'حذف رکورد زمان',
302 // TODO: Translate the following.
303 // 'title.time_files' => 'Time Record Files',
304 'title.expenses' => 'هزینه ها',
305 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
306 'title.delete_expense' => 'حذف آیتم هزینه ها',
307 'title.reports' => 'گزارشات',
308 'title.report' => 'گزارش',
309 'title.send_report' => 'ارسال گزارش',
310 // TODO: Translate the following.
311 // 'title.timesheets' => 'Timesheets',
312 // 'title.timesheet' => 'Timesheet',
313 // 'title.timesheet_files' => 'Timesheet Files',
314 'title.invoice' => 'فاکتور',
315 'title.send_invoice' => 'ارسال فاکتور',
316 'title.charts' => 'نمودارها',
317 'title.projects' => 'پروژه ها',
318 // TODO: translate the following.
319 // 'title.project_files' => 'Project Files',
320 'title.add_project' => 'درج پروژه',
321 'title.edit_project' => 'ویرایش پروژه',
322 'title.delete_project' => 'حذف پروژه',
323 'title.tasks' => 'وظایف',
324 'title.add_task' => 'درج وظیفه',
325 'title.edit_task' => 'ویرایش وظیفه',
326 'title.delete_task' => 'حذف وظیفه',
327 'title.users' => 'کاربران',
328 'title.add_user' => 'درج کاربر',
329 'title.edit_user' => 'ویرایش کاربر',
330 'title.delete_user' => 'حذف کاربر',
331 // TODO: translate the following.
332 // 'title.roles' => 'Roles',
333 // 'title.add_role' => 'Adding Role',
334 // 'title.edit_role' => 'Editing Role',
335 // 'title.delete_role' => 'Deleting Role',
336 'title.clients' => 'مشتریان',
337 'title.add_client' => 'درج مشتری',
338 'title.edit_client' => 'ویرایش مشتری',
339 'title.delete_client' => 'حذف مشتری',
340 'title.invoices' => 'فاکتورها',
341 'title.add_invoice' => 'درج فاکتور',
342 'title.view_invoice' => 'نمایش فاکتور',
343 'title.delete_invoice' => 'حذف فاکتور',
344 // TODO: translate the following.
345 // 'title.notifications' => 'Notifications',
346 // 'title.add_notification' => 'Adding Notification',
347 // 'title.edit_notification' => 'Editing Notification',
348 // 'title.delete_notification' => 'Deleting Notification',
349 // 'title.add_timesheet' => 'Adding Timesheet',
350 // 'title.edit_timesheet' => 'Editing Timesheet',
351 // 'title.delete_timesheet' => 'Deleting Timesheet',
352 // 'title.monthly_quotas' => 'Monthly Quotas',
353 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم', // TODO: replace "team" with "group".
354 'title.import' => 'وارد کردن اطلاعات تیم', // TODO: replace "team" with "group".
355 'title.options' => 'گزینه ها',
356 // TODO: translate the following.
357 // 'title.display_options' => 'Display Options',
358 'title.profile' => 'پروفایل',
359 'title.plugins' => 'پلاگین ها',
360 'title.cf_custom_fields' => 'فیلدهای سفارشی',
361 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
362 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
363 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
364 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
365 'title.cf_add_dropdown_option' => 'درج گزینه',
366 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
367 'title.cf_delete_dropdown_option' => 'حذف گزینه',
368 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
369 // It is also a name for the Locking plugin on the group settings page.
370 // TODO: translate the following.
371 // 'title.locking' => 'Locking',
372 // 'title.week_view' => 'Week View',
373 // 'title.swap_roles' => 'Swapping Roles',
374 // 'title.work_units' => 'Work Units',
375 // 'title.templates' => 'Templates',
376 // 'title.add_template' => 'Adding Template',
377 // 'title.edit_template' => 'Editing Template',
378 // 'title.delete_template' => 'Deleting Template',
379 // 'title.edit_file' => 'Editing File',
380 // 'title.delete_file' => 'Deleting File',
381 // 'title.download_file' => 'Downloading File',
382 // 'title.work' => 'Work',
383 // 'title.add_work' => 'Adding Work',
384 // 'title.edit_work' => 'Editing Work',
385 // 'title.delete_work' => 'Deleting Work',
386 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
387 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
388
389 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
390 // Strings that are used in a single form must go to the specific form section.
391 'dropdown.all' => '--- همه ---',
392 'dropdown.no' => '--- هیچکدام ---',
393 // TODO: translate the following.
394 // 'dropdown.current_day' => 'today',
395 // 'dropdown.previous_day' => 'yesterday',
396 // 'dropdown.selected_day' => 'day',
397 'dropdown.current_week' => 'هفته جاری',
398 'dropdown.previous_week' => 'هفته آخر',
399 // TODO: translate the following.
400 // 'dropdown.selected_week' => 'week',
401 'dropdown.current_month' => 'ماه جاری',
402 'dropdown.previous_month' => 'ماه آخر',
403 // TODO: translate the following.
404 // 'dropdown.selected_month' => 'month',
405 'dropdown.current_year' => 'سال جاری',
406 // TODO: translate the following.
407 // 'dropdown.previous_year' => 'previous year',
408 // 'dropdown.selected_year' => 'year',
409 'dropdown.all_time' => 'همه زمان ها',
410 // TODO: translate the following.
411 // 'dropdown.time' => 'time',
412 // 'dropdown.user' => 'user',
413 'dropdown.projects' => 'پروژه ها',
414 'dropdown.tasks' => 'وظایف',
415 'dropdown.clients' => 'مشتریان',
416 // TODO: translate the following.
417 // 'dropdown.select' => '--- select ---',
418 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
419 // TODO: translate the following.
420 // 'dropdown.select_timesheet' => '--- select timesheet ---',
421 'dropdown.status_active' => 'فعال',
422 'dropdown.status_inactive' => 'غیرفعال',
423 // TODO: translate the following.
424 // 'dropdown.delete' => 'delete',
425 // 'dropdown.do_not_delete' => 'do not delete',
426 // 'dropdown.approved' => 'approved',
427 // 'dropdown.not_approved' => 'not approved',
428 // 'dropdown.paid' => 'paid',
429 // 'dropdown.not_paid' => 'not paid',
430
431 // 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.
432 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
433 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
434 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
435
436 // Login form. See example at https://timetracker.anuko.com/login.php.
437 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
438 // TODO: translate form.login.about.
439 '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.',
440
441 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
442 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
443 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
444 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
445 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
446 // TODO: English string has changed. "from IP added. Re-translate the beginning.
447 // '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",
448 // Older translation is below.
449 // 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
450
451 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
452 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
453
454 // Time form. See example at https://timetracker.anuko.com/time.php.
455 'form.time.duration_format' => '(hh:mm یا 0.0h)',
456 'form.time.billable' => 'قابل پرداخت',
457 'form.time.uncompleted' => 'ناتمام',
458 // TODO: translate the following.
459 // 'form.time.remaining_quota' => 'Remaining quota',
460 // 'form.time.over_quota' => 'Over quota',
461 // 'form.time.remaining_balance' => 'Remaining balance',
462 // 'form.time.over_balance' => 'Over balance',
463
464 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
465 // TODO: translate form.time_edit.uncompleted. 
466 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
467
468 // Week view form. See example at https://timetracker.anuko.com/week.php.
469 // TODO: translate the following.
470 // 'form.week.new_entry' => 'New entry',
471
472 // Reports form. See example at https://timetracker.anuko.com/reports.php
473 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
474 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
475 'form.reports.include_billable' => 'قابل پرداخت',
476 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
477 // TODO: translate the following.
478 // 'form.reports.include_invoiced' => 'invoiced',
479 // 'form.reports.include_not_invoiced' => 'not invoiced',
480 // 'form.reports.include_assigned' => 'assigned',
481 // 'form.reports.include_not_assigned' => 'not assigned',
482 // 'form.reports.include_pending' => 'pending',
483 'form.reports.select_period' => 'انتخاب بازه زمانی',
484 'form.reports.set_period' => 'یا تعیین تاریخ',
485 'form.reports.show_fields' => 'نمایش فیلدها',
486 'form.reports.group_by' => 'گروه بندی شده با',
487 'form.reports.group_by_no' => '--- بدون گروه ---',
488 'form.reports.group_by_date' => 'تاریخ',
489 'form.reports.group_by_user' => 'کاربر',
490 'form.reports.group_by_client' => 'مشتری',
491 'form.reports.group_by_project' => 'پروژه',
492 'form.reports.group_by_task' => 'وظیفه',
493
494 // Report form. See example at https://timetracker.anuko.com/report.php
495 // (after generating a report at https://timetracker.anuko.com/reports.php).
496 'form.report.export' => 'پشتیبانی',
497 // TODO: translate the following.
498 // 'form.report.assign_to_invoice' => 'Assign to invoice',
499 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
500
501 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
502 // TODO: translate the following.
503 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
504 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
505
506 // Templates form. See example at https://timetracker.anuko.com/templates.php
507 // TODO: translate the following.
508 // 'form.templates.active_templates' => 'Active Templates',
509 // 'form.templates.inactive_templates' => 'Inactive Templates',
510
511 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
512 // (you can get to this form after generating a report).
513 'form.invoice.number' => 'شماره فاکتور',
514 'form.invoice.person' => 'شخص',
515
516 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
517 // TODO: translate the following stings.
518 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
519 // 'form.invoice.invoice_entries' => 'Invoice entries',
520 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
521
522 // Charts form. See example at https://timetracker.anuko.com/charts.php
523 'form.charts.interval' => 'بازه',
524 'form.charts.chart' => 'نمودار',
525
526 // Projects form. See example at https://timetracker.anuko.com/projects.php
527 'form.projects.active_projects' => 'پروژه های فعال',
528 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
529
530 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
531 'form.tasks.active_tasks' => 'وظایف فعال',
532 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
533
534 // Users form. See example at https://timetracker.anuko.com/users.php
535  // TODO: translate the following.
536  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
537 'form.users.role' => 'سمت',
538 'form.users.manager' => 'مدیر',
539 'form.users.comanager' => 'دستیار مدیر',
540 'form.users.rate' => 'نرخ',
541 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
542
543 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
544 // TODO: translate the following.
545 // 'form.user_edit.swap_roles' => 'Swap roles',
546
547 // Roles form. See example at https://timetracker.anuko.com/roles.php
548 // TODO: translate the following.
549 // 'form.roles.active_roles' => 'Active Roles',
550 // 'form.roles.inactive_roles' => 'Inactive Roles',
551 // 'form.roles.rank' => 'Rank',
552 // 'form.roles.rights' => 'Rights',
553 // 'form.roles.assigned' => 'Assigned',
554 // 'form.roles.not_assigned' => 'Not assigned',
555
556 // Clients form. See example at https://timetracker.anuko.com/clients.php
557 'form.clients.active_clients' => 'مشتری های فعال',
558 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
559
560 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
561 // TODO: translate the following.
562 // 'form.client.client_to_delete' => 'Client to delete',
563 // 'form.client.client_entries' => 'Client entries',
564
565 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
566 // TODO: replace "team" with "group" in the string below.
567 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
568 'form.export.compression' => 'فشرده سازی',
569 'form.export.compression_none' => 'هیچ کدام',
570 'form.export.compression_bzip' => 'bzip',
571
572 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
573 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml', // TODO: replace "team" with "group".
574 'form.import.file' => 'انتخاب فایل',
575 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
576
577 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
578 // TODO: translate form.groups.hint.
579 // '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).',
580
581 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
582 'form.group_edit.12_hours' => '12 ساعت',
583 'form.group_edit.24_hours' => '24 ساعت',
584 // TODO: translate the following.
585 // 'form.group_edit.display_options' => 'Display options',
586 // 'form.group_edit.holidays' => 'Holidays',
587 'form.group_edit.tracking_mode' => 'حالت رهگیری',
588 'form.group_edit.mode_time' => 'زمان',
589 'form.group_edit.mode_projects' => 'پروژه ها',
590 'form.group_edit.mode_projects_and_tasks' => 'پروژه ها و وظایف',
591 'form.group_edit.record_type' => 'نوع رکورد',
592 'form.group_edit.type_all' => 'همه',
593 'form.group_edit.type_start_finish' => 'شروع و اتمام',
594 'form.group_edit.type_duration' => 'مدت زمان',
595 // TODO: translate the following.
596 // 'form.group_edit.punch_mode' => 'Punch mode',
597 // 'form.group_edit.allow_overlap' => 'Allow overlap',
598 // 'form.group_edit.future_entries' => 'Future entries',
599 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
600 // 'form.group_edit.confirm_save' => 'Confirm saving',
601 // 'form.group_edit.allow_ip' => 'Allow IP',
602 // 'form.group_edit.advanced_settings' => 'Advanced settings',
603
604 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
605 // TODO: translate the following.
606 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
607
608 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
609 'form.mail.from' => 'از',
610 'form.mail.to' => 'به',
611 'form.mail.report_subject' => 'گزارش تایم شیت',
612 // TODO: translate form.mail.footer.
613 // '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.',
614 'form.mail.report_sent' => 'گزارش ارسال شد.',
615 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
616
617 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
618 // TODO: translate the following.
619 // 'form.quota.year' => 'Year',
620 // 'form.quota.month' => 'Month',
621 // 'form.quota.workday_hours' => 'Hours in a work day',
622 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
623
624 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
625 // TODO: translate the following.
626 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
627 // 'form.swap.swap_with' => 'Swap roles with',
628
629 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
630 // TODO: translate the following.
631 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
632 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
633
634 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
635 // TODO: translate the following.
636 // 'role.user.label' => 'User',
637 // 'role.user.low_case_label' => 'user',
638 // 'role.user.description' => 'A regular member without management rights.',
639 // 'role.client.label' => 'Client',
640 // 'role.client.low_case_label' => 'client',
641 // 'role.client.description' => 'A client can view its own data.',
642 // 'role.supervisor.label' => 'Supervisor',
643 // 'role.supervisor.low_case_label' => 'supervisor',
644 // 'role.supervisor.description' => 'A person with a small set of management rights.',
645 // 'role.comanager.label' => 'Co-manager',
646 // 'role.comanager.low_case_label' => 'co-manager',
647 // 'role.comanager.description' => 'A person with a big set of management functions.',
648 // 'role.manager.label' => 'Manager',
649 // 'role.manager.low_case_label' => 'manager',
650 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
651 // 'role.top_manager.label' => 'Top manager',
652 // 'role.top_manager.low_case_label' => 'top manager',
653 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
654 // 'role.admin.label' => 'Administrator',
655 // 'role.admin.low_case_label' => 'administrator',
656 // 'role.admin.description' => 'Site adminsitrator.',
657
658 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
659 // TODO: translate the following.
660 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
661 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
662 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
663 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
664 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
665 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
666
667 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
668 // TODO: translate the following.
669 // 'form.display_options.menu' => 'Menu',
670 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
671 );