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

Create tr.json #1192

Merged
merged 1 commit into from
Jun 26, 2023
Merged
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
39 changes: 39 additions & 0 deletions custom_components/sonoff/translations/tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"config": {
"abort": {
"reauth_successful": "Yeniden kimlik doğrulama başarılı oldu"
},
"error": {
"exists": "Bu hesap zaten yapılandırılmış",
"template": "{error}"
},
"step": {
"user": {
"description": "[eWeLink hesabınızın](https://www.ewelink.cc/en/) bilgilerini girin",
"data": {
"username": "E-posta veya telefon (DIY modu için herhangi birini kullanın)",
"password": "Parola (DIY modu için boş bırakın)"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "Mod (çoğu kullanıcı için otomatik önerilir)",
"homes": "Evler (\"Geçerli\" ev için işaretlemeden bırakın)",
"debug": "Hata ayıklama sayfası (Entegrasyon > Menü > Bilinen sorunlar)"
}
}
}
},
"system_health": {
"info": {
"version": "Sürüm",
"cloud_online": "Çevrimiçi bulut cihazları",
"local_online": "Çevrimiçi yerel cihazlar",
"debug": "Hata ayıklama sayfası"
}
}
}