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

31 lines
908 B
JSON

{
"config": {
"error": {
"cannot_connect": "\u9023\u7dda\u5931\u6557",
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
"not_supported": "\u50c5\u652f\u63f4 PrusaLink API v2",
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
},
"step": {
"user": {
"data": {
"api_key": "API \u91d1\u9470",
"host": "\u4e3b\u6a5f\u7aef"
}
}
}
},
"entity": {
"sensor": {
"printer_state": {
"state": {
"cancelling": "\u53d6\u6d88\u4e2d",
"idle": "\u9592\u7f6e",
"paused": "\u5df2\u66ab\u505c",
"pausing": "\u66ab\u505c\u4e2d",
"printing": "\u5217\u5370\u4e2d"
}
}
}
}
}