Files
gpustack-ui/src/locales/tr-TR/no-result.ts
T
2026-05-25 22:42:02 +08:00

77 lines
4.5 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
'noresult.button.add': 'Şimdi Ekle',
'noresult.mymodels.title': 'Erişilebilir Model Yok',
'noresult.mymodels.subTitle':
'Erişim için lütfen yöneticiyle iletişime geçin.',
'noresult.mymodels.nofound': 'Eşleşen model bulunamadı',
'noresult.deployments.title': 'Dağıtılmış Model Yok',
'noresult.deployments.subTitle':
'Henüz hiç model dağıtmadınız. Başlamak için aşağıdaki düğmeye tıklayın.',
'noresult.gpus.title': 'GPU Cihazı Algılanamadı',
'noresult.gpus.subTitle':
'Lütfen İşçi Düğüm durumunun HAZIR olup olmadığını kontrol edin.',
'noresult.gpus.nofound': 'Eşleşen GPU cihazı bulunamadı.',
'noresult.workers.title': 'İşçi Düğüm Yok',
'noresult.workers.subTitle': 'Hiçbir kümede işçi düğüm bulunamadı.',
'noresult.workers.nofound': 'Eşleşen işçi düğüm bulunamadı.',
'noresult.workers.button.add': 'İşçi Düğüm Ekle',
'noresult.modelfiles.title': 'Model Dosyası Yok',
'noresult.modelfiles.subTitle': 'Henüz model dosyası eklenmedi.',
'noresult.modelfiles.nofound': 'Eşleşen model dosyası bulunamadı.',
'noresult.backend.title': 'Çıkarım Altyapısı Yok',
'noresult.backend.subTitle': 'Henüz çıkarım altyapısı eklenmedi.',
'noresult.backend.nofound': 'Eşleşen çıkarım altyapısı bulunamadı.',
'noresult.cluster.title': 'Küme Yok',
'noresult.cluster.subTitle': 'Henüz küme eklenmedi.',
'noresult.cluster.nofound': 'Eşleşen küme bulunamadı.',
'noresult.credentials.title': 'Bulut Kimlik Bilgisi Yok',
'noresult.credentials.subTitle': 'Henüz bulut kimlik bilgisi eklenmedi.',
'noresult.credentials.nofound': 'Eşleşen kimlik bilgisi bulunamadı.',
'noresult.users.title': 'Kullanıcı Yok',
'noresult.users.subTitle': 'Henüz kullanıcı eklenmedi.',
'noresult.users.nofound': 'Eşleşen kullanıcı bulunamadı.',
'noresult.keys.title': 'API Anahtarı Yok',
'noresult.keys.subTitle': 'Henüz API anahtarı eklenmedi.',
'noresult.keys.nofound': 'Eşleşen API anahtarı bulunamadı.',
'noresult.catalog.title': 'Model Yok',
'noresult.catalog.subTitle': 'Henüz model yapılandırılmadı.',
'noresult.catalog.nofound': 'Eşleşen model bulunamadı.',
'noresult.resources.cluster':
'Kullanılabilir küme yok. Başlamak için bir küme ekleyin.',
'noresult.resources.worker':
'Kullanılabilir işçi düğüm yok. Başlamak için bir işçi düğüm ekleyin.',
'noresult.resources.gotocluster': 'İlk Kümenizi Oluşturun',
'noresult.resources.gotoworker': 'İşçi Düğüm Ekle',
'noresult.benchmark.title': 'Kıyaslama Yok',
'noresult.benchmark.subTitle': 'Henüz kıyaslama eklenmedi.',
'noresult.benchmark.nofound': 'Eşleşen kıyaslama bulunamadı.',
'noresult.providers.title': 'Sağlayıcı Yok',
'noresult.providers.subTitle': 'Henüz sağlayıcı eklenmedi.',
'noresult.providers.nofound': 'Eşleşen sağlayıcı bulunamadı.',
'noresult.routes.title': 'Yönlendirme Yok',
'noresult.routes.subTitle': 'Henüz yönlendirme eklenmedi.',
'noresult.routes.nofound': 'Eşleşen yönlendirme bulunamadı.',
'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.gpuservice.template.title': 'Örnek Şablonu Yok',
'noresult.gpuservice.template.subTitle': 'Henüz örnek şablonu eklenmedi.',
'noresult.gpuservice.template.nofound': 'Eşleşen örnek şablonu bulunamadı.',
'noresult.gpuservice.instance.title': 'GPU Örneği Yok',
'noresult.gpuservice.instance.subTitle': 'Henüz GPU örneği eklenmedi.',
'noresult.gpuservice.instance.nofound': 'Eşleşen GPU örneği bulunamadı.',
'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.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ı.'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'noresult.instances.title': 'No instances',
// 2. 'noresult.instances.subTitle': 'There are no running model instances. Deploy a model to create one automatically.',
// 3. 'noresult.instances.nofound': 'No matching instances found.'
// ========== End of To-Do List ==========