core/homeassistant/components/moon/translations/sensor.ja.json

14 lines
468 B
JSON
Raw Normal View History

2021-11-01 00:13:04 +00:00
{
"state": {
"moon__phase": {
2021-11-19 00:14:01 +00:00
"first_quarter": "\u4e0a\u5f26\u306e\u6708",
2021-11-01 00:13:04 +00:00
"full_moon": "\u6e80\u6708",
"last_quarter": "\u4e0b\u5f26\u306e\u6708",
"new_moon": "\u65b0\u6708",
"waning_crescent": "\u4e8c\u5341\u516d\u591c",
"waning_gibbous": "\u5341\u516b\u591c",
"waxing_crescent": "\u4e09\u65e5\u6708",
"waxing_gibbous": "\u5341\u4e09\u591c"
}
}
}