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,5 +17,9 @@ export default {
'apikeys.table.bindModels': 'Model Erişimi',
'apikeys.models.all': 'Tüm modeller',
'apikeys.models.selected': 'İzin verilen modeller',
'apikeys.models.noModelsFound': 'Model bulunamadı'
'apikeys.models.noModelsFound': 'Model bulunamadı',
'apikeys.accessScope.all': 'All',
'apikeys.accessScope.management': 'Management APIs',
'apikeys.accessScope.inference': 'Inference APIs',
'apikeys.access.permissions': 'Access Permissions'
};