From 97919d8063862abf8e0ace6694a5dfad729b86bc Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:52:46 +0300 Subject: [PATCH] New translations field.php (Chinese Simplified) --- .../cats-module/resources/lang/zh/field.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/zh/field.php b/addons/default/visiosoft/cats-module/resources/lang/zh/field.php index be06df434..5197c6ec1 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/zh/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/zh/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' => 'ID', ];