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

22 lines
673 B
JSON
Raw Normal View History

2019-10-27 00:32:10 +00:00
{
"device_automation": {
"condition_type": {
2020-01-31 00:31:57 +00:00
"is_idle": "{entity_name}\u9592\u7f6e",
"is_off": "{entity_name}\u95dc\u9589",
"is_on": "{entity_name}\u958b\u555f",
"is_paused": "{entity_name}\u5df2\u66ab\u505c",
"is_playing": "{entity_name}\u6b63\u5728\u64ad\u653e"
2019-10-27 00:32:10 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"idle": "\u9592\u7f6e",
"off": "\u95dc\u9589",
"on": "\u958b\u555f",
2020-04-22 00:03:20 +00:00
"paused": "\u66ab\u505c",
2020-04-20 23:33:54 +00:00
"playing": "\u64ad\u653e\u4e2d",
"standby": "\u5f85\u547d"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u5a92\u9ad4\u64ad\u653e\u5668"
2019-10-27 00:32:10 +00:00
}