Openweathermap: Update labels to be in line with other plugins

master
Michael Zanetti 2021-04-16 17:33:19 +02:00
parent 68ca8605f3
commit 3a627d4a30
3 changed files with 517 additions and 517 deletions

View File

@ -28,7 +28,7 @@
{
"id": "f370b076-a783-4b46-85b2-6f4a9dba55d8",
"name": "location",
"displayName": "location",
"displayName": "Location",
"type": "QString",
"inputType": "Search",
"defaultValue": ""
@ -38,21 +38,21 @@
{
"id": "394d3983-49d4-47f7-888b-243f3f5e9972",
"name": "name",
"displayName": "name",
"displayName": "Name",
"type": "QString",
"inputType": "TextLine"
},
{
"id": "f0cd96bb-ddd1-4484-8353-8b6633fa101d",
"name": "country",
"displayName": "country",
"displayName": "Country",
"type": "QString",
"inputType": "TextLine"
},
{
"id": "286342e1-b299-4f67-9d8f-2ed9e8844466",
"name": "id",
"displayName": "id",
"displayName": "ID",
"type": "QString",
"inputType": "TextLine"
}
@ -61,15 +61,15 @@
{
"id": "cfbc6504-d86f-4856-8dfa-97b6fbb385e4",
"name": "refreshWeather",
"displayName": "refresh"
"displayName": "Refresh"
}
],
"stateTypes": [
{
"id": "f16891f3-1174-44f6-a940-cffc8b64bdc1",
"name": "weatherCondition",
"displayName": "weather condition",
"displayNameEvent": "weather condition changed",
"displayName": "Weather condition",
"displayNameEvent": "Weather condition changed",
"type": "QString",
"possibleValues": ["clear-day", "clear-night", "few-clouds-day", "few-clouds-night", "clouds", "overcast", "light-rain", "shower-rain", "thunderstorm", "snow", "fog"],
"defaultValue": "clear-day"
@ -77,8 +77,8 @@
{
"id": "36b2f09b-7d77-4fbc-a68f-23d735dda0b1",
"name": "updateTime",
"displayName": "last update",
"displayNameEvent": "last update changed",
"displayName": "Last update",
"displayNameEvent": "Last update changed",
"unit": "UnixTime",
"type": "int",
"defaultValue": 0
@ -86,8 +86,8 @@
{
"id": "6013402f-b5b1-46b3-8490-f0c20d62fe61",
"name": "temperature",
"displayName": "temperature",
"displayNameEvent": "temperature changed",
"displayName": "Temperature",
"displayNameEvent": "Temperature changed",
"unit": "DegreeCelsius",
"type": "double",
"defaultValue": 0
@ -95,8 +95,8 @@
{
"id": "14ec2781-cb04-4bbf-b097-7d01ef982630",
"name": "temperatureMin",
"displayName": "temperature minimum",
"displayNameEvent": "temperature minimum changed",
"displayName": "Minimum temperature",
"displayNameEvent": "Minimum temperature changed",
"unit": "DegreeCelsius",
"type": "double",
"defaultValue": 0
@ -104,8 +104,8 @@
{
"id": "fefe5563-452f-4833-b5cf-49c3cc67c772",
"name": "temperatureMax",
"displayName": "temperature maximum",
"displayNameEvent": "temperature maximum changed",
"displayName": "Maximum temperature",
"displayNameEvent": "Maximum temperature changed",
"unit": "DegreeCelsius",
"type": "double",
"defaultValue": 0
@ -113,8 +113,8 @@
{
"id": "6f32ec73-3240-4630-ada9-1c10b8e98123",
"name": "humidity",
"displayName": "humidity",
"displayNameEvent": "humidity changed",
"displayName": "Humidity",
"displayNameEvent": "Humidity changed",
"unit": "Percentage",
"type": "int",
"defaultValue": 0
@ -122,8 +122,8 @@
{
"id": "4a42eea9-00eb-440b-915e-dbe42180f83b",
"name": "pressure",
"displayName": "pressure",
"displayNameEvent": "pressure changed",
"displayName": "Pressure",
"displayNameEvent": "Pressure changed",
"unit": "HectoPascal",
"type": "double",
"defaultValue": 0
@ -131,8 +131,8 @@
{
"id": "2bf63430-e9e2-4fbf-88e6-6f1b4770f287",
"name": "windSpeed",
"displayName": "wind speed",
"displayNameEvent": "wind speed changed",
"displayName": "Wind speed",
"displayNameEvent": "Wind speed changed",
"unit": "MeterPerSecond",
"type": "double",
"defaultValue": 0
@ -140,8 +140,8 @@
{
"id": "589e2ea5-65b2-4afd-9b72-e3708a589a12",
"name": "windDirection",
"displayName": "wind direction",
"displayNameEvent": "wind direction changed",
"displayName": "Wind direction",
"displayNameEvent": "Wind direction changed",
"unit": "Degree",
"type": "int",
"defaultValue": 0
@ -149,8 +149,8 @@
{
"id": "798553bc-45c7-42eb-9105-430bddb5d9b7",
"name": "cloudiness",
"displayName": "cloudiness",
"displayNameEvent": "cloudiness changed",
"displayName": "Cloudiness",
"displayNameEvent": "Cloudiness changed",
"unit": "Percentage",
"type": "int",
"defaultValue": 0
@ -158,8 +158,8 @@
{
"id": "1e10d129-cb88-48b0-9244-e3e7e7b175d9",
"name": "visibility",
"displayName": "visibility",
"displayNameEvent": "visibility changed",
"displayName": "Visibility",
"displayNameEvent": "Visibility changed",
"unit": "Meter",
"type": "int",
"defaultValue": 0
@ -167,16 +167,16 @@
{
"id": "f9539108-0e0e-4736-a306-6408f8e20a26",
"name": "weatherDescription",
"displayName": "weather description",
"displayNameEvent": "weather description changed",
"displayName": "Weather description",
"displayNameEvent": "Weather description changed",
"type": "QString",
"defaultValue": "-"
},
{
"id": "af155e94-9492-44e1-8608-7d0ee8b5d50d",
"name": "sunsetTime",
"displayName": "sunset",
"displayNameEvent": "sunset changed",
"displayName": "Sunset time",
"displayNameEvent": "Sunset time changed",
"unit": "UnixTime",
"type": "int",
"defaultValue": 0
@ -184,8 +184,8 @@
{
"id": "a1dddc3d-549f-4f20-b78b-be850548f286",
"name": "sunriseTime",
"displayName": "sunrise",
"displayNameEvent": "sunrise changed",
"displayName": "Sunrise time",
"displayNameEvent": "Sunrise time changed",
"unit": "UnixTime",
"type": "int",
"defaultValue": 0
@ -193,8 +193,8 @@
{
"id": "e0a14b66-c8e1-49fb-8eff-b48e5dce80de",
"name": "daylight",
"displayName": "daylight",
"displayNameEvent": "daylightChanged",
"displayName": "Daylight",
"displayNameEvent": "Daylight changed",
"type": "bool",
"defaultValue": false
}

View File

@ -38,8 +38,122 @@
<context>
<name>OpenWeatherMap</name>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="77"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="80"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="79"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="82"/>
<source>Cloudiness</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: cloudiness, ID: {798553bc-45c7-42eb-9105-430bddb5d9b7})
----------
The name of the StateType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
<translation>Trübung</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="85"/>
<source>Cloudiness changed</source>
<extracomment>The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
<translation>Trübung geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="88"/>
<source>Country</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {f0cd96bb-ddd1-4484-8353-8b6633fa101d})</extracomment>
<translation>Land</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="94"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="97"/>
<source>Daylight</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: daylight, ID: {e0a14b66-c8e1-49fb-8eff-b48e5dce80de})
----------
The name of the StateType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
<translation>Tageslicht</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="100"/>
<source>Daylight changed</source>
<extracomment>The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
<translation>Tageslicht geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="103"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="106"/>
<source>Humidity</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: humidity, ID: {6f32ec73-3240-4630-ada9-1c10b8e98123})
----------
The name of the StateType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap</extracomment>
<translation>Luftfeuchtigkeit</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="109"/>
<source>Humidity changed</source>
<extracomment>The name of the EventType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap</extracomment>
<translation>Luftfeuchtigkeit geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="112"/>
<source>ID</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {286342e1-b299-4f67-9d8f-2ed9e8844466})</extracomment>
<translation>ID</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="115"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="118"/>
<source>Last update</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: updateTime, ID: {36b2f09b-7d77-4fbc-a68f-23d735dda0b1})
----------
The name of the StateType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap</extracomment>
<translation>Letztes Update</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="121"/>
<source>Last update changed</source>
<extracomment>The name of the EventType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap</extracomment>
<translation>Letztes update geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="124"/>
<source>Location</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: discovery, ID: {f370b076-a783-4b46-85b2-6f4a9dba55d8})</extracomment>
<translation>Ort</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="127"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="130"/>
<source>Maximum temperature</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperatureMax, ID: {fefe5563-452f-4833-b5cf-49c3cc67c772})
----------
The name of the StateType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap</extracomment>
<translation>Maximaltemperatur</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="133"/>
<source>Maximum temperature changed</source>
<extracomment>The name of the EventType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap</extracomment>
<translation>Maximaltemperatur geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="136"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="139"/>
<source>Minimum temperature</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperatureMin, ID: {14ec2781-cb04-4bbf-b097-7d01ef982630})
----------
The name of the StateType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap</extracomment>
<translation>Minimaltemperatur</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="142"/>
<source>Minimum temperature changed</source>
<extracomment>The name of the EventType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap</extracomment>
<translation>Minimaltemperatur geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="145"/>
<source>Name</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {394d3983-49d4-47f7-888b-243f3f5e9972})</extracomment>
<translation>Name</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="148"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="151"/>
<source>OpenWeatherMap</source>
<extracomment>The name of the vendor ({bf1e96f0-9650-4e7c-a56c-916d54d18e7a})
----------
@ -47,271 +161,157 @@ The name of the plugin OpenWeatherMap ({bc6af567-2338-41d5-aac1-462dec6e4783})</
<translation>OpenWeatherMap</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="83"/>
<source>Weather</source>
<extracomment>The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7})</extracomment>
<translation>Wetter</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="131"/>
<source>name</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {394d3983-49d4-47f7-888b-243f3f5e9972})</extracomment>
<translation>Name</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="95"/>
<source>country</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {f0cd96bb-ddd1-4484-8353-8b6633fa101d})</extracomment>
<translation>Land</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="74"/>
<source>Custom API key</source>
<extracomment>The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196})</extracomment>
<translation>Benutzerdefinierter API Key</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="116"/>
<source>id</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {286342e1-b299-4f67-9d8f-2ed9e8844466})</extracomment>
<translation>ID</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="128"/>
<source>location</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: discovery, ID: {f370b076-a783-4b46-85b2-6f4a9dba55d8})</extracomment>
<translation>Ort</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="200"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="203"/>
<source>weather condition</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: weatherCondition, ID: {f16891f3-1174-44f6-a940-cffc8b64bdc1})
----------
The name of the StateType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap</extracomment>
<translation>Wetterbedingung</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="125"/>
<source>last update changed</source>
<extracomment>The name of the EventType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap</extracomment>
<translation>Zuletzt aktualisiert geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="170"/>
<source>temperature changed</source>
<extracomment>The name of the EventType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap</extracomment>
<translation>Temperatur geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="206"/>
<source>weather condition changed</source>
<extracomment>The name of the EventType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap</extracomment>
<translation>Wetterbedingung geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="119"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="122"/>
<source>last update</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: updateTime, ID: {36b2f09b-7d77-4fbc-a68f-23d735dda0b1})
----------
The name of the StateType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap</extracomment>
<translation>Letztes Update</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="164"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="167"/>
<source>temperature</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperature, ID: {6013402f-b5b1-46b3-8490-f0c20d62fe61})
----------
The name of the StateType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap</extracomment>
<translation>Temperatur</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="188"/>
<source>temperature minimum changed</source>
<extracomment>The name of the EventType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap</extracomment>
<translation>Temperatur Minimum geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="182"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="185"/>
<source>temperature minimum</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperatureMin, ID: {14ec2781-cb04-4bbf-b097-7d01ef982630})
----------
The name of the StateType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap</extracomment>
<translation>Temperatur Minimum</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="179"/>
<source>temperature maximum changed</source>
<extracomment>The name of the EventType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap</extracomment>
<translation>Temperatur Maximum geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="173"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="176"/>
<source>temperature maximum</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperatureMax, ID: {fefe5563-452f-4833-b5cf-49c3cc67c772})
----------
The name of the StateType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap</extracomment>
<translation>Temperatur Maximum</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="113"/>
<source>humidity changed</source>
<extracomment>The name of the EventType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap</extracomment>
<translation>Luftfeuchtigkeit geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="107"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="110"/>
<source>humidity</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: humidity, ID: {6f32ec73-3240-4630-ada9-1c10b8e98123})
----------
The name of the StateType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap</extracomment>
<translation>Luftfeuchtigkeit</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="140"/>
<source>pressure changed</source>
<extracomment>The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
<translation>Luftdruck geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="134"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="137"/>
<source>pressure</source>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="154"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="157"/>
<source>Pressure</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: pressure, ID: {4a42eea9-00eb-440b-915e-dbe42180f83b})
----------
The name of the StateType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
<translation>Luftdruck</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="233"/>
<source>wind speed changed</source>
<extracomment>The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
<translation>Windgeschwindigkeit geändert</translation>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="160"/>
<source>Pressure changed</source>
<extracomment>The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
<translation>Luftdruck geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="227"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="230"/>
<source>wind speed</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: windSpeed, ID: {2bf63430-e9e2-4fbf-88e6-6f1b4770f287})
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="163"/>
<source>Refresh</source>
<extracomment>The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap</extracomment>
<translation>Neu laden</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="166"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="169"/>
<source>Sunrise time</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: sunriseTime, ID: {a1dddc3d-549f-4f20-b78b-be850548f286})
----------
The name of the StateType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
<translation>Windgeschwindigkeit</translation>
The name of the StateType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
<translation>Sonnenaufgangszeit</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="224"/>
<source>wind direction changed</source>
<extracomment>The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
<translation>Windrichtung geändert</translation>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="172"/>
<source>Sunrise time changed</source>
<extracomment>The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
<translation>Sonnenaufgangszeit geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="218"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="221"/>
<source>wind direction</source>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="175"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="178"/>
<source>Sunset time</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: sunsetTime, ID: {af155e94-9492-44e1-8608-7d0ee8b5d50d})
----------
The name of the StateType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap</extracomment>
<translation>Sonnenuntergangszeit</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="181"/>
<source>Sunset time changed</source>
<extracomment>The name of the EventType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap</extracomment>
<translation>Sonnenuntergangszeit geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="184"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="187"/>
<source>Temperature</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperature, ID: {6013402f-b5b1-46b3-8490-f0c20d62fe61})
----------
The name of the StateType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap</extracomment>
<translation>Temperatur</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="190"/>
<source>Temperature changed</source>
<extracomment>The name of the EventType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap</extracomment>
<translation>Temperatur geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="193"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="196"/>
<source>Visibility</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: visibility, ID: {1e10d129-cb88-48b0-9244-e3e7e7b175d9})
----------
The name of the StateType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
<translation>Sichtweite</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="199"/>
<source>Visibility changed</source>
<extracomment>The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
<translation>Sichtweite geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="202"/>
<source>Weather</source>
<extracomment>The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7})</extracomment>
<translation>Wetter</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="205"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="208"/>
<source>Weather condition</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: weatherCondition, ID: {f16891f3-1174-44f6-a940-cffc8b64bdc1})
----------
The name of the StateType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap</extracomment>
<translation>Wetterlage</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="211"/>
<source>Weather condition changed</source>
<extracomment>The name of the EventType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap</extracomment>
<translation>Wetterlage geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="214"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="217"/>
<source>Weather description</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: weatherDescription, ID: {f9539108-0e0e-4736-a306-6408f8e20a26})
----------
The name of the StateType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap</extracomment>
<translation>Beschreibung Wetterlage</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="220"/>
<source>Weather description changed</source>
<extracomment>The name of the EventType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap</extracomment>
<translation>Beschreibunt Wetterlage geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="223"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="226"/>
<source>Wind direction</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: windDirection, ID: {589e2ea5-65b2-4afd-9b72-e3708a589a12})
----------
The name of the StateType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
<translation>Windrichtung</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="92"/>
<source>cloudiness changed</source>
<extracomment>The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
<translation>Bewölkungsgrad geändert</translation>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="229"/>
<source>Wind direction changed</source>
<extracomment>The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
<translation>Windrichtung geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="86"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="89"/>
<source>cloudiness</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: cloudiness, ID: {798553bc-45c7-42eb-9105-430bddb5d9b7})
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="232"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="235"/>
<source>Wind speed</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: windSpeed, ID: {2bf63430-e9e2-4fbf-88e6-6f1b4770f287})
----------
The name of the StateType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
<translation>Bewölkungsgrad</translation>
The name of the StateType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
<translation>Windgeschwindigkeit</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="197"/>
<source>visibility changed</source>
<extracomment>The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
<translation>Fernsicht geändert</translation>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="238"/>
<source>Wind speed changed</source>
<extracomment>The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
<translation>Windgeschwindigkeit geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="191"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="194"/>
<source>visibility</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: visibility, ID: {1e10d129-cb88-48b0-9244-e3e7e7b175d9})
----------
The name of the StateType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
<translation>Fernsicht</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="215"/>
<source>weather description changed</source>
<extracomment>The name of the EventType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap</extracomment>
<translation>Wetter Beschreibung geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="209"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="212"/>
<source>weather description</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: weatherDescription, ID: {f9539108-0e0e-4736-a306-6408f8e20a26})
----------
The name of the StateType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap</extracomment>
<translation>Wetter Beschreibung</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="161"/>
<source>sunset changed</source>
<extracomment>The name of the EventType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap</extracomment>
<translation>Sonnenuntergang geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="155"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="158"/>
<source>sunset</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: sunsetTime, ID: {af155e94-9492-44e1-8608-7d0ee8b5d50d})
----------
The name of the StateType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap</extracomment>
<translation>Sonnenuntergang</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="152"/>
<source>sunrise changed</source>
<extracomment>The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
<translation>Sonnenaufgang geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="146"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="149"/>
<source>sunrise</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: sunriseTime, ID: {a1dddc3d-549f-4f20-b78b-be850548f286})
----------
The name of the StateType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
<translation>Sonnenaufgang</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="104"/>
<source>daylightChanged</source>
<extracomment>The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
<translation>Tageslicht geändert</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="98"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="101"/>
<source>daylight</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: daylight, ID: {e0a14b66-c8e1-49fb-8eff-b48e5dce80de})
----------
The name of the StateType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
<translation>Tageslicht</translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="143"/>
<source>refresh</source>
<extracomment>The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap</extracomment>
<translation>Aktualisieren</translation>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="91"/>
<source>Custom API key</source>
<extracomment>The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196})</extracomment>
<translation>Benutzerdefinierter API Key</translation>
</message>
</context>
</TS>

