convertor/src/locales/tr.json
Your Name db5f47586e feat: add theme toggle functionality and update localization files
- Implemented a theme toggle feature allowing users to switch between light and dark modes.
- Added a new ThemeToggle component for the theme switching button.
- Updated theme CSS to support dark mode variables and system preference detection.
- Enhanced localization files to include translations for the "toggleTheme" key across multiple languages.
2026-01-21 15:00:34 +08:00

107 lines
3.3 KiB
JSON
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.

{
"common": {
"appName": "ConvertX-CN",
"poweredBy": "Tarafından desteklenmektedir",
"version": "v{version}",
"loading": "Yükleniyor...",
"error": "Hata",
"success": "Başarılı",
"confirm": "Onayla",
"cancel": "İptal",
"close": "Kapat",
"save": "Kaydet",
"delete": "Sil",
"remove": "Kaldır",
"download": "İndir",
"upload": "Yükle",
"submit": "Gönder",
"back": "Geri",
"next": "İleri",
"yes": "Evet",
"no": "Hayır"
},
"nav": {
"history": "Geçmiş",
"account": "Hesap",
"logout": ıkış",
"login": "Giriş",
"register": "Kayıt Ol",
"language": "Dil",
"toggleTheme": "Tema değiştir"
},
"convert": {
"title": "Dönüştür",
"titleWithType": ".{fileType} Dönüştür",
"chooseFile": "Bir dosya seçin",
"orDragHere": "veya buraya sürükleyin",
"searchConversions": "Dönüşümleri ara",
"convertTo": "Dönüştür",
"convertButton": "Dönüştür",
"uploading": "Yükleniyor...",
"processing": "İşleniyor..."
},
"results": {
"title": "Sonuçlar",
"convertedFileName": "Dönüştürülen Dosya Adı",
"status": "Durum",
"actions": "İşlemler",
"downloadAll": "Tümü",
"downloadTar": "Tar",
"deleteJob": "Sil",
"noFiles": "Henüz dönüştürülmüş dosya yok.",
"statusPending": "Bekliyor",
"statusCompleted": "Tamamlandı",
"statusFailed": "Başarısız"
},
"history": {
"title": "Sonuçlar",
"time": "Zaman",
"files": "Dosyalar",
"filesDone": "Tamamlanan Dosyalar",
"status": "Durum",
"actions": "İşlemler",
"expandDetails": "Ayrıntıları genişlet",
"detailedFileInfo": "Ayrıntılı Dosya Bilgisi:",
"deleteSelected": "Seçilenleri Sil",
"selectAll": "Tümünü seç",
"confirmDelete": "{count} işi silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.",
"deleteSuccess": "{deleted} iş başarıyla silindi.",
"deleteFailed": "{failed} iş silinemedi.",
"deleteError": "İşler silinirken bir hata oluştu. Lütfen tekrar deneyin."
},
"auth": {
"email": "E-posta",
"password": "Şifre",
"currentPassword": "Mevcut Şifre",
"newPassword": "Şifre (değiştirmemek için boş bırakın)",
"loginButton": "Giriş Yap",
"registerButton": "Kayıt Ol",
"updateButton": "Güncelle",
"createAccount": "Hesap oluştur",
"invalidCredentials": "Geçersiz kimlik bilgileri.",
"emailInUse": "E-posta zaten kullanımda.",
"unauthorized": "Yetkisiz",
"cookiesRequired": "Bu uygulamayı kullanmak için çerezler etkinleştirilmelidir.",
"noCookies": "Kimlik doğrulama çerezi yok, belki tarayıcınız çerezleri engelliyor."
},
"setup": {
"welcome": "ConvertX-CN'e Hoş Geldiniz!",
"createYourAccount": "Hesabınızı oluşturun",
"reportIssues": "Sorunları bildirin",
"github": "GitHub"
},
"errors": {
"jobNotFound": "İş bulunamadı.",
"fileNotFound": "Dosya bulunamadı.",
"uploadFailed": "Yükleme başarısız.",
"conversionFailed": "Dönüştürme başarısız.",
"serverError": "Sunucu hatası."
},
"upload": {
"success": "Dosyalar başarıyla yüklendi.",
"dragDrop": "Dosyaları buraya bırakın"
},
"file": {
"size": "{size} kB"
}
}