Skip to content

Commit 94479c2

Browse files
committed
fix: add success message for completed operations in translation files
1 parent 614903b commit 94479c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

web/default/src/locales/en/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
"test_all_started": "Channel testing started successfully, please refresh page to see results.",
8686
"delete_disabled_success": "Deleted all disabled channels, total: {{count}}",
8787
"balance_update_success": "Channel {{name}} balance updated successfully!",
88-
"all_balance_updated": "All enabled channel balances have been updated!"
88+
"all_balance_updated": "All enabled channel balances have been updated!",
89+
"operation_success": "Operation completed successfully!"
8990
},
9091
"edit": {
9192
"title_edit": "Update Channel Information",

web/default/src/locales/zh/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
"test_all_started": "已成功开始测试渠道,请刷新页面查看结果。",
8686
"delete_disabled_success": "已删除所有禁用渠道,共计 {{count}} 个",
8787
"balance_update_success": "渠道 {{name}} 余额更新成功!",
88-
"all_balance_updated": "已更新完毕所有已启用渠道余额!"
88+
"all_balance_updated": "已更新完毕所有已启用渠道余额!",
89+
"operation_success": "操作成功完成!"
8990
},
9091
"edit": {
9192
"title_edit": "更新渠道信息",

0 commit comments

Comments
 (0)