fix: name validation
This commit is contained in:
@@ -76,7 +76,9 @@ export default {
|
||||
'gpuservice.storage.persistentVolume': 'Persistent Volume',
|
||||
'gpuservice.storage.persistentVolume.required':
|
||||
'Please select a persistent volume',
|
||||
'gpuservice.storage.tempCapacity': 'Storage Capacity (GB)',
|
||||
'gpuservice.storage.tempCapacity': 'Capacity (GB)',
|
||||
'gpuservice.storage.tempCapacity.required':
|
||||
'Please enter the local temporary storage capacity'
|
||||
'Please enter the temporary storage capacity',
|
||||
'gpuservice.form.rule.name':
|
||||
"Lowercase letters, numbers, and '-'. Start and end with a letter or number, no consecutive '-', max 63 characters."
|
||||
};
|
||||
|
||||
@@ -74,7 +74,9 @@ export default {
|
||||
'gpuservice.storage.persistentVolume': '永続ボリューム',
|
||||
'gpuservice.storage.persistentVolume.required':
|
||||
'永続ボリュームを選択してください',
|
||||
'gpuservice.storage.tempCapacity': 'ストレージ容量 (GB)',
|
||||
'gpuservice.storage.tempCapacity': '容量 (GB)',
|
||||
'gpuservice.storage.tempCapacity.required':
|
||||
'ローカルの一時ストレージ容量を入力してください'
|
||||
'一時ストレージ容量を入力してください',
|
||||
'gpuservice.form.rule.name':
|
||||
"小文字、数字、'-' のみ使用可能。文字または数字で始まり、文字または数字で終わる必要があり、連続する '-' は不可、最大 63 文字。"
|
||||
};
|
||||
|
||||
@@ -75,7 +75,9 @@ export default {
|
||||
'gpuservice.storage.temporary': 'Временное',
|
||||
'gpuservice.storage.persistentVolume': 'Постоянный том',
|
||||
'gpuservice.storage.persistentVolume.required': 'Выберите постоянный том',
|
||||
'gpuservice.storage.tempCapacity': 'Объём хранилища (ГБ)',
|
||||
'gpuservice.storage.tempCapacity': 'Объём (ГБ)',
|
||||
'gpuservice.storage.tempCapacity.required':
|
||||
'Введите объём локального временного хранилища'
|
||||
'Введите объём временного хранилища',
|
||||
'gpuservice.form.rule.name':
|
||||
"Строчные буквы, цифры и '-'. Должно начинаться и заканчиваться буквой или цифрой, без подряд идущих '-', максимум 63 символа."
|
||||
};
|
||||
|
||||
@@ -75,7 +75,9 @@ export default {
|
||||
'gpuservice.storage.persistentVolume': 'Kalıcı Hacim',
|
||||
'gpuservice.storage.persistentVolume.required':
|
||||
'Lütfen bir kalıcı hacim seçin',
|
||||
'gpuservice.storage.tempCapacity': 'Depolama Kapasitesi (GB)',
|
||||
'gpuservice.storage.tempCapacity': 'Kapasite (GB)',
|
||||
'gpuservice.storage.tempCapacity.required':
|
||||
'Lütfen yerel geçici depolama kapasitesini girin'
|
||||
'Lütfen geçici depolama kapasitesini girin',
|
||||
'gpuservice.form.rule.name':
|
||||
"Küçük harfler, rakamlar ve '-'. Harf veya rakamla başlamalı ve bitmeli, ardışık '-' içermemeli, en fazla 63 karakter."
|
||||
};
|
||||
|
||||
@@ -71,6 +71,8 @@ export default {
|
||||
'gpuservice.storage.temporary': '临时',
|
||||
'gpuservice.storage.persistentVolume': '持久卷',
|
||||
'gpuservice.storage.persistentVolume.required': '请选择持久卷',
|
||||
'gpuservice.storage.tempCapacity': '存储容量 (GB)',
|
||||
'gpuservice.storage.tempCapacity.required': '请输入本地临时存储容量'
|
||||
'gpuservice.storage.tempCapacity': '容量(GB)',
|
||||
'gpuservice.storage.tempCapacity.required': '请输入临时存储容量',
|
||||
'gpuservice.form.rule.name':
|
||||
'由小写字母、数字和 "-" 组成,以字母或数字开头和结尾,不能包含连续的 "-",最多 63 个字符。'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user