11 lines
507 B
PHP
11 lines
507 B
PHP
<?php
|
|
return [
|
|
'theme_configurator_success' => '请求成功',
|
|
'theme_configurator_save_success' => '主题配置保存成功',
|
|
'theme_configurator_install_success' => '主题配置插件安装成功',
|
|
'theme_configurator_uninstall_success' => '主题配置插件卸载成功',
|
|
'nav_plugin_addon_theme_configurator' => '主题配置',
|
|
'auth_plugin_addon_theme_configurator' => '主题控制',
|
|
'auth_plugin_addon_theme_configurator_save' => '保存主题配置',
|
|
];
|