iobroker.open-meteo-weather 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of iobroker.open-meteo-weather might be problematic. Click here for more details.

Files changed (120) hide show
  1. package/LICENCE +21 -0
  2. package/README.md +68 -0
  3. package/admin/i18n/de/translations.json +30 -0
  4. package/admin/i18n/en/translations.json +31 -0
  5. package/admin/i18n/es/translations.json +31 -0
  6. package/admin/i18n/fr/translations.json +31 -0
  7. package/admin/i18n/it/translations.json +31 -0
  8. package/admin/i18n/nl/translations.json +30 -0
  9. package/admin/i18n/pl/translations.json +31 -0
  10. package/admin/i18n/pt/translations.json +31 -0
  11. package/admin/i18n/ru/translations.json +31 -0
  12. package/admin/i18n/uk/translations.json +30 -0
  13. package/admin/i18n/zh/translations.json +31 -0
  14. package/admin/icons/0.png +0 -0
  15. package/admin/icons/0n.png +0 -0
  16. package/admin/icons/1.png +0 -0
  17. package/admin/icons/1n.png +0 -0
  18. package/admin/icons/2.png +0 -0
  19. package/admin/icons/2n.png +0 -0
  20. package/admin/icons/3.png +0 -0
  21. package/admin/icons/3n.png +0 -0
  22. package/admin/icons/45.png +0 -0
  23. package/admin/icons/45n.png +0 -0
  24. package/admin/icons/48.png +0 -0
  25. package/admin/icons/48n.png +0 -0
  26. package/admin/icons/51.png +0 -0
  27. package/admin/icons/51n.png +0 -0
  28. package/admin/icons/53.png +0 -0
  29. package/admin/icons/53n.png +0 -0
  30. package/admin/icons/55.png +0 -0
  31. package/admin/icons/55n.png +0 -0
  32. package/admin/icons/56.png +0 -0
  33. package/admin/icons/56n.png +0 -0
  34. package/admin/icons/57.png +0 -0
  35. package/admin/icons/57n.png +0 -0
  36. package/admin/icons/61.png +0 -0
  37. package/admin/icons/61n.png +0 -0
  38. package/admin/icons/63.png +0 -0
  39. package/admin/icons/63n.png +0 -0
  40. package/admin/icons/65.png +0 -0
  41. package/admin/icons/65n.png +0 -0
  42. package/admin/icons/66.png +0 -0
  43. package/admin/icons/66n.png +0 -0
  44. package/admin/icons/67.png +0 -0
  45. package/admin/icons/67n.png +0 -0
  46. package/admin/icons/71.png +0 -0
  47. package/admin/icons/71n.png +0 -0
  48. package/admin/icons/73.png +0 -0
  49. package/admin/icons/73n.png +0 -0
  50. package/admin/icons/75.png +0 -0
  51. package/admin/icons/75n.png +0 -0
  52. package/admin/icons/77.png +0 -0
  53. package/admin/icons/77n.png +0 -0
  54. package/admin/icons/80.png +0 -0
  55. package/admin/icons/80n.png +0 -0
  56. package/admin/icons/81.png +0 -0
  57. package/admin/icons/81n.png +0 -0
  58. package/admin/icons/82.png +0 -0
  59. package/admin/icons/82n.png +0 -0
  60. package/admin/icons/85.png +0 -0
  61. package/admin/icons/85n.png +0 -0
  62. package/admin/icons/86.png +0 -0
  63. package/admin/icons/86n.png +0 -0
  64. package/admin/icons/95.png +0 -0
  65. package/admin/icons/95n.png +0 -0
  66. package/admin/icons/96.png +0 -0
  67. package/admin/icons/96n.png +0 -0
  68. package/admin/icons/99.png +0 -0
  69. package/admin/icons/99n.png +0 -0
  70. package/admin/icons/wind_direction_icons/n.png +0 -0
  71. package/admin/icons/wind_direction_icons/no.png +0 -0
  72. package/admin/icons/wind_direction_icons/nw.png +0 -0
  73. package/admin/icons/wind_direction_icons/o.png +0 -0
  74. package/admin/icons/wind_direction_icons/s.png +0 -0
  75. package/admin/icons/wind_direction_icons/so.png +0 -0
  76. package/admin/icons/wind_direction_icons/sw.png +0 -0
  77. package/admin/icons/wind_direction_icons/w.png +0 -0
  78. package/admin/icons/wind_icons/0.png +0 -0
  79. package/admin/icons/wind_icons/1.png +0 -0
  80. package/admin/icons/wind_icons/2.png +0 -0
  81. package/admin/icons/wind_icons/3.png +0 -0
  82. package/admin/icons/wind_icons/4.png +0 -0
  83. package/admin/jsonConfig.json5 +143 -0
  84. package/admin/open-meteo.png +0 -0
  85. package/build/i18n/de.js +57 -0
  86. package/build/i18n/en.js +57 -0
  87. package/build/i18n/es.js +57 -0
  88. package/build/i18n/fr.js +57 -0
  89. package/build/i18n/index.js +37 -0
  90. package/build/i18n/it.js +57 -0
  91. package/build/i18n/nl.js +57 -0
  92. package/build/i18n/pl.js +57 -0
  93. package/build/i18n/pt.js +57 -0
  94. package/build/i18n/ru.js +56 -0
  95. package/build/i18n/uk.js +57 -0
  96. package/build/i18n/zh.js +57 -0
  97. package/build/lib/api_caller.js +36 -0
  98. package/build/lib/units.js +16 -0
  99. package/build/lib/words.js +379 -0
  100. package/build/main.js +367 -0
  101. package/io-package.json +61 -0
  102. package/package.json +25 -0
  103. package/src/i18n/de.ts +56 -0
  104. package/src/i18n/en.ts +56 -0
  105. package/src/i18n/es.ts +57 -0
  106. package/src/i18n/fr.ts +56 -0
  107. package/src/i18n/index.ts +36 -0
  108. package/src/i18n/it.ts +56 -0
  109. package/src/i18n/nl.ts +56 -0
  110. package/src/i18n/pl.ts +56 -0
  111. package/src/i18n/pt.ts +56 -0
  112. package/src/i18n/ru.ts +55 -0
  113. package/src/i18n/uk.ts +56 -0
  114. package/src/i18n/zh.ts +56 -0
  115. package/src/lib/adapter-config.d.ts +18 -0
  116. package/src/lib/api_caller.ts +49 -0
  117. package/src/lib/units.ts +15 -0
  118. package/src/lib/words.ts +377 -0
  119. package/src/main.ts +368 -0
  120. package/tsconfig.build.json +14 -0
