fix: replicas, ready_replicas sorting
This commit is contained in:
@@ -83,8 +83,8 @@ export default {
|
||||
'If you want to customize the model cache directory, you can specify the path to mount it.',
|
||||
'clusters.addworker.configSummary': 'Сводка конфигурации',
|
||||
'clusters.addworker.gpuVendor': 'Производитель GPU',
|
||||
'clusters.addworker.workerIP':
|
||||
'IP воркера <span class="text-tertiary">{type}</span>',
|
||||
'clusters.addworker.workerIP': 'IP воркера',
|
||||
'clusters.addworker.workerExternalIP': 'Внешний адрес воркера',
|
||||
'clusters.addworker.notSpecified': 'Не указано',
|
||||
'clusters.addworker.autoDetect': 'Автоопределение',
|
||||
'clusters.addworker.extraVolume.holder':
|
||||
|
||||
@@ -264,9 +264,10 @@ export default {
|
||||
'common.filter.status': 'Фильтровать по статусу',
|
||||
'common.form.rule.selectInput': 'Выберите или введите {name}',
|
||||
'common.tag.experimental': 'Экспериментальный',
|
||||
'common.title.example': 'Пример'
|
||||
'common.title.example': 'Пример',
|
||||
'common.button.dontshowagain': "Don't show again"
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
// 1. 'common.button.dontshowagain': "Don't show again"
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
Reference in New Issue
Block a user