refactor: remove debug plugin success message from PluginForm and localization files

This commit is contained in:
Junyan Qin
2025-11-30 14:20:40 +08:00
parent 580d9441a4
commit 019ae9c216
5 changed files with 1 additions and 11 deletions
-2
View File
@@ -278,8 +278,6 @@ const enUS = {
updateSuccess: 'Plugin updated successfully',
updateError: 'Update failed: ',
saveConfigSuccessNormal: 'Configuration saved successfully',
saveConfigSuccessDebugPlugin:
'Configuration saved successfully, please manually restart the plugin',
saveConfigError: 'Configuration save failed: ',
config: 'Configuration',
readme: 'Documentation',
-2
View File
@@ -279,8 +279,6 @@ const jaJP = {
updateSuccess: 'プラグインの更新に成功しました',
updateError: '更新に失敗しました:',
saveConfigSuccessNormal: '設定を保存しました',
saveConfigSuccessDebugPlugin:
'設定を保存しました。手動でプラグインを再起動してください',
saveConfigError: '設定の保存に失敗しました:',
config: '設定',
readme: 'ドキュメント',
-1
View File
@@ -265,7 +265,6 @@ const zhHans = {
updateSuccess: '插件更新成功',
updateError: '更新失败:',
saveConfigSuccessNormal: '保存配置成功',
saveConfigSuccessDebugPlugin: '保存配置成功,请手动重启插件',
saveConfigError: '保存配置失败:',
config: '配置',
readme: '文档',
-1
View File
@@ -264,7 +264,6 @@ const zhHant = {
updateSuccess: '插件更新成功',
updateError: '更新失敗:',
saveConfigSuccessNormal: '儲存配置成功',
saveConfigSuccessDebugPlugin: '儲存配置成功,請手動重啟插件',
saveConfigError: '儲存配置失敗:',
config: '配置',
readme: '文件',