chore: access setting notes

This commit is contained in:
jialin
2025-11-21 20:10:21 +08:00
parent e80ecfac8d
commit f49001b742
15 changed files with 220 additions and 43 deletions
+4
View File
@@ -178,6 +178,10 @@ export default {
'models.table.accessScope': 'Access Scope',
'models.table.accessScope.all': 'All users',
'models.table.userSelection': 'User Selection',
'models.button.accessSettings.tips':
'Changes to access settings take effect after one minute.',
'models.table.userSelection.tips':
'Administrators always have access to all models.',
'models.table.filterByName': 'Filter by username',
'models.table.admin': 'Admin',
'models.table.noselected': 'No users selected',
+1 -1
View File
@@ -90,7 +90,7 @@ export default {
'playground.audio.stoprecord': 'Stop Recording',
'playground.audio.generating.tips': 'Generated text will appear here.',
'playground.audio.uploadfile.tips':
'Upload an audio file, supported formats: {formats}',
'Upload an audio file, supported formats: {formats}.',
'playground.input.multiplePaste': 'Batch Input Mode',
'playground.input.multiplePaste.tips':
'When enabled, pasted multi-line text will be automatically split by newline into separate entries in the form.',
+6
View File
@@ -179,6 +179,10 @@ export default {
'models.table.accessScope': 'Access Scope',
'models.table.accessScope.all': 'All users',
'models.table.userSelection': 'User Selection',
'models.button.accessSettings.tips':
'Changes to access settings take effect after one minute.',
'models.table.userSelection.tips':
'Administrators always have access to all models.',
'models.table.filterByName': 'Filter by username',
'models.table.admin': 'Admin',
'models.table.noselected': 'No users selected',
@@ -338,4 +342,6 @@ export default {
// 60. models.form.backend.mindie': 'Only supports Ascend NPUs.',
// 61. 'models.form.backend.sglang': 'Built-in support for NVIDIA/AMD GPUs and Ascend NPUs.',
// 62. 'models.form.backend_parameters.vllm.tips': 'For more details about {backend} parameters, see <a href={link} target="_blank">here</a>.',
// 63. 'models.button.accessSettings.tips': 'Changes to access settings take effect after one minute.',
// 64. 'models.table.userSelection.tips': 'Administrators always have access to all models.',
// ========== End of To-Do List ==========
+6
View File
@@ -178,6 +178,10 @@ export default {
'models.table.accessScope': 'Область доступа',
'models.table.accessScope.all': 'Все пользователи',
'models.table.userSelection': 'Выбор пользователей',
'models.button.accessSettings.tips':
'Changes to access settings take effect after one minute.',
'models.table.userSelection.tips':
'Administrators always have access to all models.',
'models.table.filterByName': 'Фильтр по имени пользователя',
'models.table.admin': 'Администратор',
'models.table.noselected': 'Пользователи не выбраны',
@@ -266,4 +270,6 @@ export default {
// 6. 'models.form.backend.sglang': 'Built-in support for NVIDIA/AMD GPUs and Ascend NPUs.',
// 7. 'models.form.gpusAllocationType.auto.tips': 'The system automatically calculates the GPU count per replica, using powers of two by default and capped by the selected GPUs.',
// 8. 'models.form.backend_parameters.vllm.tips': 'For more details about {backend} parameters, see <a href={link} target="_blank">here</a>.',
// 9. 'models.button.accessSettings.tips': 'Changes to access settings take effect after one minute.',
// 10. 'models.table.userSelection.tips': 'Administrators always have access to all models.',
// ========== End of To-Do List ==========
+2
View File
@@ -168,6 +168,8 @@ export default {
'models.table.accessScope': '访问范围',
'models.table.accessScope.all': '所有用户',
'models.table.userSelection': '用户选择',
'models.button.accessSettings.tips': '访问设置的更改将在一分钟后生效。',
'models.table.userSelection.tips': '管理员始终拥有对所有模型的访问权限。',
'models.table.filterByName': '按用户名筛选',
'models.table.admin': '管理员',
'models.table.noselected': '未选择用户',