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.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.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.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.' };