fix: backend edit format
This commit is contained in:
@@ -14,6 +14,6 @@ export default {
|
||||
'apikeys.form.expiration.never': 'No expiration',
|
||||
'apikeys.table.bindModels': 'Model Access',
|
||||
'apikeys.models.all': 'All models',
|
||||
'apikeys.models.selected': 'Selected models',
|
||||
'apikeys.models.selected': 'Allowed models',
|
||||
'apikeys.models.noModelsFound': 'No models found'
|
||||
};
|
||||
|
||||
@@ -174,7 +174,6 @@ export default {
|
||||
'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',
|
||||
@@ -189,5 +188,10 @@ export default {
|
||||
'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
'models.form.remoteURL': 'Remote Storage URL',
|
||||
'models.form.runCommandPlaceholder':
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct',
|
||||
'models.accessSettings.public': 'Public',
|
||||
'models.accessSettings.authed': 'Authenticated',
|
||||
'models.accessSettings.allowedUsers': 'Allowed users',
|
||||
'models.accessSettings.public.tips':
|
||||
'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.'
|
||||
};
|
||||
|
||||
@@ -14,13 +14,13 @@ export default {
|
||||
'apikeys.form.expiration.never': '無期限',
|
||||
'apikeys.table.bindModels': 'Model Access',
|
||||
'apikeys.models.all': 'All models',
|
||||
'apikeys.models.selected': 'Selected models',
|
||||
'apikeys.models.selected': 'Allowed models',
|
||||
'apikeys.models.noModelsFound': 'No models found'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'apikeys.table.bindModels': 'Model Access',
|
||||
// 2. 'apikeys.models.all': 'All models',
|
||||
// 3. 'apikeys.models.selected': 'Selected models',
|
||||
// 3. 'apikeys.models.selected': 'Allowed models',
|
||||
// 4. 'apikeys.models.noModelsFound': 'No models found'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -171,7 +171,6 @@ export default {
|
||||
'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',
|
||||
@@ -186,7 +185,12 @@ export default {
|
||||
'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
'models.form.remoteURL': 'Remote Storage URL',
|
||||
'models.form.runCommandPlaceholder':
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct',
|
||||
'models.accessSettings.public': 'Public',
|
||||
'models.accessSettings.authed': 'Authenticated',
|
||||
'models.accessSettings.allowedUsers': 'Allowed users',
|
||||
'models.accessSettings.public.tips':
|
||||
'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -198,7 +202,6 @@ export default {
|
||||
// 6. 'models.button.accessSettings': 'Access Settings',
|
||||
// 7. 'models.table.accessScope': 'Access Scope',
|
||||
// 8. 'models.table.accessScope.all': 'All users',
|
||||
// 9. 'models.table.accessScope.selected': 'Selected users',
|
||||
// 10. 'models.table.userSelection': 'User Selection',
|
||||
// 11. 'models.table.filterByName': 'Filter by username',
|
||||
// 12. 'models.table.admin': 'Admin',
|
||||
@@ -215,6 +218,10 @@ export default {
|
||||
// 23. 'models.form.chunkSize': 'Size Of Cache Chunks',
|
||||
// 24. 'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
// 25. 'models.form.remoteURL': 'Remote Storage URL',
|
||||
// 26. 'models.form.runCommandPlaceholder': 'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
// 26. 'models.form.runCommandPlaceholder': 'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct',
|
||||
// 27. 'models.accessSettings.public': 'Public',
|
||||
// 28. 'models.accessSettings.authed': 'Authenticated',
|
||||
// 29. 'models.accessSettings.allowedUsers': 'Allowed users',
|
||||
// 30. 'models.accessSettings.public.tips': 'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.'
|
||||
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -14,13 +14,13 @@ export default {
|
||||
'apikeys.form.expiration.never': 'Без срока действия',
|
||||
'apikeys.table.bindModels': 'Доступ к моделям',
|
||||
'apikeys.models.all': 'All models',
|
||||
'apikeys.models.selected': 'Selected models',
|
||||
'apikeys.models.selected': 'Allowed models',
|
||||
'apikeys.models.noModelsFound': 'No models found'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'apikeys.table.bindModels': 'Model Access',
|
||||
// 2. 'apikeys.models.all': 'All models',
|
||||
// 3. 'apikeys.models.selected': 'Selected models',
|
||||
// 3. 'apikeys.models.selected': 'Allowed models',
|
||||
// 4. 'apikeys.models.noModelsFound': 'No models found'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -174,7 +174,6 @@ export default {
|
||||
'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',
|
||||
@@ -189,14 +188,18 @@ export default {
|
||||
'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
'models.form.remoteURL': 'Remote Storage URL',
|
||||
'models.form.runCommandPlaceholder':
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct',
|
||||
'models.accessSettings.public': 'Public',
|
||||
'models.accessSettings.authed': 'Authenticated',
|
||||
'models.accessSettings.allowedUsers': 'Allowed users',
|
||||
'models.accessSettings.public.tips':
|
||||
'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'models.button.accessSettings': 'Access Settings',
|
||||
// 2. 'models.table.accessScope': 'Access Scope',
|
||||
// 3. 'models.table.accessScope.all': 'All users',
|
||||
// 4. 'models.table.accessScope.selected': 'Selected users',
|
||||
// 5. 'models.table.userSelection': 'User Selection',
|
||||
// 6. 'models.table.filterByName': 'Filter by username',
|
||||
// 7. 'models.table.admin': 'Admin',
|
||||
@@ -210,5 +213,9 @@ export default {
|
||||
// 15. 'models.form.chunkSize': 'Size Of Cache Chunks',
|
||||
// 16. 'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
// 17. 'models.form.remoteURL': 'Remote Storage URL',
|
||||
// 18. 'models.form.runCommandPlaceholder': 'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct';
|
||||
// 18. 'models.form.runCommandPlaceholder': 'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
// 19. 'models.accessSettings.public': 'Public',
|
||||
// 20. 'models.accessSettings.authed': 'Authenticated',
|
||||
// 21. 'models.accessSettings.allowedUsers': 'Allowed users',
|
||||
// 22. 'models.accessSettings.public.tips': 'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -164,7 +164,6 @@ export default {
|
||||
'models.button.accessSettings': '访问设置',
|
||||
'models.table.accessScope': '访问范围',
|
||||
'models.table.accessScope.all': '所有用户',
|
||||
'models.table.accessScope.selected': '指定用户',
|
||||
'models.table.userSelection': '用户选择',
|
||||
'models.table.filterByName': '按用户名筛选',
|
||||
'models.table.admin': '管理员',
|
||||
@@ -179,5 +178,10 @@ export default {
|
||||
'models.form.maxCPUSize': 'CPU 缓存最大占用 (GiB)',
|
||||
'models.form.remoteURL': '远程存储地址',
|
||||
'models.form.runCommandPlaceholder':
|
||||
'例如,vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
'例如,vllm serve Qwen/Qwen2.5-1.5B-Instruct',
|
||||
'models.accessSettings.public': '公开',
|
||||
'models.accessSettings.authed': '认证用户',
|
||||
'models.accessSettings.allowedUsers': '指定用户',
|
||||
'models.accessSettings.public.tips':
|
||||
'公开后,任何人无需认证即可访问,可能存在数据泄露风险。'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user