Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update download.json #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions tr/download.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"postDownloadActionExecutor.zipExtraction/status": "Çıkarılıyor...",
"postDownloadActionExecutor.zipExtraction/status": "Çıkartılıyor...",
"finalizing": "İndirme tamamlanıyor... (bu birkaç dakika sürebilir)",
"noOptions": "İndirilecek uyumlu seçenek yok",

"deeplink/confirmation/title": "Hugging Face'den model indir 🤗",
"noOptions": "İndirilebilecek uyumlu seçenek yok",
"deeplink/confirmation/title": "Hugging Face'ten modeli indir 🤗",
"deeplink/confirmation/subtitle": "{{modelName}}",
"deeplink/confirmation/selectRecommended": "Önerileni seç",
"deeplink/confirmation/selectOption": "İndirme seçeneğini seç",
"deeplink/confirmation/recommendedOption": "Çoğu kullanıcı için muhtemelen en iyi seçenek",
"deeplink/confirmation/selectRecommended": "Önerilen seçeneği seçin",
"deeplink/confirmation/selectOption": "İndirme seçeneğini seçin",
"deeplink/confirmation/recommendedOption": "Çoğu kullanıcı için en iyi seçenek muhtemelen bu",
"deeplink/confirmation/downloadButton": "İndir",
"deeplink/confirmation/nevermindButton": "Boşver",
"deeplink/confirmation/modelPresent/title": "Hugging Face Modeli Bulundu ✅",
"deeplink/confirmation/modelPresent/body": "İyi haber! Bu model dosyası zaten yerel makinenizde mevcut.",
"deeplink/confirmation/loadInChat": "{{ modelName }}'i yeni bir sohbette yükle",
"deeplink/error/modelNotFound/title": "Üzgünüz, bu modeli bulamadık",
"deeplink/error/modelNotFound/body": "Model adını tekrar kontrol edin ve farklı bir indirme seçeneğini denemeyi düşünün.",
"deeplink/actions/trySearching": "Hugging Face'de {{modelName}} aramayı deneyin"
}
"deeplink/confirmation/loadInChat": "{{modelName}}'i yeni bir sohbette yükle",
"deeplink/error/modelNotFound/title": "Hata, bu modeli bulamadık",
"deeplink/error/modelNotFound/body": "Model adını bir kez daha kontrol edin ve farklı bir indirme seçeneğini deneyin.",
"deeplink/actions/trySearching": "{{modelName}}'i Hugging Face'te aramayı deneyin",

"downloadsPanel/title": "İndirmeler",
"downloadsPanel/sectionTitle/ongoing": "Devam Ediyor",
"downloadsPanel/sectionTitle/completed": "Tamamlandı"
}
Loading