style: number selection

This commit is contained in:
jialin
2026-05-25 22:42:02 +08:00
committed by jialin
parent f886422f91
commit 5195b1e5fc
20 changed files with 285 additions and 150 deletions
+2 -2
View File
@@ -228,7 +228,6 @@ export default {
'common.text.latest': 'En Son',
'common.text.new': 'Yeni',
'common.text.changelog': 'Sürüm Notları',
'common.button.recreate': 'Yeniden oluştur',
'common.button.delrecreate': 'Sil (Yeniden oluştur)',
'common.options.all': 'Tümü',
'common.options.none': 'Hiçbiri',
@@ -286,5 +285,6 @@ 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': 'Kalan {count}'
'common.remaining': 'Kalan {count}',
'common.validate.group': 'Please complete the {group} configuration'
};
+5
View File
@@ -15,6 +15,9 @@ export default {
'gpuservice.template.mountPath': 'Bağlama Yolu',
'gpuservice.template.containerDisk': 'Konteyner Diski (GB)',
'gpuservice.template.memory': 'Bellek (GB)',
'gpuservice.instance.containerDisk.remaining':
'Konteyner Diski (Kalan {count} GB)',
'gpuservice.instance.memory.remaining': 'Bellek (Kalan {count} GB)',
'gpuservice.template.displayName': 'Görünen Ad',
'gpuservice.template.displayName.max':
'Görünen ad 63 karakterden uzun olamaz.',
@@ -56,6 +59,8 @@ export default {
'gpuservice.instance.gpuCount.required': 'Lütfen GPU sayısını girin',
'gpuservice.instance.gpuCount.max': 'En fazla {count} GPU kartı seçin',
'gpuservice.instance.gpuCount.min': 'En az {count} GPU kartı seçin',
'gpuservice.instance.gpuCount.noAvailable':
'Kullanılabilir GPU kaynağı yok, lütfen başka bir örnek türü seçin.',
'gpuservice.instance.stock': 'Stok',
'gpuservice.instance.sliced': 'Bölünmüş',
'gpuservice.instance.memory': 'Bellek',