Update translations
This commit is contained in:
parent
cf0bd6470a
commit
398ea40189
11 changed files with 154 additions and 16 deletions
5
homeassistant/components/ifttt/.translations/tr.json
Normal file
5
homeassistant/components/ifttt/.translations/tr.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"title": "IFTT"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"title": "Mailgun",
|
|
||||||
"step": {
|
|
||||||
"user": {
|
|
||||||
"title": "Set up the Mailgun Webhook",
|
|
||||||
"description": "Are you sure you want to set up Mailgun?"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"abort": {
|
"abort": {
|
||||||
"one_instance_allowed": "Only a single instance is necessary.",
|
"not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive Mailgun messages.",
|
||||||
"not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive Mailgun messages."
|
"one_instance_allowed": "Only a single instance is necessary."
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "To send events to Home Assistant, you will need to setup [Webhooks with Mailgun]({mailgun_url}).\n\nFill in the following info:\n\n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/x-www-form-urlencoded\n\nSee [the documentation]({docs_url}) on how to configure automations to handle incoming data."
|
"default": "To send events to Home Assistant, you will need to setup [Webhooks with Mailgun]({mailgun_url}).\n\nFill in the following info:\n\n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/x-www-form-urlencoded\n\nSee [the documentation]({docs_url}) on how to configure automations to handle incoming data."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"description": "Are you sure you want to set up Mailgun?",
|
||||||
|
"title": "Set up the Mailgun Webhook"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"title": "Mailgun"
|
||||||
}
|
}
|
||||||
}
|
}
|
18
homeassistant/components/mailgun/.translations/lb.json
Normal file
18
homeassistant/components/mailgun/.translations/lb.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"not_internet_accessible": "\u00c4r Home Assistant Instanz muss iwwert Internet accessibel si fir Mailgun Noriichten z'empf\u00e4nken.",
|
||||||
|
"one_instance_allowed": "N\u00ebmmen eng eenzeg Instanz ass n\u00e9ideg."
|
||||||
|
},
|
||||||
|
"create_entry": {
|
||||||
|
"default": "Fir Evenementer un Home Assistant ze sch\u00e9cken, mussen [Webhooks mat Mailgun]({mailgun_url}) ageriicht ginn.\n\nF\u00ebllt folgend Informatiounen aus:\n\n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/x-www-form-urlencoded\n\nLiest [Dokumentatioun]({docs_url}) w\u00e9i een Automatiounen ariicht welch eingehend Donn\u00e9\u00eb trait\u00e9ieren."
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"description": "S\u00e9cher fir Mailgun anzeriichten?",
|
||||||
|
"title": "Mailgun Webhook ariichten"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "Mailgun"
|
||||||
|
}
|
||||||
|
}
|
11
homeassistant/components/mqtt/.translations/tr.json
Normal file
11
homeassistant/components/mqtt/.translations/tr.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"hassio_confirm": {
|
||||||
|
"data": {
|
||||||
|
"discovery": "Ke\u015ffetmeyi etkinle\u015ftir"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
19
homeassistant/components/simplisafe/.translations/nl.json
Normal file
19
homeassistant/components/simplisafe/.translations/nl.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"identifier_exists": "Account bestaat al",
|
||||||
|
"invalid_credentials": "Ongeldige gebruikersgegevens"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"code": "Code (voor Home Assistant)",
|
||||||
|
"password": "Wachtwoord",
|
||||||
|
"username": "E-mailadres"
|
||||||
|
},
|
||||||
|
"title": "Vul uw gegevens in"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "SimpliSafe"
|
||||||
|
}
|
||||||
|
}
|
12
homeassistant/components/simplisafe/.translations/tr.json
Normal file
12
homeassistant/components/simplisafe/.translations/tr.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "Parola",
|
||||||
|
"username": "E-posta adresi"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
16
homeassistant/components/smhi/.translations/tr.json
Normal file
16
homeassistant/components/smhi/.translations/tr.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"name_exists": "Bu ad zaten var",
|
||||||
|
"wrong_location": "Konum sadece \u0130sve\u00e7"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"latitude": "Enlem",
|
||||||
|
"longitude": "Boylam"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
23
homeassistant/components/unifi/.translations/nl.json
Normal file
23
homeassistant/components/unifi/.translations/nl.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"user_privilege": "Gebruiker moet beheerder zijn"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"faulty_credentials": "Foutieve gebruikersgegevens",
|
||||||
|
"service_unavailable": "Geen service beschikbaar"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Host",
|
||||||
|
"password": "Wachtwoord",
|
||||||
|
"port": "Poort",
|
||||||
|
"username": "Gebruikersnaam"
|
||||||
|
},
|
||||||
|
"title": "Stel de UniFi-controller in"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "UniFi-controller"
|
||||||
|
}
|
||||||
|
}
|
12
homeassistant/components/unifi/.translations/tr.json
Normal file
12
homeassistant/components/unifi/.translations/tr.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "Parola",
|
||||||
|
"username": "Kullan\u0131c\u0131 ad\u0131"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
homeassistant/components/upnp/.translations/tr.json
Normal file
11
homeassistant/components/upnp/.translations/tr.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"enable_sensors": "Trafik sens\u00f6rleri ekleyin"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
homeassistant/components/zwave/.translations/tr.json
Normal file
11
homeassistant/components/zwave/.translations/tr.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"network_key": "A\u011f Anajtar\u0131 (otomatik \u00fcretilmesi i\u00e7in bo\u015f b\u0131rak\u0131n\u0131z)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue