Add new translation key for 'remove_directory_failed' in English, Simplified Chinese, and Traditional Chinese locales to enhance error messaging consistency.

This commit is contained in:
yeongpin
2025-03-28 19:26:58 +08:00
parent 4587fd9373
commit 1c1174fa6c
4 changed files with 10 additions and 7 deletions

View File

@@ -287,7 +287,8 @@
"update_yml_cleared": "update.yml 文件已清空",
"update_yml_not_found": "update.yml 文件未找到",
"clear_update_yml_failed": "清空 update.yml 文件失败: {error}",
"unsupported_os": "不支持的操作系统: {system}"
"unsupported_os": "不支持的操作系统: {system}",
"remove_directory_failed": "删除目录失败: {error}"
},
"updater": {
"checking": "检查更新...",