[ci skip] Translation update
This commit is contained in:
parent
d274a62c31
commit
9e1647d634
35 changed files with 420 additions and 7 deletions
7
homeassistant/components/airly/translations/tr.json
Normal file
7
homeassistant/components/airly/translations/tr.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"can_reach_server": "Airly sunucusuna eri\u015fin"
|
||||
}
|
||||
}
|
||||
}
|
18
homeassistant/components/apple_tv/translations/hu.json
Normal file
18
homeassistant/components/apple_tv/translations/hu.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_auth": "Azonos\u00edt\u00e1s nem siker\u00fclt",
|
||||
"no_devices_found": "Nem tal\u00e1lhat\u00f3 eszk\u00f6z a h\u00e1l\u00f3zaton"
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"title": "Apple TV sikeresen hozz\u00e1adva"
|
||||
},
|
||||
"pair_with_pin": {
|
||||
"data": {
|
||||
"pin": "PIN K\u00f3d"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
54
homeassistant/components/apple_tv/translations/tr.json
Normal file
54
homeassistant/components/apple_tv/translations/tr.json
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"invalid_config": "Bu ayg\u0131t\u0131n yap\u0131land\u0131rmas\u0131 tamamlanmad\u0131. L\u00fctfen tekrar eklemeyi deneyin.",
|
||||
"no_devices_found": "A\u011fda cihaz bulunamad\u0131",
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
|
||||
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
|
||||
"no_devices_found": "A\u011fda cihaz bulunamad\u0131",
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"flow_title": "Apple TV: {name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"title": "Apple TV eklemeyi onaylay\u0131n"
|
||||
},
|
||||
"pair_no_pin": {
|
||||
"title": "E\u015fle\u015ftirme"
|
||||
},
|
||||
"pair_with_pin": {
|
||||
"data": {
|
||||
"pin": "PIN Kodu"
|
||||
},
|
||||
"title": "E\u015fle\u015ftirme"
|
||||
},
|
||||
"reconfigure": {
|
||||
"description": "Bu Apple TV baz\u0131 ba\u011flant\u0131 sorunlar\u0131 ya\u015f\u0131yor ve yeniden yap\u0131land\u0131r\u0131lmas\u0131 gerekiyor.",
|
||||
"title": "Cihaz\u0131n yeniden yap\u0131land\u0131r\u0131lmas\u0131"
|
||||
},
|
||||
"service_problem": {
|
||||
"title": "Hizmet eklenemedi"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"device_input": "Cihaz"
|
||||
},
|
||||
"title": "Yeni bir Apple TV kurun"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"start_off": "Home Assistant'\u0131 ba\u015flat\u0131rken cihaz\u0131 a\u00e7may\u0131n"
|
||||
},
|
||||
"description": "Genel cihaz ayarlar\u0131n\u0131 yap\u0131land\u0131r\u0131n"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Apple TV"
|
||||
}
|
11
homeassistant/components/aurora/translations/de.json
Normal file
11
homeassistant/components/aurora/translations/de.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"threshold": "Schwellenwert (%)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/bsblan/translations/tr.json
Normal file
12
homeassistant/components/bsblan/translations/tr.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "\u015eifre",
|
||||
"username": "Kullan\u0131c\u0131 ad\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"system_health": {
|
||||
"info": {
|
||||
"alexa_enabled": "Alexa abilitato",
|
||||
"can_reach_cert_server": "Raggiungi il server dei certificati",
|
||||
"can_reach_cloud": "Raggiungi Home Assistant Cloud",
|
||||
"can_reach_cloud_auth": "Raggiungi il server di autenticazione",
|
||||
"can_reach_cert_server": "Server dei Certificati raggiungibile",
|
||||
"can_reach_cloud": "Home Assistant Cloud raggiungibile",
|
||||
"can_reach_cloud_auth": "Server di Autenticazione raggiungibile",
|
||||
"google_enabled": "Google abilitato",
|
||||
"logged_in": "Accesso effettuato",
|
||||
"relayer_connected": "Relayer connesso",
|
||||
|
|
11
homeassistant/components/cloud/translations/tr.json
Normal file
11
homeassistant/components/cloud/translations/tr.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"logged_in": "Giri\u015f Yapt\u0131",
|
||||
"relayer_connected": "Yeniden Katman ba\u011fl\u0131",
|
||||
"remote_connected": "Uzaktan Ba\u011fl\u0131",
|
||||
"remote_enabled": "Uzaktan Etkinle\u015ftirildi",
|
||||
"subscription_expiration": "Aboneli\u011fin Sona Ermesi"
|
||||
}
|
||||
}
|
||||
}
|
25
homeassistant/components/cloudflare/translations/tr.json
Normal file
25
homeassistant/components/cloudflare/translations/tr.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_zone": "Ge\u00e7ersiz b\u00f6lge"
|
||||
},
|
||||
"flow_title": "Cloudflare: {name}",
|
||||
"step": {
|
||||
"records": {
|
||||
"data": {
|
||||
"records": "Kay\u0131tlar"
|
||||
},
|
||||
"title": "G\u00fcncellenecek Kay\u0131tlar\u0131 Se\u00e7in"
|
||||
},
|
||||
"user": {
|
||||
"title": "Cloudflare'ye ba\u011flan\u0131n"
|
||||
},
|
||||
"zone": {
|
||||
"data": {
|
||||
"zone": "B\u00f6lge"
|
||||
},
|
||||
"title": "G\u00fcncellenecek B\u00f6lgeyi Se\u00e7in"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,10 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"trigger_type": {
|
||||
"enters": "{entity_name} bir b\u00f6lgeye girdi",
|
||||
"leaves": "{entity_name} bir b\u00f6lgeden ayr\u0131l\u0131yor"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"home": "Evde",
|
||||
|
|
12
homeassistant/components/dsmr/translations/tr.json
Normal file
12
homeassistant/components/dsmr/translations/tr.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"time_between_update": "Varl\u0131k g\u00fcncellemeleri [ler] aras\u0131ndaki minimum s\u00fcre"
|
||||
},
|
||||
"title": "DSMR Se\u00e7enekleri"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
13
homeassistant/components/epson/translations/tr.json
Normal file
13
homeassistant/components/epson/translations/tr.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Ana Bilgisayar",
|
||||
"name": "\u0130sim",
|
||||
"port": "Port"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"system_health": {
|
||||
"info": {
|
||||
"can_reach_server": "Raggiungi il server GIO\u015a"
|
||||
"can_reach_server": "Server GIO\u015a raggiungibile"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
"disk_total": "Disco totale",
|
||||
"disk_used": "Disco utilizzato",
|
||||
"docker_version": "Versione Docker",
|
||||
"healthy": "Sano",
|
||||
"healthy": "Integrit\u00e0",
|
||||
"host_os": "Sistema Operativo Host",
|
||||
"installed_addons": "Componenti aggiuntivi installati",
|
||||
"supervisor_api": "API Supervisore",
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"board": "Panel",
|
||||
"disk_total": "Disk Toplam\u0131",
|
||||
"disk_used": "Kullan\u0131lan Disk",
|
||||
"docker_version": "Docker S\u00fcr\u00fcm\u00fc",
|
||||
"healthy": "Sa\u011fl\u0131kl\u0131",
|
||||
"host_os": "Ana Bilgisayar \u0130\u015fletim Sistemi"
|
||||
}
|
||||
},
|
||||
"title": "Hass.io"
|
||||
}
|
19
homeassistant/components/homeassistant/translations/tr.json
Normal file
19
homeassistant/components/homeassistant/translations/tr.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"arch": "CPU Mimarisi",
|
||||
"dev": "Geli\u015ftirme",
|
||||
"docker": "Konteyner",
|
||||
"docker_version": "Konteyner",
|
||||
"host_os": "Home Assistant OS",
|
||||
"installation_type": "Kurulum T\u00fcr\u00fc",
|
||||
"os_name": "\u0130\u015fletim Sistemi Ailesi",
|
||||
"os_version": "\u0130\u015fletim Sistemi S\u00fcr\u00fcm\u00fc",
|
||||
"python_version": "Python S\u00fcr\u00fcm\u00fc",
|
||||
"supervisor": "S\u00fcperviz\u00f6r",
|
||||
"timezone": "Saat dilimi",
|
||||
"version": "S\u00fcr\u00fcm",
|
||||
"virtualenv": "Sanal Ortam"
|
||||
}
|
||||
}
|
||||
}
|
40
homeassistant/components/hyperion/translations/tr.json
Normal file
40
homeassistant/components/hyperion/translations/tr.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Hizmet zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
|
||||
"auth_new_token_not_granted_error": "Hyperion UI'de yeni olu\u015fturulan belirte\u00e7 onaylanmad\u0131",
|
||||
"auth_new_token_not_work_error": "Yeni olu\u015fturulan belirte\u00e7 kullan\u0131larak kimlik do\u011frulamas\u0131 ba\u015far\u0131s\u0131z oldu",
|
||||
"auth_required_error": "Yetkilendirmenin gerekli olup olmad\u0131\u011f\u0131 belirlenemedi",
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
"no_id": "Hyperion Ambilight \u00f6rne\u011fi kimli\u011fini bildirmedi"
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
"data": {
|
||||
"create_token": "Otomatik olarak yeni belirte\u00e7 olu\u015fturma",
|
||||
"token": "Veya \u00f6nceden varolan belirte\u00e7 leri sa\u011flay\u0131n"
|
||||
}
|
||||
},
|
||||
"create_token": {
|
||||
"title": "Otomatik olarak yeni kimlik do\u011frulama belirteci olu\u015fturun"
|
||||
},
|
||||
"create_token_external": {
|
||||
"title": "Hyperion kullan\u0131c\u0131 aray\u00fcz\u00fcnde yeni belirteci kabul edin"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Port"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"priority": "Renkler ve efektler i\u00e7in kullan\u0131lacak hyperion \u00f6nceli\u011fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/ipma/translations/tr.json
Normal file
7
homeassistant/components/ipma/translations/tr.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"api_endpoint_reachable": "Ula\u015f\u0131labilir IPMA API u\u00e7 noktas\u0131"
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/kulersky/translations/tr.json
Normal file
7
homeassistant/components/kulersky/translations/tr.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "A\u011fda cihaz bulunamad\u0131"
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/lovelace/translations/de.json
Normal file
7
homeassistant/components/lovelace/translations/de.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"views": "Ansichten"
|
||||
}
|
||||
}
|
||||
}
|
9
homeassistant/components/lovelace/translations/tr.json
Normal file
9
homeassistant/components/lovelace/translations/tr.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"dashboards": "Kontrol panelleri",
|
||||
"mode": "Mod",
|
||||
"resources": "Kaynaklar"
|
||||
}
|
||||
}
|
||||
}
|
15
homeassistant/components/motion_blinds/translations/tr.json
Normal file
15
homeassistant/components/motion_blinds/translations/tr.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"connection_error": "Ba\u011flanma hatas\u0131"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Anahtar\u0131",
|
||||
"host": "IP adresi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -26,5 +26,10 @@
|
|||
"title": "Nest-Konto verkn\u00fcpfen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_type": {
|
||||
"camera_motion": "Bewegung erkannt"
|
||||
}
|
||||
}
|
||||
}
|
9
homeassistant/components/nest/translations/tr.json
Normal file
9
homeassistant/components/nest/translations/tr.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"trigger_type": {
|
||||
"camera_motion": "Hareket alg\u0131land\u0131",
|
||||
"camera_person": "Ki\u015fi alg\u0131land\u0131",
|
||||
"camera_sound": "Ses alg\u0131land\u0131"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
"longitude": "Logitudine",
|
||||
"station": "Codice stazione METAR"
|
||||
},
|
||||
"description": "Se non viene specificato un codice di stazione METAR, la latitudine e la longitudine verranno utilizzate per trovare la stazione pi\u00f9 vicina.",
|
||||
"description": "Se non \u00e8 specificato un codice stazione METAR, la latitudine e la longitudine saranno utilizzate per trovare la stazione pi\u00f9 vicina. Per ora, una chiave API pu\u00f2 essere qualsiasi cosa. Si consiglia di utilizzare un indirizzo e-mail valido.",
|
||||
"title": "Collegati al Servizio Meteorologico Nazionale"
|
||||
}
|
||||
}
|
||||
|
|
14
homeassistant/components/ovo_energy/translations/tr.json
Normal file
14
homeassistant/components/ovo_energy/translations/tr.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"flow_title": "OVO Enerji: {username}",
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "\u015eifre"
|
||||
},
|
||||
"description": "OVO Energy i\u00e7in kimlik do\u011frulama ba\u015far\u0131s\u0131z oldu. L\u00fctfen mevcut kimlik bilgilerinizi girin.",
|
||||
"title": "Yeniden kimlik do\u011frulama"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
homeassistant/components/ozw/translations/tr.json
Normal file
16
homeassistant/components/ozw/translations/tr.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"addon_info_failed": "OpenZWave eklenti bilgileri al\u0131namad\u0131.",
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
|
||||
},
|
||||
"progress": {
|
||||
"install_addon": "OpenZWave eklenti kurulumu bitene kadar l\u00fctfen bekleyin. Bu birka\u00e7 dakika s\u00fcrebilir."
|
||||
},
|
||||
"step": {
|
||||
"install_addon": {
|
||||
"title": "OpenZWave eklenti kurulumu ba\u015flad\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -18,7 +18,8 @@
|
|||
"user_gateway": {
|
||||
"data": {
|
||||
"port": "Port"
|
||||
}
|
||||
},
|
||||
"description": "Bitte eingeben"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
11
homeassistant/components/plugwise/translations/tr.json
Normal file
11
homeassistant/components/plugwise/translations/tr.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user_gateway": {
|
||||
"data": {
|
||||
"username": "Smile Kullan\u0131c\u0131 Ad\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/solaredge/translations/tr.json
Normal file
7
homeassistant/components/solaredge/translations/tr.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12,5 +12,10 @@
|
|||
"title": "Kimlik Do\u011frulama Y\u00f6ntemini Se\u00e7"
|
||||
}
|
||||
}
|
||||
},
|
||||
"system_health": {
|
||||
"info": {
|
||||
"api_endpoint_reachable": "Spotify API u\u00e7 noktas\u0131na ula\u015f\u0131labilir"
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/srp_energy/translations/de.json
Normal file
7
homeassistant/components/srp_energy/translations/de.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung fehlgeschlagen"
|
||||
}
|
||||
}
|
||||
}
|
18
homeassistant/components/srp_energy/translations/tr.json
Normal file
18
homeassistant/components/srp_energy/translations/tr.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_account": "Hesap kimli\u011fi 9 haneli bir say\u0131 olmal\u0131d\u0131r"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"id": "Hesap Kimli\u011fi",
|
||||
"is_tou": "Kullan\u0131m Zaman\u0131 Plan\u0131 m\u0131",
|
||||
"password": "\u015eifre",
|
||||
"username": "Kullan\u0131c\u0131 Ad\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "SRP Enerji"
|
||||
}
|
|
@ -4,8 +4,24 @@
|
|||
"cannot_connect": "Ba\u011flanma hatas\u0131"
|
||||
},
|
||||
"step": {
|
||||
"device": {
|
||||
"data": {
|
||||
"max_temp": "Maksimum hedef s\u0131cakl\u0131k (varsay\u0131lan olarak min ve maks = 0 kullan\u0131n)",
|
||||
"min_kelvin": "Kelvin destekli min renk s\u0131cakl\u0131\u011f\u0131",
|
||||
"min_temp": "Minimum hedef s\u0131cakl\u0131k (varsay\u0131lan i\u00e7in min ve maks = 0 kullan\u0131n)",
|
||||
"support_color": "Vurgu rengi",
|
||||
"temp_divider": "S\u0131cakl\u0131k de\u011ferleri ay\u0131r\u0131c\u0131 (0 = varsay\u0131lan\u0131 kullan)",
|
||||
"tuya_max_coltemp": "Cihaz taraf\u0131ndan bildirilen maksimum renk s\u0131cakl\u0131\u011f\u0131",
|
||||
"unit_of_measurement": "Cihaz\u0131n kulland\u0131\u011f\u0131 s\u0131cakl\u0131k birimi"
|
||||
},
|
||||
"description": "{device_type} ayg\u0131t\u0131 '{device_name}' i\u00e7in g\u00f6r\u00fcnt\u00fclenen bilgileri ayarlamak i\u00e7in se\u00e7enekleri yap\u0131land\u0131r\u0131n",
|
||||
"title": "Tuya Cihaz\u0131n\u0131 Yap\u0131land\u0131r\u0131n"
|
||||
},
|
||||
"init": {
|
||||
"data": {
|
||||
"discovery_interval": "Cihaz\u0131 yoklama aral\u0131\u011f\u0131 saniye cinsinden",
|
||||
"list_devices": "Yap\u0131land\u0131rmay\u0131 kaydetmek i\u00e7in yap\u0131land\u0131r\u0131lacak veya bo\u015f b\u0131rak\u0131lacak cihazlar\u0131 se\u00e7in",
|
||||
"query_device": "Daha h\u0131zl\u0131 durum g\u00fcncellemesi i\u00e7in sorgu y\u00f6ntemini kullanacak cihaz\u0131 se\u00e7in",
|
||||
"query_interval": "Ayg\u0131t yoklama aral\u0131\u011f\u0131 saniye cinsinden"
|
||||
},
|
||||
"description": "Yoklama aral\u0131\u011f\u0131 de\u011ferlerini \u00e7ok d\u00fc\u015f\u00fck ayarlamay\u0131n, aksi takdirde \u00e7a\u011fr\u0131lar g\u00fcnl\u00fckte hata mesaj\u0131 olu\u015fturarak ba\u015far\u0131s\u0131z olur",
|
||||
|
|
13
homeassistant/components/twinkly/translations/tr.json
Normal file
13
homeassistant/components/twinkly/translations/tr.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Twinkly cihaz\u0131n\u0131z\u0131n ana bilgisayar\u0131 (veya IP adresi)"
|
||||
},
|
||||
"description": "Twinkly led dizinizi ayarlay\u0131n",
|
||||
"title": "Twinkly"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"turn_off": "{entity_name} kapat",
|
||||
"turn_on": "{entity_name} a\u00e7\u0131n"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue