mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
[ci skip] Translation update
This commit is contained in:
parent
9aec8f61d7
commit
332a571bb4
@ -5,7 +5,8 @@
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
"invalid_api_key": "Ge\u00e7ersiz API anahtar\u0131"
|
||||
"invalid_api_key": "Ge\u00e7ersiz API anahtar\u0131",
|
||||
"requests_exceeded": "Accuweather API i\u00e7in izin verilen istek say\u0131s\u0131 a\u015f\u0131ld\u0131. API Anahtar\u0131n\u0131 beklemeniz veya de\u011fi\u015ftirmeniz gerekir."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
@ -15,6 +16,7 @@
|
||||
"longitude": "Boylam",
|
||||
"name": "Ad"
|
||||
},
|
||||
"description": "Yap\u0131land\u0131rmayla ilgili yard\u0131ma ihtiyac\u0131n\u0131z varsa buraya bak\u0131n: https://www.home-assistant.io/integrations/accuweather/ \n\n Baz\u0131 sens\u00f6rler varsay\u0131lan olarak etkin de\u011fildir. Bunlar\u0131, entegrasyon yap\u0131land\u0131rmas\u0131ndan sonra varl\u0131k kay\u0131t defterinde etkinle\u015ftirebilirsiniz.\n Hava tahmini varsay\u0131lan olarak etkin de\u011fildir. Entegrasyon se\u00e7eneklerinde etkinle\u015ftirebilirsiniz.",
|
||||
"title": "AccuWeather"
|
||||
}
|
||||
}
|
||||
@ -25,6 +27,7 @@
|
||||
"data": {
|
||||
"forecast": "Hava Durumu tahmini"
|
||||
},
|
||||
"description": "AccuWeather API anahtar\u0131n\u0131n \u00fccretsiz s\u00fcr\u00fcm\u00fcn\u00fcn s\u0131n\u0131rlamalar\u0131 nedeniyle, hava tahminini etkinle\u015ftirdi\u011finizde, veri g\u00fcncellemeleri her 40 dakikada bir yerine 80 dakikada bir ger\u00e7ekle\u015ftirilir.",
|
||||
"title": "AccuWeather Se\u00e7enekleri"
|
||||
}
|
||||
}
|
||||
|
11
homeassistant/components/adax/translations/tr.json
Normal file
11
homeassistant/components/adax/translations/tr.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"account_id": "Hesap Kimli\u011fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/aemet/translations/tr.json
Normal file
11
homeassistant/components/aemet/translations/tr.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"station_updates": "AEMET hava istasyonlar\u0131ndan veri toplay\u0131n"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
13
homeassistant/components/airthings/translations/tr.json
Normal file
13
homeassistant/components/airthings/translations/tr.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"description": "Kimlik bilgilerinizi bulmak i\u00e7in {url} adresinden giri\u015f yap\u0131n",
|
||||
"id": "ID",
|
||||
"secret": "Gizli"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/airtouch4/translations/tr.json
Normal file
12
homeassistant/components/airtouch4/translations/tr.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"no_units": "Herhangi bir AirTouch 4 Grubu bulunamad\u0131."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "AirTouch 4 ba\u011flant\u0131 ayr\u0131nt\u0131lar\u0131n\u0131z\u0131 ayarlay\u0131n."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"state": {
|
||||
"airvisual__pollutant_label": {
|
||||
"co": "Karbonmonoksit",
|
||||
"n2": "Nitrojen dioksit",
|
||||
"o3": "Ozon",
|
||||
"p1": "PM10",
|
||||
"p2": "PM2.5",
|
||||
"s2": "K\u00fck\u00fcrt dioksit"
|
||||
},
|
||||
"airvisual__pollutant_level": {
|
||||
"good": "\u0130yi",
|
||||
"hazardous": "Tehlikeli",
|
||||
"unhealthy": "Sa\u011fl\u0131ks\u0131z",
|
||||
"unhealthy_sensitive": "Hassas gruplar i\u00e7in sa\u011fl\u0131ks\u0131z",
|
||||
"very_unhealthy": "\u00c7ok sa\u011fl\u0131ks\u0131z"
|
||||
}
|
||||
}
|
||||
}
|
@ -9,9 +9,15 @@
|
||||
"step": {
|
||||
"protocol": {
|
||||
"data": {
|
||||
"device_path": "Cihaz Yolu",
|
||||
"host": "Ana Bilgisayar",
|
||||
"port": "Port"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"protocol": "Protokol"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"state": {
|
||||
"ambee__risk": {
|
||||
"high": "Y\u00fcksek",
|
||||
"low": "D\u00fc\u015f\u00fck",
|
||||
"very high": "\u00c7ok y\u00fcksek"
|
||||
}
|
||||
}
|
||||
}
|
14
homeassistant/components/ambee/translations/tr.json
Normal file
14
homeassistant/components/ambee/translations/tr.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"description": "Ambee hesab\u0131n\u0131zla yeniden kimlik do\u011frulamas\u0131 yap\u0131n."
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"description": "Ambee'yi Home Assistant ile entegre olacak \u015fekilde ayarlay\u0131n."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/amberelectric/translations/tr.json
Normal file
21
homeassistant/components/amberelectric/translations/tr.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"site": {
|
||||
"data": {
|
||||
"site_name": "Site Ad\u0131",
|
||||
"site_nmi": "Site NMI"
|
||||
},
|
||||
"title": "Amber Electric"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"api_token": "API Anahtar\u0131",
|
||||
"site_id": "Site Kimli\u011fi"
|
||||
},
|
||||
"description": "API anahtar\u0131 olu\u015fturmak i\u00e7in {api_url} konumuna gidin",
|
||||
"title": "Amber Electric"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -3,6 +3,8 @@
|
||||
"abort": {
|
||||
"already_configured_device": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
|
||||
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor",
|
||||
"backoff": "Cihaz \u015fu anda e\u015fle\u015ftirme isteklerini kabul etmiyor (\u00e7ok say\u0131da ge\u00e7ersiz PIN kodu girmi\u015f olabilirsiniz), daha sonra tekrar deneyin.",
|
||||
"device_did_not_pair": "Cihazdan e\u015fle\u015ftirme i\u015flemini bitirmek i\u00e7in herhangi bir giri\u015fimde bulunulmad\u0131.",
|
||||
"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"
|
||||
@ -11,20 +13,24 @@
|
||||
"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",
|
||||
"no_usable_service": "Bir ayg\u0131t bulundu, ancak ba\u011flant\u0131 kurman\u0131n herhangi bir yolunu tan\u0131mlayamad\u0131. Bu iletiyi g\u00f6rmeye devam ederseniz, IP adresini belirtmeye veya Apple TV'nizi yeniden ba\u015flatmaya \u00e7al\u0131\u015f\u0131n.",
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"flow_title": "Apple TV: {name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "'{name}' adl\u0131 Apple TV'yi Ev Asistan\u0131'na eklemek \u00fczeresiniz.\n\n**\u0130\u015flemi tamamlamak i\u00e7in birden fazla PIN kodu girmeniz gerekebilir.**\n\nBu entegrasyonla Apple TV'nizi kapatamayaca\u011f\u0131n\u0131z\u0131 l\u00fctfen unutmay\u0131n. Yaln\u0131zca Ev Asistan\u0131'ndaki medya oynat\u0131c\u0131 kapan\u0131r!",
|
||||
"title": "Apple TV eklemeyi onaylay\u0131n"
|
||||
},
|
||||
"pair_no_pin": {
|
||||
"description": "'{protocol}' hizmeti i\u00e7in e\u015fle\u015ftirme gerekiyor. Devam etmek i\u00e7in l\u00fctfen Apple TV'nize {pin} PIN'ini girin.",
|
||||
"title": "E\u015fle\u015ftirme"
|
||||
},
|
||||
"pair_with_pin": {
|
||||
"data": {
|
||||
"pin": "PIN Kodu"
|
||||
},
|
||||
"description": "'{protocol}' protokol\u00fc i\u00e7in e\u015fle\u015ftirme gerekiyor. L\u00fctfen ekranda g\u00f6r\u00fcnt\u00fclenen PIN kodunu girin. Ba\u015ftaki s\u0131f\u0131rlar atlan\u0131r, yani g\u00f6r\u00fcnt\u00fclenen kod 0123 ise 123 girin.",
|
||||
"title": "E\u015fle\u015ftirme"
|
||||
},
|
||||
"reconfigure": {
|
||||
@ -32,12 +38,14 @@
|
||||
"title": "Cihaz\u0131n yeniden yap\u0131land\u0131r\u0131lmas\u0131"
|
||||
},
|
||||
"service_problem": {
|
||||
"description": "{protocol} ` e\u015fle\u015ftirilirken bir sorun olu\u015ftu. G\u00f6z ard\u0131 edilecek.",
|
||||
"title": "Hizmet eklenemedi"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"device_input": "Cihaz"
|
||||
},
|
||||
"description": "Eklemek istedi\u011finiz Apple TV'nin cihaz ad\u0131n\u0131 (\u00f6rn. Mutfak veya Yatak Odas\u0131) veya IP adresini girerek ba\u015flay\u0131n. A\u011f\u0131n\u0131zda otomatik olarak herhangi bir cihaz bulunduysa, bunlar a\u015fa\u011f\u0131da g\u00f6sterilmi\u015ftir. \n\n Cihaz\u0131n\u0131z\u0131 g\u00f6remiyorsan\u0131z veya herhangi bir sorun ya\u015f\u0131yorsan\u0131z, cihaz\u0131n IP adresini belirtmeyi deneyin. \n\n {devices}",
|
||||
"title": "Yeni bir Apple TV kurun"
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "\u0e2d\u0e30\u0e41\u0e14\u0e1b\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e1e\u0e2d\u0e23\u0e4c\u0e15 RS485 \u0e2b\u0e23\u0e37\u0e2d USB-RS485"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_serial_ports": "com ba\u011flant\u0131 noktas\u0131 bulunamad\u0131. \u0130leti\u015fim kurmak i\u00e7in ge\u00e7erli bir RS485 cihaz\u0131na ihtiyac\u0131n\u0131z var."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Ba\u011flant\u0131 kurulam\u0131yor, l\u00fctfen seri portu, adresi, elektrik ba\u011flant\u0131s\u0131n\u0131 ve invert\u00f6r\u00fcn a\u00e7\u0131k oldu\u011funu (g\u00fcn \u0131\u015f\u0131\u011f\u0131nda) kontrol edin.",
|
||||
"cannot_open_serial_port": "Seri ba\u011flant\u0131 noktas\u0131 a\u00e7\u0131lam\u0131yor, l\u00fctfen kontrol edip tekrar deneyin",
|
||||
"invalid_serial_port": "Seri ba\u011flant\u0131 noktas\u0131 ge\u00e7erli bir ayg\u0131t de\u011fil veya a\u00e7\u0131lamad\u0131"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"address": "R\u00f6le Adresi",
|
||||
"port": "RS485 veya USB-RS485 Adapt\u00f6r Ba\u011flant\u0131 Noktas\u0131"
|
||||
},
|
||||
"description": "\u0130nverter bir RS485 adapt\u00f6r\u00fc ile ba\u011flanmal\u0131d\u0131r, l\u00fctfen seri portu ve inverterin adresini LCD panelde konfig\u00fcre edildi\u011fi \u015fekilde se\u00e7iniz."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,4 +1,15 @@
|
||||
{
|
||||
"device_class": {
|
||||
"cold": "hideg",
|
||||
"gas": "g\u00e1z",
|
||||
"heat": "h\u0151",
|
||||
"moisture": "p\u00e1ratartalom",
|
||||
"motion": "mozg\u00e1s",
|
||||
"problem": "probl\u00e9ma",
|
||||
"smoke": "f\u00fcst",
|
||||
"sound": "hang",
|
||||
"vibration": "rezg\u00e9s"
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Af",
|
||||
|
@ -1,4 +1,13 @@
|
||||
{
|
||||
"device_class": {
|
||||
"cold": "\u0e40\u0e22\u0e47\u0e19",
|
||||
"gas": "\u0e41\u0e01\u0e4a\u0e2a",
|
||||
"heat": "\u0e04\u0e27\u0e32\u0e21\u0e23\u0e49\u0e2d\u0e19",
|
||||
"problem": "\u0e1b\u0e31\u0e0d\u0e2b\u0e32",
|
||||
"smoke": "\u0e04\u0e27\u0e31\u0e19",
|
||||
"sound": "\u0e40\u0e2a\u0e35\u0e22\u0e07",
|
||||
"vibration": "\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19"
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "\u0e1b\u0e34\u0e14",
|
||||
|
@ -1,10 +1,34 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_no_update": "{entity_name} g\u00fcncel",
|
||||
"is_not_running": "{entity_name} \u00e7al\u0131\u015fm\u0131yor",
|
||||
"is_running": "{entity_name} \u00e7al\u0131\u015f\u0131yor",
|
||||
"is_update": "{entity_name} i\u00e7in bir g\u00fcncelleme mevcut"
|
||||
},
|
||||
"trigger_type": {
|
||||
"moist": "{entity_name} nemli oldu",
|
||||
"not_opened": "{entity_name} kapat\u0131ld\u0131"
|
||||
"no_update": "{entity_name} g\u00fcncellendi",
|
||||
"not_opened": "{entity_name} kapat\u0131ld\u0131",
|
||||
"not_running": "{entity_name} art\u0131k \u00e7al\u0131\u015fm\u0131yor",
|
||||
"running": "{entity_name} \u00e7al\u0131\u015fmaya ba\u015flad\u0131",
|
||||
"update": "{entity_name} bir g\u00fcncelleme ald\u0131",
|
||||
"vibration": "{entity_name} , titre\u015fimi alg\u0131lamaya ba\u015flad\u0131"
|
||||
}
|
||||
},
|
||||
"device_class": {
|
||||
"cold": "so\u011fuk",
|
||||
"gas": "gaz",
|
||||
"heat": "s\u0131cakl\u0131k",
|
||||
"moisture": "nem",
|
||||
"motion": "hareket",
|
||||
"occupancy": "doluluk",
|
||||
"power": "g\u00fc\u00e7",
|
||||
"problem": "sorun",
|
||||
"smoke": "duman",
|
||||
"sound": "ses",
|
||||
"vibration": "titre\u015fim"
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Kapal\u0131",
|
||||
@ -82,6 +106,10 @@
|
||||
"off": "Tamam",
|
||||
"on": "Sorun"
|
||||
},
|
||||
"running": {
|
||||
"off": "\u00c7al\u0131\u015fm\u0131yor",
|
||||
"on": "\u00c7al\u0131\u015f"
|
||||
},
|
||||
"safety": {
|
||||
"off": "G\u00fcvenli",
|
||||
"on": "G\u00fcvensiz"
|
||||
@ -94,6 +122,10 @@
|
||||
"off": "Temiz",
|
||||
"on": "Alg\u0131land\u0131"
|
||||
},
|
||||
"update": {
|
||||
"off": "G\u00fcncel",
|
||||
"on": "G\u00fcncelle\u015ftirme kullan\u0131labilir"
|
||||
},
|
||||
"vibration": {
|
||||
"off": "Temiz",
|
||||
"on": "Alg\u0131land\u0131"
|
||||
|
19
homeassistant/components/bosch_shc/translations/tr.json
Normal file
19
homeassistant/components/bosch_shc/translations/tr.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"flow_title": "Bosch SHC: {name}",
|
||||
"step": {
|
||||
"confirm_discovery": {
|
||||
"description": "L\u00fctfen LED yan\u0131p s\u00f6nmeye ba\u015flayana kadar Bosch Ak\u0131ll\u0131 Ev Denetleyicisinin \u00f6n taraf\u0131ndaki d\u00fc\u011fmeye bas\u0131n.\n Home Assistant ile {model} @ {host} kurulumuna devam etmeye haz\u0131r m\u0131s\u0131n\u0131z?"
|
||||
},
|
||||
"credentials": {
|
||||
"data": {
|
||||
"password": "Ak\u0131ll\u0131 Ev Denetleyicisinin \u015eifresi"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"title": "SHC kimlik do\u011frulama parametreleri"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Bosch SHC"
|
||||
}
|
@ -9,12 +9,14 @@
|
||||
},
|
||||
"step": {
|
||||
"authorize": {
|
||||
"description": "Sony Bravia TV'de g\u00f6sterilen PIN kodunu girin. \n\n PIN kodu g\u00f6r\u00fcnt\u00fclenmiyorsa, TV'nizde Home Assistant kayd\u0131n\u0131 iptal etmeniz gerekir, \u015furaya gidin: Ayarlar - > A\u011f - > Uzak cihaz ayarlar\u0131 - > Uzak cihaz\u0131n kayd\u0131n\u0131 iptal et.Home Assistant",
|
||||
"title": "Sony Bravia TV'yi yetkilendirin"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Ana Bilgisayar"
|
||||
},
|
||||
"description": "Sony Bravia TV entegrasyonunu ayarlay\u0131n. Yap\u0131land\u0131rmayla ilgili sorunlar\u0131n\u0131z varsa \u015fu adrese gidin: https://www.home-assistant.io/integrations/braviatv \n\n TV'nizin a\u00e7\u0131k oldu\u011fundan emin olun.",
|
||||
"title": "Sony Bravia TV"
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"flow_title": "{name} ({model} at {host})",
|
||||
"step": {
|
||||
"auth": {
|
||||
"title": "Cihaza kimlik do\u011frulama"
|
||||
@ -19,12 +20,14 @@
|
||||
"title": "Cihaz i\u00e7in bir isim se\u00e7in"
|
||||
},
|
||||
"reset": {
|
||||
"description": "{name} ( {model} at {host} ) kilitli. Yap\u0131land\u0131rmay\u0131 do\u011frulamak ve tamamlamak i\u00e7in cihaz\u0131n kilidini a\u00e7man\u0131z gerekir. Talimatlar:\n 1. Broadlink uygulamas\u0131n\u0131 a\u00e7\u0131n.\n 2. Cihaza t\u0131klay\u0131n.\n 3. Sa\u011f \u00fcstteki `...` se\u00e7ene\u011fine t\u0131klay\u0131n.\n 4. Sayfan\u0131n en alt\u0131na gidin.\n 5. Kilidi devre d\u0131\u015f\u0131 b\u0131rak\u0131n.",
|
||||
"title": "Cihaz\u0131n kilidini a\u00e7\u0131n"
|
||||
},
|
||||
"unlock": {
|
||||
"data": {
|
||||
"unlock": "Evet, yap."
|
||||
},
|
||||
"description": "{name} ( {model} at {host} ) kilitli. Bu, Home Assistant'ta kimlik do\u011frulama sorunlar\u0131na yol a\u00e7abilir. Kilidini a\u00e7mak ister misin?",
|
||||
"title": "Cihaz\u0131n kilidini a\u00e7\u0131n (iste\u011fe ba\u011fl\u0131)"
|
||||
},
|
||||
"user": {
|
||||
|
12
homeassistant/components/buienradar/translations/tr.json
Normal file
12
homeassistant/components/buienradar/translations/tr.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"country_code": "Kamera g\u00f6r\u00fcnt\u00fclerinin g\u00f6r\u00fcnt\u00fclenece\u011fi \u00fclkenin \u00fclke kodu.",
|
||||
"delta": "Kamera g\u00f6r\u00fcnt\u00fcs\u00fc g\u00fcncellemeleri aras\u0131ndaki saniye cinsinden zaman aral\u0131\u011f\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/button/translations/af.json
Normal file
11
homeassistant/components/button/translations/af.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"press": "Nyomd meg a(z) [entity_name] gombot"
|
||||
},
|
||||
"trigger_type": {
|
||||
"pressed": "[entity_name] megnyomva"
|
||||
}
|
||||
},
|
||||
"title": "Gomb"
|
||||
}
|
11
homeassistant/components/button/translations/he.json
Normal file
11
homeassistant/components/button/translations/he.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"press": "\u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df {entity_name}"
|
||||
},
|
||||
"trigger_type": {
|
||||
"pressed": "{entity_name} \u05e0\u05dc\u05d7\u05e5"
|
||||
}
|
||||
},
|
||||
"title": "\u05dc\u05d7\u05e6\u05df"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"press": "Nyomja meg: {entity_name}"
|
||||
"press": "{entity_name} megnyom\u00e1sa"
|
||||
},
|
||||
"trigger_type": {
|
||||
"pressed": "{entity_name} megnyomva"
|
||||
|
3
homeassistant/components/button/translations/th.json
Normal file
3
homeassistant/components/button/translations/th.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "\u0e1b\u0e38\u0e48\u0e21"
|
||||
}
|
11
homeassistant/components/button/translations/tr.json
Normal file
11
homeassistant/components/button/translations/tr.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"press": "{entity_name} d\u00fc\u011fmesine bas\u0131n"
|
||||
},
|
||||
"trigger_type": {
|
||||
"pressed": "{entity_name} tu\u015funa bas\u0131ld\u0131"
|
||||
}
|
||||
},
|
||||
"title": "D\u00fc\u011fme"
|
||||
}
|
11
homeassistant/components/button/translations/zh-Hans.json
Normal file
11
homeassistant/components/button/translations/zh-Hans.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"press": "\u6309\u4e0b {entity_name} \u6309\u94ae"
|
||||
},
|
||||
"trigger_type": {
|
||||
"pressed": "{entity_name} \u88ab\u6309\u4e0b"
|
||||
}
|
||||
},
|
||||
"title": "\u6309\u94ae"
|
||||
}
|
@ -4,9 +4,29 @@
|
||||
"single_instance_allowed": "Zaten yap\u0131land\u0131r\u0131lm\u0131\u015f. Yaln\u0131zca tek bir konfig\u00fcrasyon m\u00fcmk\u00fcnd\u00fcr."
|
||||
},
|
||||
"step": {
|
||||
"config": {
|
||||
"data": {
|
||||
"known_hosts": "Bilinen ana bilgisayarlar"
|
||||
},
|
||||
"title": "Google Cast yap\u0131land\u0131rmas\u0131"
|
||||
},
|
||||
"confirm": {
|
||||
"description": "Kuruluma ba\u015flamak ister misiniz?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"advanced_options": {
|
||||
"title": "Geli\u015fmi\u015f Google Cast yap\u0131land\u0131rmas\u0131"
|
||||
},
|
||||
"basic_options": {
|
||||
"data": {
|
||||
"known_hosts": "Bilinen ana bilgisayarlar"
|
||||
},
|
||||
"description": "Bilinen Ana Bilgisayarlar - Yay\u0131n cihazlar\u0131n\u0131n ana bilgisayar adlar\u0131n\u0131n veya IP adreslerinin virg\u00fclle ayr\u0131lm\u0131\u015f listesi, mDNS ke\u015ffi \u00e7al\u0131\u015fm\u0131yorsa kullan\u0131n.",
|
||||
"title": "Google Cast yap\u0131land\u0131rmas\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
homeassistant/components/co2signal/translations/tr.json
Normal file
16
homeassistant/components/co2signal/translations/tr.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"country": {
|
||||
"data": {
|
||||
"country_code": "\u00dclke kodu"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"location": "Veri alma"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
31
homeassistant/components/coinbase/translations/tr.json
Normal file
31
homeassistant/components/coinbase/translations/tr.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_token": "API Gizli Anahtar\u0131",
|
||||
"currencies": "Hesap Bakiyesi Para Birimleri",
|
||||
"exchange_rates": "D\u00f6viz Kurlar\u0131"
|
||||
},
|
||||
"description": "L\u00fctfen API anahtar\u0131n\u0131z\u0131n ayr\u0131nt\u0131lar\u0131n\u0131 Coinbase taraf\u0131ndan sa\u011flanan \u015fekilde girin.",
|
||||
"title": "Coinbase API Anahtar Ayr\u0131nt\u0131lar\u0131"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"currency_unavaliable": "\u0130stenen para birimi bakiyelerinden biri veya daha fazlas\u0131 Coinbase API'niz taraf\u0131ndan sa\u011flanm\u0131yor.",
|
||||
"exchange_rate_unavaliable": "\u0130stenen d\u00f6viz kurlar\u0131ndan biri veya daha fazlas\u0131 Coinbase taraf\u0131ndan sa\u011flanm\u0131yor."
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"account_balance_currencies": "Rapor edilecek c\u00fczdan bakiyeleri.",
|
||||
"exchange_base": "D\u00f6viz kuru sens\u00f6rleri i\u00e7in temel para birimi.",
|
||||
"exchange_rate_currencies": "Raporlanacak d\u00f6viz kurlar\u0131."
|
||||
},
|
||||
"description": "Coinbase Se\u00e7eneklerini Ayarlay\u0131n"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/crownstone/translations/tr.json
Normal file
7
homeassistant/components/crownstone/translations/tr.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"account_not_verified": "Hesap do\u011frulanmad\u0131. L\u00fctfen hesab\u0131n\u0131z\u0131 Crownstone'dan gelen aktivasyon e-postas\u0131 arac\u0131l\u0131\u011f\u0131yla etkinle\u015ftirin."
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"state": {
|
||||
"demo__speed": {
|
||||
"light_speed": "I\u015f\u0131k h\u0131z\u0131"
|
||||
}
|
||||
}
|
||||
}
|
@ -12,5 +12,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"update_audyssey": "Audyssey ayarlar\u0131n\u0131 g\u00fcncelleyin"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -4,7 +4,8 @@
|
||||
"already_configured": "Hesap zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama"
|
||||
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
|
||||
"reauth_failed": "L\u00fctfen \u00f6ncekiyle ayn\u0131 mydevolo kullan\u0131c\u0131s\u0131n\u0131 kullan\u0131n."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r be van \u00e1ll\u00edtva"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Sikertelen kapcsol\u00f3d\u00e1s",
|
||||
"unknown": "V\u00e1ratlan hiba"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "IP c\u00edm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
|
||||
"home_control": "Die devolo Home Control-Zentrale funktioniert nicht mit dieser Integration."
|
||||
"home_control": "Die devolo Home Control-Zentraleinheit funktioniert nicht mit dieser Integration."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung fehlgeschlagen",
|
||||
@ -17,7 +17,7 @@
|
||||
"description": "M\u00f6chtest Du mit der Einrichtung beginnen?"
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
"description": "M\u00f6chtest das devolo-Heimnetzwerkger\u00e4t mit dem Hostnamen `{host_name}` zum Home Assistant hinzuf\u00fcgen?",
|
||||
"description": "M\u00f6chtest du das devolo-Heimnetzwerkger\u00e4t mit dem Hostnamen `{host_name}` zum Home Assistant hinzuf\u00fcgen?",
|
||||
"title": "Gefundenes devolo Heimnetzwerkger\u00e4t"
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e25\u0e49\u0e21\u0e40\u0e2b\u0e25\u0e27",
|
||||
"unknown": "\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e04\u0e32\u0e14\u0e04\u0e34\u0e14"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "IP \u0e41\u0e2d\u0e14\u0e40\u0e14\u0e23\u0e2a"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"home_control": "devolo Ev Kontrol Merkezi Birimi bu entegrasyonla \u00e7al\u0131\u015fmaz."
|
||||
},
|
||||
"flow_title": "{product} ({name})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "IP Adresleri"
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
"description": "{host_name} ` ana bilgisayar ad\u0131na sahip devolo ev a\u011f\u0131 cihaz\u0131n\u0131 Home Assistant'a eklemek ister misiniz?",
|
||||
"title": "Ke\u015ffedilen devolo ev a\u011f\u0131 cihaz\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -35,7 +35,7 @@
|
||||
"host": "C\u00edm",
|
||||
"url": "URL"
|
||||
},
|
||||
"description": "Az eszk\u00f6z le\u00edr\u00e1s\u00e1nak XML-f\u00e1jl URL-c\u00edme",
|
||||
"description": "V\u00e1lassz egy be\u00e1ll\u00edtand\u00f3 eszk\u00f6zt vagy adj meg egy URL-t",
|
||||
"title": "DLNA digit\u00e1lis m\u00e9dia renderel\u0151"
|
||||
}
|
||||
}
|
||||
|
@ -1,16 +1,47 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"alternative_integration": "Cihaz ba\u015fka bir entegrasyon taraf\u0131ndan daha iyi destekleniyor",
|
||||
"could_not_connect": "DLNA cihaz\u0131na ba\u011flan\u0131lamad\u0131",
|
||||
"discovery_error": "E\u015fle\u015fen bir DLNA cihaz\u0131 bulunamad\u0131",
|
||||
"incomplete_config": "Yap\u0131land\u0131rmada gerekli bir de\u011fi\u015fken eksik",
|
||||
"non_unique_id": "Ayn\u0131 benzersiz kimli\u011fe sahip birden fazla cihaz bulundu",
|
||||
"not_dmr": "Cihaz, desteklenen bir Dijital Medya Olu\u015fturucu de\u011fil"
|
||||
},
|
||||
"error": {
|
||||
"could_not_connect": "DLNA cihaz\u0131na ba\u011flan\u0131lamad\u0131",
|
||||
"not_dmr": "Cihaz, desteklenen bir Dijital Medya Olu\u015fturucu de\u011fil"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"manual": {
|
||||
"data": {
|
||||
"url": "URL"
|
||||
}
|
||||
},
|
||||
"title": "Manuel DLNA DMR ayg\u0131t ba\u011flant\u0131s\u0131"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Sunucu",
|
||||
"url": "URL"
|
||||
},
|
||||
"description": "Yap\u0131land\u0131rmak i\u00e7in bir cihaz se\u00e7in veya bir URL girmek i\u00e7in bo\u015f b\u0131rak\u0131n",
|
||||
"title": "Ke\u015ffedilen DLNA DMR cihazlar\u0131"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"invalid_url": "Ge\u00e7ersiz URL"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"listen_port": "Olay dinleyici ba\u011flant\u0131 noktas\u0131 (ayarlanmam\u0131\u015fsa rastgele)",
|
||||
"poll_availability": "Cihaz kullan\u0131labilirli\u011fi i\u00e7in anket"
|
||||
},
|
||||
"title": "DLNA Dijital Medya \u0130\u015fleyici yap\u0131land\u0131rmas\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -18,5 +18,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"description": "\u0130zlemek istedi\u011finiz her etkinlik i\u00e7in virg\u00fclle ayr\u0131lm\u0131\u015f bir etkinlik ad\u0131 ekleyin. Bunlar\u0131 buraya girdikten sonra, onlar\u0131 belirli bir etkinli\u011fe atamak i\u00e7in DoorBird uygulamas\u0131n\u0131 kullan\u0131n. https://www.home-assistant.io/integrations/doorbird/#events adresindeki belgelere bak\u0131n. \u00d6rnek: birisi_pressed_the_button, hareket"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -2,6 +2,30 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
|
||||
},
|
||||
"step": {
|
||||
"setup_network": {
|
||||
"data": {
|
||||
"dsmr_version": "DSMR s\u00fcr\u00fcm\u00fcn\u00fc se\u00e7in"
|
||||
},
|
||||
"title": "Ba\u011flant\u0131 adresini se\u00e7in"
|
||||
},
|
||||
"setup_serial": {
|
||||
"data": {
|
||||
"dsmr_version": "DSMR s\u00fcr\u00fcm\u00fcn\u00fc se\u00e7in",
|
||||
"port": "Cihaz se\u00e7"
|
||||
},
|
||||
"title": "Cihaz"
|
||||
},
|
||||
"setup_serial_manual_path": {
|
||||
"title": "Yol"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"type": "Ba\u011flant\u0131 t\u00fcr\u00fc"
|
||||
},
|
||||
"title": "Ba\u011flant\u0131 t\u00fcr\u00fcn\u00fc se\u00e7in"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
|
@ -13,6 +13,9 @@
|
||||
"host": "Ana Bilgisayar",
|
||||
"port": "Port"
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
"title": "Ke\u015ffedilen Elgato Light cihaz\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
3
homeassistant/components/energy/translations/tr.json
Normal file
3
homeassistant/components/energy/translations/tr.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Enerji"
|
||||
}
|
@ -3,8 +3,8 @@
|
||||
"error": {
|
||||
"bad_station_id": "Die Stations-ID ist ung\u00fcltig, fehlt oder wurde in der Stations-ID-Datenbank nicht gefunden",
|
||||
"cannot_connect": "Verbindung fehlgeschlagen",
|
||||
"error_response": "Fehlerhafte Antwort von Environment Canada",
|
||||
"too_many_attempts": "Verbindungen zu Environment Canada sind in ihrer Geschwindigkeit begrenzt; versuches in 60 Sekunden erneut.",
|
||||
"error_response": "Fehlerhafte Antwort vom Standort Kanada",
|
||||
"too_many_attempts": "Verbindungen zum Standort Kanada sind in ihrer Geschwindigkeit begrenzt; versuche es in 60 Sekunden erneut.",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
@ -16,7 +16,7 @@
|
||||
"station": "ID der Wetterstation"
|
||||
},
|
||||
"description": "Es muss entweder eine Stations-ID oder der Breitengrad/L\u00e4ngengrad angegeben werden. Als Standardwerte f\u00fcr Breitengrad/L\u00e4ngengrad werden die in Ihrer Home Assistant-Installation konfigurierten Werte verwendet. Bei Angabe von Koordinaten wird die den Koordinaten am n\u00e4chsten gelegene Wetterstation verwendet. Wenn ein Stationscode verwendet wird, muss er dem Format entsprechen: PP/Code, wobei PP f\u00fcr die zweistellige Provinz und Code f\u00fcr die Stationskennung steht. Die Liste der Stations-IDs findest du hier: https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv. Die Wetterinformationen k\u00f6nnen entweder in Englisch oder Franz\u00f6sisch abgerufen werden.",
|
||||
"title": "Environment Canada: Wetterstandort und Sprache"
|
||||
"title": "Standort Kanada: Wetterstandort und Sprache"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131"
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
"powered_off": "Projekt\u00f6r a\u00e7\u0131k m\u0131? \u0130lk yap\u0131land\u0131rma i\u00e7in projekt\u00f6r\u00fc a\u00e7man\u0131z gerekir."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
7
homeassistant/components/flipr/translations/tr.json
Normal file
7
homeassistant/components/flipr/translations/tr.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"no_flipr_id_found": "\u015eu anda hesab\u0131n\u0131zla ili\u015fkilendirilmi\u015f bir flipr kimli\u011fi yok. \u00d6nce Flipr'\u0131n mobil uygulamas\u0131yla \u00e7al\u0131\u015ft\u0131\u011f\u0131n\u0131 do\u011frulaman\u0131z gerekir."
|
||||
}
|
||||
}
|
||||
}
|
@ -9,6 +9,10 @@
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "{username} i\u00e7in \u015fifre art\u0131k ge\u00e7erli de\u011fil.",
|
||||
"title": "Flume Hesab\u0131n\u0131z\u0131 Yeniden Do\u011frulay\u0131n"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Parola",
|
||||
|
@ -5,10 +5,27 @@
|
||||
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor",
|
||||
"no_devices_found": "A\u011fda cihaz bulunamad\u0131"
|
||||
},
|
||||
"flow_title": "{model} {id} ({ipaddr})",
|
||||
"step": {
|
||||
"discovery_confirm": {
|
||||
"description": "{model} {id} ( {ipaddr} ) kurulumu yapmak istiyor musunuz?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Ana Bilgisayar"
|
||||
},
|
||||
"description": "Ana bilgisayar\u0131 bo\u015f b\u0131rak\u0131rsan\u0131z, cihazlar\u0131 bulmak i\u00e7in ke\u015fif kullan\u0131lacakt\u0131r."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"custom_effect_colors": "\u00d6zel Efekt: 1 ila 16 [R,G,B] renk listesi. \u00d6rnek: [255,0,255],[60,128,0]",
|
||||
"custom_effect_speed_pct": "\u00d6zel Efekt: Renkleri de\u011fi\u015ftiren efekt i\u00e7in y\u00fczde cinsinden h\u0131z.",
|
||||
"custom_effect_transition": "\u00d6zel Efekt: Renkler aras\u0131ndaki ge\u00e7i\u015f t\u00fcr\u00fc.",
|
||||
"mode": "Se\u00e7ilen parlakl\u0131k modu."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
21
homeassistant/components/forecast_solar/translations/tr.json
Normal file
21
homeassistant/components/forecast_solar/translations/tr.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"azimuth": "Azimut (360 derece, 0 = Kuzey, 90 = Do\u011fu, 180 = G\u00fcney, 270 = Bat\u0131)",
|
||||
"declination": "Sapma (0 = Yatay, 90 = Dikey)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"azimuth": "Azimut (360 derece, 0 = Kuzey, 90 = Do\u011fu, 180 = G\u00fcney, 270 = Bat\u0131)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -6,6 +6,7 @@
|
||||
"error": {
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
|
||||
"invalid_response": "Cihazdan ge\u00e7ersiz yan\u0131t",
|
||||
"unknown": "Beklenmeyen Hata"
|
||||
},
|
||||
"step": {
|
||||
@ -14,6 +15,7 @@
|
||||
"host": "Ana Bilgisayar",
|
||||
"password": "\u015eifre",
|
||||
"port": "Port",
|
||||
"rtsp_port": "RTSP port",
|
||||
"stream": "Ak\u0131\u015f",
|
||||
"username": "Kullan\u0131c\u0131 Ad\u0131"
|
||||
}
|
||||
|
14
homeassistant/components/fritz/translations/tr.json
Normal file
14
homeassistant/components/fritz/translations/tr.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"start_config": {
|
||||
"description": "FRITZ!Box'\u0131n\u0131z\u0131 kontrol etmek i\u00e7in FRITZ!Box Tools'u kurun.\n Minimum gerekli: kullan\u0131c\u0131 ad\u0131, \u015fifre.",
|
||||
"title": "FRITZ!Box Tools Kurulumu - zorunlu"
|
||||
},
|
||||
"user": {
|
||||
"description": "FRITZ!Box'\u0131n\u0131z\u0131 kontrol etmek i\u00e7in FRITZ!Box Tools'u kurun.\n Minimum gerekli: kullan\u0131c\u0131 ad\u0131, \u015fifre.",
|
||||
"title": "FRITZ!Box Tools Kurulumu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"garage_name": "Garaj ad\u0131"
|
||||
},
|
||||
"title": "\u0130zlemek i\u00e7in bir garaj se\u00e7in"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Garages Amsterdam"
|
||||
}
|
@ -8,6 +8,10 @@
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"step": {
|
||||
"confirm_discovery": {
|
||||
"description": "Y\u00f6nlendiricinizde DHCP rezervasyonu yap\u0131lmas\u0131 \u00f6nerilir. Kurulmazsa, Home Assistant yeni ip adresini alg\u0131layana kadar cihaz kullan\u0131lamayabilir. Y\u00f6nlendiricinizin kullan\u0131m k\u0131lavuzuna bak\u0131n.",
|
||||
"title": "Goal Zero Yeti"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Ana Bilgisayar"
|
||||
|
@ -7,6 +7,7 @@
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama"
|
||||
},
|
||||
"flow_title": "{device} ({ip_address})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"destination": "Hedef",
|
||||
"origin": "Men\u015fei"
|
||||
},
|
||||
"description": "Ba\u015flang\u0131\u00e7 ve var\u0131\u015f yerini belirtirken, bir adres, enlem/boylam koordinatlar\u0131 veya bir Google yer kimli\u011fi bi\u00e7iminde dikey \u00e7izgi karakteriyle ayr\u0131lm\u0131\u015f bir veya daha fazla konum sa\u011flayabilirsiniz. Bir Google yer kimli\u011fi kullanarak konumu belirtirken, kimli\u011fin \u00f6n\u00fcne 'place_id:' eklenmelidir."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"language": "Dil",
|
||||
"mode": "Seyahat Modu",
|
||||
"time": "Zaman",
|
||||
"time_type": "Zaman T\u00fcr\u00fc",
|
||||
"transit_routing_preference": "Toplu Ta\u015f\u0131ma Tercihi",
|
||||
"units": "Birimler"
|
||||
},
|
||||
"description": "\u0130ste\u011fe ba\u011fl\u0131 olarak bir Kalk\u0131\u015f Saati veya Var\u0131\u015f Saati belirtebilirsiniz. Bir hareket saati belirtiyorsan\u0131z, \"\u015fimdi\", bir Unix zaman damgas\u0131 veya \"08:00:00\" gibi 24 saatlik bir zaman dizesi girebilirsiniz. Bir var\u0131\u015f saati belirtiyorsan\u0131z, bir Unix zaman damgas\u0131 veya \"08:00:00\" gibi 24 saatlik bir zaman dizesi kullanabilirsiniz."
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Google Haritalar Seyahat S\u00fcresi"
|
||||
}
|
18
homeassistant/components/growatt_server/translations/tr.json
Normal file
18
homeassistant/components/growatt_server/translations/tr.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_plants": "Bu hesapta bitki bulunamad\u0131"
|
||||
},
|
||||
"step": {
|
||||
"plant": {
|
||||
"data": {
|
||||
"plant_id": "Bitki"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"title": "Growatt bilgilerinizi girin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Growatt Sunucusu"
|
||||
}
|
@ -6,6 +6,9 @@
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131"
|
||||
},
|
||||
"step": {
|
||||
"discovery_confirm": {
|
||||
"description": "Bu Guardian cihaz\u0131n\u0131 kurmak istiyor musunuz?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "\u0130p Adresi",
|
||||
|
11
homeassistant/components/hive/translations/tr.json
Normal file
11
homeassistant/components/hive/translations/tr.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"2fa": {
|
||||
"data": {
|
||||
"2fa": "\u0130ki ad\u0131ml\u0131 kimlik do\u011frulama kodu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Legrand Home+ Kontrol"
|
||||
}
|
@ -10,6 +10,7 @@
|
||||
"os_version": "\u0130\u015fletim Sistemi S\u00fcr\u00fcm\u00fc",
|
||||
"python_version": "Python S\u00fcr\u00fcm\u00fc",
|
||||
"timezone": "Saat dilimi",
|
||||
"user": "Kullan\u0131c\u0131",
|
||||
"version": "S\u00fcr\u00fcm",
|
||||
"virtualenv": "Sanal Ortam"
|
||||
}
|
||||
|
@ -7,13 +7,28 @@
|
||||
"pairing": {
|
||||
"description": "{name} haz\u0131r olur olmaz e\u015fle\u015ftirme, \"Bildirimler\" i\u00e7inde \"HomeKit K\u00f6pr\u00fc Kurulumu\" olarak mevcut olacakt\u0131r.",
|
||||
"title": "HomeKit'i E\u015fle\u015ftir"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"include_domains": "\u0130\u00e7erecek etki alanlar\u0131"
|
||||
},
|
||||
"description": "Dahil edilecek alanlar\u0131 se\u00e7in. Etki alan\u0131ndaki t\u00fcm desteklenen varl\u0131klar dahil edilecektir. Her TV medya oynat\u0131c\u0131, aktivite tabanl\u0131 uzaktan kumanda, kilit ve kamera i\u00e7in aksesuar modunda ayr\u0131 bir HomeKit \u00f6rne\u011fi olu\u015fturulacakt\u0131r.",
|
||||
"title": "Dahil edilecek etki alanlar\u0131n\u0131 se\u00e7in"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"advanced": {
|
||||
"data": {
|
||||
"auto_start": "Otomatik ba\u015flatma (homekit.start hizmetini manuel olarak ar\u0131yorsan\u0131z devre d\u0131\u015f\u0131 b\u0131rak\u0131n)",
|
||||
"devices": "Cihazlar (Tetikleyiciler)"
|
||||
},
|
||||
"title": "Geli\u015fmi\u015f yap\u0131land\u0131rma"
|
||||
},
|
||||
"cameras": {
|
||||
"data": {
|
||||
"camera_audio": "Sesi destekleyen kameralar",
|
||||
"camera_copy": "Yerel H.264 ak\u0131\u015flar\u0131n\u0131 destekleyen kameralar"
|
||||
},
|
||||
"description": "Yerel H.264 ak\u0131\u015flar\u0131n\u0131 destekleyen t\u00fcm kameralar\u0131 kontrol edin. Kamera bir H.264 ak\u0131\u015f\u0131 vermezse, sistem videoyu HomeKit i\u00e7in H.264'e d\u00f6n\u00fc\u015ft\u00fcr\u00fcr. Kod d\u00f6n\u00fc\u015ft\u00fcrme, y\u00fcksek performansl\u0131 bir CPU gerektirir ve tek kartl\u0131 bilgisayarlarda \u00e7al\u0131\u015fma olas\u0131l\u0131\u011f\u0131 d\u00fc\u015f\u00fckt\u00fcr.",
|
||||
@ -24,12 +39,14 @@
|
||||
"entities": "Varl\u0131klar",
|
||||
"mode": "Mod"
|
||||
},
|
||||
"description": "Dahil edilecek varl\u0131klar\u0131 se\u00e7in. Aksesuar modunda yaln\u0131zca tek bir varl\u0131k dahil edilir. K\u00f6pr\u00fc dahil modunda, belirli varl\u0131klar se\u00e7ilmedi\u011fi s\u00fcrece etki alan\u0131ndaki t\u00fcm varl\u0131klar dahil edilecektir. K\u00f6pr\u00fc hari\u00e7 tutma modunda, hari\u00e7 tutulan varl\u0131klar d\u0131\u015f\u0131nda etki alan\u0131ndaki t\u00fcm varl\u0131klar dahil edilecektir. En iyi performans i\u00e7in, her TV medya oynat\u0131c\u0131, aktivite tabanl\u0131 uzaktan kumanda, kilit ve kamera i\u00e7in ayr\u0131 bir HomeKit aksesuar\u0131 olu\u015fturulacakt\u0131r.",
|
||||
"title": "Dahil edilecek varl\u0131klar\u0131 se\u00e7in"
|
||||
},
|
||||
"init": {
|
||||
"data": {
|
||||
"mode": "Mod"
|
||||
}
|
||||
},
|
||||
"description": "HomeKit, bir k\u00f6pr\u00fcy\u00fc veya tek bir aksesuar\u0131 g\u00f6sterecek \u015fekilde yap\u0131land\u0131r\u0131labilir. Aksesuar modunda yaln\u0131zca tek bir varl\u0131k kullan\u0131labilir. TV cihaz s\u0131n\u0131f\u0131na sahip medya oynat\u0131c\u0131lar\u0131n d\u00fczg\u00fcn \u00e7al\u0131\u015fmas\u0131 i\u00e7in aksesuar modu gereklidir. \"Eklenecek alan adlar\u0131\"ndaki varl\u0131klar HomeKit'e dahil edilecektir. Bir sonraki ekranda bu listeye dahil edilecek veya hari\u00e7 tutulacak varl\u0131klar\u0131 se\u00e7ebileceksiniz."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,18 +2,44 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Aksesuar zaten bu denetleyici ile yap\u0131land\u0131r\u0131lm\u0131\u015ft\u0131r.",
|
||||
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor"
|
||||
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor",
|
||||
"already_paired": "Bu aksesuar zaten ba\u015fka bir cihazla e\u015fle\u015ftirilmi\u015f. L\u00fctfen aksesuar\u0131 s\u0131f\u0131rlay\u0131n ve tekrar deneyin.",
|
||||
"ignored_model": "Daha \u00f6zellikli tam yerel entegrasyon kullan\u0131labilir oldu\u011fundan, bu model i\u00e7in HomeKit deste\u011fi engellendi.",
|
||||
"invalid_config_entry": "Bu ayg\u0131t e\u015fle\u015fmeye haz\u0131r olarak g\u00f6steriliyor, ancak ev asistan\u0131nda ilk olarak kald\u0131r\u0131lmas\u0131 gereken \u00e7ak\u0131\u015fan bir yap\u0131land\u0131rma girdisi zaten var.",
|
||||
"no_devices": "E\u015flenmemi\u015f cihaz bulunamad\u0131"
|
||||
},
|
||||
"error": {
|
||||
"authentication_error": "Yanl\u0131\u015f HomeKit kodu. L\u00fctfen kontrol edip tekrar deneyin.",
|
||||
"insecure_setup_code": "\u0130stenen kurulum kodu, \u00f6nemsiz do\u011fas\u0131 nedeniyle g\u00fcvenli de\u011fil. Bu aksesuar, temel g\u00fcvenlik gereksinimlerini kar\u015f\u0131lam\u0131yor.",
|
||||
"unable_to_pair": "E\u015fle\u015ftirilemiyor, l\u00fctfen tekrar deneyin.",
|
||||
"unknown_error": "Cihaz bilinmeyen bir hata bildirdi. E\u015fle\u015ftirme ba\u015far\u0131s\u0131z oldu."
|
||||
},
|
||||
"step": {
|
||||
"busy_error": {
|
||||
"description": "T\u00fcm denetleyicilerde e\u015fle\u015ftirmeyi durdurun veya cihaz\u0131 yeniden ba\u015flatmay\u0131 deneyin, ard\u0131ndan e\u015fle\u015ftirmeye devam edin.",
|
||||
"title": "Cihaz zaten ba\u015fka bir oyun kumandas\u0131yla e\u015fle\u015fiyor"
|
||||
},
|
||||
"max_tries_error": {
|
||||
"description": "Cihaz, 100'den fazla ba\u015far\u0131s\u0131z kimlik do\u011frulama giri\u015fimi ald\u0131. Cihaz\u0131 yeniden ba\u015flatmay\u0131 deneyin, ard\u0131ndan e\u015fle\u015ftirmeye devam edin.",
|
||||
"title": "Maksimum kimlik do\u011frulama giri\u015fimi a\u015f\u0131ld\u0131"
|
||||
},
|
||||
"pair": {
|
||||
"data": {
|
||||
"allow_insecure_setup_codes": "G\u00fcvenli olmayan kurulum kodlar\u0131yla e\u015fle\u015ftirmeye izin verin.",
|
||||
"pairing_code": "E\u015fle\u015ftirme Kodu"
|
||||
},
|
||||
"description": "HomeKit Denetleyici, ayr\u0131 bir HomeKit denetleyicisi veya iCloud olmadan g\u00fcvenli bir \u015fifreli ba\u011flant\u0131 kullanarak yerel alan a\u011f\u0131 \u00fczerinden {name} ile ileti\u015fim kurar. Bu aksesuar\u0131 kullanmak i\u00e7in HomeKit e\u015fle\u015ftirme kodunuzu (XXX-XX-XXX bi\u00e7iminde) girin. Bu kod genellikle cihaz\u0131n kendisinde veya ambalaj\u0131nda bulunur.",
|
||||
"title": "HomeKit Aksesuar Protokol\u00fc arac\u0131l\u0131\u011f\u0131yla bir cihazla e\u015fle\u015ftirin"
|
||||
},
|
||||
"protocol_error": {
|
||||
"description": "Cihaz e\u015fle\u015ftirme modunda olmayabilir ve fiziksel veya sanal bir d\u00fc\u011fmeye bas\u0131lmas\u0131n\u0131 gerektirebilir. Cihaz\u0131n e\u015fle\u015ftirme modunda oldu\u011fundan emin olun veya cihaz\u0131 yeniden ba\u015flatmay\u0131 deneyin, ard\u0131ndan e\u015fle\u015ftirmeye devam edin."
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"device": "Cihaz"
|
||||
},
|
||||
"description": "HomeKit Denetleyici, ayr\u0131 bir HomeKit denetleyicisi veya iCloud olmadan g\u00fcvenli bir \u015fifreli ba\u011flant\u0131 kullanarak yerel alan a\u011f\u0131 \u00fczerinden ileti\u015fim kurar. E\u015fle\u015ftirmek istedi\u011finiz cihaz\u0131 se\u00e7in:",
|
||||
"title": "Cihaz se\u00e7imi"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -31,5 +57,6 @@
|
||||
"button9": "D\u00fc\u011fme 9",
|
||||
"doorbell": "Kap\u0131 zili"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "HomeKit Denetleyicisi"
|
||||
}
|
9
homeassistant/components/honeywell/translations/tr.json
Normal file
9
homeassistant/components/honeywell/translations/tr.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "L\u00fctfen mytotalconnectcomfort.com'da oturum a\u00e7mak i\u00e7in kullan\u0131lan kimlik bilgilerini girin."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -14,6 +14,7 @@
|
||||
"response_error": "Cihazdan bilinmeyen hata",
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
@ -30,7 +31,9 @@
|
||||
"init": {
|
||||
"data": {
|
||||
"recipient": "SMS bildirimi al\u0131c\u0131lar\u0131",
|
||||
"track_new_devices": "Yeni cihazlar\u0131 izle"
|
||||
"track_new_devices": "Yeni cihazlar\u0131 izle",
|
||||
"track_wired_clients": "Kablolu a\u011f istemcilerini izleyin",
|
||||
"unauthenticated_mode": "Kimli\u011fi do\u011frulanmam\u0131\u015f mod (de\u011fi\u015fiklik yeniden y\u00fckleme gerektirir)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,19 +1,27 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"all_configured": "T\u00fcm Philips Hue k\u00f6pr\u00fcleri zaten yap\u0131land\u0131r\u0131lm\u0131\u015ft\u0131r",
|
||||
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
|
||||
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor",
|
||||
"cannot_connect": "Ba\u011flanma hatas\u0131",
|
||||
"discover_timeout": "Hue k\u00f6pr\u00fcleri bulunam\u0131yor",
|
||||
"no_bridges": "Philips Hue k\u00f6pr\u00fcs\u00fc bulunamad\u0131",
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"error": {
|
||||
"linking": "Beklenmeyen hata"
|
||||
"linking": "Beklenmeyen hata",
|
||||
"register_failed": "Kay\u0131t ba\u015far\u0131s\u0131z oldu, l\u00fctfen tekrar deneyin"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"host": "Ana Bilgisayar"
|
||||
}
|
||||
},
|
||||
"title": "Hue k\u00f6pr\u00fcs\u00fcn\u00fc se\u00e7in"
|
||||
},
|
||||
"link": {
|
||||
"description": "Philips Hue'yu Home Assistant'a kaydetmek i\u00e7in k\u00f6pr\u00fcdeki d\u00fc\u011fmeye bas\u0131n. \n\n "
|
||||
},
|
||||
"manual": {
|
||||
"data": {
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"set_humidity": "{entity_name} i\u00e7in nemi ayarla",
|
||||
"set_mode": "{entity_name} \u00fczerindeki mod de\u011fi\u015ftirme",
|
||||
"turn_on": "{entity_name} a\u00e7\u0131n"
|
||||
},
|
||||
|
@ -22,9 +22,11 @@
|
||||
}
|
||||
},
|
||||
"confirm": {
|
||||
"description": "Bu Hyperion Ambilight'\u0131 Home Assistant'a eklemek istiyor musunuz? \n\n **Ana bilgisayar:** {host}\n **:** {port}\n **Kimlik**: {id}",
|
||||
"title": "Hyperion Ambilight hizmetinin eklenmesini onaylay\u0131n"
|
||||
},
|
||||
"create_token": {
|
||||
"description": "Yeni bir kimlik do\u011frulama belirteci istemek i\u00e7in a\u015fa\u011f\u0131dan **G\u00f6nder**'i se\u00e7in. \u0130ste\u011fi onaylamak i\u00e7in Hyperion kullan\u0131c\u0131 aray\u00fcz\u00fcne y\u00f6nlendirileceksiniz. L\u00fctfen g\u00f6sterilen kimli\u011fin \" {auth_id} \" oldu\u011funu do\u011frulay\u0131n",
|
||||
"title": "Otomatik olarak yeni kimlik do\u011frulama belirteci olu\u015fturun"
|
||||
},
|
||||
"create_token_external": {
|
||||
|
@ -7,6 +7,7 @@
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
|
||||
"send_verification_code": "Do\u011frulama kodu g\u00f6nderilemedi",
|
||||
"validate_verification_code": "Do\u011frulama kodunuzu do\u011frulamay\u0131 ba\u015faramad\u0131n\u0131z, bir g\u00fcven ayg\u0131t\u0131 se\u00e7in ve do\u011frulamay\u0131 yeniden ba\u015flat\u0131n"
|
||||
},
|
||||
"step": {
|
||||
@ -16,12 +17,28 @@
|
||||
},
|
||||
"description": "{username} i\u00e7in \u00f6nceden girdi\u011finiz \u015fifreniz art\u0131k \u00e7al\u0131\u015fm\u0131yor. Bu entegrasyonu kullanmaya devam etmek i\u00e7in \u015fifrenizi g\u00fcncelleyin."
|
||||
},
|
||||
"trusted_device": {
|
||||
"data": {
|
||||
"trusted_device": "G\u00fcvenilir ayg\u0131t"
|
||||
},
|
||||
"description": "G\u00fcvenilir cihaz\u0131n\u0131z\u0131 se\u00e7in",
|
||||
"title": "iCloud g\u00fcvenilen ayg\u0131t"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Parola",
|
||||
"username": "E-posta",
|
||||
"with_family": "Aileyle"
|
||||
}
|
||||
},
|
||||
"description": "Kimlik bilgilerinizi girin",
|
||||
"title": "iCloud kimlik bilgileri"
|
||||
},
|
||||
"verification_code": {
|
||||
"data": {
|
||||
"verification_code": "Do\u011frulama kodu"
|
||||
},
|
||||
"description": "L\u00fctfen iCloud'dan yeni ald\u0131\u011f\u0131n\u0131z do\u011frulama kodunu girin",
|
||||
"title": "iCloud do\u011frulama kodu"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
9
homeassistant/components/iotawatt/translations/tr.json
Normal file
9
homeassistant/components/iotawatt/translations/tr.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"auth": {
|
||||
"description": "IoTawatt cihaz\u0131 kimlik do\u011frulama gerektirir. L\u00fctfen kullan\u0131c\u0131 ad\u0131n\u0131 ve \u015fifreyi girin ve G\u00f6nder d\u00fc\u011fmesine t\u0131klay\u0131n."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -2,6 +2,13 @@
|
||||
"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": "\u0130slami Namaz Vakitleri kurmak ister misiniz?",
|
||||
"title": "\u0130slami Namaz Vakitlerini Ayarlay\u0131n"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "\u0130slami Namaz Vakitleri"
|
||||
}
|
@ -11,6 +11,7 @@
|
||||
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"credentials": {
|
||||
"data": {
|
||||
|
12
homeassistant/components/kraken/translations/tr.json
Normal file
12
homeassistant/components/kraken/translations/tr.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"one": "Bo\u015f",
|
||||
"other": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -5,6 +5,11 @@
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama"
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
"description": "L\u00fctfen a\u015fa\u011f\u0131daki ba\u011flant\u0131y\u0131 takip edin ve Logi Circle hesab\u0131n\u0131za eri\u015fimi **Kabul** edin, ard\u0131ndan geri d\u00f6n\u00fcn ve a\u015fa\u011f\u0131daki **G\u00f6nder**'e bas\u0131n. \n\n [Ba\u011flant\u0131]( {authorization_url} )"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
10
homeassistant/components/lookin/translations/tr.json
Normal file
10
homeassistant/components/lookin/translations/tr.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"config": {
|
||||
"flow_title": "{name} ({host})",
|
||||
"step": {
|
||||
"discovery_confirm": {
|
||||
"description": "{name} ( {host} ) kurulumu yapmak istiyor musunuz?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -10,6 +10,9 @@
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Kimlik Do\u011frulama Y\u00f6ntemini Se\u00e7in"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"description": "Lyric entegrasyonunun hesab\u0131n\u0131z\u0131 yeniden do\u011frulamas\u0131 gerekiyor."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,11 @@
|
||||
"is_off": "{entity_name} kapal\u0131"
|
||||
},
|
||||
"trigger_type": {
|
||||
"idle": "{entity_name} bo\u015fta",
|
||||
"paused": "{entity_name} duraklat\u0131ld\u0131",
|
||||
"playing": "{entity_name} oynamaya ba\u015flar",
|
||||
"turned_off": "{entity_name} kapat\u0131ld\u0131"
|
||||
"turned_off": "{entity_name} kapat\u0131ld\u0131",
|
||||
"turned_on": "{entity_name} a\u00e7\u0131ld\u0131"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
|
@ -3,5 +3,6 @@
|
||||
"action_type": {
|
||||
"notify": "Bildirim g\u00f6nder"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Mobil uygulama"
|
||||
}
|
16
homeassistant/components/modem_callerid/translations/tr.json
Normal file
16
homeassistant/components/modem_callerid/translations/tr.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "Kalan cihaz bulunamad\u0131"
|
||||
},
|
||||
"step": {
|
||||
"usb_confirm": {
|
||||
"description": "Bu, CX93001 sesli modem kullanan sabit hat aramalar\u0131 i\u00e7in bir entegrasyondur. Bu, gelen bir aramay\u0131 reddetme se\u00e7ene\u011fi ile arayan kimli\u011fi bilgilerini alabilir.",
|
||||
"title": "Telefon Modemi"
|
||||
},
|
||||
"user": {
|
||||
"title": "Telefon Modemi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/modern_forms/translations/tr.json
Normal file
11
homeassistant/components/modern_forms/translations/tr.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"zeroconf_confirm": {
|
||||
"description": "'{name}' adl\u0131 Modern Formlar fan\u0131n\u0131 Ev Asistan\u0131'na eklemek istiyor musunuz?",
|
||||
"title": "Ke\u015ffedilen Modern Formlar fan cihaz\u0131"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Modern Formlar"
|
||||
}
|
@ -5,11 +5,15 @@
|
||||
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor",
|
||||
"connection_error": "Ba\u011flanma hatas\u0131"
|
||||
},
|
||||
"error": {
|
||||
"invalid_interface": "Ge\u00e7ersiz a\u011f aray\u00fcz\u00fc"
|
||||
},
|
||||
"flow_title": "Hareketli Panjurlar",
|
||||
"step": {
|
||||
"connect": {
|
||||
"data": {
|
||||
"api_key": "API Anahtar\u0131"
|
||||
"api_key": "API Anahtar\u0131",
|
||||
"interface": "Kullan\u0131lacak a\u011f aray\u00fcz\u00fc"
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
@ -27,5 +31,16 @@
|
||||
"title": "Hareketli Panjurlar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"wait_for_push": "G\u00fcncellemede \u00e7ok noktaya yay\u0131n i\u00e7in bekleyin"
|
||||
},
|
||||
"description": "\u0130ste\u011fe ba\u011fl\u0131 ayarlar\u0131 belirtin",
|
||||
"title": "Hareketli Panjurlar"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
16
homeassistant/components/motioneye/translations/tr.json
Normal file
16
homeassistant/components/motioneye/translations/tr.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_url": "Ge\u00e7ersiz URL"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"stream_url_template": "Ak\u0131\u015f URL \u015fablonu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -46,6 +46,14 @@
|
||||
"port": "Port",
|
||||
"username": "Kullan\u0131c\u0131 Ad\u0131"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"data": {
|
||||
"discovery": "Ke\u015ffetmeyi etkinle\u015ftir",
|
||||
"will_retain": "Mesaj korunacak m\u0131",
|
||||
"will_topic": "Mesaj konusu olacak"
|
||||
},
|
||||
"description": "Ke\u015fif - Ke\u015fif etkinle\u015ftirilirse (\u00f6nerilir), Home Assistant, yap\u0131land\u0131rmalar\u0131n\u0131 MQTT arac\u0131s\u0131nda yay\u0131nlayan cihazlar\u0131 ve varl\u0131klar\u0131 otomatik olarak ke\u015ffeder. Ke\u015fif devre d\u0131\u015f\u0131 b\u0131rak\u0131l\u0131rsa, t\u00fcm yap\u0131land\u0131rma manuel olarak yap\u0131lmal\u0131d\u0131r.\n Do\u011fum mesaj\u0131 - Do\u011fum mesaj\u0131, Home Assistant (yeniden) MQTT arac\u0131s\u0131na her ba\u011fland\u0131\u011f\u0131nda g\u00f6nderilir.\n Will mesaj\u0131 - Will mesaj\u0131, Home Assistant arac\u0131yla olan ba\u011flant\u0131s\u0131n\u0131 her kaybetti\u011finde, hem temizlik durumunda (\u00f6rn. Home Assistant kapan\u0131yor) hem de kirli bir durumda (\u00f6rn. ba\u011flant\u0131y\u0131 kes."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,6 +9,10 @@
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "{username} i\u00e7in \u015fifre art\u0131k ge\u00e7erli de\u011fil.",
|
||||
"title": "MyQ Hesab\u0131n\u0131z\u0131 yeniden do\u011frulay\u0131n"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Parola",
|
||||
|
26
homeassistant/components/mysensors/translations/tr.json
Normal file
26
homeassistant/components/mysensors/translations/tr.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"mqtt_required": "MQTT entegrasyonu kurulmam\u0131\u015f"
|
||||
},
|
||||
"step": {
|
||||
"gw_mqtt": {
|
||||
"description": "MQTT a\u011f ge\u00e7idi kurulumu"
|
||||
},
|
||||
"gw_tcp": {
|
||||
"data": {
|
||||
"tcp_port": "port",
|
||||
"version": "MySensors s\u00fcr\u00fcm\u00fc"
|
||||
},
|
||||
"description": "Ethernet a\u011f ge\u00e7idi kurulumu"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"gateway_type": "A\u011f ge\u00e7idi t\u00fcr\u00fc"
|
||||
},
|
||||
"description": "A\u011f ge\u00e7idine ba\u011flant\u0131 y\u00f6ntemini se\u00e7in"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Sens\u00f6rlerim"
|
||||
}
|
11
homeassistant/components/nanoleaf/translations/tr.json
Normal file
11
homeassistant/components/nanoleaf/translations/tr.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"link": {
|
||||
"description": "Nanoleaf'inizdeki g\u00fc\u00e7 d\u00fc\u011fmesini d\u00fc\u011fme LED'leri yan\u0131p s\u00f6nmeye ba\u015flayana kadar 5 saniye bas\u0131l\u0131 tutun, ard\u0131ndan 30 saniye i\u00e7inde **G\u00d6NDER**'e t\u0131klay\u0131n.",
|
||||
"title": "Ba\u011flant\u0131 Nanoleaf"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/nest/translations/af.json
Normal file
12
homeassistant/components/nest/translations/af.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"auth": {
|
||||
"data": {
|
||||
"code": "Hozz\u00e1f\u00e9r\u00e9si token"
|
||||
},
|
||||
"title": "Google fi\u00f3k kapcsol\u00e1sa"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -22,7 +22,7 @@
|
||||
"data": {
|
||||
"code": "Zugangstoken"
|
||||
},
|
||||
"description": "Um dein Google-Konto zu verkn\u00fcpfen, w\u00e4hle [Konto autorisieren]({url}).\n\nKopiere nach der Autorisierung den unten angegebenen Auth Token Code.",
|
||||
"description": "Um dein Google-Konto zu verkn\u00fcpfen, w\u00e4hle [Konto autorisieren]({url}).\n\nKopiere nach der Autorisierung den unten angegebenen Authentifizierungstoken-Code.",
|
||||
"title": "Google-Konto verkn\u00fcpfen"
|
||||
},
|
||||
"init": {
|
||||
|
@ -18,6 +18,11 @@
|
||||
"unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4"
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
"data": {
|
||||
"code": "\u05d0\u05e1\u05d9\u05de\u05d5\u05df \u05d2\u05d9\u05e9\u05d4"
|
||||
}
|
||||
},
|
||||
"init": {
|
||||
"data": {
|
||||
"flow_impl": "\u05e1\u05e4\u05e7"
|
||||
|
@ -22,7 +22,7 @@
|
||||
"data": {
|
||||
"code": "Hozz\u00e1f\u00e9r\u00e9si token"
|
||||
},
|
||||
"description": "[Enged\u00e9lyezze] Google-fi\u00f3kj\u00e1t az \u00f6sszekapcsol\u00e1hoz ({url}).\n\nAz enged\u00e9lyez\u00e9s ut\u00e1n m\u00e1solja \u00e1t a kapott token k\u00f3dot.",
|
||||
"description": "[Enged\u00e9lyezze]({url}) Google-fi\u00f3kj\u00e1t az \u00f6sszekapcsol\u00e1hoz.\n\nAz enged\u00e9lyez\u00e9s ut\u00e1n m\u00e1solja \u00e1t a kapott token k\u00f3dot.",
|
||||
"title": "\u00d6sszekapcsol\u00e1s Google-al"
|
||||
},
|
||||
"init": {
|
||||
|
@ -18,6 +18,13 @@
|
||||
"unknown": "Errore imprevisto"
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
"data": {
|
||||
"code": "Token di accesso"
|
||||
},
|
||||
"description": "Per collegare l'account Google, [authorize your account]({url}).\n\nDopo l'autorizzazione, copia-incolla il codice PIN fornito.",
|
||||
"title": "Connetti l'account Google"
|
||||
},
|
||||
"init": {
|
||||
"data": {
|
||||
"flow_impl": "Provider"
|
||||
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"auth": {
|
||||
"title": "\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e1a\u0e31\u0e0d\u0e0a\u0e35\u0e02\u0e2d\u0e07 oogle"
|
||||
},
|
||||
"link": {
|
||||
"data": {
|
||||
"code": "Pin code"
|
||||
|
@ -7,6 +7,15 @@
|
||||
},
|
||||
"error": {
|
||||
"unknown": "Beklenmeyen hata"
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
"data": {
|
||||
"code": "Eri\u015fim Anahtar\u0131"
|
||||
},
|
||||
"description": "Google hesab\u0131n\u0131z\u0131 ba\u011flamak i\u00e7in [hesab\u0131n\u0131z\u0131 yetkilendirin]( {url} ). \n\n Yetkilendirmeden sonra, sa\u011flanan Auth Token kodunu a\u015fa\u011f\u0131ya kopyalay\u0131p yap\u0131\u015ft\u0131r\u0131n.",
|
||||
"title": "Google Hesab\u0131n\u0131 Ba\u011fla"
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
|
@ -2,6 +2,11 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Zaten yap\u0131land\u0131r\u0131lm\u0131\u015f. Yaln\u0131zca tek bir konfig\u00fcrasyon m\u00fcmk\u00fcnd\u00fcr."
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "Netatmo entegrasyonunun hesab\u0131n\u0131z\u0131 yeniden do\u011frulamas\u0131 gerekiyor"
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
|
21
homeassistant/components/netgear/translations/tr.json
Normal file
21
homeassistant/components/netgear/translations/tr.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"config": "Ba\u011flant\u0131 veya oturum a\u00e7ma hatas\u0131: l\u00fctfen yap\u0131land\u0131rman\u0131z\u0131 kontrol edin"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Varsay\u0131lan ana bilgisayar: {host}\n Varsay\u0131lan ba\u011flant\u0131 noktas\u0131: {port}\n Varsay\u0131lan kullan\u0131c\u0131 ad\u0131: {username}",
|
||||
"title": "Netgear"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"description": "\u0130ste\u011fe ba\u011fl\u0131 ayarlar\u0131 belirtin",
|
||||
"title": "Netgear"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
10
homeassistant/components/nfandroidtv/translations/tr.json
Normal file
10
homeassistant/components/nfandroidtv/translations/tr.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Bu entegrasyon, Android TV i\u00e7in Bildirimler uygulamas\u0131n\u0131 gerektirir. \n\n Android TV i\u00e7in: https://play.google.com/store/apps/details?id=de.cyberdream.androidtv.notifications.google\n Fire TV i\u00e7in: https://www.amazon.com/Christian-Fees-Notifications-for-Fire/dp/B00OESCXEK \n\n Y\u00f6nlendiricinizde DHCP rezervasyonu (y\u00f6nlendiricinizin kullan\u0131m k\u0131lavuzuna bak\u0131n) veya cihazda statik bir IP adresi ayarlamal\u0131s\u0131n\u0131z. Aksi takdirde, cihaz sonunda kullan\u0131lamaz hale gelecektir.",
|
||||
"title": "Android TV / Fire TV i\u00e7in Bildirimler"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
25
homeassistant/components/nmap_tracker/translations/tr.json
Normal file
25
homeassistant/components/nmap_tracker/translations/tr.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"home_interval": "Aktif cihazlar\u0131n taranmas\u0131 aras\u0131ndaki minimum dakika say\u0131s\u0131 (pilden tasarruf edin)",
|
||||
"hosts": "Taranacak a\u011f adresleri (virg\u00fclle ayr\u0131lm\u0131\u015f)",
|
||||
"scan_options": "Nmap i\u00e7in ham yap\u0131land\u0131r\u0131labilir tarama se\u00e7enekleri"
|
||||
},
|
||||
"description": "Nmap taraf\u0131ndan taranacak ana bilgisayarlar\u0131 yap\u0131land\u0131r\u0131n. A\u011f adresi ve hari\u00e7 tutulanlar, IP Adresleri (192.168.1.1), IP A\u011flar\u0131 (192.168.0.0/24) veya IP Aral\u0131klar\u0131 (192.168.1.0-32) olabilir."
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"interval_seconds": "Tarama aral\u0131\u011f\u0131",
|
||||
"track_new_devices": "Yeni cihazlar\u0131 izle"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Nmap \u0130zleyici"
|
||||
}
|
@ -8,6 +8,12 @@
|
||||
"no_devices": "Hesapta cihaz bulunamad\u0131"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "\u015eifre"
|
||||
},
|
||||
"description": "{username} \u015fifresini tekrar girin."
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Parola",
|
||||
|
@ -15,7 +15,8 @@
|
||||
"password": "Parola",
|
||||
"serial_number": "Termostat\u0131n seri numaras\u0131.",
|
||||
"username": "Kullan\u0131c\u0131 Ad\u0131"
|
||||
}
|
||||
},
|
||||
"description": "https://MyNuHeat.com'da oturum a\u00e7\u0131p termostat(lar)\u0131n\u0131z\u0131 se\u00e7erek termostat\u0131n\u0131z\u0131n say\u0131sal seri numaras\u0131n\u0131 veya kimli\u011fini alman\u0131z gerekecektir."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
21
homeassistant/components/octoprint/translations/tr.json
Normal file
21
homeassistant/components/octoprint/translations/tr.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"auth_failed": "Uygulama API anahtar\u0131 al\u0131namad\u0131"
|
||||
},
|
||||
"flow_title": "OctoPrint Yaz\u0131c\u0131: {host}",
|
||||
"progress": {
|
||||
"get_api_key": "OctoPrint UI'sini a\u00e7\u0131n ve 'Ev Asistan\u0131' i\u00e7in Eri\u015fim \u0130ste\u011finde '\u0130zin Ver'i t\u0131klay\u0131n."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"path": "Uygulama Yolu",
|
||||
"port": "Ba\u011flant\u0131 Noktas\u0131 Numaras\u0131",
|
||||
"ssl": "SSL Kullan",
|
||||
"username": "Kullan\u0131c\u0131 ad\u0131"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -16,5 +16,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"ph_offset": "pH ofseti (pozitif veya negatif)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user