From 1a1fc9c96ba8a70c6b16eb4237741bb9499c21d4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:37:59 +0300 Subject: [PATCH] New translations field.php (Arabic) --- .../cats-module/resources/lang/ar/field.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/ar/field.php b/addons/default/visiosoft/cats-module/resources/lang/ar/field.php index 1251e6b11..5a8d11aa8 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ar/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ar/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' => 'بطاقة تعريف', ];