chore: update env vars from backend version
This commit is contained in:
@@ -40,5 +40,6 @@ export default {
|
||||
'backend.entrypoint.tips':
|
||||
'If specified, the ENTRYPOINT defined in the image will be ignored, and the command below will be used as the container startup entrypoint.',
|
||||
'backend.form.defaultEnvironment': 'Default Environment Variables',
|
||||
'backend.recommendModels': 'Recommended Models'
|
||||
'backend.recommendModels': 'Recommended Models',
|
||||
'backend.filter.source': 'Filter by source'
|
||||
};
|
||||
|
||||
@@ -40,5 +40,6 @@ export default {
|
||||
'backend.entrypoint.tips':
|
||||
'If specified, the ENTRYPOINT defined in the image will be ignored, and the command below will be used as the container startup entrypoint.',
|
||||
'backend.form.defaultEnvironment': 'Default Environment Variables',
|
||||
'backend.recommendModels': 'Recommended Models'
|
||||
'backend.recommendModels': 'Recommended Models',
|
||||
'backend.filter.source': 'Filter by source'
|
||||
};
|
||||
|
||||
@@ -40,10 +40,12 @@ export default {
|
||||
'backend.entrypoint.tips':
|
||||
'Если указано, ENTRYPOINT, заданный в образе, будет проигнорирован, а вместо него для запуска контейнера будет использована команда ниже.',
|
||||
'backend.form.defaultEnvironment': 'Default Environment Variables',
|
||||
'backend.recommendModels': 'Recommended Models'
|
||||
'backend.recommendModels': 'Recommended Models',
|
||||
'backend.filter.source': 'Filter by source'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'backend.form.defaultEnvironment': 'Default Environment Variables',
|
||||
// 2. 'backend.recommendModels': 'Recommended Models'
|
||||
// 2. 'backend.recommendModels': 'Recommended Models',
|
||||
// 3. 'backend.filter.source': 'Filter by source'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -37,5 +37,6 @@ export default {
|
||||
'backend.entrypoint.tips':
|
||||
'如指定,镜像中定义的 ENTRYPOINT 将被忽略,下面的命令将作为容器启动入口命令使用。',
|
||||
'backend.form.defaultEnvironment': '默认环境变量',
|
||||
'backend.recommendModels': '推荐模型'
|
||||
'backend.recommendModels': '推荐模型',
|
||||
'backend.filter.source': '按来源过滤'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user