18 lines
908 B
PHP
18 lines
908 B
PHP
<?php
|
|
return [
|
|
'theme_configurator_success' => '请求成功',
|
|
'theme_configurator_save_success' => '配置已保存',
|
|
'theme_configurator_error' => '请求失败',
|
|
'theme_configurator_install_success' => '黑果云模板插件安装成功',
|
|
'theme_configurator_uninstall_success' => '黑果云模板插件卸载成功',
|
|
'nav_plugin_addon_theme_configurator' => '黑果云模板控制器',
|
|
'auth_plugin_addon_theme_configurator' => '插件设置',
|
|
'auth_plugin_addon_theme_configurator_save' => '保存主题配置',
|
|
// 上传相关
|
|
'upload_success' => '上传成功',
|
|
'upload_failed' => '上传失败',
|
|
'upload_no_file' => '请选择要上传的文件',
|
|
'upload_validate_failed' => '文件验证失败',
|
|
'upload_save_failed' => '文件保存失败',
|
|
];
|