fix: custom backend and versions ux
This commit is contained in:
@@ -29,5 +29,8 @@ export default {
|
||||
'backend.versionInfo.autoImage': 'Automatically selected at runtime',
|
||||
'backend.version.rules.builtin': 'Must end with "-custom"',
|
||||
'backend.version.no.tips':
|
||||
'The name of a custom version must end with "-custom."'
|
||||
'The built-in backend’s custom version name must end with "-custom".',
|
||||
'backend.backend.rules.custom':
|
||||
'The custom backend name must end with "-custom".',
|
||||
'backend.quickConfig': 'Quick Config'
|
||||
};
|
||||
|
||||
@@ -29,5 +29,8 @@ export default {
|
||||
'backend.versionInfo.autoImage': 'Automatically selected at runtime',
|
||||
'backend.version.rules.builtin': 'Must end with "-custom"',
|
||||
'backend.version.no.tips':
|
||||
'The name of a custom version must end with "-custom."'
|
||||
'The built-in backend’s custom version name must end with "-custom".',
|
||||
'backend.backend.rules.custom':
|
||||
'The custom backend name must end with "-custom".',
|
||||
'backend.quickConfig': 'Quick Config'
|
||||
};
|
||||
|
||||
@@ -29,10 +29,15 @@ export default {
|
||||
'backend.versionInfo.autoImage': 'Автоматически выбор во время запуска',
|
||||
'backend.version.rules.builtin': 'Должен заканчиваться на "-custom"',
|
||||
'backend.version.no.tips':
|
||||
'The name of a custom version must end with "-custom."'
|
||||
'The built-in backend’s custom version name must end with "-custom".',
|
||||
'backend.backend.rules.custom':
|
||||
'The custom backend name must end with "-custom".',
|
||||
'backend.quickConfig': 'Quick Config'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'backend.form.defaultExecuteCommand.tips': '{{model_path}} is the model path, and {{port}} is the service port. These variable names cannot be modified.'
|
||||
// 2. 'backend.version.no.tips': 'The name of a custom version must end with "-custom."'
|
||||
// 2. 'backend.version.no.tips': 'The built-in backend’s custom version name must end with "-custom".'
|
||||
// 3. 'backend.backend.rules.custom': 'The custom backend name must end with "-custom".',
|
||||
// 4. 'backend.quickConfig': 'Quick Config'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -28,5 +28,7 @@ export default {
|
||||
'backend.noVersion': '未找到版本',
|
||||
'backend.versionInfo.autoImage': '运行时自动选择',
|
||||
'backend.version.rules.builtin': '须以 "-custom" 结尾',
|
||||
'backend.version.no.tips': '自定义版本名称必须以 "-custom" 结尾。'
|
||||
'backend.version.no.tips': '内置后端自定义版本名称必须以 "-custom" 结尾。',
|
||||
'backend.backend.rules.custom': '自定义后端名称须以 "-custom" 结尾。',
|
||||
'backend.quickConfig': '快速配置'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user