[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2019-11-03 00:31:44 +00:00
parent 1679ec3245
commit f71527d5db
17 changed files with 184 additions and 28 deletions

View file

@ -1,8 +1,8 @@
{
"device_automation": {
"condtion_type": {
"is_home": "{entity_name} \ub2d8\uc774 \uc9d1\uc5d0 \uc788\uc2b5\ub2c8\ub2e4",
"is_not_home": "{entity_name} \ub2d8\uc774 \uc678\ucd9c\uc911\uc785\ub2c8\ub2e4"
"is_home": "{entity_name} \uc774(\uac00) \uc9d1\uc5d0 \uc788\uc2b5\ub2c8\ub2e4",
"is_not_home": "{entity_name} \uc774(\uac00) \uc678\ucd9c\uc911\uc785\ub2c8\ub2e4"
}
}
}

View file

@ -0,0 +1,8 @@
{
"device_automation": {
"condtion_type": {
"is_home": "{entity_name} je doma",
"is_not_home": "{entity_name} ni doma"
}
}
}