Files
ReZygisk/webroot/lang/tr_TR.json
ThePedroo d8c0310053 improve: use module name, not module id; add: show Android/Kernel version in WebUI
This commit improves the WebUI module listing by listing the module name rather than the module id, and also adds 2 fields in the WebUI, so that it shows the Android version and Kernel release string.
2025-04-23 02:27:10 -03:00

94 lines
2.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.

{
"langName": "Türkçe (Türkiye)",
"global": {
"unknown": "Bilinmiyor"
},
"smallPage": {
"language": {
"header": "Yeni dilinizi seçin"
},
"theme": {
"header": "Yeni temanızı seçin",
"dark": "Koyu",
"light": "Açık",
"system": "Sistem Tabanlı"
},
"errorh": {
"buttons": {
"copy": "KOPYALA",
"clear": "BÜTÜN KAYITLARI SİL"
},
"header": "Hata Geçmişi",
"placeholder": "Burada kaydedilmiş hata yok!"
}
},
"page": {
"home": {
"header": "Anasayfa",
"status": {
"notWorking": "Aktif Değil",
"ok": "Aktif",
"partially": "Yarı-Aktif"
},
"info": {
"version": "Versiyon",
"root": "Root İmplementasyonu",
"zygote": {
"injected": "Enjekte",
"notInjected": "Enjekte Değil",
"unknown": "Bilinmiyor"
}
}
},
"modules": {
"header": "Modüller",
"notAvaliable": "Burada Zygisk kullanan modül yok.",
"arch": "Mimari: "
},
"actions": {
"header": "Hareketler",
"monitorButton": {
"start": "Başlat",
"stop": "Bitir",
"pause": "Durdur"
},
"monitor": "Monitör",
"status": {
"tracing": "İzleniyor",
"stopping": "Durduluyor",
"stopped": "Durdu",
"exiting": ıkılıyor",
"unknown": "Bilinmiyor"
}
},
"settings": {
"header": "Ayarlar",
"font": {
"header": "Sistem yazı tipini aktifleştir",
"description": "Bu seçenek anlık WebUI (Web Arayüzü) için sistem yazıt tipini aktifleştirir. NOT: FlipFont ile uyumlu olmayabilir!"
},
"theme": {
"header": "Sistem Teması",
"description": "Anlık WebUI için sistem temanı seç"
},
"language": {
"header": "Dil değiştir",
"description": "Yeni dilini seç"
},
"logs": {
"header": "Hata Geçmişi",
"description": "Bütün hata kayıtlarını görüntüle"
},
"credits": {
"module": "Modül Geliştiricisi",
"original": "Orijinal Modül Geliştiricisi",
"web": "WebUI Geliştiricisi"
},
"license": {
"module": "Modül Lisansı",
"web": "WebUI Lisansı"
}
}
}
}