forked from abaretta/nu.baretta.openweathermap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathen.json
96 lines (96 loc) · 4.83 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"pair": {
"start": {
"title": "Setup OpenWeatherMap",
"intro": "Enter your API key and a name.",
"error": "An error has occurred.",
"apiKey": "Enter the OpenWeatherMap API key:",
"required": "API key is a required value.",
"optional": "Optional: enter the location for the weather data, City,countrycode:",
"zipcode": "...or (numeric) zipcode with countrycode:",
"autolocation": "When left blank Homey's location will be used.",
"updatefrequency": "Enter the update frequency:",
"forecastInterval3h": "Number of 3-hour forecast intervals ahead of current time for forecast:",
"forecastIntervalDays": "Number of days ahead for the long-term forecast:",
"geolocation": "Use Homey's location:",
"unit": "Use imperial units:",
"language": "Select language:",
"name": "Give your OpenWeatherMap sensor a name:",
"saveSettings": "Save settings"
},
"oneCallAPI":{
"title": "OpenWeather - add a location...",
"titleHourly": "OpenWeather - add an hourly forecast...",
"titleDaily": "OpenWeather - add a daily forecast...",
"titleDailySummary": "OpenWeather - add a daily summary (historical data and 4 day forecast)...",
"apiKey": "Enter the OpenWeatherMap API key.",
"apiKey2": "An API key can be obtained at http://openweathermap.org.",
"apiVersion": "Specifies the OneCall API version to use.",
"city": "Enter a location (city name).",
"autolocation": "When left blank Homey's location will be used.",
"updateInterval": "Enter the update frequency (minutes):",
"hours": "Enter the hour difference for the forecast.",
"hours2": "Examples: '0' for a current prediction. '5' for a forecast in 5 hours.",
"days": "Enter the day difference for the forecast.",
"days2": "Examples: '0' for a current prediction. '5' for a forecast in 5 days.",
"daysSummary": "Enter the day difference for the historical data or forecast.",
"daysSummary2": "Examples: '0' for a current day. '-1' for summary of yesterday. '4' for a forecast in 4 days.",
"pairError": "Device setup error.",
"apiKeyError": "Please enter a valid API key.",
"geolocationError1": "No location found.",
"geolocationError2": "Please check the city name you entered.",
"locationError1": "There is no weather location available.",
"locationError2": "Please add a device for 'Current Weather' first.",
"alert": "alerts",
"instructions": "Instructions",
"instructions01": "To use this device, you need an <b>OneCall API 3.0 key</b>.<br>The key needs a subscription, but includes 1000 free API calls daily.<br>Please check <a href='javascript:void(0);' onclick='showUrl(\"https://openweathermap.org/price\");'>OWM price list</a> for details, <a href='javascript:void(0);' onclick='showUrl(\"https://home.openweathermap.org/users/sign_up\");'>create an account</a> and <a href='javascript:void(0);' onclick='showUrl(\"https://home.openweathermap.org/subscriptions/billing_info/onecall_30/base?key=base&service=onecall_30\");'>subscribe</a> your OneCall 3.0 API key.",
"instructions02": "If you already used an old API key (without subscription) with the OneCall API 2.5, you can also use this key. Select 'API version 2.5' in pair view or device settings."
},
"freeAPI":{
"instructions": "Instructions",
"instructions01": "To use this device, you need an <b>Free API key</b>.<br>The key includes 1000 free API calls daily.<br>Please check <a href='javascript:void(0);' onclick='showUrl(\"https://openweathermap.org/price\");'>OWM price list</a> for details, <a href='javascript:void(0);' onclick='showUrl(\"https://home.openweathermap.org/users/sign_up\");'>create an account</a> and get your FreeAPI key."
}
},
"device_unavailable_reason":{
"no_api_result": "Error while requesting OneCall API",
"location_deleted": "The location has been deleted",
"location_not_available": "The location is not available.",
"no_definition": "Device definition was not found."
},
"windDirectionShort":{
"N": "N",
"NNE": "NNE",
"NE": "NE",
"ENE": "ENE",
"E": "E",
"ESE": "ESE",
"SE": "SE",
"SSE": "SSE",
"S": "S",
"SSW": "SSW",
"SW": "SW",
"WSW": "WSW",
"W": "W",
"WNW": "WNW",
"NW": "NW",
"NNW": "NNW"
},
"windDirectionIcon":{
"N": "⇓",
"NNE": "⇓",
"NE": "⇙",
"ENE": "⇐",
"E": "⇐",
"ESE": "⇐",
"SE": "⇖",
"SSE": "⇑",
"S": "⇑",
"SSW": "⇑",
"SW": "⇗",
"WSW": "⇒",
"W": "⇒",
"WNW": "⇒",
"NW": "⇘",
"NNW": "⇓"
}
}