File: /home/xedaptot/be.naniguide.com/resources/lang/zh/refactor/admin_plugins.php
<?php return array (
'action.delete' => '删除',
'action.disable' => '禁用',
'action.enable' => '启用',
'action.refresh' => '刷新',
'action.settings' => '设置',
'banner.desc' => '插件添加新功能和集成。上传插件包(.zip)进行安装,然后启用以激活。',
'banner.title' => '扩展您的应用程序',
'buttons.cancel' => '取消',
'buttons.install' => '安装插件',
'buttons.upload' => '上传并安装',
'col.description' => '描述',
'col.name' => '插件',
'col.status' => '状态',
'col.version' => '版本',
'confirm.delete_btn' => '删除',
'confirm.delete_msg' => '这将永久删除插件及其所有文件,此操作无法撤销。',
'confirm.delete_title' => '删除插件?',
'empty.desc' => '上传插件包以开始使用扩展功能。',
'empty.title' => '未安装插件',
'error.modal_subtitle' => '此插件加载失败,请查看以下详情。',
'error.modal_title' => '插件错误详情',
'filter.search' => '搜索插件...',
'filter.sort_created' => '按安装日期排序',
'filter.sort_default' => '默认排序',
'filter.sort_name' => '按名称排序',
'filter.sort_version' => '按版本排序',
'filter.status_all' => '所有状态',
'flash.deleted' => '插件已删除。',
'flash.disabled' => '插件已禁用。',
'flash.enabled' => '插件已启用。',
'flash.installed' => '插件安装成功。',
'flash.refreshed' => '插件元数据已刷新。',
'install.busy_message' => '正在解压包、注册插件并运行其安装程序,通常需要 5–30 秒。',
'install.busy_title' => '正在安装插件…',
'install.busy_warning' => '请勿关闭此浏览器、刷新或离开页面。不完整的安装会在磁盘上留下损坏状态。',
'install.desc' => '上传插件包(.zip 文件)进行安装或升级。插件将被自动解压并注册。',
'install.drop_or_browse' => '将插件文件拖放到此处或<span class="mc-file-input-browse">浏览</span>',
'install.error_title' => '安装失败',
'install.file_help' => '仅支持 .zip 文件',
'install.file_label' => '插件包',
'install.step_extract' => '正在解压包并写入文件…',
'install.step_register' => '正在注册插件并运行安装程序…',
'install.step_upload' => '正在上传包…',
'install.title' => '安装插件',
'page.subtitle' => '管理已安装的插件和扩展。',
'page.title' => '插件',
'stat.active' => '已启用',
'stat.inactive' => '已禁用',
'stat.total' => '插件总数',
'status.active' => '已启用',
'status.error' => '错误',
'status.inactive' => '已禁用',
'view.grid' => '网格视图',
'view.list' => '列表视图',
) ?>