package/LICENCE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 H5N1v2 <h5n1@iknox.de>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,68 @@
1
+ # ioBroker.open-meteo-weather
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/iobroker.open-meteo-weather.svg)](https://www.npmjs.com/package/iobroker.open-meteo-weather)
4
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.open-meteo-weather.svg)](https://www.npmjs.com/package/iobroker.open-meteo-weather)
5
+ ![Number of Installations](https://iobroker.live/badges/open-meteo-weather.svg)
6
+
7
+ **The Open-Meteo Weather Service Adapter for ioBroker.**
8
+
9
+ This adapter provides precise weather data, forecasts, air quality, and pollen information powered by [Open-Meteo.com](https://open-meteo.com/). It is free for non-commercial use (under 10,000 daily API calls) and requires no API key registration, making the setup process extremely simple.
10
+
11
+ ---
12
+
13
+ ## Features
14
+
15
+ * **Current Weather Data:** Real-time retrieval of temperature, humidity, air pressure, and wind data.
16
+ * **Flexible Forecasts:** Configurable number of forecast days and hourly resolution.
17
+ * **Air Quality & Pollen:** Optional data for particulate matter (PM2.5, PM10) as well as various pollen types (alder, birch, grass, etc.).
18
+ * **Automatic Cleanup:** The adapter automatically cleans up the object structure if forecast periods are shortened or changed in the configuration.
19
+ * **Multi-Language Support:** Supports 11 languages (including English, German, Polish, Russian, French, Chinese, etc.).
20
+ * **Unit System:** Seamless switching between Metric (°C, km/h) and Imperial (°F, mph) systems.
21
+
22
+ ---
23
+
24
+ ## Configuration
25
+
26
+ After installation, configure the following fields in the instance settings:
27
+
28
+ 1. **Coordinates (Latitude & Longitude):** Determine your location (you can find these on openstreetmap.org).
29
+ 2. **Update Interval:** Time interval in minutes (Default: 30 min).
30
+ 3. **Forecast Days:** Number of days for the daily overview (0–16 days).
31
+ 4. **Hourly Forecast:** Toggle and set the number of hours per day (e.g., the next 24 hours).
32
+ 5. **Optional Data:** Checkboxes for pollen and air quality data.
33
+ 6. **Units:** Choose between Metric and Imperial.
34
+
35
+ ---
36
+
37
+ ## Icons & Visualization
38
+
39
+ The adapter provides dynamic icon paths that can be used directly in visualizations such as **vis, iQontrol, or Jarvis**.
40
+
41
+ * **Weather Icons:** Found under `weather.current.icon_url`. The adapter automatically distinguishes between day and night (e.g., Sun vs. Moon).
42
+ * **Wind Direction:** Static paths under `wind_direction_icon` display a compass arrow corresponding to the degree value.
43
+ * **Wind Gust Warning:** A warning icon is displayed under `wind_gust_icon` for wind speeds above approx. 39 km/h (Bft 6), featuring levels 0–4.
44
+
45
+ ---
46
+
47
+ ## Data Points (Excerpt)
48
+
49
+ | Folder | Description |
50
+ |:---|:---|
51
+ | `weather.current` | Current measurements (Temp, Dew point, Wind, etc.) |
52
+ | `weather.forecast.dayX` | Daily forecast for Day X |
53
+ | `weather.forecast.hourly.dayX.hourY` | Hourly details per day |
54
+ | `air.current` | Air quality and pollen levels as text and value |
55
+
56
+ ---
57
+
58
+ ## Legal & Copyright
59
+
60
+ ### Icons & Images
61
+ The weather and wind direction icons included in this adapter are subject to the creator's copyright.
62
+ * **Usage:** These icons are licensed for use within ioBroker. Commercial redistribution or use outside of this adapter requires the explicit consent of the author: h5n1@iknox.de.
63
+ * **Weather Data:** All weather data is provided by [Open-Meteo.com](https://open-meteo.com/). Please review their terms of use for commercial purposes.
64
+
65
+ ### License
66
+ This project is licensed under the **MIT License** - see the `LICENSE` file for details.
67
+
68
+ Copyright (c) 2026 H5N1v2 <h5n1@iknox.de>
@@ -0,0 +1,30 @@
1
+ {
2
+ "koordinates_text": "Koordinaten finden mit openstreetmap",
3
+ "settings_label": "Einstellungen",
4
+ "location_header_text": "Standort-Koordinaten",
5
+ "options_header_text": "Optionen",
6
+ "interval_15_min": "15 Minuten",
7
+ "interval_30_min": "30 Minuten",
8
+ "interval_60_min": "60 Minuten",
9
+ "days_1": "1 Tag",
10
+ "days_3": "3 Tage",
11
+ "days_7": "7 Tage",
12
+ "days_14": "14 Tage",
13
+ "days_16": "16 Tage",
14
+ "Hours_1": "1 Stunde (0.00 - 01.00 Uhr)->(hour0)",
15
+ "Hours_6": "6 Stunden (0.00 - 06.00 Uhr)->(hour0-5)",
16
+ "Hours_12": "12 Stunden (0.00 - 12.00 Uhr)->(hour0-11)",
17
+ "Hours_24": "24 Stunden (0.00 - 24.00 Uhr)->(hour0-23)",
18
+ "forecastHours_label": "Vorhersage Sunden abrufen",
19
+ "unit_system_label": "Einheitensystem",
20
+ "metric_label": "Metrisch (°C, km/h, mm)",
21
+ "imperial_label": "Imperial (°F, mph, inch)",
22
+ "latitude_label": "Breitengrad (Latitude)",
23
+ "longitude_label": "Längengrad (Longitude)",
24
+ "interval_label": "Update-Intervall",
25
+ "forecastDays_label": "Anzahl der Tage für Vorhersage",
26
+ "forecastHoursEnabled_label": "Vorhersage für Stunden",
27
+ "forecastHoursEnabled_help": "(Achtung: Erstellt viele Datenpunkte! Dies kann die Systemlast und den Speicherverbrauch erhöhen.)",
28
+ "airQualityEnabled_label": "Luftqualität & Pollen abrufen",
29
+ "descriptionText_text": "Dieser Adapter ruft aktuelle Wetterdaten, Vorhersagen sowie Pollenflug- und Luftqualitätsdaten ab\nKoordinaten können auf https://www.openstreetmap.org abgerufen werden."
30
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "koordinates_text": "Find Coordinates with openstreetmap",
3
+ "settings_label": "Settings",
4
+ "location_header_text": "Location Coordinates",
5
+ "options_header_text": "Options",
6
+ "interval_15_min": "15 Minutes",
7
+ "interval_30_min": "30 Minutes",
8
+ "interval_60_min": "60 Minutes",
9
+ "days_1": "1 Day",
10
+ "days_3": "3 Days",
11
+ "days_7": "7 Days",
12
+ "days_14": "14 Days",
13
+ "days_16": "16 Days",
14
+ "Hours_1": "1 Hour (0.00 - 01.00 AM hour0)",
15
+ "Hours_6": "6 Hours (0.00 - 06.00 AM hour0-5)",
16
+ "Hours_12": "12 Hours (0.00 - 12.00 AM hour0-11)",
17
+ "Hours_24": "24 Hours (0.00 - 24.00 AM hour0-23)",
18
+ "forecastHours_label": "Get forecast hours",
19
+ "unit_system_label": "Unit System",
20
+ "metric_label": "Metric (°C, km/h, mm)",
21
+ "imperial_label": "Imperial (°F, mph, inch)",
22
+ "latitude_label": "Latitude",
23
+ "longitude_label": "Longitude",
24
+ "interval_label": "Update Interval",
25
+ "forecastDays_label": "Forecast Duration (Days)",
26
+ "forecastHoursEnabled_label": "Fetch forecast hours",
27
+ "forecastHoursEnabled_help": "(Warning: Creates many data points! This can increase system load and memory usage.)",
28
+ "pollenEnabled_label": "Fetch Pollen Data",
29
+ "airQualityEnabled_label": "Fetch Air Quality Data",
30
+ "descriptionText_text": "This adapter fetches current weather data, forecasts, as well as pollen and air quality data."
31
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "koordinates_text": "Buscar Coordenadas con openstreetmap",
3
+ "settings_label": "Ajustes",
4
+ "location_header_text": "Coordenadas de ubicación",
5
+ "options_header_text": "Opciones",
6
+ "interval_15_min": "15 minutos",
7
+ "interval_30_min": "30 minutos",
8
+ "interval_60_min": "60 minutos",
9
+ "days_1": "1 día",
10
+ "days_3": "3 días",
11
+ "days_7": "7 días",
12
+ "days_14": "14 días",
13
+ "days_16": "16 días",
14
+ "Hours_1": "1 Hora (0.00 - 01.00 AM hour0)",
15
+ "Hours_6": "6 Horas (0.00 - 06.00 AM hour0-5)",
16
+ "Hours_12": "12 Horas (0.00 - 12.00 AM hour0-11)",
17
+ "Hours_24": "24 Horas (0.00 - 24.00 AM hour0-23)",
18
+ "forecastHours_label": "Obtener horas de previsión",
19
+ "unit_system_label": "Sistema de unidades",
20
+ "metric_label": "Métrico (°C, km/h, mm)",
21
+ "imperial_label": "Imperial (°F, mph, inch)",
22
+ "latitude_label": "Latitud",
23
+ "longitude_label": "Longitud",
24
+ "interval_label": "Intervalo de actualización",
25
+ "forecastDays_label": "Días de previsión",
26
+ "forecastHoursEnabled_label": "Obtener horas de previsión",
27
+ "forecastHoursEnabled_help": "(Advertencia: Crea muchos puntos de datos! Esto puede aumentar la carga del sistema y el uso de memoria.)",
28
+ "pollenEnabled_label": "Obtener datos de polen",
29
+ "airQualityEnabled_label": "Obtener calidad del aire",
30
+ "descriptionText_text": "Este adaptador obtiene datos meteorológicos actuales, previsiones y datos de polen y calidad del aire."
31
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "koordinates_text": "Trouver des coordonnées avec openstreetmap",
3
+ "settings_label": "Paramètres",
4
+ "location_header_text": "Coordonnées de l'emplacement",
5
+ "options_header_text": "Options",
6
+ "interval_15_min": "15 minutes",
7
+ "interval_30_min": "30 minutes",
8
+ "interval_60_min": "60 minutes",
9
+ "days_1": "1 jour",
10
+ "days_3": "3 jours",
11
+ "days_7": "7 jours",
12
+ "days_14": "14 jours",
13
+ "days_16": "16 jours",
14
+ "Hours_1": "1 heure (0.00 - 01.00 AM hour0)",
15
+ "Hours_6": "6 heures (0.00 - 06.00 AM hour0-5)",
16
+ "Hours_12": "12 heures (0.00 - 12.00 AM hour0-11)",
17
+ "Hours_24": "24 heures (0.00 - 24.00 AM hour0-23)",
18
+ "forecastHours_label": "Récupérer les heures de prévision",
19
+ "unit_system_label": "Système d'unites",
20
+ "metric_label": "Métrique (°C, km/h, mm)",
21
+ "imperial_label": "Imperial (°F, mph, inch)",
22
+ "latitude_label": "Latitude",
23
+ "longitude_label": "Longitude",
24
+ "interval_label": "Intervalle de mise à jour",
25
+ "forecastDays_label": "Nombre de jours de prévision",
26
+ "forecastHoursEnabled_label": "Récupérer les heures de prévision",
27
+ "forecastHoursEnabled_help": "(Attention: Création de nombreux points de données! Ceci peut augmenter la charge du système et le consommation de lamoire.)",
28
+ "pollenEnabled_label": "Récupérer les données de pollen",
29
+ "airQualityEnabled_label": "Récupérer la qualité de l'air",
30
+ "descriptionText_text": "Cet adaptateur récupère les données météo actuelles, les prévisions ainsi que les données sur le pollen et la qualité de l'air."
31
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "koordinates_text": "Trova le coordinate con openstreetmap",
3
+ "settings_label": "Impostazioni",
4
+ "location_header_text": "Coordinate di posizione",
5
+ "options_header_text": "Opzioni",
6
+ "interval_15_min": "15 minuti",
7
+ "interval_30_min": "30 minuti",
8
+ "interval_60_min": "60 minuti",
9
+ "days_1": "1 giorno",
10
+ "days_3": "3 giorni",
11
+ "days_7": "7 giorni",
12
+ "days_14": "14 giorni",
13
+ "days_16": "16 giorni",
14
+ "Hours_1": "1 ora (0.00 - 01.00 AM hour0)",
15
+ "Hours_6": "6 ore (0.00 - 06.00 AM hour0-5)",
16
+ "Hours_12": "12 ore (0.00 - 12.00 AM hour0-11)",
17
+ "Hours_24": "24 ore (0.00 - 24.00 AM hour0-23)",
18
+ "forecastHours_label": "Recupera ore di previsione",
19
+ "unit_system_label": "Sistema di unità",
20
+ "metric_label": "Metrico (°C, km/h, mm)",
21
+ "imperial_label": "Imperial (°F, mph, inch)",
22
+ "latitude_label": "Latitudine",
23
+ "longitude_label": "Longitudine",
24
+ "interval_label": "Intervallo di aggiornamento",
25
+ "forecastDays_label": "Giorni di previsione",
26
+ "forecastHoursEnabled_label": "Recupera ore di previsione",
27
+ "forecastHoursEnabled_help": "(Attenzione: Crea molti punti dati! Questo puo' aumentare la carica del sistema e l'uso della memoria.)",
28
+ "pollenEnabled_label": "Recupera dati sui pollini",
29
+ "airQualityEnabled_label": "Recupera qualità dell'aria",
30
+ "descriptionText_text": "Questo adattatore recupera i dati meteo attuali, le previsioni e i dati sui pollini e sulla qualità dell'aria."
31
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "koordinates_text": "Coördinaten vinden met openstreetmap",
3
+ "settings_label": "Instellingen",
4
+ "location_header_text": "Locatiecoördinaten",
5
+ "options_header_text": "Opties",
6
+ "interval_15_min": "15 minuten",
7
+ "interval_30_min": "30 minuten",
8
+ "interval_60_min": "60 minuten",
9
+ "days_1": "1 dag",
10
+ "days_3": "3 dagen",
11
+ "days_7": "7 dagen",
12
+ "days_14": "14 dagen",
13
+ "days_16": "16 dagen",
14
+ "Hours_1": "1 uur (0.00 - 01.00 uur)->(hour0)",
15
+ "Hours_6": "6 uur (0.00 - 06.00 uur)->(hour0-5)",
16
+ "Hours_12": "12 uur (0.00 - 12.00 uur)->(hour0-11)",
17
+ "Hours_24": "24 uur (0.00 - 24.00 uur)->(hour0-23)",
18
+ "forecastHours_label": "Uurvoorspelling ophalen",
19
+ "unit_system_label": "Eenhedenstelsel",
20
+ "metric_label": "Metrisch (°C, km/h, mm)",
21
+ "imperial_label": "Imperiaal (°F, mph, inch)",
22
+ "latitude_label": "Breedtegraad (Latitude)",
23
+ "longitude_label": "Lengtegraad (Longitude)",
24
+ "interval_label": "Update-interval",
25
+ "forecastDays_label": "Aantal dagen voor voorspelling",
26
+ "forecastHoursEnabled_label": "Voorspelling per uur",
27
+ "forecastHoursEnabled_help": "(Let op: Maakt veel datapunten aan! Dit kan de systeembelasting en het geheugengebruik verhogen.)",
28
+ "airQualityEnabled_label": "Luchtkwaliteit & pollen ophalen",
29
+ "descriptionText_text": "Deze adapter haalt actuele weergegevens, voorspellingen, pollen- en luchtkwaliteitsgegevens op\nCoördinaten kunnen worden verkregen op https://www.openstreetmap.org"
30
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "koordinates_text": "Znajdz koordynaty na mapie openstreetmap",
3
+ "settings_label": "Ustawienia",
4
+ "location_header_text": "Współrzędne lokalizacji",
5
+ "options_header_text": "Opcje",
6
+ "interval_15_min": "15 minut",
7
+ "interval_30_min": "30 minut",
8
+ "interval_60_min": "60 minut",
9
+ "days_1": "1 dzien",
10
+ "days_3": "3 dni",
11
+ "days_7": "7 dni",
12
+ "days_14": "14 dni",
13
+ "days_16": "16 dni",
14
+ "Hours_1": "1 godzina (0.00 - 01.00 AM hour0)",
15
+ "Hours_6": "6 godzin (0.00 - 06.00 AM hour0-5)",
16
+ "Hours_12": "12 godzin (0.00 - 12.00 AM hour0-11)",
17
+ "Hours_24": "24 godzin (0.00 - 24.00 AM hour0-23)",
18
+ "forecastHours_label": "Pobierz godziny prognozy",
19
+ "latitude_label": "Szerokość geograficzna",
20
+ "unit_system_label": "System jednostek",
21
+ "metric_label": "Metryczny (°C, km/h, mm)",
22
+ "imperial_label": "Imperialny (°F, mph, inch)",
23
+ "longitude_label": "Długość geograficzna",
24
+ "interval_label": "Interwał aktualizacji",
25
+ "forecastDays_label": "Liczba dni prognozy",
26
+ "forecastHoursEnabled_label": "Pobierz godziny prognozy",
27
+ "forecastHoursEnabled_help": "(Ostrzeżenie: Tworzenie wielu punktów danych! To może zwieksza załadunek systemu i zuzycie pamieci.)",
28
+ "pollenEnabled_label": "Pobieraj dane o pyłkach",
29
+ "airQualityEnabled_label": "Pobieraj dane o jakości powietrza",
30
+ "descriptionText_text": "Ten adapter pobiera aktualne dane pogodowe, prognozy oraz dane o pyłkach i jakości powietrza."
31
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "koordinates_text": "Buscar Coordenadas con openstreetmap",
3
+ "settings_label": "Configurações",
4
+ "location_header_text": "Coordenadas de localização",
5
+ "options_header_text": "Opções",
6
+ "interval_15_min": "15 minutos",
7
+ "interval_30_min": "30 minutos",
8
+ "interval_60_min": "60 minutos",
9
+ "days_1": "1 dia",
10
+ "days_3": "3 dias",
11
+ "days_7": "7 dias",
12
+ "days_14": "14 dias",
13
+ "days_16": "16 dias",
14
+ "Hours_1": "1 hora (0.00 - 01.00 AM hour0)",
15
+ "Hours_6": "6 horas (0.00 - 06.00 AM hour0-5)",
16
+ "Hours_12": "12 horas (0.00 - 12.00 AM hour0-11)",
17
+ "Hours_24": "24 horas (0.00 - 24.00 AM hour0-23)",
18
+ "forecastHours_label": "Obter horas de previsão",
19
+ "unit_system_label": "Sistema de unidades",
20
+ "metric_label": "Métrico (°C, km/h, mm)",
21
+ "imperial_label": "Imperial (°F, mph, inch)",
22
+ "latitude_label": "Latitude",
23
+ "longitude_label": "Longitude",
24
+ "interval_label": "Intervalo de actualización",
25
+ "forecastDays_label": "Dias de previsão",
26
+ "forecastHoursEnabled_label": "Obter horas de previsão",
27
+ "forecastHoursEnabled_help": "(Aviso: Crea muchos puntos de datos! Esto puede aumentar la carga del sistema y el uso de memoria.)",
28
+ "pollenEnabled_label": "Obter dados de pólen",
29
+ "airQualityEnabled_label": "Obter qualidade do ar",
30
+ "descriptionText_text": "Este adaptador obtém dados meteorológicos atuais, previsões e dados de pólen e qualidade do ar."
31
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "koordinates_text": "Найти координаты с openstreetmap",
3
+ "settings_label": "Настройки",
4
+ "location_header_text": "Координаты местоположения",
5
+ "options_header_text": "Опции",
6
+ "interval_15_min": "15 минут",
7
+ "interval_30_min": "30 минут",
8
+ "interval_60_min": "60 минут",
9
+ "days_1": "1 день",
10
+ "days_3": "3 дня",
11
+ "days_7": "7 дней",
12
+ "days_14": "14 дней",
13
+ "days_16": "16 дней",
14
+ "Hours_1": "1 час (0.00 - 01.00 AM hour0)",
15
+ "Hours_6": "6 часов (0.00 - 06.00 AM hour0-5)",
16
+ "Hours_12": "12 часов (0.00 - 12.00 AM hour0-11)",
17
+ "Hours_24": "24 часа (0.00 - 24.00 AM hour0-23)",
18
+ "forecastHours_label": "Получать часы прогноза",
19
+ "unit_system_label": "Система единиц",
20
+ "metric_label": "Метрическая (°C, km/h, mm)",
21
+ "imperial_label": "Имперский (°F, mph, inch)",
22
+ "latitude_label": "Широта",
23
+ "longitude_label": "Долгота",
24
+ "interval_label": "Интервал обновления",
25
+ "forecastDays_label": "Дней прогноза",
26
+ "forecastHoursEnabled_label": "Получать часы прогноза",
27
+ "forecastHoursEnabled_help": "(Внимание: Создает большое количество объектов! Это может увеличить нагрузку на систему и потребление оперативной памяти.)",
28
+ "pollenEnabled_label": "Получать данные о пыльце",
29
+ "airQualityEnabled_label": "Получать данные о качестве воздуха",
30
+ "descriptionText_text": "Этот драйвер получает текущие данные о погоде, прогнозы, а также данные о пыльце и качестве воздуха."
31
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "koordinates_text": "Знайти координати за допомогою openstreetmap",
3
+ "settings_label": "Налаштування",
4
+ "location_header_text": "Координати місцезнаходження",
5
+ "options_header_text": "Опції",
6
+ "interval_15_min": "15 хвилин",
7
+ "interval_30_min": "30 хвилин",
8
+ "interval_60_min": "60 хвилин",
9
+ "days_1": "1 день",
10
+ "days_3": "3 дні",
11
+ "days_7": "7 днів",
12
+ "days_14": "14 днів",
13
+ "days_16": "16 днів",
14
+ "Hours_1": "1 година (0.00 - 01.00)->(hour0)",
15
+ "Hours_6": "6 годин (0.00 - 06.00)->(hour0-5)",
16
+ "Hours_12": "12 годин (0.00 - 12.00)->(hour0-11)",
17
+ "Hours_24": "24 години (0.00 - 24.00)->(hour0-23)",
18
+ "forecastHours_label": "Отримувати прогноз по годинах",
19
+ "unit_system_label": "Система одиниць",
20
+ "metric_label": "Метрична (°C, км/год, мм)",
21
+ "imperial_label": "Імперська (°F, миль/год, дюйми)",
22
+ "latitude_label": "Широта (Latitude)",
23
+ "longitude_label": "Довгота (Longitude)",
24
+ "interval_label": "Інтервал оновлення",
25
+ "forecastDays_label": "Кількість днів для прогнозу",
26
+ "forecastHoursEnabled_label": "Прогноз на години",
27
+ "forecastHoursEnabled_help": "(Увага: створює багато точок даних! Це може збільшити навантаження на систему та споживання пам'яті.)",
28
+ "airQualityEnabled_label": "Отримувати дані про якість повітря та пилок",
29
+ "descriptionText_text": "Цей адаптер отримує поточні погодні дані, прогнози, а також дані про пилок та якість повітря\nКоординати можна отримати на https://www.openstreetmap.org"
30
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "koordinates_text": "使用 openstreetmap 找到坐标",
3
+ "settings_label": "设置",
4
+ "location_header_text": "位置坐标",
5
+ "options_header_text": "选项",
6
+ "interval_15_min": "15 分钟",
7
+ "interval_30_min": "30 分钟",
8
+ "interval_60_min": "60 分钟",
9
+ "days_1": "1 天",
10
+ "days_3": "3 天",
11
+ "days_7": "7 天",
12
+ "days_14": "14 天",
13
+ "days_16": "16 天",
14
+ "Hours_1": "1 小时 (0.00 - 01.00 AM hour0)",
15
+ "Hours_6": "6 小时 (0.00 - 06.00 AM hour0-5)",
16
+ "Hours_12": "12 小时 (0.00 - 12.00 AM hour0-11)",
17
+ "Hours_24": "24 小时 (0.00 - 24.00 AM hour0-23)",
18
+ "forecastHours_label": "获取预报小时数据",
19
+ "unit_system_label": "单位系统",
20
+ "metric_label": "米制 (°C, km/h, mm)",
21
+ "imperial_label": "英制 (°F, mph, inch)",
22
+ "latitude_label": "纬度",
23
+ "longitude_label": "经度",
24
+ "interval_label": "更新间隔",
25
+ "forecastDays_label": "预报天数",
26
+ "forecastHoursEnabled_label": "获取预报小时数据",
27
+ "forecastHoursEnabled_help": "(警告:创建大量数据点!这可能会增加系统负载和内存使用量。)",
28
+ "pollenEnabled_label": "获取花粉数据",
29
+ "airQualityEnabled_label": "获取空气质量数据",
30
+ "descriptionText_text": "该适配器用于获取当前天气数据、预报以及花粉和空气质量数据。"
31
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file