refactor: gpu service API alignment
This commit is contained in:
@@ -58,6 +58,7 @@ export default {
|
||||
'common.table.createTime': 'Oluşturulma',
|
||||
'common.table.updateTime': 'Güncellenme',
|
||||
'common.table.description': 'Açıklama',
|
||||
'common.table.displayName': 'Görünen Ad',
|
||||
'common.table.name': 'Ad',
|
||||
'common.table.status': 'Durum',
|
||||
'common.table.name.list': '{type} Adı',
|
||||
@@ -286,5 +287,6 @@ export default {
|
||||
'common.image.limit.width': 'Image width must be {width}.',
|
||||
'common.image.limit.height': 'Image height must be {height}.',
|
||||
'common.remaining': 'Kalan {count}',
|
||||
'common.max': 'Maksimum {count}',
|
||||
'common.validate.group': 'Please complete the {group} configuration'
|
||||
};
|
||||
|
||||
@@ -39,6 +39,36 @@ export default {
|
||||
'gpuservice.template.card.mount': 'Bağlama',
|
||||
'gpuservice.template.card.resources': 'Kaynaklar',
|
||||
'gpuservice.template.card.ports': 'Bağlantı Noktaları',
|
||||
'gpuservice.storageType': 'Depolama Türü',
|
||||
'gpuservice.storageType.add': 'Depolama Türü Ekle',
|
||||
'gpuservice.storageType.edit': 'Depolama Türünü Düzenle',
|
||||
'gpuservice.storageType.filter.name': 'Ada göre ara',
|
||||
'gpuservice.storageType.kind': 'Tür',
|
||||
'gpuservice.storageType.mountOptions': 'Bağlama Seçenekleri',
|
||||
'gpuservice.storageType.nfs.server': 'NFS Sunucusu',
|
||||
'gpuservice.storageType.nfs.share': 'Paylaşım Yolu',
|
||||
'gpuservice.storageType.nfs.subDirectory': 'Alt Dizin',
|
||||
'gpuservice.storageType.nfs.subDirectory.tips':
|
||||
'Boş bırakılırsa kalıcı hacim adıyla bir alt dizin oluşturulur. Doldurulursa bu alt dizinin altında kalıcı hacim adıyla bir dizin oluşturulur.',
|
||||
'gpuservice.storageType.nfs.mountPermissions': 'Bağlama İzinleri',
|
||||
'gpuservice.storageType.nfs.mountPermissions.tips':
|
||||
'NFS sunucusundaki dosya izinleri devralınır.',
|
||||
'gpuservice.storageType.s3.endpoint': 'Endpoint',
|
||||
'gpuservice.storageType.s3.endpoint.rule':
|
||||
'http veya https ile başlamalıdır',
|
||||
'gpuservice.storageType.s3.region': 'Bölge',
|
||||
'gpuservice.storageType.s3.bucket': 'Kova',
|
||||
'gpuservice.storageType.s3.bucket.tips':
|
||||
'Boş bırakılırsa kalıcı hacim adıyla yeni bir kova oluşturulur. Doldurulursa bu kova içinde kalıcı hacim adıyla bir alt dizin oluşturulur.',
|
||||
'gpuservice.storageType.s3.accessKey': 'Access Key',
|
||||
'gpuservice.storageType.s3.secretKey': 'Secret Key',
|
||||
'gpuservice.storageType.s3.insecure': 'TLS/SSL sertifika doğrulamasını atla',
|
||||
'gpuservice.storageType.s3.insecure.tips':
|
||||
'Etkinleştirildiğinde S3 sunucu sertifikası doğrulanmaz. İç ağ testleri veya kendinden imzalı sertifikalar için uygundur; üretim ortamında dikkatli kullanın.',
|
||||
'gpuservice.publicKey': 'SSH Açık Anahtarı',
|
||||
'gpuservice.publicKey.add': 'SSH Açık Anahtarı Ekle',
|
||||
'gpuservice.publicKey.edit': 'SSH Açık Anahtarını Düzenle',
|
||||
'gpuservice.publicKey.filter.name': 'Ada göre ara',
|
||||
'gpuservice.publicKey.label': 'SSH Açık Anahtarı',
|
||||
'gpuservice.instance.ssh.enable': 'SSH Erişimini Etkinleştir',
|
||||
'gpuservice.instance.ssh.assignKey': 'SSH Açık Anahtarı Ata',
|
||||
@@ -103,6 +133,11 @@ export default {
|
||||
'gpuservice.storage.persistentVolume': 'Kalıcı Hacim',
|
||||
'gpuservice.storage.persistentVolume.required':
|
||||
'Lütfen bir kalıcı hacim seçin',
|
||||
'gpuservice.storage.persistentVolume.capacity': 'Kapasite (GB)',
|
||||
'gpuservice.storage.persistentVolume.capacity.required':
|
||||
'Lütfen kapasiteyi girin',
|
||||
'gpuservice.storage.persistentVolume.releaseWithInstance':
|
||||
'Örnekle birlikte serbest bırak',
|
||||
'gpuservice.storage.tempCapacity': 'Kapasite (GB)',
|
||||
'gpuservice.storage.tempCapacity.required':
|
||||
'Lütfen geçici depolama kapasitesini girin',
|
||||
|
||||
@@ -45,6 +45,7 @@ export default {
|
||||
'menu.gpuService.instances': 'GPU Instances',
|
||||
'menu.gpuService.templates': 'Instance Templates',
|
||||
'menu.gpuService.storage': 'Storage',
|
||||
'menu.gpuService.storageTypes': 'Depolama Türleri',
|
||||
'menu.gpuService.publicKeys': 'SSH Public Keys'
|
||||
};
|
||||
|
||||
|
||||
@@ -64,6 +64,10 @@ export default {
|
||||
'noresult.gpuservice.storage.title': 'Depolama Yok',
|
||||
'noresult.gpuservice.storage.subTitle': 'Henüz depolama eklenmedi.',
|
||||
'noresult.gpuservice.storage.nofound': 'Eşleşen depolama bulunamadı.',
|
||||
'noresult.gpuservice.storageType.title': 'Depolama Türü Yok',
|
||||
'noresult.gpuservice.storageType.subTitle': 'Henüz depolama türü eklenmedi.',
|
||||
'noresult.gpuservice.storageType.nofound':
|
||||
'Eşleşen depolama türü bulunamadı.',
|
||||
'noresult.gpuservice.sshkey.title': 'SSH Açık Anahtarı Yok',
|
||||
'noresult.gpuservice.sshkey.subTitle': 'Henüz SSH açık anahtarı eklenmedi.',
|
||||
'noresult.gpuservice.sshkey.nofound': 'Eşleşen SSH açık anahtarı bulunamadı.'
|
||||
|
||||
Reference in New Issue
Block a user