feat: custom api key

This commit is contained in:
jialin
2026-04-09 21:27:50 +08:00
committed by jialin
parent b947e3a8b9
commit f04b5cdc27
13 changed files with 174 additions and 19 deletions
+5 -1
View File
@@ -17,7 +17,11 @@ export default {
'apikeys.table.bindModels': 'Доступ к моделям',
'apikeys.models.all': 'Все модели',
'apikeys.models.selected': 'Разрешенные модели',
'apikeys.models.noModelsFound': 'Модели не найдены'
'apikeys.models.noModelsFound': 'Модели не найдены',
'apikeys.accessScope.all': 'All',
'apikeys.accessScope.management': 'Management APIs',
'apikeys.accessScope.inference': 'Inference APIs',
'apikeys.access.permissions': 'Access Permissions'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========