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
+12 -1
View File
@@ -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'
};