1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/time/suncalc/locales/en-US/79-suncalc.json
dodther a14ef95fb3
russian translate (#962)
add support internalization and russian translate.
2023-03-21 10:20:23 +00:00

33 lines
975 B
JSON

{
"sunrise": {
"label": {
"latitude": " Latitude",
"longitude": " Longitude",
"start": " Start",
"end": " End",
"offset": " Offset",
"name": " Name"
},
"nightEnd": "Morning astronomical twilight starts",
"nauticalDawn": "Morning nautical twilight starts",
"dawn": "Dawn, morning civil twilight starts",
"sunrise": "Sunrise",
"sunriseEnd": "Sunrise end",
"goldenHourEnd": "End of morning golden hour",
"goldenHour": "Start of evening golden hour",
"sunsetStart": "Sunset start",
"sunset": "Sunset, civil twilight starts",
"dusk": "Dusk, Evening astronomical twilight starts",
"nauticalDusk": "Evening nautical twilight starts",
"night": "Dark enough for astronomy",
"start": " start",
"mins": " mins",
"end": " end",
"dayState": "day",
"nightState": "night",
"onePerMin": "once per minute",
"onse": "only on change",
"sunName": "Sun rise/set"
}
}