From eb110c8ac0defca8f82f6df667df55736afb142b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D9=85=DB=8C=D8=AF=20=DA=A9=D8=B1=D8=AF?= Date: Fri, 25 Oct 2019 05:03:49 +0330 Subject: [PATCH] Add Persian translation --- Locale/fa_IR/translations.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Locale/fa_IR/translations.php diff --git a/Locale/fa_IR/translations.php b/Locale/fa_IR/translations.php new file mode 100644 index 0000000..1da9d60 --- /dev/null +++ b/Locale/fa_IR/translations.php @@ -0,0 +1,14 @@ + 'تقویم', + 'Calendar settings' => 'تنظیمات تقویم', + 'Project calendar view' => 'نمای تقویمی پروژه', + 'User calendar view' => 'نمای تقویمی کاربر', + 'My calendar' => 'تقویم من', + 'Switch to the list view' => 'تغییر به نمای لیست', + 'Show subtasks based on the time tracking' => 'کارهای فرعی را بر اساس پیگیری زمان نشان بده', + 'Show tasks based on the creation date' => 'کارها را بر اساس تاریخ ایجاد نشان بده', + 'Show tasks based on the start date' => 'کارها را بر اساس تاریخ شروع نشان بده', + 'Subtasks time tracking' => 'پیگیری زمان کارهای فرعی', +);