chore: update locales

This commit is contained in:
jialin
2025-10-13 15:21:17 +08:00
parent bb7c8e9c85
commit f42f159785
15 changed files with 196 additions and 33 deletions
+11 -1
View File
@@ -12,5 +12,15 @@ export default {
'apikeys.form.expiration.1month': '1 месяц',
'apikeys.form.expiration.6months': '6 месяцев',
'apikeys.form.expiration.never': 'Без срока действия',
'apikeys.table.bindModels': 'Разрешенные модели'
'apikeys.table.bindModels': 'Доступ к моделям',
'apikeys.models.all': 'All models',
'apikeys.models.selected': 'Selected models',
'apikeys.models.noModelsFound': 'No models found'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'apikeys.table.bindModels': 'Model Access',
// 2. 'apikeys.models.all': 'All models',
// 3. 'apikeys.models.selected': 'Selected models',
// 4. 'apikeys.models.noModelsFound': 'No models found'
// ========== End of To-Do List ==========