mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
a14ef95fb3
add support internalization and russian translate.
33 lines
975 B
JSON
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"
|
|
}
|
|
}
|