# binding
+
binding.astro.name = Astro Binding
binding.astro.description = The Astro binding calculates astronomical data from sun and moon.
# thing types
+
+thing-type.astro.moon.label = Astro Moon Data
+thing-type.astro.moon.description = Provides astronomical data from the moon
+thing-type.astro.moon.group.apogee.label = Apogee
+thing-type.astro.moon.group.apogee.description = The apogee of the moon
+thing-type.astro.moon.group.distance.description = The distance to the moon
+thing-type.astro.moon.group.perigee.label = Perigee
+thing-type.astro.moon.group.perigee.description = The perigee of the moon
+thing-type.astro.moon.group.position.description = The position of the moon
+thing-type.astro.moon.group.rise.label = Moonrise
+thing-type.astro.moon.group.rise.description = The moonrise event range
+thing-type.astro.moon.group.set.label = Moonset
+thing-type.astro.moon.group.set.description = The moonset event range
thing-type.astro.sun.label = Astro Sun Data
thing-type.astro.sun.description = Provides astronomical data from the sun
-thing-type.astro.sun.group.rise.label = Sunrise
-thing-type.astro.sun.group.rise.description = The sunrise event range
-thing-type.astro.sun.group.set.label = Sunset
-thing-type.astro.sun.group.set.description = The sunset event range
-thing-type.astro.sun.group.noon.label = Noon
-thing-type.astro.sun.group.noon.description = The noon event range
-thing-type.astro.sun.group.night.label = Night
-thing-type.astro.sun.group.night.description = The night event range
-thing-type.astro.sun.group.morningNight.label = Morning Night
-thing-type.astro.sun.group.morningNight.description = The morning night event range
thing-type.astro.sun.group.astroDawn.label = Astro Dawn
thing-type.astro.sun.group.astroDawn.description = The astro dawn event range
-thing-type.astro.sun.group.nauticDawn.label = Nautic Dawn
-thing-type.astro.sun.group.nauticDawn.description = The nautic dawn event range
-thing-type.astro.sun.group.civilDawn.label = Civil Dawn
-thing-type.astro.sun.group.civilDawn.description = The civil dawn event range
thing-type.astro.sun.group.astroDusk.label = Astro Dusk
thing-type.astro.sun.group.astroDusk.description = The astro dusk event range
-thing-type.astro.sun.group.nauticDusk.label = Nautic Dusk
-thing-type.astro.sun.group.nauticDusk.description = The nautic dusk event range
+thing-type.astro.sun.group.civilDawn.label = Civil Dawn
+thing-type.astro.sun.group.civilDawn.description = The civil dawn event range
thing-type.astro.sun.group.civilDusk.label = Civil Dusk
thing-type.astro.sun.group.civilDusk.description = The civil dusk event range
-thing-type.astro.sun.group.eveningNight.label = Evening Night
-thing-type.astro.sun.group.eveningNight.description = The evening night event range
thing-type.astro.sun.group.daylight.label = Daylight
thing-type.astro.sun.group.daylight.description = The daylight event range
+thing-type.astro.sun.group.eveningNight.label = Evening Night
+thing-type.astro.sun.group.eveningNight.description = The evening night event range
+thing-type.astro.sun.group.morningNight.label = Morning Night
+thing-type.astro.sun.group.morningNight.description = The morning night event range
+thing-type.astro.sun.group.nauticDawn.label = Nautic Dawn
+thing-type.astro.sun.group.nauticDawn.description = The nautic dawn event range
+thing-type.astro.sun.group.nauticDusk.label = Nautic Dusk
+thing-type.astro.sun.group.nauticDusk.description = The nautic dusk event range
+thing-type.astro.sun.group.night.label = Night
+thing-type.astro.sun.group.night.description = The night event range
+thing-type.astro.sun.group.noon.label = Noon
+thing-type.astro.sun.group.noon.description = The noon event range
thing-type.astro.sun.group.position.description = The position of the sun
-
-thing-type.astro.moon.label = Astro Moon Data
-thing-type.astro.moon.description = Provides astronomical data from the moon
-thing-type.astro.moon.group.rise.label = Moonrise
-thing-type.astro.moon.group.rise.description = The moonrise event range
-thing-type.astro.moon.group.set.label = Moonset
-thing-type.astro.moon.group.set.description = The moonset event range
-thing-type.astro.moon.group.distance.description = The distance to the moon
-thing-type.astro.moon.group.perigee.label = Perigee
-thing-type.astro.moon.group.perigee.description = The perigee of the moon
-thing-type.astro.moon.group.apogee.label = Apogee
-thing-type.astro.moon.group.apogee.description = The apogee of the moon
-thing-type.astro.moon.group.position.description = The position of the moon
+thing-type.astro.sun.group.rise.label = Sunrise
+thing-type.astro.sun.group.rise.description = The sunrise event range
+thing-type.astro.sun.group.set.label = Sunset
+thing-type.astro.sun.group.set.description = The sunset event range
# thing types config
-thing-type.config.astro.sunconfig.geolocation.label = Location
-thing-type.config.astro.sunconfig.geolocation.description = The latitude, longitude and altitude separated with a comma (lat,long,[alt]).
-
-thing-type.config.astro.sunconfig.useMeteorologicalSeason.label = Meteorological Season
-thing-type.config.astro.sunconfig.useMeteorologicalSeason.description = Uses meteorological season calculation method instead of equinox method.
-
-thing-type.config.astro.sunconfig.interval.label = Interval
-thing-type.config.astro.sunconfig.interval.description = Refresh interval for positional data calculation in seconds.
thing-type.config.astro.moonconfig.geolocation.label = Location
thing-type.config.astro.moonconfig.geolocation.description = The latitude, longitude and altitude separated with a comma (lat,long,[alt]).
-
thing-type.config.astro.moonconfig.interval.label = Interval
thing-type.config.astro.moonconfig.interval.description = Refresh interval for positional data calculation in seconds.
+thing-type.config.astro.sunconfig.geolocation.label = Location
+thing-type.config.astro.sunconfig.geolocation.description = The latitude, longitude and altitude separated with a comma (lat,long,[alt]).
+thing-type.config.astro.sunconfig.interval.label = Interval
+thing-type.config.astro.sunconfig.interval.description = Refresh interval for positional data calculation in seconds.
+thing-type.config.astro.sunconfig.useMeteorologicalSeason.label = Meteorological Season
+thing-type.config.astro.sunconfig.useMeteorologicalSeason.description = Uses meteorological season calculation method instead of equinox method.
# channel group types
+
+channel-group-type.astro.distance.label = Distance
+channel-group-type.astro.distance.description = Distance data
+channel-group-type.astro.moonEclipse.label = Eclipses
+channel-group-type.astro.moonEclipse.description = The DateTime of the next moon eclipses
+channel-group-type.astro.moonPhase.label = Moon Phase
+channel-group-type.astro.moonPhase.description = The details of the current and next moon phases
+channel-group-type.astro.moonRange.label = Range
+channel-group-type.astro.moonRange.description = Range for a moon event
+channel-group-type.astro.moonZodiac.label = Zodiac
+channel-group-type.astro.moonZodiac.description = The zodiac of the moon
channel-group-type.astro.position.label = Position
channel-group-type.astro.position.description = The position of the planet
channel-group-type.astro.radiation.label = Radiation
channel-group-type.astro.radiation.description = The radiation level of the sun
-channel-group-type.astro.sunRange.label = Range
-channel-group-type.astro.sunRange.description = Range for a sun event
-channel-group-type.astro.moonRange.label = Range
-channel-group-type.astro.moonRange.description = Range for a moon event
-channel-group-type.astro.sunZodiac.label = Zodiac
-channel-group-type.astro.sunZodiac.description = The zodiac of the sun
channel-group-type.astro.season.label = Season
channel-group-type.astro.season.description = The seasons this year
+channel-group-type.astro.season.channel.nextName.label = Next Season
+channel-group-type.astro.season.channel.nextName.description = The name of the next season
+channel-group-type.astro.season.channel.timeLeft.label = Time Left
+channel-group-type.astro.season.channel.timeLeft.description = The time remaining before season change
channel-group-type.astro.sunEclipse.label = Eclipses
channel-group-type.astro.sunEclipse.description = The DateTime of the next sun eclipses
channel-group-type.astro.sunPhase.label = Sun Phase
channel-group-type.astro.sunPhase.description = The details of the current sun phase
-channel-group-type.astro.moonPhase.label = Moon Phase
-channel-group-type.astro.moonPhase.description = The details of the current and next moon phases
-channel-group-type.astro.moonEclipse.label = Eclipses
-channel-group-type.astro.moonEclipse.description = The DateTime of the next moon eclipses
-channel-group-type.astro.distance.label = Distance
-channel-group-type.astro.distance.description = Distance data
-channel-group-type.astro.moonZodiac.label = Zodiac
-channel-group-type.astro.moonZodiac.description = The zodiac of the moon
-
-channel-group-type.astro.moonEclipse.channel.total.label = Total Moon Eclipse
-channel-group-type.astro.moonEclipse.channel.total.description = Timestamp of the next total moon eclipse
-channel-group-type.astro.moonEclipse.channel.partial.label = Partial Moon Eclipse
-channel-group-type.astro.moonEclipse.channel.partial.description = Timestamp of the next partial moon eclipse
+channel-group-type.astro.sunRange.label = Range
+channel-group-type.astro.sunRange.description = Range for a sun event
+channel-group-type.astro.sunZodiac.label = Zodiac
+channel-group-type.astro.sunZodiac.description = The zodiac of the sun
# channel types
+
+channel-type.astro.age.label = Moon Age
+channel-type.astro.age.description = The age of the moon in days
+channel-type.astro.ageDegree.label = Moon Age
+channel-type.astro.ageDegree.description = The age of the moon
+channel-type.astro.agePercent.label = Moon Age
+channel-type.astro.agePercent.description = The age of the moon
+channel-type.astro.autumn.label = Autumn
+channel-type.astro.autumn.description = The beginning of autumn
+channel-type.astro.autumn.state.pattern = %1$tF %1$tR
channel-type.astro.azimuth.label = Azimuth
channel-type.astro.azimuth.description = The azimuth of the planet
-channel-type.astro.elevation.label = Elevation
-channel-type.astro.elevation.description = The elevation of the planet
-channel-type.astro.shadeLength.label = Shade Length Ratio
-channel-type.astro.shadeLength.description = Projected shade length ratio (derived from Elevation)
-channel-type.astro.directRadiation.label = Direct Radiation
-channel-type.astro.directRadiation.description = Level of radiation after penetration of the atmospheric layer
channel-type.astro.diffuseRadiation.label = Diffuse Radiation
channel-type.astro.diffuseRadiation.description = Level of radiation diffracted by clouds and atmosphere
-channel-type.astro.totalRadiation.label = Total Radiation
-channel-type.astro.totalRadiation.description = Total quantity of radiation on the ground
-channel-type.astro.start.label = Start Time
-channel-type.astro.start.description = The start time of the event
-channel-type.astro.end.label = End Time
-channel-type.astro.end.description = The end time of the event
+channel-type.astro.directRadiation.label = Direct Radiation
+channel-type.astro.directRadiation.description = Level of radiation after penetration of the atmospheric layer
+channel-type.astro.distance.label = Distance
+channel-type.astro.distance.description = The distance of the object
+channel-type.astro.distanceDate.label = Date
+channel-type.astro.distanceDate.description = The DateTime when the distance is reached
+channel-type.astro.distanceDate.state.pattern = %1$tF %1$tR
+channel-type.astro.distanceEvent.label = Moon Distance Event
+channel-type.astro.distanceEvent.description = Moon distance event
channel-type.astro.duration.label = Duration
channel-type.astro.duration.description = The duration of the event
+channel-type.astro.elevation.label = Elevation
+channel-type.astro.elevation.description = The elevation of the planet
+channel-type.astro.end.label = End Time
+channel-type.astro.end.description = The end time of the event
+channel-type.astro.end.state.pattern = %1$tF %1$tR
+channel-type.astro.firstQuarter.label = First Quarter
+channel-type.astro.firstQuarter.description = The DateTime the moon is in the first quarter
+channel-type.astro.firstQuarter.state.pattern = %1$tF %1$tR
+channel-type.astro.fullMoon.label = Full Moon
+channel-type.astro.fullMoon.description = The DateTime for full moon
+channel-type.astro.fullMoon.state.pattern = %1$tF %1$tR
+channel-type.astro.illumination.label = Moon Illumination
+channel-type.astro.illumination.description = The illumination of the moon
+channel-type.astro.moonEclipseEvent.label = Moon Eclipse Event
+channel-type.astro.moonEclipseEvent.description = Moon eclipse event
+channel-type.astro.newMoon.label = New Moon
+channel-type.astro.newMoon.description = The DateTime for new moon
+channel-type.astro.newMoon.state.pattern = %1$tF %1$tR
+channel-type.astro.partial.label = Partial Eclipse
+channel-type.astro.partial.description = The DateTime of the next partial eclipse
+channel-type.astro.partial.state.pattern = %1$tF %1$tR
+channel-type.astro.phaseEvent.label = Moon Phase Event
+channel-type.astro.phaseEvent.description = Moon phase event
+channel-type.astro.phaseName.label = Moon Phase Name
+channel-type.astro.phaseName.description = The name of the current moon phase
+channel-type.astro.phaseName.state.option.NEW = New moon
+channel-type.astro.phaseName.state.option.WAXING_CRESCENT = Waxing crescent
+channel-type.astro.phaseName.state.option.FIRST_QUARTER = First quarter
+channel-type.astro.phaseName.state.option.WAXING_GIBBOUS = Waxing gibbous
+channel-type.astro.phaseName.state.option.FULL = Full moon
+channel-type.astro.phaseName.state.option.WANING_GIBBOUS = Waning gibbous
+channel-type.astro.phaseName.state.option.THIRD_QUARTER = Third quarter
+channel-type.astro.phaseName.state.option.WANING_CRESCENT = Waning crescent
+channel-type.astro.rangeEvent.label = Range Event
+channel-type.astro.rangeEvent.description = Range event
+channel-type.astro.ring.label = Ring Eclipse
+channel-type.astro.ring.description = The DateTime of the next ring eclipse
+channel-type.astro.ring.state.pattern = %1$tF %1$tR
+channel-type.astro.seasonName.label = Season Name
+channel-type.astro.seasonName.description = The name of the current season
+channel-type.astro.seasonName.state.option.SPRING = Spring
+channel-type.astro.seasonName.state.option.SUMMER = Summer
+channel-type.astro.seasonName.state.option.AUTUMN = Autumn
+channel-type.astro.seasonName.state.option.WINTER = Winter
+channel-type.astro.shadeLength.label = Shade Length Ratio
+channel-type.astro.shadeLength.description = Projected shade length ratio (derived from Elevation)
channel-type.astro.sign.label = Sign
channel-type.astro.sign.description = The sign of the zodiac
channel-type.astro.sign.state.option.ARIES = Aries
channel-type.astro.sign.state.option.CAPRICORN = Capricorn
channel-type.astro.sign.state.option.AQUARIUS = Aquarius
channel-type.astro.sign.state.option.PISCES = Pisces
-channel-type.astro.seasonName.label = Season Name
-channel-type.astro.seasonName.description = The name of the current season
-channel-type.astro.seasonName.state.option.SPRING = Spring
-channel-type.astro.seasonName.state.option.SUMMER = Summer
-channel-type.astro.seasonName.state.option.AUTUMN = Autumn
-channel-type.astro.seasonName.state.option.WINTER = Winter
channel-type.astro.spring.label = Spring
channel-type.astro.spring.description = The beginning of spring
+channel-type.astro.spring.state.pattern = %1$tF %1$tR
+channel-type.astro.start.label = Start Time
+channel-type.astro.start.description = The start time of the event
+channel-type.astro.start.state.pattern = %1$tF %1$tR
channel-type.astro.summer.label = Summer
channel-type.astro.summer.description = The beginning of summer
-channel-type.astro.autumn.label = Autumn
-channel-type.astro.autumn.description = The beginning of autumn
-channel-type.astro.winter.label = Winter
-channel-type.astro.winter.description = The beginning of winter
-channel-type.astro.total.label = Total Eclipse
-channel-type.astro.total.description = The DateTime of the next total eclipse
-channel-type.astro.partial.label = Partial Eclipse
-channel-type.astro.partial.description = The DateTime of the next partial eclipse
-channel-type.astro.ring.label = Ring Eclipse
-channel-type.astro.ring.description = The DateTime of the next ring eclipse
+channel-type.astro.summer.state.pattern = %1$tF %1$tR
+channel-type.astro.sunEclipseEvent.label = Sun Eclipse Event
+channel-type.astro.sunEclipseEvent.description = Sun eclipse event
channel-type.astro.sunPhaseName.label = Sun Phase Name
channel-type.astro.sunPhaseName.description = The name of the current sun phase
channel-type.astro.sunPhaseName.state.option.SUN_RISE = Sunrise
channel-type.astro.sunPhaseName.state.option.DAYLIGHT = Daylight
channel-type.astro.sunPhaseName.state.option.NOON = Noon
channel-type.astro.sunPhaseName.state.option.NIGHT = Night
-channel-type.astro.firstQuarter.label = First Quarter
-channel-type.astro.firstQuarter.description = The DateTime the moon is in the first quarter
channel-type.astro.thirdQuarter.label = Third Quarter
channel-type.astro.thirdQuarter.description = The DateTime the moon is in the third quarter
-channel-type.astro.fullMoon.label = Full Moon
-channel-type.astro.fullMoon.description = The DateTime for full moon
-channel-type.astro.newMoon.label = New Moon
-channel-type.astro.newMoon.description = The DateTime for new moon
-channel-type.astro.age.label = Moon Age
-channel-type.astro.age.description = The age of the moon in days
-channel-type.astro.ageDegree.label = Moon Age
-channel-type.astro.ageDegree.description = The age of the moon
-channel-type.astro.agePercent.label = Moon Age
-channel-type.astro.agePercent.description = The age of the moon
-channel-type.astro.illumination.label = Moon Illumination
-channel-type.astro.illumination.description = The illumination of the moon
-channel-type.astro.phaseName.label = Moon Phase Name
-channel-type.astro.phaseName.description = The name of the current moon phase
-channel-type.astro.phaseName.state.option.NEW = New moon
-channel-type.astro.phaseName.state.option.WAXING_CRESCENT = Waxing crescent
-channel-type.astro.phaseName.state.option.FIRST_QUARTER = First quarter
-channel-type.astro.phaseName.state.option.WAXING_GIBBOUS = Waxing gibbous
-channel-type.astro.phaseName.state.option.FULL = Full moon
-channel-type.astro.phaseName.state.option.WANING_GIBBOUS = Waning gibbous
-channel-type.astro.phaseName.state.option.THIRD_QUARTER = Third quarter
-channel-type.astro.phaseName.state.option.WANING_CRESCENT = Waning crescent
-channel-type.astro.distanceDate.label = Date
-channel-type.astro.distanceDate.description = The DateTime when the distance is reached
-channel-type.astro.distance.label = Distance
-channel-type.astro.distance.description = The distance of the object
-channel-type.astro.rangeEvent.label = Range Event
-channel-type.astro.rangeEvent.description = Range event
-channel-type.astro.sunEclipseEvent.label = Sun Eclipse Event
-channel-type.astro.sunEclipseEvent.description = Sun eclipse event
-channel-type.astro.phaseEvent.label = Moon Phase Event
-channel-type.astro.phaseEvent.description = Moon phase event
-channel-type.astro.moonEclipseEvent.label = Moon Eclipse Event
-channel-type.astro.moonEclipseEvent.description = Moon eclipse event
-channel-type.astro.distanceEvent.label = Moon Distance Event
-channel-type.astro.distanceEvent.description = Moon distance event
+channel-type.astro.thirdQuarter.state.pattern = %1$tF %1$tR
+channel-type.astro.total.label = Total Eclipse
+channel-type.astro.total.description = The DateTime of the next total eclipse
+channel-type.astro.total.state.pattern = %1$tF %1$tR
+channel-type.astro.totalRadiation.label = Total Radiation
+channel-type.astro.totalRadiation.description = Total quantity of radiation on the ground
+channel-type.astro.winter.label = Winter
+channel-type.astro.winter.description = The beginning of winter
+channel-type.astro.winter.state.pattern = %1$tF %1$tR
# channel types config
-channel-type.config.astro.config.offset.label = Offset
-channel-type.config.astro.config.offset.description = Moves an event or datetime value forward or backward (in minutes).
channel-type.config.astro.config.earliest.label = Earliest
channel-type.config.astro.config.earliest.description = The earliest time of the day for the event or the datetime value (hh:mm).
-
channel-type.config.astro.config.latest.label = Latest
channel-type.config.astro.config.latest.description = The latest time of the day for the event or the datetime value (hh:mm).
+channel-type.config.astro.config.offset.label = Offset
+channel-type.config.astro.config.offset.description = Moves an event or datetime value forward or backward (in minutes).
+
+# channel group types
+
+channel-group-type.astro.moonEclipse.channel.total.label = Total Moon Eclipse
+channel-group-type.astro.moonEclipse.channel.total.description = Timestamp of the next total moon eclipse
+channel-group-type.astro.moonEclipse.channel.partial.label = Partial Moon Eclipse
+channel-group-type.astro.moonEclipse.channel.partial.description = Timestamp of the next partial moon eclipse
+
+# discovery result
-# Discovery result
discovery.astro.sun.local.label = Local Sun
discovery.astro.moon.local.label = Local Moon