style: number selection
This commit is contained in:
@@ -225,7 +225,6 @@ export default {
|
||||
'common.text.latest': '最新',
|
||||
'common.text.new': '新規',
|
||||
'common.text.changelog': 'リリースノート',
|
||||
'common.button.recreate': '再作成',
|
||||
'common.button.delrecreate': '削除(再作成)',
|
||||
'common.options.all': 'すべて',
|
||||
'common.options.none': 'なし',
|
||||
@@ -283,7 +282,8 @@ export default {
|
||||
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
|
||||
'common.image.limit.width': 'Image width must be {width}.',
|
||||
'common.image.limit.height': 'Image height must be {height}.',
|
||||
'common.remaining': '残り {count}'
|
||||
'common.remaining': '残り {count}',
|
||||
'common.validate.group': 'Please complete the {group} configuration'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -15,6 +15,9 @@ export default {
|
||||
'gpuservice.template.mountPath': 'マウントパス',
|
||||
'gpuservice.template.containerDisk': 'コンテナディスク (GB)',
|
||||
'gpuservice.template.memory': 'メモリ (GB)',
|
||||
'gpuservice.instance.containerDisk.remaining':
|
||||
'コンテナディスク (残り {count} GB)',
|
||||
'gpuservice.instance.memory.remaining': 'メモリ (残り {count} GB)',
|
||||
'gpuservice.template.displayName': '表示名',
|
||||
'gpuservice.template.displayName.max':
|
||||
'表示名は 63 文字以内で入力してください。',
|
||||
@@ -56,6 +59,8 @@ export default {
|
||||
'最大 {count} 枚の GPU カードを選択してください',
|
||||
'gpuservice.instance.gpuCount.min':
|
||||
'少なくとも {count} 枚の GPU カードを選択してください',
|
||||
'gpuservice.instance.gpuCount.noAvailable':
|
||||
'利用可能な GPU リソースがありません。別のインスタンスタイプを選択してください。',
|
||||
'gpuservice.instance.stock': '在庫',
|
||||
'gpuservice.instance.sliced': '分割',
|
||||
'gpuservice.instance.memory': 'Memory',
|
||||
|
||||
Reference in New Issue
Block a user