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

14 lines
468 B
JSON

{
"state": {
"moon__phase": {
"first_quarter": "\u4e0a\u5f26\u306e\u6708",
"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"
}
}
}