From c08b693e17bcd83eba7bac530ea217bcf3608051 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:57:59 +0300 Subject: [PATCH] New translations field.php (Hindi) --- .../cats-module/resources/lang/hi/field.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/hi/field.php b/addons/default/visiosoft/cats-module/resources/lang/hi/field.php index c5889a82f..a8d3a3593 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/hi/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/hi/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' => 'पहचान', ];