Added entity column on cf_custom_fields.php page.
[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 // Entity names. We use lower case (in English) because they are used in dropdowns, too.
287 // They are used to associate a custom field with an entity type.
288 // TODO: translate the following.
289 // 'entity.time' => 'time',
290 // 'entity.user' => 'user',
291 // 'entity.project' => 'project',
292
293 // Form titles.
294 'title.error' => 'خطا',
295 // TODO: Translate the following.
296 // 'title.success' => 'Success',
297 'title.login' => 'ورود',
298 'title.groups' => 'تیم ها', // TODO: change "teams" to "groups".
299 // TODO: translate the following.
300 // 'title.subgroups' => 'Subgroups',
301 // 'title.add_group' => 'Adding Group',
302 // 'title.edit_group' => 'Editing Group',
303 'title.delete_group' => 'حذف تیم', // TODO: change "team" to "group".
304 'title.reset_password' => 'بازیابی رمزعبور',
305 'title.change_password' => 'تغییر رمزعبور',
306 'title.time' => 'زمان',
307 'title.edit_time_record' => 'ویرایش رکورد زمان',
308 'title.delete_time_record' => 'حذف رکورد زمان',
309 // TODO: Translate the following.
310 // 'title.time_files' => 'Time Record Files',
311 'title.expenses' => 'هزینه ها',
312 'title.edit_expense' => 'ویرایش آیتم هزینه ها',
313 'title.delete_expense' => 'حذف آیتم هزینه ها',
314 'title.reports' => 'گزارشات',
315 'title.report' => 'گزارش',
316 'title.send_report' => 'ارسال گزارش',
317 // TODO: Translate the following.
318 // 'title.timesheets' => 'Timesheets',
319 // 'title.timesheet' => 'Timesheet',
320 // 'title.timesheet_files' => 'Timesheet Files',
321 'title.invoice' => 'فاکتور',
322 'title.send_invoice' => 'ارسال فاکتور',
323 'title.charts' => 'نمودارها',
324 'title.projects' => 'پروژه ها',
325 // TODO: translate the following.
326 // 'title.project_files' => 'Project Files',
327 'title.add_project' => 'درج پروژه',
328 'title.edit_project' => 'ویرایش پروژه',
329 'title.delete_project' => 'حذف پروژه',
330 'title.tasks' => 'وظایف',
331 'title.add_task' => 'درج وظیفه',
332 'title.edit_task' => 'ویرایش وظیفه',
333 'title.delete_task' => 'حذف وظیفه',
334 'title.users' => 'کاربران',
335 'title.add_user' => 'درج کاربر',
336 'title.edit_user' => 'ویرایش کاربر',
337 'title.delete_user' => 'حذف کاربر',
338 // TODO: translate the following.
339 // 'title.roles' => 'Roles',
340 // 'title.add_role' => 'Adding Role',
341 // 'title.edit_role' => 'Editing Role',
342 // 'title.delete_role' => 'Deleting Role',
343 'title.clients' => 'مشتریان',
344 'title.add_client' => 'درج مشتری',
345 'title.edit_client' => 'ویرایش مشتری',
346 'title.delete_client' => 'حذف مشتری',
347 'title.invoices' => 'فاکتورها',
348 'title.add_invoice' => 'درج فاکتور',
349 'title.view_invoice' => 'نمایش فاکتور',
350 'title.delete_invoice' => 'حذف فاکتور',
351 // TODO: translate the following.
352 // 'title.notifications' => 'Notifications',
353 // 'title.add_notification' => 'Adding Notification',
354 // 'title.edit_notification' => 'Editing Notification',
355 // 'title.delete_notification' => 'Deleting Notification',
356 // 'title.add_timesheet' => 'Adding Timesheet',
357 // 'title.edit_timesheet' => 'Editing Timesheet',
358 // 'title.delete_timesheet' => 'Deleting Timesheet',
359 // 'title.monthly_quotas' => 'Monthly Quotas',
360 'title.export' => 'پشتیانی گرفتن از اطلاعات تیم', // TODO: replace "team" with "group".
361 'title.import' => 'وارد کردن اطلاعات تیم', // TODO: replace "team" with "group".
362 'title.options' => 'گزینه ها',
363 // TODO: translate the following.
364 // 'title.display_options' => 'Display Options',
365 'title.profile' => 'پروفایل',
366 'title.plugins' => 'پلاگین ها',
367 'title.cf_custom_fields' => 'فیلدهای سفارشی',
368 'title.cf_add_custom_field' => 'درج فیلد سفارشی',
369 'title.cf_edit_custom_field' => 'ویرایش فیلد سفارشی',
370 'title.cf_delete_custom_field' => 'حذف فیلد سفارشی',
371 'title.cf_dropdown_options' => 'گزینه های منو کشویی',
372 'title.cf_add_dropdown_option' => 'درج گزینه',
373 'title.cf_edit_dropdown_option' => 'ویرایش گزینه',
374 'title.cf_delete_dropdown_option' => 'حذف گزینه',
375 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
376 // It is also a name for the Locking plugin on the group settings page.
377 // TODO: translate the following.
378 // 'title.locking' => 'Locking',
379 // 'title.week_view' => 'Week View',
380 // 'title.swap_roles' => 'Swapping Roles',
381 // 'title.work_units' => 'Work Units',
382 // 'title.templates' => 'Templates',
383 // 'title.add_template' => 'Adding Template',
384 // 'title.edit_template' => 'Editing Template',
385 // 'title.delete_template' => 'Deleting Template',
386 // 'title.edit_file' => 'Editing File',
387 // 'title.delete_file' => 'Deleting File',
388 // 'title.download_file' => 'Downloading File',
389 // 'title.work' => 'Work',
390 // 'title.add_work' => 'Adding Work',
391 // 'title.edit_work' => 'Editing Work',
392 // 'title.delete_work' => 'Deleting Work',
393 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
394 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
395
396 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
397 // Strings that are used in a single form must go to the specific form section.
398 'dropdown.all' => '--- همه ---',
399 'dropdown.no' => '--- هیچکدام ---',
400 // TODO: translate the following.
401 // 'dropdown.current_day' => 'today',
402 // 'dropdown.previous_day' => 'yesterday',
403 // 'dropdown.selected_day' => 'day',
404 'dropdown.current_week' => 'هفته جاری',
405 'dropdown.previous_week' => 'هفته آخر',
406 // TODO: translate the following.
407 // 'dropdown.selected_week' => 'week',
408 'dropdown.current_month' => 'ماه جاری',
409 'dropdown.previous_month' => 'ماه آخر',
410 // TODO: translate the following.
411 // 'dropdown.selected_month' => 'month',
412 'dropdown.current_year' => 'سال جاری',
413 // TODO: translate the following.
414 // 'dropdown.previous_year' => 'previous year',
415 // 'dropdown.selected_year' => 'year',
416 'dropdown.all_time' => 'همه زمان ها',
417 'dropdown.projects' => 'پروژه ها',
418 'dropdown.tasks' => 'وظایف',
419 'dropdown.clients' => 'مشتریان',
420 // TODO: translate the following.
421 // 'dropdown.select' => '--- select ---',
422 'dropdown.select_invoice' => '--- انتخاب فاکتور ---',
423 // TODO: translate the following.
424 // 'dropdown.select_timesheet' => '--- select timesheet ---',
425 'dropdown.status_active' => 'فعال',
426 'dropdown.status_inactive' => 'غیرفعال',
427 // TODO: translate the following.
428 // 'dropdown.delete' => 'delete',
429 // 'dropdown.do_not_delete' => 'do not delete',
430 // 'dropdown.approved' => 'approved',
431 // 'dropdown.not_approved' => 'not approved',
432 // 'dropdown.paid' => 'paid',
433 // 'dropdown.not_paid' => 'not paid',
434
435 // 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.
436 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
437 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
438 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
439
440 // Login form. See example at https://timetracker.anuko.com/login.php.
441 'form.login.forgot_password' => 'بازیابی رمز عبور؟',
442 // TODO: translate form.login.about.
443 '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.',
444
445 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
446 'form.reset_password.message' => 'درخواست بازیابی رمزعبور به ایمیل فرستاده شد.',
447 // TODO: check translation of form.reset_password.email_subject. This is the subject for email message for password reset. Below is the English original.
448 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
449 'form.reset_password.email_subject' => 'درخواست بازیابی رمزعبور فرستاده شد',
450 // TODO: English string has changed. "from IP added. Re-translate the beginning.
451 // '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",
452 // Older translation is below.
453 // 'form.reset_password.email_body' => "کاربران گرامی\n\n یک نفر، شاید خودتان، درخواست بازیابی رمزعبور نرم افزار رهگیری زمان شما را داشته است.لطفا برای تغییر رمزعبور روی لینک زیر کلیک کنید: \n\n%s\n\n",
454
455 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
456 'form.change_password.tip' => 'رمز عبور جدید را وارد کنید سپس روی ذخیره کلیک کنید',
457
458 // Time form. See example at https://timetracker.anuko.com/time.php.
459 'form.time.duration_format' => '(hh:mm یا 0.0h)',
460 'form.time.billable' => 'قابل پرداخت',
461 'form.time.uncompleted' => 'ناتمام',
462 // TODO: translate the following.
463 // 'form.time.remaining_quota' => 'Remaining quota',
464 // 'form.time.over_quota' => 'Over quota',
465 // 'form.time.remaining_balance' => 'Remaining balance',
466 // 'form.time.over_balance' => 'Over balance',
467
468 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
469 // TODO: translate form.time_edit.uncompleted. 
470 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
471
472 // Week view form. See example at https://timetracker.anuko.com/week.php.
473 // TODO: translate the following.
474 // 'form.week.new_entry' => 'New entry',
475
476 // Reports form. See example at https://timetracker.anuko.com/reports.php
477 'form.reports.save_as_favorite' => 'ذخیره به عنوان برگزیده',
478 'form.reports.confirm_delete' => 'آیا می خواهید گزارش برگزیده حذف شود؟',
479 'form.reports.include_billable' => 'قابل پرداخت',
480 'form.reports.include_not_billable' => 'غیرقابل پرداخت',
481 // TODO: translate the following.
482 // 'form.reports.include_invoiced' => 'invoiced',
483 // 'form.reports.include_not_invoiced' => 'not invoiced',
484 // 'form.reports.include_assigned' => 'assigned',
485 // 'form.reports.include_not_assigned' => 'not assigned',
486 // 'form.reports.include_pending' => 'pending',
487 'form.reports.select_period' => 'انتخاب بازه زمانی',
488 'form.reports.set_period' => 'یا تعیین تاریخ',
489 'form.reports.show_fields' => 'نمایش فیلدها',
490 'form.reports.group_by' => 'گروه بندی شده با',
491 'form.reports.group_by_no' => '--- بدون گروه ---',
492 'form.reports.group_by_date' => 'تاریخ',
493 'form.reports.group_by_user' => 'کاربر',
494 'form.reports.group_by_client' => 'مشتری',
495 'form.reports.group_by_project' => 'پروژه',
496 'form.reports.group_by_task' => 'وظیفه',
497
498 // Report form. See example at https://timetracker.anuko.com/report.php
499 // (after generating a report at https://timetracker.anuko.com/reports.php).
500 'form.report.export' => 'پشتیبانی',
501 // TODO: translate the following.
502 // 'form.report.assign_to_invoice' => 'Assign to invoice',
503 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
504
505 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
506 // TODO: translate the following.
507 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
508 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
509
510 // Templates form. See example at https://timetracker.anuko.com/templates.php
511 // TODO: translate the following.
512 // 'form.templates.active_templates' => 'Active Templates',
513 // 'form.templates.inactive_templates' => 'Inactive Templates',
514
515 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
516 // (you can get to this form after generating a report).
517 'form.invoice.number' => 'شماره فاکتور',
518 'form.invoice.person' => 'شخص',
519
520 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
521 // TODO: translate the following stings.
522 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
523 // 'form.invoice.invoice_entries' => 'Invoice entries',
524 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
525
526 // Charts form. See example at https://timetracker.anuko.com/charts.php
527 'form.charts.interval' => 'بازه',
528 'form.charts.chart' => 'نمودار',
529
530 // Projects form. See example at https://timetracker.anuko.com/projects.php
531 'form.projects.active_projects' => 'پروژه های فعال',
532 'form.projects.inactive_projects' => 'پروژه های غیرفعال',
533
534 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
535 'form.tasks.active_tasks' => 'وظایف فعال',
536 'form.tasks.inactive_tasks' => 'وظایف غیرفعال',
537
538 // Users form. See example at https://timetracker.anuko.com/users.php
539  // TODO: translate the following.
540  // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
541 'form.users.role' => 'سمت',
542 'form.users.manager' => 'مدیر',
543 'form.users.comanager' => 'دستیار مدیر',
544 'form.users.rate' => 'نرخ',
545 'form.users.default_rate' => 'نرخ ساعتی پیش فرض',
546
547 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
548 // TODO: translate the following.
549 // 'form.user_edit.swap_roles' => 'Swap roles',
550
551 // Roles form. See example at https://timetracker.anuko.com/roles.php
552 // TODO: translate the following.
553 // 'form.roles.active_roles' => 'Active Roles',
554 // 'form.roles.inactive_roles' => 'Inactive Roles',
555 // 'form.roles.rank' => 'Rank',
556 // 'form.roles.rights' => 'Rights',
557 // 'form.roles.assigned' => 'Assigned',
558 // 'form.roles.not_assigned' => 'Not assigned',
559
560 // Clients form. See example at https://timetracker.anuko.com/clients.php
561 'form.clients.active_clients' => 'مشتری های فعال',
562 'form.clients.inactive_clients' => 'مشتری های غیرفعال',
563
564 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
565 // TODO: translate the following.
566 // 'form.client.client_to_delete' => 'Client to delete',
567 // 'form.client.client_entries' => 'Client entries',
568
569 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
570 // TODO: replace "team" with "group" in the string below.
571 'form.export.hint' => 'می توانید از همه اطلاعات تیم یک پشتیبان به فرمت xml تهیه کنید. اگر میخواهید داده ها را به سرور خودتان منتقل کنید این قسمت می تواند مفید باشد.',
572 'form.export.compression' => 'فشرده سازی',
573 'form.export.compression_none' => 'هیچ کدام',
574 'form.export.compression_bzip' => 'bzip',
575
576 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
577 'form.import.hint' => 'وارد کردن اطلاعات تیم از یک فایل xml', // TODO: replace "team" with "group".
578 'form.import.file' => 'انتخاب فایل',
579 'form.import.success' => 'وارد کردن اطلاعات با موفقیت انجام شد',
580
581 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
582 // TODO: translate form.groups.hint.
583 // '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).',
584
585 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
586 'form.group_edit.12_hours' => '12 ساعت',
587 'form.group_edit.24_hours' => '24 ساعت',
588 // TODO: translate the following.
589 // 'form.group_edit.display_options' => 'Display options',
590 // 'form.group_edit.holidays' => 'Holidays',
591 'form.group_edit.tracking_mode' => 'حالت رهگیری',
592 'form.group_edit.mode_time' => 'زمان',
593 'form.group_edit.mode_projects' => 'پروژه ها',
594 'form.group_edit.mode_projects_and_tasks' => 'پروژه ها و وظایف',
595 'form.group_edit.record_type' => 'نوع رکورد',
596 'form.group_edit.type_all' => 'همه',
597 'form.group_edit.type_start_finish' => 'شروع و اتمام',
598 'form.group_edit.type_duration' => 'مدت زمان',
599 // TODO: translate the following.
600 // 'form.group_edit.punch_mode' => 'Punch mode',
601 // 'form.group_edit.allow_overlap' => 'Allow overlap',
602 // 'form.group_edit.future_entries' => 'Future entries',
603 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
604 // 'form.group_edit.confirm_save' => 'Confirm saving',
605 // 'form.group_edit.allow_ip' => 'Allow IP',
606 // 'form.group_edit.advanced_settings' => 'Advanced settings',
607
608 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
609 // TODO: translate the following.
610 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
611
612 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
613 'form.mail.from' => 'از',
614 'form.mail.to' => 'به',
615 'form.mail.report_subject' => 'گزارش تایم شیت',
616 // TODO: translate form.mail.footer.
617 // '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.',
618 'form.mail.report_sent' => 'گزارش ارسال شد.',
619 'form.mail.invoice_sent' => 'فاکتور ارسال شد.',
620
621 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
622 // TODO: translate the following.
623 // 'form.quota.year' => 'Year',
624 // 'form.quota.month' => 'Month',
625 // 'form.quota.workday_hours' => 'Hours in a work day',
626 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
627
628 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
629 // TODO: translate the following.
630 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
631 // 'form.swap.swap_with' => 'Swap roles with',
632
633 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
634 // TODO: translate the following.
635 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
636 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
637
638 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
639 // TODO: translate the following.
640 // 'role.user.label' => 'User',
641 // 'role.user.low_case_label' => 'user',
642 // 'role.user.description' => 'A regular member without management rights.',
643 // 'role.client.label' => 'Client',
644 // 'role.client.low_case_label' => 'client',
645 // 'role.client.description' => 'A client can view its own data.',
646 // 'role.supervisor.label' => 'Supervisor',
647 // 'role.supervisor.low_case_label' => 'supervisor',
648 // 'role.supervisor.description' => 'A person with a small set of management rights.',
649 // 'role.comanager.label' => 'Co-manager',
650 // 'role.comanager.low_case_label' => 'co-manager',
651 // 'role.comanager.description' => 'A person with a big set of management functions.',
652 // 'role.manager.label' => 'Manager',
653 // 'role.manager.low_case_label' => 'manager',
654 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
655 // 'role.top_manager.label' => 'Top manager',
656 // 'role.top_manager.low_case_label' => 'top manager',
657 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
658 // 'role.admin.label' => 'Administrator',
659 // 'role.admin.low_case_label' => 'administrator',
660 // 'role.admin.description' => 'Site adminsitrator.',
661
662 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
663 // TODO: translate the following.
664 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
665 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
666 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
667 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
668 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
669 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
670
671 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
672 // TODO: translate the following.
673 // 'form.display_options.menu' => 'Menu',
674 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
675 );