mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
[ci skip] Translation update
This commit is contained in:
parent
afaaabd2fe
commit
1b97f48c1f
@ -134,6 +134,10 @@
|
||||
"off": "\u015earj olmuyor",
|
||||
"on": "\u015earj Oluyor"
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
"off": "Temiz",
|
||||
"on": "Alg\u0131land\u0131"
|
||||
},
|
||||
"co": {
|
||||
"off": "Temiz",
|
||||
"on": "Alg\u0131land\u0131"
|
||||
|
24
homeassistant/components/dlna_dms/translations/tr.json
Normal file
24
homeassistant/components/dlna_dms/translations/tr.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
|
||||
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor",
|
||||
"bad_ssdp": "SSDP verilerinde gerekli bir de\u011fer eksik",
|
||||
"no_devices_found": "A\u011fda cihaz bulunamad\u0131",
|
||||
"not_dms": "Cihaz desteklenen bir Medya Sunucusu de\u011fil"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Kuruluma ba\u015flamak ister misiniz?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Sunucu"
|
||||
},
|
||||
"description": "Yap\u0131land\u0131rmak i\u00e7in bir cihaz se\u00e7in",
|
||||
"title": "Ke\u015ffedilen DLNA DMA cihazlar\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -56,7 +56,8 @@
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"consider_home": "Bir cihaz\u0131 'evde' varsaymak i\u00e7in saniye"
|
||||
"consider_home": "Bir cihaz\u0131 'evde' varsaymak i\u00e7in saniye",
|
||||
"old_discovery": "Eski ke\u015fif y\u00f6ntemini etkinle\u015ftir"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -24,5 +24,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_type": {
|
||||
"swipe_down": "A\u015fa\u011f\u0131 Kayd\u0131r",
|
||||
"swipe_left": "Sola Kayd\u0131r",
|
||||
"swipe_right": "Sa\u011fa Kayd\u0131r",
|
||||
"swipe_up": "Yukar\u0131 Kayd\u0131r"
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/radio_browser/translations/tr.json
Normal file
12
homeassistant/components/radio_browser/translations/tr.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Zaten yap\u0131land\u0131r\u0131lm\u0131\u015f. Yaln\u0131zca tek bir konfig\u00fcrasyon m\u00fcmk\u00fcnd\u00fcr."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Home Assistant'a Radyo Taray\u0131c\u0131 eklemek istiyor musunuz?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -61,6 +61,7 @@
|
||||
"debug": "Debugging aktivieren",
|
||||
"device": "Zu konfigurierendes Ger\u00e4t ausw\u00e4hlen",
|
||||
"event_code": "Ereigniscode zum Hinzuf\u00fcgen eingeben",
|
||||
"protocols": "Protokolle",
|
||||
"remove_device": "Zu l\u00f6schendes Ger\u00e4t ausw\u00e4hlen"
|
||||
},
|
||||
"title": "Rfxtrx Optionen"
|
||||
|
@ -61,6 +61,7 @@
|
||||
"debug": "Aktifkan debugging",
|
||||
"device": "Pilih perangkat untuk dikonfigurasi",
|
||||
"event_code": "Masukkan kode event untuk ditambahkan",
|
||||
"protocols": "Protokol",
|
||||
"remove_device": "Pilih perangkat yang akan dihapus"
|
||||
},
|
||||
"title": "Opsi Rfxtrx"
|
||||
|
@ -66,6 +66,7 @@
|
||||
"debug": "Hata ay\u0131klamay\u0131 etkinle\u015ftir",
|
||||
"device": "Yap\u0131land\u0131rmak i\u00e7in cihaz\u0131 se\u00e7in",
|
||||
"event_code": "Eklemek i\u00e7in etkinlik kodunu girin",
|
||||
"protocols": "Protokoller",
|
||||
"remove_device": "Silinecek cihaz\u0131 se\u00e7in"
|
||||
},
|
||||
"title": "Rfxtrx Se\u00e7enekleri"
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
|
||||
"reauth_successful": "Yeniden kimlik do\u011frulama ba\u015far\u0131l\u0131 oldu"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
@ -9,6 +10,13 @@
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "Parola"
|
||||
},
|
||||
"description": "Sense entegrasyonunun hesab\u0131n\u0131z\u0131 {email} yeniden do\u011frulamas\u0131 gerekiyor.",
|
||||
"title": "Entegrasyonu Yeniden Do\u011frula"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-posta",
|
||||
@ -16,6 +24,12 @@
|
||||
"timeout": "Zaman a\u015f\u0131m\u0131"
|
||||
},
|
||||
"title": "Sense Enerji Monit\u00f6r\u00fcn\u00fcze ba\u011flan\u0131n"
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "Do\u011frulama kodu"
|
||||
},
|
||||
"title": "Sense \u00c7ok fakt\u00f6rl\u00fc kimlik do\u011frulama"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "Sonarr entegrasyonunun, \u015fu adreste bar\u0131nd\u0131r\u0131lan Sonarr API ile manuel olarak yeniden do\u011frulanmas\u0131 gerekir: {host}",
|
||||
"description": "Sonarr entegrasyonunun \u015fu adreste bar\u0131nd\u0131r\u0131lan Sonarr API ile manuel olarak yeniden do\u011frulanmas\u0131 gerekiyor: {url}",
|
||||
"title": "Entegrasyonu Yeniden Do\u011frula"
|
||||
},
|
||||
"user": {
|
||||
@ -22,6 +22,7 @@
|
||||
"host": "Ana Bilgisayar",
|
||||
"port": "Port",
|
||||
"ssl": "SSL sertifikas\u0131 kullan\u0131r",
|
||||
"url": "URL",
|
||||
"verify_ssl": "SSL sertifikas\u0131n\u0131 do\u011frulay\u0131n"
|
||||
}
|
||||
}
|
||||
|
@ -15,10 +15,10 @@
|
||||
},
|
||||
"pick_radio": {
|
||||
"data": {
|
||||
"radio_type": "Tipo de r\u00e1dio"
|
||||
"radio_type": "Tipo de hub zigbee"
|
||||
},
|
||||
"description": "Escolha o tipo de seu r\u00e1dio Zigbee",
|
||||
"title": "Tipo de r\u00e1dio"
|
||||
"description": "Escolha o tipo de seu hub Zigbee",
|
||||
"title": "Tipo de hub zigbee"
|
||||
},
|
||||
"port_config": {
|
||||
"data": {
|
||||
@ -33,7 +33,7 @@
|
||||
"data": {
|
||||
"path": "Caminho do dispositivo serial"
|
||||
},
|
||||
"description": "Selecione a porta serial para o r\u00e1dio Zigbee",
|
||||
"description": "Selecione a porta serial para o hub Zigbee",
|
||||
"title": "ZHA"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user