style: number selection
This commit is contained in:
@@ -223,7 +223,6 @@ export default {
|
||||
'common.text.latest': 'Последняя',
|
||||
'common.text.new': 'Новая',
|
||||
'common.text.changelog': 'История изменений',
|
||||
'common.button.recreate': 'Пересоздать',
|
||||
'common.button.delrecreate': 'Удалить (Пересоздать)',
|
||||
'common.options.all': 'Все',
|
||||
'common.options.none': 'Нет',
|
||||
@@ -282,7 +281,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) ==========
|
||||
|
||||
@@ -16,6 +16,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 символа.',
|
||||
@@ -57,6 +60,8 @@ export default {
|
||||
'gpuservice.instance.gpuCount.required': 'Введите количество GPU',
|
||||
'gpuservice.instance.gpuCount.max': 'Выберите максимум {count} GPU-карт',
|
||||
'gpuservice.instance.gpuCount.min': 'Выберите минимум {count} GPU-карт',
|
||||
'gpuservice.instance.gpuCount.noAvailable':
|
||||
'Нет доступных ресурсов GPU, выберите другой тип экземпляра.',
|
||||
'gpuservice.instance.stock': 'Остаток',
|
||||
'gpuservice.instance.sliced': 'Разделено',
|
||||
'gpuservice.instance.memory': 'Память',
|
||||
|
||||
Reference in New Issue
Block a user