export default { 'clusters.title': 'Cluster', 'clusters.table.provider': 'Provider', 'clusters.table.deployments': 'Deployments', 'clusters.button.add': 'Add Cluster', 'clusters.button.addCredential': 'Add Cloud Credential', 'clusters.button.editCredential': 'Edit Cloud Credential', 'clusters.filterBy.cluster': 'Filter by cluster', 'clusters.add.cluster': 'Add {cluster} Cluster', 'clusters.edit.cluster': 'Edit {cluster}', 'clusters.provider.custom': 'Custom', 'clusters.button.register': 'Register Cluster', 'clusters.button.addNodePool': 'Add Worker Pool', 'clusters.button.add.credential': 'Add {provider} Credential', 'clusters.credential.title': 'Cloud Credential', 'clusters.credential.token': 'Access Token', 'clusters.workerpool.region': 'Region', 'clusters.workerpool.zone': 'Zone', 'clusters.workerpool.instanceType': 'Instance Type', 'clusters.workerpool.replicas': 'Replicas', 'clusters.workerpool.batchSize': 'Batch Size', 'clusters.workerpool.osImage': 'OS Image', 'clusters.workerpool.volumes': 'Volumes', 'clusters.workerpool.format': 'Format', 'clusters.workerpool.size': 'Size (GiB)', 'clusters.workerpool.title': 'Worker Pools', 'clusters.workerpool.cloudOptions': 'Add Cloud Options', 'clusters.workerpool.volumes.add': 'Add Volume', 'clusters.create.provider.self': 'Self-Hosted', 'clusters.create.provider.cloud': 'Cloud Provider', 'clusters.create.selectProvider': 'Select Provider', 'clusters.create.configBasic': 'Basic Configuration', 'clusters.create.execCommand': 'Execute Command', 'clusters.create.supportedGpu': 'Supported GPUs', 'clusters.create.skipfornow': 'Skip for Now', 'clusters.create.noImages': 'No images available', 'clusters.create.noInstanceTypes': 'No instance types available', 'clusters.create.noRegions': 'No regions available', 'clusters.workerpool.batchSize.desc': 'Number of workers created simultaneously in the Worker pool', 'clusters.create.addworker.tips': 'Please make sure the prerequisites for {label} are met before executing the following command.', 'clusters.create.addCommand.tips': 'On the Worker that needs to be added, run the following command to join it to the cluster.', 'clusters.create.register.tips': 'On the Kubernetes cluster that needs to be added, run the following command to join its nodes to the cluster.', 'cluster.create.checkEnv.tips': 'Use the following command to check if the environment is ready.', 'cluster.provider.comingsoon': 'Coming soon', 'clusters.addworker.nvidiaNotes-01': 'If multiple outbound IPs exist, specify the one you want the worker to use. Please double-check with hostname -I | xargs -n1.', 'clusters.addworker.nvidiaNotes-02': 'If a model directory already exists on the worker, you can specify the path to mount it.', 'clusters.addworker.hygonNotes': `If the /opt/hyhal directory does not exist, create a symbolic link to the Hygon installation path. Same applies to the /opt/dtk directory.`, 'clusters.addworker.corexNotes': `If the /lib/modules directory does not exist, create a symbolic link to the Iluvatar installation path: ln -s /path/to/corex /lib/modules. Same applies to the /usr/local/corex directory.`, 'clusters.addworker.metaxNotes': `If the /opt/mxdriver directory does not exist, create a symbolic link to the MetaX installation path: ln -s /path/to/metax /opt/mxdriver. Same applies to the /opt/maca directory.`, 'clusters.addworker.cambriconNotes': `If the /usr/local/neuware directory does not exist, create a symbolic link to the Cambricon installation path: ln -s /path/to/neuware /usr/local/neuware.`, 'clusters.addworker.hygonNotes-02': 'If device detection fails, try removing --env ROCM_SMI_LIB_PATH=/opt/hyhal/lib.', 'clusters.addworker.selectCluster': 'Select Cluster', 'clusters.addworker.selectCluster.tips': 'For non-Docker clusters, please register clusters or manage worker pools from the Clusters page.', 'clusters.addworker.selectGPU': 'Select GPU Vendor', 'clusters.addworker.checkEnv': 'Check Environment', 'clusters.addworker.specifyArgs': 'Specify Arguments', 'clusters.addworker.runCommand': 'Run Command', 'clusters.addworker.specifyWorkerIP': 'Worker IP', 'clusters.addworker.detectWorkerIP': 'Auto-detect Worker IP', 'clusters.addworker.specifyWorkerAddress': 'Worker External Address', 'clusters.addworker.detectWorkerAddress': 'Worker External Address', 'clusters.addworker.detectWorkerAddress.tips': 'Defaults to Worker IP if not specified.', 'clusters.addworker.externalIP.tips': 'If running in a VPC or private network, please specify the Worker external address reachable by the GPUStack Server.', 'clusters.addworker.enterWorkerIP': 'Enter worker IP', 'clusters.addworker.enterWorkerIP.error': 'Please enter the worker IP.', 'clusters.addworker.enterWorkerAddress': 'Enter worker external address', 'clusters.addworker.enterWorkerAddress.error': 'Please enter the worker external address.', 'clusters.addworker.extraVolume': 'Additional Volume Mount', 'clusters.addworker.cacheVolume': 'Model Cache Volume Mount', 'clusters.addworker.cacheVolume.tips': 'If you want to customize the model cache directory, you can specify the path to mount it.', 'clusters.addworker.configSummary': 'Configuration Summary', 'clusters.addworker.gpuVendor': 'GPU Vendor', 'clusters.addworker.workerIP': 'Worker IP', 'clusters.addworker.workerExternalIP': 'Worker External Address', 'clusters.addworker.notSpecified': 'Not Specified', 'clusters.addworker.autoDetect': 'Auto', 'clusters.addworker.extraVolume.holder': 'e.g. /data/models (path must start with /)', 'clusters.addworker.cacheVolume.holder': 'e.g. /data/cache (path must start with /)', 'clusters.addworker.vendorNotes.title': 'Notes for {vendor} Device', 'clusters.button.genToken': 'Need to create a new token? Click here.', 'clusters.addworker.amdNotes-01': `If the /opt/rocm directory does not exist, please create a symbolic link pointing to the ROCm installed path: ln -s /path/to/rocm /opt/rocm.`, 'clusters.addworker.message.success_single': '{count} new worker has been added to the cluster.', 'clusters.addworker.message.success_multiple': '{count} new workers have been added to the cluster.', 'clusters.create.serverUrl': 'Server URL', 'clusters.create.workerConfig': 'Worker Configuration', 'clusters.addworker.containerName': 'Worker Container Name', 'clusters.addworker.containerName.tips': 'Specify a name for the worker container.', 'clusters.addworker.dataVolume': 'GPUStack Data Volume', 'clusters.addworker.dataVolume.tips': 'Specify a data storage path for GPUStack.', 'clusters.table.ip.internal': 'Internal', 'clusters.table.ip.external': 'External', 'clusters.form.serverUrl.tips': 'Specify the server URL accessible from your cloud provider.', 'clusters.form.setDefault': 'Set as Default', 'clusters.form.setDefault.tips': 'Default for deployment.' };