fix: ssh key, template test
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
'gpuservice.template': 'GPU Örnek Şablonu',
|
||||
'gpuservice.template.add': 'Örnek Şablonu Ekle',
|
||||
'gpuservice.template.edit': 'Örnek Şablonunu Düzenle',
|
||||
'gpuservice.template.filter.name': 'Ada göre filtrele',
|
||||
'gpuservice.template.filter.vendor': 'Tedarikçiye göre filtrele',
|
||||
'gpuservice.template.image': 'İmaj',
|
||||
'gpuservice.template.imagePullPolicy': 'İmaj Çekme Politikası',
|
||||
'gpuservice.template.imagePullPolicy.always': 'Her zaman çek',
|
||||
'gpuservice.template.imagePullPolicy.ifNotPresent': 'Yoksa çek',
|
||||
'gpuservice.template.imagePullPolicy.never': 'Asla çekme',
|
||||
'gpuservice.template.command': 'Konteyner Başlatma Komutu',
|
||||
'gpuservice.template.command.placeholder':
|
||||
'Her satırda bir argüman, örn.:\n/bin/bash\n-c\nyour command',
|
||||
'gpuservice.template.mountPath': 'Bağlama Yolu',
|
||||
'gpuservice.template.containerDisk': 'Konteyner Diski (Gi)',
|
||||
'gpuservice.template.memory': 'Bellek (Gi)',
|
||||
'gpuservice.template.ports': 'Bağlantı Noktaları',
|
||||
'gpuservice.template.ports.add': 'Bağlantı Noktası Ekle',
|
||||
'gpuservice.template.ports.invalid':
|
||||
'Bağlantı noktası yapılandırmasını eksiksiz doldurun.',
|
||||
'gpuservice.template.env': 'Ortam Değişkenleri',
|
||||
'gpuservice.template.env.add': 'Ortam Değişkeni Ekle',
|
||||
'gpuservice.template.env.invalid': 'Ortam değişkenlerini eksiksiz doldurun.',
|
||||
'gpuservice.template.env.name': 'Ad',
|
||||
'gpuservice.template.env.value': 'Değer',
|
||||
'gpuservice.template.card.image': 'İmaj',
|
||||
'gpuservice.template.card.mount': 'Bağlama',
|
||||
'gpuservice.template.card.resources': 'Kaynaklar',
|
||||
'gpuservice.template.card.ports': 'Bağlantı Noktaları',
|
||||
'gpuservice.publicKey.label': 'SSH Açık Anahtarı',
|
||||
'gpuservice.publicKey.placeholder':
|
||||
'ssh-rsa veya ssh-ed25519 ile başlar, her açık anahtar ayrı bir satırda\n\nAçık anahtarı görüntüle:\n- RSA\ncat ~/.ssh/id_rsa.pub\n- Ed25519\ncat ~/.ssh/id_ed25519.pub'
|
||||
};
|
||||
@@ -54,7 +54,11 @@ export default {
|
||||
'noresult.instances.title': 'No instances',
|
||||
'noresult.instances.subTitle':
|
||||
'There are no running model instances. Deploy a model to create one automatically.',
|
||||
'noresult.instances.nofound': 'No matching instances found.'
|
||||
'noresult.instances.nofound': 'No matching instances found.',
|
||||
'noresult.gpuservice.template.title': 'Örnek Şablonu Yok',
|
||||
'noresult.gpuservice.template.subTitle':
|
||||
'Bir örnek şablonu oluşturduğunuzda burada görünecek.',
|
||||
'noresult.gpuservice.template.nofound': 'Eşleşen örnek şablonu bulunamadı.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
Reference in New Issue
Block a user