View File

@ -38,8 +38,122 @@
<context>
<name>OpenWeatherMap</name>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="77"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="80"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="79"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="82"/>
<source>Cloudiness</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: cloudiness, ID: {798553bc-45c7-42eb-9105-430bddb5d9b7})
----------
The name of the StateType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="85"/>
<source>Cloudiness changed</source>
<extracomment>The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="88"/>
<source>Country</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {f0cd96bb-ddd1-4484-8353-8b6633fa101d})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="94"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="97"/>
<source>Daylight</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: daylight, ID: {e0a14b66-c8e1-49fb-8eff-b48e5dce80de})
----------
The name of the StateType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="100"/>
<source>Daylight changed</source>
<extracomment>The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="103"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="106"/>
<source>Humidity</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: humidity, ID: {6f32ec73-3240-4630-ada9-1c10b8e98123})
----------
The name of the StateType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="109"/>
<source>Humidity changed</source>
<extracomment>The name of the EventType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="112"/>
<source>ID</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {286342e1-b299-4f67-9d8f-2ed9e8844466})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="115"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="118"/>
<source>Last update</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: updateTime, ID: {36b2f09b-7d77-4fbc-a68f-23d735dda0b1})
----------
The name of the StateType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="121"/>
<source>Last update changed</source>
<extracomment>The name of the EventType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="124"/>
<source>Location</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: discovery, ID: {f370b076-a783-4b46-85b2-6f4a9dba55d8})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="127"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="130"/>
<source>Maximum temperature</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperatureMax, ID: {fefe5563-452f-4833-b5cf-49c3cc67c772})
----------
The name of the StateType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="133"/>
<source>Maximum temperature changed</source>
<extracomment>The name of the EventType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="136"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="139"/>
<source>Minimum temperature</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperatureMin, ID: {14ec2781-cb04-4bbf-b097-7d01ef982630})
----------
The name of the StateType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="142"/>
<source>Minimum temperature changed</source>
<extracomment>The name of the EventType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="145"/>
<source>Name</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {394d3983-49d4-47f7-888b-243f3f5e9972})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="148"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="151"/>
<source>OpenWeatherMap</source>
<extracomment>The name of the vendor ({bf1e96f0-9650-4e7c-a56c-916d54d18e7a})
----------
@ -47,270 +161,156 @@ The name of the plugin OpenWeatherMap ({bc6af567-2338-41d5-aac1-462dec6e4783})</
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="83"/>
<source>Weather</source>
<extracomment>The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="131"/>
<source>name</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {394d3983-49d4-47f7-888b-243f3f5e9972})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="95"/>
<source>country</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {f0cd96bb-ddd1-4484-8353-8b6633fa101d})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="74"/>
<source>Custom API key</source>
<extracomment>The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="116"/>
<source>id</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {286342e1-b299-4f67-9d8f-2ed9e8844466})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="128"/>
<source>location</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, Type: discovery, ID: {f370b076-a783-4b46-85b2-6f4a9dba55d8})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="200"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="203"/>
<source>weather condition</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: weatherCondition, ID: {f16891f3-1174-44f6-a940-cffc8b64bdc1})
----------
The name of the StateType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="125"/>
<source>last update changed</source>
<extracomment>The name of the EventType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="170"/>
<source>temperature changed</source>
<extracomment>The name of the EventType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="206"/>
<source>weather condition changed</source>
<extracomment>The name of the EventType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="119"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="122"/>
<source>last update</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: updateTime, ID: {36b2f09b-7d77-4fbc-a68f-23d735dda0b1})
----------
The name of the StateType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="164"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="167"/>
<source>temperature</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperature, ID: {6013402f-b5b1-46b3-8490-f0c20d62fe61})
----------
The name of the StateType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="188"/>
<source>temperature minimum changed</source>
<extracomment>The name of the EventType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="182"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="185"/>
<source>temperature minimum</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperatureMin, ID: {14ec2781-cb04-4bbf-b097-7d01ef982630})
----------
The name of the StateType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="179"/>
<source>temperature maximum changed</source>
<extracomment>The name of the EventType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="173"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="176"/>
<source>temperature maximum</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperatureMax, ID: {fefe5563-452f-4833-b5cf-49c3cc67c772})
----------
The name of the StateType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="113"/>
<source>humidity changed</source>
<extracomment>The name of the EventType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="107"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="110"/>
<source>humidity</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: humidity, ID: {6f32ec73-3240-4630-ada9-1c10b8e98123})
----------
The name of the StateType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="140"/>
<source>pressure changed</source>
<extracomment>The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="134"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="137"/>
<source>pressure</source>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="154"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="157"/>
<source>Pressure</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: pressure, ID: {4a42eea9-00eb-440b-915e-dbe42180f83b})
----------
The name of the StateType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="233"/>
<source>wind speed changed</source>
<extracomment>The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="160"/>
<source>Pressure changed</source>
<extracomment>The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="227"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="230"/>
<source>wind speed</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: windSpeed, ID: {2bf63430-e9e2-4fbf-88e6-6f1b4770f287})
----------
The name of the StateType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="163"/>
<source>Refresh</source>
<extracomment>The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="224"/>
<source>wind direction changed</source>
<extracomment>The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="218"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="221"/>
<source>wind direction</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: windDirection, ID: {589e2ea5-65b2-4afd-9b72-e3708a589a12})
----------
The name of the StateType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="92"/>
<source>cloudiness changed</source>
<extracomment>The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="86"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="89"/>
<source>cloudiness</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: cloudiness, ID: {798553bc-45c7-42eb-9105-430bddb5d9b7})
----------
The name of the StateType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="197"/>
<source>visibility changed</source>
<extracomment>The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="191"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="194"/>
<source>visibility</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: visibility, ID: {1e10d129-cb88-48b0-9244-e3e7e7b175d9})
----------
The name of the StateType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="215"/>
<source>weather description changed</source>
<extracomment>The name of the EventType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="209"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="212"/>
<source>weather description</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: weatherDescription, ID: {f9539108-0e0e-4736-a306-6408f8e20a26})
----------
The name of the StateType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="161"/>
<source>sunset changed</source>
<extracomment>The name of the EventType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="155"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="158"/>
<source>sunset</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: sunsetTime, ID: {af155e94-9492-44e1-8608-7d0ee8b5d50d})
----------
The name of the StateType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="152"/>
<source>sunrise changed</source>
<extracomment>The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="146"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="149"/>
<source>sunrise</source>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="166"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="169"/>
<source>Sunrise time</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: sunriseTime, ID: {a1dddc3d-549f-4f20-b78b-be850548f286})
----------
The name of the StateType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="104"/>
<source>daylightChanged</source>
<extracomment>The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="172"/>
<source>Sunrise time changed</source>
<extracomment>The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="98"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="101"/>
<source>daylight</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: daylight, ID: {e0a14b66-c8e1-49fb-8eff-b48e5dce80de})
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="175"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="178"/>
<source>Sunset time</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: sunsetTime, ID: {af155e94-9492-44e1-8608-7d0ee8b5d50d})
----------
The name of the StateType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
The name of the StateType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="143"/>
<source>refresh</source>
<extracomment>The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap</extracomment>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="181"/>
<source>Sunset time changed</source>
<extracomment>The name of the EventType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="184"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="187"/>
<source>Temperature</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: temperature, ID: {6013402f-b5b1-46b3-8490-f0c20d62fe61})
----------
The name of the StateType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="190"/>
<source>Temperature changed</source>
<extracomment>The name of the EventType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="193"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="196"/>
<source>Visibility</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: visibility, ID: {1e10d129-cb88-48b0-9244-e3e7e7b175d9})
----------
The name of the StateType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="199"/>
<source>Visibility changed</source>
<extracomment>The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="202"/>
<source>Weather</source>
<extracomment>The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="205"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="208"/>
<source>Weather condition</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: weatherCondition, ID: {f16891f3-1174-44f6-a940-cffc8b64bdc1})
----------
The name of the StateType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="211"/>
<source>Weather condition changed</source>
<extracomment>The name of the EventType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="214"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="217"/>
<source>Weather description</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: weatherDescription, ID: {f9539108-0e0e-4736-a306-6408f8e20a26})
----------
The name of the StateType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="220"/>
<source>Weather description changed</source>
<extracomment>The name of the EventType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="223"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="226"/>
<source>Wind direction</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: windDirection, ID: {589e2ea5-65b2-4afd-9b72-e3708a589a12})
----------
The name of the StateType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="229"/>
<source>Wind direction changed</source>
<extracomment>The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="232"/>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="235"/>
<source>Wind speed</source>
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: windSpeed, ID: {2bf63430-e9e2-4fbf-88e6-6f1b4770f287})
----------
The name of the StateType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="238"/>
<source>Wind speed changed</source>
<extracomment>The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="91"/>
<source>Custom API key</source>
<extracomment>The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196})</extracomment>
<translation type="unfinished"></translation>
</message>
</context>