60 lines
3.2 KiB
TypeScript
60 lines
3.2 KiB
TypeScript
export default {
|
||
'backends.title': 'Inference Backends',
|
||
'backend.button.add': 'Add Backend',
|
||
'backend.button.edit': 'Edit Backend',
|
||
'backend.versions': 'Version List',
|
||
'backend.defaultVersion': 'Default Version',
|
||
'backend.version': 'Version',
|
||
'backend.imageName': 'Image Name',
|
||
'backend.runCommand': 'Execution Command',
|
||
'backend.framework': 'Framework',
|
||
'backend.builtin': 'Built-in',
|
||
'backend.custom': 'Custom',
|
||
'backend.community': 'Community',
|
||
'backend.isDefault': 'Default',
|
||
'backend.availableFrameworks': 'Supported Frameworks',
|
||
'backend.addVersion': 'Add Version',
|
||
'backend.filter.framework': 'Filter by framework',
|
||
'backend.export.yaml': 'Export YAML',
|
||
'backend.mode.form': 'Form Mode',
|
||
'backend.mode.yaml': 'YAML Mode',
|
||
'backend.form.healthCheckPath': 'Health Check Path',
|
||
'backend.form.defaultEntrypoint': 'Default Image Entrypoint',
|
||
'backend.form.defaultExecuteCommand': 'Default Execution Command',
|
||
'backend.form.defaultExecuteCommand.tips': `'{{'model_path'}}', '{{'port'}}', '{{'worker_ip'}}' and '{{'model_name'}}' are placeholders that will be substituted with the actual values during deployment.`,
|
||
'backend.form.defaultBackendParameters': 'Default Backend Parameters',
|
||
'backend.form.flagFormat': 'フラグ形式',
|
||
'backend.form.flagFormat.tips':
|
||
'オプションとその値を連結する形式。空欄の場合は各パラメータを入力されたまま保持し、形式を統一しません。',
|
||
'backend.form.flagFormat.space': 'スペース区切り (--key value)',
|
||
'backend.form.flagFormat.equal': 'イコール記号 (--key=value)',
|
||
'backend.form.commonParameters': 'よく使うバックエンドパラメータ',
|
||
'backend.form.commonParameters.tips':
|
||
'モデルのデプロイ時にバックエンドパラメータ入力欄の候補として表示されます。',
|
||
'backend.form.versionConfig': 'Versions Config',
|
||
'backend.form.addParameter': 'Add Parameter',
|
||
'backend.form.noVersion': 'No versions added',
|
||
'backend.noVersion': 'No versions found',
|
||
'backend.versionInfo.autoImage': 'Automatically selected at runtime',
|
||
'backend.version.rules.builtin': 'Must end with "-custom"',
|
||
'backend.version.no.tips':
|
||
'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',
|
||
'backend.version.default.not.exists':
|
||
'The default version does not exist in {versions}.',
|
||
'backend.replaceEntrypoint': 'Override Image Entrypoint',
|
||
'backend.entrypoint': 'Image Entrypoint',
|
||
'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.filter.source': 'Filter by source',
|
||
'backend.add.custom': 'Custom',
|
||
'backend.add.community': 'Community',
|
||
'backend.community.title': 'Community Backend Marketplace',
|
||
'backend.form.add.hint':
|
||
'To use a different version of a built-in backend (e.g., vLLM, SGLang, MindIE), please add a new version to the existing backend instead of adding a custom backend.'
|
||
};
|