From c520df2de86d9a3608a0325e32da4cbe7b213e69 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:24:07 +0300 Subject: [PATCH] New translations field.php (Chinese Traditional) --- .../cats-module/resources/lang/zh/field.php | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 addons/default/visiosoft/cats-module/resources/lang/zh/field.php diff --git a/addons/default/visiosoft/cats-module/resources/lang/zh/field.php b/addons/default/visiosoft/cats-module/resources/lang/zh/field.php new file mode 100644 index 000000000..0aae4a95f --- /dev/null +++ b/addons/default/visiosoft/cats-module/resources/lang/zh/field.php @@ -0,0 +1,35 @@ + [ + 'name' => '標題', + 'instructions' => '它是您將定義的主要類別的名稱。它使用戶可以輕鬆找到所需的產品。', + ], + 'order' => [ + 'name' => '訂購', + ], + + 'slug' => [ + 'name' => 'ug', + 'instructions' => '指定任何組織標記以幫助將您的帖子與其他人分組。', + + ], + 'files' => [ + 'name' => '圖片', + ], + 'seo_keyword' => [ + 'name' => '徐關鍵詞', + 'instructions' => '在Google瀏覽器中添加到網站的字詞顯示在搜索結果上方。', + ], + 'seo_description' => [ + 'name' => '搜索引擎優化說明', + 'instructions' => '這可能會影響訪問者是否要單擊搜索結果中內容的決定。', + ], + 'icon' => [ + 'name' => '圖標', + 'instructions' => '用於添加指示類別類型的圖標。', + ], + + 'please_wait' => '請稍候。正在刪除子類別', + 'category_selection' => '類別選擇', +];