-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from GormYa/main
Turkish translation
- Loading branch information
Showing
4 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"state": { | ||
"miwifi__device_tracker": { | ||
"home": "Bağlı", | ||
"not_home": "Bağlantı kesildi" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"state": { | ||
"miwifi__signal_strength": { | ||
"min": "Enerji tasarrufu", | ||
"mid": "Standart", | ||
"max": "En güçlü" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"state": { | ||
"miwifi__mode": { | ||
"default": "Varsayılan", | ||
"repeater": "Tekrarlayıcı", | ||
"access_point": "Erişim Noktası", | ||
"mesh": "Mesh (Ağ)" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"title": "MiWifi", | ||
"config": { | ||
"error": { | ||
"ip_address.not_matched": "Geçersiz IP", | ||
"password.not_matched": "Yanlış parola veya şifreleme algoritması", | ||
"connection": "Bağlantı kurulamadı", | ||
"router.not.supported": "Yönlendirici desteklenmiyor. Detaylı bilgi bildirim merkezine gönderilmiştir." | ||
}, | ||
"step": { | ||
"discovery_confirm": { | ||
"title": "MiWiFi Ayarları", | ||
"description": "MiWiFi yönlendiricinizin IP adresini ve parolasını girin", | ||
"data": { | ||
"ip_address": "IP adresi", | ||
"password": "Parola", | ||
"encryption_algorithm": "Şifreleme algoritması", | ||
"stay_online": "En az çevrimiçi kalma süresi (saniye)", | ||
"scan_interval": "Tarama aralığı (saniye) [PRO]", | ||
"timeout": "İstek zaman aşımı (saniye) [PRO]" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"error": { | ||
"ip_address.not_matched": "Geçersiz IP", | ||
"password.not_matched": "Yanlış parola veya şifreleme algoritması", | ||
"connection": "Bağlantı kurulamadı", | ||
"router.not.supported": "Yönlendirici desteklenmiyor. Detaylı bilgi bildirim merkezine gönderilmiştir." | ||
}, | ||
"step": { | ||
"init": { | ||
"title": "MiWiFi Ayarları", | ||
"description": "MiWiFi yönlendiricinizin IP adresini ve parolasını girin", | ||
"data": { | ||
"ip_address": "IP adresi", | ||
"password": "Parola", | ||
"encryption_algorithm": "Şifreleme algoritması", | ||
"stay_online": "En az çevrimiçi kalma süresi (saniye)", | ||
"scan_interval": "Tarama aralığı (saniye) [PRO]", | ||
"activity_days": "Son aktiviteden sonra beklenmesi gereken süre (gün) [PRO]", | ||
"timeout": "İstek zaman aşımı (saniye) [PRO]", | ||
"is_force_load": "Cihazların tekrarlayıcı modunda zorunlu olarak başlatılması [PRO]" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Sürüm" | ||
} | ||
} | ||
} |