refactor: gpu service API alignment
This commit is contained in:
@@ -58,6 +58,7 @@ export default {
|
||||
'common.table.createTime': '作成日時',
|
||||
'common.table.updateTime': '更新日時',
|
||||
'common.table.description': '説明',
|
||||
'common.table.displayName': '表示名',
|
||||
'common.table.name': '名前',
|
||||
'common.table.status': 'ステータス',
|
||||
'common.table.name.list': '{type} 名称',
|
||||
@@ -283,6 +284,7 @@ export default {
|
||||
'common.image.limit.width': 'Image width must be {width}.',
|
||||
'common.image.limit.height': 'Image height must be {height}.',
|
||||
'common.remaining': '残り {count}',
|
||||
'common.max': 'Maximum {count}',
|
||||
'common.validate.group': 'Please complete the {group} configuration'
|
||||
};
|
||||
|
||||
|
||||
@@ -37,6 +37,36 @@ export default {
|
||||
'gpuservice.template.card.mount': 'マウント',
|
||||
'gpuservice.template.card.resources': 'リソース',
|
||||
'gpuservice.template.card.ports': 'ポート',
|
||||
'gpuservice.storageType': 'ストレージタイプ',
|
||||
'gpuservice.storageType.add': 'ストレージタイプを追加',
|
||||
'gpuservice.storageType.edit': 'ストレージタイプを編集',
|
||||
'gpuservice.storageType.filter.name': '名前で検索',
|
||||
'gpuservice.storageType.kind': '種別',
|
||||
'gpuservice.storageType.mountOptions': 'マウントオプション',
|
||||
'gpuservice.storageType.nfs.server': 'NFS サーバー',
|
||||
'gpuservice.storageType.nfs.share': '共有パス',
|
||||
'gpuservice.storageType.nfs.subDirectory': 'サブディレクトリ',
|
||||
'gpuservice.storageType.nfs.subDirectory.tips':
|
||||
'空の場合、永続ボリューム名のサブディレクトリが作成されます。設定されている場合、このサブディレクトリ配下に永続ボリューム名のディレクトリが作成されます。',
|
||||
'gpuservice.storageType.nfs.mountPermissions': 'マウント権限',
|
||||
'gpuservice.storageType.nfs.mountPermissions.tips':
|
||||
'NFS サーバー上のファイル権限を継承します。',
|
||||
'gpuservice.storageType.s3.endpoint': 'エンドポイント',
|
||||
'gpuservice.storageType.s3.endpoint.rule':
|
||||
'http または https で始まる必要があります',
|
||||
'gpuservice.storageType.s3.region': 'リージョン',
|
||||
'gpuservice.storageType.s3.bucket': 'バケット',
|
||||
'gpuservice.storageType.s3.bucket.tips':
|
||||
'空の場合、永続ボリューム名で新しいバケットが作成されます。設定されている場合、このバケット配下に永続ボリューム名のサブディレクトリが作成されます。',
|
||||
'gpuservice.storageType.s3.accessKey': 'アクセスキー',
|
||||
'gpuservice.storageType.s3.secretKey': 'シークレットキー',
|
||||
'gpuservice.storageType.s3.insecure': 'TLS/SSL 証明書の検証をスキップ',
|
||||
'gpuservice.storageType.s3.insecure.tips':
|
||||
'有効にすると S3 サーバーの証明書検証を無視します。社内テストや自己署名証明書の利用時に適しており、本番環境では慎重に有効化してください。',
|
||||
'gpuservice.publicKey': 'SSH 公開鍵',
|
||||
'gpuservice.publicKey.add': 'SSH 公開鍵を追加',
|
||||
'gpuservice.publicKey.edit': 'SSH 公開鍵を編集',
|
||||
'gpuservice.publicKey.filter.name': '名前で検索',
|
||||
'gpuservice.publicKey.label': 'SSH 公開鍵',
|
||||
'gpuservice.instance.ssh.enable': 'SSH アクセスを有効化',
|
||||
'gpuservice.instance.ssh.assignKey': 'SSH 公開鍵を割り当て',
|
||||
@@ -102,6 +132,11 @@ export default {
|
||||
'gpuservice.storage.persistentVolume': '永続ボリューム',
|
||||
'gpuservice.storage.persistentVolume.required':
|
||||
'永続ボリュームを選択してください',
|
||||
'gpuservice.storage.persistentVolume.capacity': '容量 (GB)',
|
||||
'gpuservice.storage.persistentVolume.capacity.required':
|
||||
'容量を入力してください',
|
||||
'gpuservice.storage.persistentVolume.releaseWithInstance':
|
||||
'インスタンスと共に解放',
|
||||
'gpuservice.storage.tempCapacity': '容量 (GB)',
|
||||
'gpuservice.storage.tempCapacity.required':
|
||||
'一時ストレージ容量を入力してください',
|
||||
|
||||
@@ -45,6 +45,7 @@ export default {
|
||||
'menu.gpuService.instances': 'GPU Instances',
|
||||
'menu.gpuService.templates': 'Instance Templates',
|
||||
'menu.gpuService.storage': 'Storage',
|
||||
'menu.gpuService.storageTypes': 'ストレージタイプ',
|
||||
'menu.gpuService.publicKeys': 'SSH Public Keys'
|
||||
};
|
||||
|
||||
|
||||
@@ -67,6 +67,11 @@ export default {
|
||||
'noresult.gpuservice.storage.subTitle':
|
||||
'ストレージはまだ追加されていません。',
|
||||
'noresult.gpuservice.storage.nofound': '一致するストレージが見つかりません。',
|
||||
'noresult.gpuservice.storageType.title': 'ストレージタイプなし',
|
||||
'noresult.gpuservice.storageType.subTitle':
|
||||
'ストレージタイプはまだ追加されていません。',
|
||||
'noresult.gpuservice.storageType.nofound':
|
||||
'一致するストレージタイプが見つかりません。',
|
||||
'noresult.gpuservice.sshkey.title': 'SSH 公開鍵なし',
|
||||
'noresult.gpuservice.sshkey.subTitle': 'SSH 公開鍵はまだ追加されていません。',
|
||||
'noresult.gpuservice.sshkey.nofound': '一致する SSH 公開鍵が見つかりません。'
|
||||
|
||||
Reference in New Issue
Block a user