Update configuration paths for update.yml and add new translation key for 'create_block_file_failed' in English, Simplified Chinese, and Traditional Chinese locales.

This commit is contained in:
yeongpin
2025-03-28 19:28:46 +08:00
parent 1c1174fa6c
commit b6bf62f841
4 changed files with 7 additions and 4 deletions

View File

@@ -293,7 +293,8 @@
"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}",
"remove_directory_failed": "Failed to remove directory: {error}"
"remove_directory_failed": "Failed to remove directory: {error}",
"create_block_file_failed": "Failed to create block file: {error}"
},
"updater": {
"checking": "Checking for updates...",