add: Turkish language for WebUI (#85)

Co-authored-by: witch <witch@dyingwillow.dev>
This commit is contained in:
Willow Hayley Lovelace
2024-11-23 10:47:23 +03:00
committed by GitHub
parent 56d307783f
commit 27b3de562f
2 changed files with 95 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- **pt_BR** by [@ThePedroo](https://github.com/ThePedroo)
- **ro_RO** by [@ExtremeXT](https://github.com/ExtremeXT)
- **ru_RU** by [@Emulond](https://github.com/Emulond) & [@AJleKcAHgP68](https://github.com/AJleKcAHgP68)
- **tr_TR** by [@dyingwillow](https://github.com/dyingwillow)
- **vi_VN** by [@RainyXeon](https://github.com/RainyXeon)
- **zh_CN** by [@Meltartica](https://github.com/Meltartica) & [@SheepChef](https://github.com/SheepChef)
- **zh_TW** by [@Meltartica](https://github.com/Meltartica)

94
webroot/lang/tr_TR.json Normal file
View File

@@ -0,0 +1,94 @@
{
"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": {
"unknown": "Bilinmiyor",
"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ı"
}
}
}
}