export default { 'resources.title': 'Resources', 'resources.nodes': 'Nodes', 'resources.button.create': 'Add Worker', 'resources.button.edit': 'Edit Worker', 'resources.button.edittags': 'Edit Labels', 'resources.button.update': 'Update Labels', 'resources.table.labels': 'Labels', 'resources.table.hostname': 'Hostname', 'resources.table.key.tips': 'The same key exists.', 'resources.form.label': 'Label', 'resources.form.advanced': 'Advanced', 'resources.form.enablePartialOffload': 'Allow CPU Offloading', 'resources.form.placementStrategy': 'Placement Strategy', 'resources.form.workerSelector': 'Worker Selector', 'resources.form.enableDistributedInferenceAcrossWorkers': 'Allow Distributed Inference Across Workers', 'resources.form.spread.tips': 'Make the resources of the entire cluster relatively evenly distributed among all workers. It may produce more resource fragmentation on a single worker.', 'resources.form.binpack.tips': 'Prioritize the overall utilization of cluster resources, reducing resource fragmentation on GPUs/Workers.', 'resources.form.workerSelector.description': 'The system selects the most suitable Worker for deploying model instances based on predefined labels.', 'resources.table.ip': 'IP', 'resources.table.cpu': 'CPU', 'resources.table.memory': 'RAM', 'resources.table.gpu': 'GPU', 'resources.table.disk': 'Storage', 'resources.table.vram': 'VRAM', 'resources.table.index': 'Index', 'resources.table.workername': 'Worker Name', 'resources.table.vender': 'Vendor', 'resources.table.temperature': 'Temperature', 'resources.table.core': 'Cores', 'resources.table.utilization': 'Utilization', 'resources.table.gpuutilization': 'GPU Utilization', 'resources.table.vramutilization': 'VRAM Utilization', 'resources.table.total': 'Total', 'resources.table.used': 'Used', 'resources.table.allocated': 'Allocated', 'resources.table.wokers': 'workers', 'resources.worker.linuxormaxos': 'Linux or macOS', 'resources.table.unified': 'Unified Memory', 'resources.worker.add.step1': 'Get Token (Run on the server)', 'resources.worker.add.step2': 'Register Worker', 'resources.worker.add.step2.tips': '(Run on the worker to be added, token is the value obtained in the first step.)', 'resources.worker.add.step3': 'After success, refresh the workers list to view the new worker.', 'resources.worker.container.supported': 'Do not support macOS or Windows.', 'resources.worker.current.version': 'Current version is {version}.', 'resources.worker.driver.install': 'Install required drivers and libraries prior to GPUStack installation.', 'resources.worker.select.command': 'Select a label to generate the command and copy it using the copy button.', 'resources.worker.script.install': 'Script Installation', 'resources.worker.container.install': 'Container Installation(Linux Only)', 'resources.worker.cann.tips': `Set --device /dev/davinci{index} according to the required NPU index. For example, to mount NPU0 and NPU1, add --device /dev/davinci0 --device /dev/davinci1.`, 'resources.modelfiles.form.path': 'Storage Path', 'resources.modelfiles.modelfile': 'Model Files', 'resources.modelfiles.download': 'Add Model File', 'resources.modelfiles.size': 'Size', 'resources.modelfiles.selecttarget': 'Select Target', 'resources.modelfiles.form.localdir': 'Local Directory', 'resources.modelfiles.form.localdir.tips': 'The default storage directory is /var/lib/gpustack/cache, or the directory specified by --cache-dir (preferred) or --data-dir.', 'resources.modelfiles.retry.download': 'Retry Download', 'resources.modelfiles.storagePath.holder': 'Waiting for the download to complete...', 'resources.filter.worker': 'Filter by worker', 'resources.filter.source': 'Filter by Source', 'resources.modelfiles.delete.tips': 'Also delete the file from disk', 'resources.modelfiles.copy.tips': 'Copy Full Path', 'resources.filter.path': 'Filter by path', 'resources.register.worker.step1': 'Click the Copy Token menu.', 'resources.register.worker.step2': 'Click the Quick Config menu.', 'resources.register.worker.step3': 'Click the General tab.', 'resources.register.worker.step4': 'Select Worker as the service role.', 'resources.register.worker.step5': 'Enter the Server URL.', 'resources.register.worker.step6': 'Paste the Token.', 'resources.register.worker.step7': 'Click Restart to apply the settings.', 'resources.register.install.title': 'Install GPUStack', 'resources.register.download': 'Download the package and install it.' };