wyyl/resources/lang/zh_hk/admin/common.php

74 lines
2.3 KiB
PHP

<?php
/**
* common.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 19:03:19
* @modified 2022-08-02 19:03:19
*/
return [
'admin_panel' => '後台管理',
'edit' => '編輯',
'status' => '狀態',
'action' => '操作',
'install' => '安裝',
'uninstall' => '卸載',
// errors
'forbidden' => '禁止訪問',
'has_no_permission' => '您沒有權限訪問該頁面, 請聯繫系統管理員。 ',
// header
'home' => '管理首頁',
'order' => '訂單管理',
'rma' => '售後服務管理',
'rma_reason' => '退換貨原因管理',
'product' => '商品管理',
'brand' => '品牌管理',
'category' => '分類管理',
'customer_group' => '客戶組管理',
'customer' => '客戶管理',
'content' => '內容管理',
'setting' => '系統設置',
'plugin' => '插件管理',
'admin_user' => '後台用戶',
'admin_role' => '用戶角色',
'region' => '區域分組',
'tax_rate' => '稅率管理',
'tax_class' => '稅類管理',
'currency' => '貨幣管理',
'language' => '語言管理',
'zone' => '省份管理',
'country' => '國家管理',
'file_manager' => '文件管理器',
'access_frontend' => '訪問前台',
// sidebar
'settings_index' => '系統設置',
'admin_users_index' => '後台用戶',
'plugins_index' => '插件列表',
'regions_index' => '區域分組',
'tax_rates_index' => '稅率設置',
'tax_classes_index' => '稅費類別',
'currencies_index' => '貨幣管理',
'languages_index' => '語言管理',
'design_index' => '首頁裝修',
'pages_index' => '信息頁面',
'design_footer_index' => '頁尾裝修',
'design_menu_index' => '導航配置',
'categories_index' => '商品分類',
'products_index' => '商品管理',
'products_trashed' => '回收站',
'brands_index' => '商品品牌',
'orders_index' => '訂單列表',
'rmas_index' => '售後管理',
'rma_reasons_index' => '售後原因',
'customers_index' => '客戶列表',
'customer_groups_index' => '客戶組',
'countries_index' => '國家管理',
'zones_index' => '省份管理',
];