Files
gpustack-ui/src/locales/en-US/clusters.ts
T

30 lines
1.3 KiB
TypeScript

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