core/homeassistant/components/bond/translations/ko.json

21 lines
780 B
JSON
Raw Normal View History

2020-07-07 00:17:49 +00:00
{
"config": {
"error": {
"cannot_connect": "\uc5f0\uacb0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4",
"invalid_auth": "\uc778\uc99d\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4",
"unknown": "\uc608\uc0c1\uce58 \ubabb\ud55c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4"
},
2020-09-28 00:03:28 +00:00
"flow_title": "\ubcf8\ub4dc : {bond_id} ( {host} )",
2020-07-07 00:17:49 +00:00
"step": {
2020-09-28 00:03:28 +00:00
"confirm": {
"description": "{bond_id} \ub97c \uc124\uc815 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?"
},
2020-07-07 00:17:49 +00:00
"user": {
"data": {
"access_token": "\uc561\uc138\uc2a4 \ud1a0\ud070",
"host": "\ud638\uc2a4\ud2b8"
}
}
}
}
}