100 lines
4.8 KiB
PHP
100 lines
4.8 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' => '首頁',
|
||
'home_index' => '首頁',
|
||
'order' => '訂單',
|
||
'rma' => '售後服務管理',
|
||
'rma_reason' => '退換貨原因管理',
|
||
'product' => '商品',
|
||
'brand' => '品牌管理',
|
||
'attribute' => '屬性管理',
|
||
'attribute_group' => '屬性組管理',
|
||
'category' => '分類管理',
|
||
'customer_group' => '客戶組管理',
|
||
'customer' => '客戶',
|
||
'page' => '文章',
|
||
'page_category' => '文章分類',
|
||
'setting' => '系統',
|
||
'plugin' => '插件',
|
||
'design' => '設計',
|
||
'marketing' => '插件市場',
|
||
'admin_user' => '後台用戶',
|
||
'admin_role' => '用戶角色',
|
||
'region' => '區域分組',
|
||
'tax_rate' => '稅率管理',
|
||
'tax_class' => '稅類管理',
|
||
'currency' => '貨幣管理',
|
||
'language' => '語言管理',
|
||
'zone' => '省份管理',
|
||
'country' => '國家管理',
|
||
'file_manager' => '文件管理器',
|
||
'access_frontend' => '訪問前台',
|
||
'copyright_buy' => '版權購買',
|
||
'recent_view' => '最近訪問',
|
||
'common_link' => '常用鏈接',
|
||
'header_search_input' => '搜索後台功能',
|
||
'header_search_title' => '搜索結果',
|
||
|
||
// sidebar
|
||
'account_index' => '個人中心',
|
||
'multi_filter_index' => '高級篩選',
|
||
'theme_index' => '模板設置',
|
||
'attribute_groups_index' => '屬性組',
|
||
'attributes_index' => '屬性',
|
||
'settings_index' => '系統設置',
|
||
'admin_users_index' => '後台用戶',
|
||
'plugins_index' => '插件設置',
|
||
'marketing_index' => '插件市場',
|
||
'regions_index' => '區域分組',
|
||
'tax_rates_index' => '稅率設置',
|
||
'tax_classes_index' => '稅費類別',
|
||
'currencies_index' => '貨幣管理',
|
||
'languages_index' => '語言管理',
|
||
'design_index' => '首頁裝修',
|
||
'pages_index' => '文章管理',
|
||
'page_categories_index' => '文章分類',
|
||
'design_footer_index' => '頁尾裝修',
|
||
'design_menu_index' => '導航配置',
|
||
'categories_index' => '商品分類',
|
||
'products_index' => '商品管理',
|
||
'products_trashed' => '回收站',
|
||
'customers_trashed' => '回收站',
|
||
'brands_index' => '商品品牌',
|
||
'orders_index' => '訂單列表',
|
||
'rmas_index' => '售後管理',
|
||
'rma_reasons_index' => '售後原因',
|
||
'customers_index' => '客戶列表',
|
||
'customer_groups_index' => '客戶組',
|
||
'countries_index' => '國家管理',
|
||
'zones_index' => '省份管理',
|
||
'update_nav' => '更新',
|
||
'update_title' => '發現新的BeikeShop版本,是否立即更新',
|
||
'update_new_version' => '最新版本',
|
||
'update_old_version' => '當前版本',
|
||
'update_date' => '更新日期',
|
||
'update_btn' => '前往下載',
|
||
'expired_at' => '到期時間',
|
||
];
|