core/homeassistant/components/tile/translations/zh-Hant.json

36 lines
1014 B
JSON
Raw Normal View History

2020-06-07 00:03:28 +00:00
{
"config": {
"abort": {
2021-12-22 00:14:51 +00:00
"already_configured": "\u5e33\u865f\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
"reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f"
2020-06-07 00:03:28 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548"
2020-06-07 00:03:28 +00:00
},
"step": {
2021-12-22 00:14:51 +00:00
"reauth_confirm": {
"data": {
"password": "\u5bc6\u78bc"
},
"title": "\u91cd\u65b0\u8a8d\u8b49 Tile"
},
2020-06-07 00:03:28 +00:00
"user": {
"data": {
"password": "\u5bc6\u78bc",
"username": "\u96fb\u5b50\u90f5\u4ef6"
},
"title": "\u8a2d\u5b9a Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "\u986f\u793a\u7121\u4f5c\u7528 Tile"
},
"title": "\u8a2d\u5b9a Tile"
}
}
}
}