修复侧边栏 i18n 缺失 key 警告 (#170)
* Fix i18n missing-key warnings * Add locale translations for i18n warning keys
This commit is contained in:
@@ -97,6 +97,7 @@ export default {
|
||||
updateSuccess: 'Update complete, please restart the server',
|
||||
updateFailed: 'Update failed',
|
||||
logout: 'Sign Out',
|
||||
nodeVersionWarning: 'Detected Node.js v{version}. Please upgrade to version 23 or later.',
|
||||
changelog: 'Changelog',
|
||||
noChangelog: 'No changelog available',
|
||||
},
|
||||
@@ -609,6 +610,7 @@ export default {
|
||||
unsupportedBackend: 'Current terminal backend does not support file download',
|
||||
invalidPath: 'Invalid file path',
|
||||
download: 'Download',
|
||||
downloadFile: 'Download file',
|
||||
},
|
||||
|
||||
// Changelog
|
||||
|
||||
Reference in New Issue
Block a user