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

@@ -292,7 +292,8 @@
"update_yml_cleared": "update.yml file cleared",
"update_yml_not_found": "update.yml file not found",
"clear_update_yml_failed": "Failed to clear update.yml file: {error}",
"unsupported_os": "Unsupported OS: {system}"
"unsupported_os": "Unsupported OS: {system}",
"remove_directory_failed": "Failed to remove directory: {error}"
},
"updater": {
"checking": "Checking for updates...",