wyyl/resources/lang/zh_cn/admin/plugin.php

36 lines
1.2 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' => '去启用',
'plugin_list' => '插件设置',
'plugin_code' => '插件代码',
'plugin_type' => '插件类型',
'plugin_description' => '插件描述',
'plugin_upload' => '上传插件(仅支持 zip 文件)',
'shipping' => '配送方式',
'payment' => '支付方式',
'social' => '社交网络',
'total' => '订单计算',
'feature' => '功能模块',
'language' => '语言翻译',
'theme' => '主题模板',
];