38 lines
1.3 KiB
PHP
38 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'plugins_index' => '插件設置',
|
|
'plugins_import' => '上傳插件',
|
|
'plugins_show' => '插件詳情',
|
|
'plugins_update' => '插件更新',
|
|
'plugins_update_status' => '更新狀態',
|
|
'plugins_install' => '安裝',
|
|
'plugins_uninstall' => '卸載',
|
|
'to_enable' => '去啟用',
|
|
'uninstall_hint' => '卸載插件會刪除該插件的所有相關數據,確定要卸載嗎? ',
|
|
|
|
'plugin_list' => '插件設置',
|
|
'plugin_code' => '插件代碼',
|
|
'plugin_type' => '插件類型',
|
|
'plugin_version' => '版本號',
|
|
'plugin_description' => '插件描述',
|
|
'plugin_upload' => '上傳插件(僅支持 zip 文件)',
|
|
|
|
'shipping' => '配送方式',
|
|
'payment' => '支付方式',
|
|
'social' => '社交網絡',
|
|
'total' => '訂單計算',
|
|
'feature' => '功能模塊',
|
|
'language' => '语言翻译',
|
|
'theme' => '主题模板',
|
|
];
|