You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'backend.versionInfo.autoImage': 'Автоматически выбор во время запуска',
28
30
'backend.version.rules.builtin': 'Должен заканчиваться на "-custom"',
29
31
'backend.version.no.tips':
30
-
'Built-in backend versions must end with "-custom".'
32
+
'The name of a custom version must end with "-custom."'
31
33
};
32
34
33
35
// ========== To-Do: Translate Keys (Remove After Translation) ==========
34
-
// 1. 'backend.version.no.tips': 'Built-in backend versions must end with "-custom".'
36
+
// 1. 'backend.form.defaultExecuteCommand.tips': '{{model_path}} is the model path, and {{port}} is the service port. These variable names cannot be modified.'
37
+
// 2. 'backend.version.no.tips': 'The name of a custom version must end with "-custom."'
0 commit comments