From 6a93221979f775f22e583ac2a0b9354688c28f67 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:55:56 +0300 Subject: [PATCH] New translations field.php (Persian) --- .../cats-module/resources/lang/fa/field.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/fa/field.php b/addons/default/visiosoft/cats-module/resources/lang/fa/field.php index b4ad056ce..7f800fcce 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fa/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fa/field.php @@ -30,12 +30,18 @@ return [ 'instructions' => 'برای اضافه کردن نمادهایی که نوع طبقه را نشان می دهد ، استفاده می شود.', ], - 'parent' => 'Parent', - 'level' => 'Level', - 'count' => 'Ad Counts', + 'parent' => 'والدین', + 'level' => 'مرحله', + 'count' => 'تعداد تبلیغات', 'please_wait' => 'لطفاً صبر کنید. حذف دسته بندی های فرعی', 'category_selection' => 'انتخاب دسته', 'go_to_parent' => 'به والدین بروید', - 'preview' => 'Preview' + 'preview' => 'پیش نمایش', + + // Report + 'undefined_category' => 'دسته بندی تعریف نشده', + 'categories_with_no_meta_report' => 'دسته های بدون گزارش متا', + 'category' => 'دسته بندی', + 'id' => 'شناسه', ];