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