chore: update locales
This commit is contained in:
@@ -12,5 +12,8 @@ export default {
|
||||
'apikeys.form.expiration.1month': '1 month',
|
||||
'apikeys.form.expiration.6months': '6 months',
|
||||
'apikeys.form.expiration.never': 'No expiration',
|
||||
'apikeys.table.bindModels': 'Allowed Models'
|
||||
'apikeys.table.bindModels': 'Model Access',
|
||||
'apikeys.models.all': 'All models',
|
||||
'apikeys.models.selected': 'Selected models',
|
||||
'apikeys.models.noModelsFound': 'No models found'
|
||||
};
|
||||
|
||||
@@ -170,5 +170,16 @@ export default {
|
||||
'models.form.enableSpeculativeDecoding': 'Enable Speculative Decoding',
|
||||
'models.form.check.clusterUnavailable': 'Current cluster is unavailable',
|
||||
'models.form.check.otherClustersAvailable':
|
||||
'Available clusters: {clusters}. Please switch cluster.'
|
||||
'Available clusters: {clusters}. Please switch cluster.',
|
||||
'models.button.accessSettings': 'Access Settings',
|
||||
'models.table.accessScope': 'Access Scope',
|
||||
'models.table.accessScope.all': 'All users',
|
||||
'models.table.accessScope.selected': 'Selected users',
|
||||
'models.table.userSelection': 'User Selection',
|
||||
'models.table.filterByName': 'Filter by username',
|
||||
'models.table.admin': 'Admin',
|
||||
'models.table.noselected': 'No users selected',
|
||||
'models.table.users.all': 'All Users',
|
||||
'models.table.users.selected': 'Selected Users',
|
||||
'models.table.nouserFound': 'No users found'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user