Files
BlackFruit-UI/plugins/addon/theme_configurator/lang/zh-cn.php
yiqiu a9864b0cd0
All checks were successful
continuous-integration/drone/push Build is passing
feat: 为主题配置器插件新增文件上传功能及相关路由配置
2025-12-28 12:06:00 +08:00

18 lines
890 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' => '文件保存失败',
];