fix: user settings locales

This commit is contained in:
jialin
2025-06-09 18:45:47 +08:00
parent 1771ca363a
commit 6880fd3f5f
5 changed files with 17 additions and 5 deletions
+6 -1
View File
@@ -27,5 +27,10 @@ export default {
'users.password.confirm.error': 'Пароли не совпадают',
'users.login.title': 'Вход в',
'users.version.islatest': 'GPUStack {version} — последняя версия',
'users.version.update': 'Доступно обновление GPUStack {version}'
'users.version.update': 'Доступно обновление GPUStack {version}',
'users.settings.title': 'User Settings'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'users.settings.title': 'User Settings'
// ========== End of To-Do List ==========