Openweathermap: Update labels to be in line with other plugins
parent
68ca8605f3
commit
3a627d4a30
|
|
@ -28,7 +28,7 @@
|
||||||
{
|
{
|
||||||
"id": "f370b076-a783-4b46-85b2-6f4a9dba55d8",
|
"id": "f370b076-a783-4b46-85b2-6f4a9dba55d8",
|
||||||
"name": "location",
|
"name": "location",
|
||||||
"displayName": "location",
|
"displayName": "Location",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"inputType": "Search",
|
"inputType": "Search",
|
||||||
"defaultValue": ""
|
"defaultValue": ""
|
||||||
|
|
@ -38,21 +38,21 @@
|
||||||
{
|
{
|
||||||
"id": "394d3983-49d4-47f7-888b-243f3f5e9972",
|
"id": "394d3983-49d4-47f7-888b-243f3f5e9972",
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"displayName": "name",
|
"displayName": "Name",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"inputType": "TextLine"
|
"inputType": "TextLine"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "f0cd96bb-ddd1-4484-8353-8b6633fa101d",
|
"id": "f0cd96bb-ddd1-4484-8353-8b6633fa101d",
|
||||||
"name": "country",
|
"name": "country",
|
||||||
"displayName": "country",
|
"displayName": "Country",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"inputType": "TextLine"
|
"inputType": "TextLine"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "286342e1-b299-4f67-9d8f-2ed9e8844466",
|
"id": "286342e1-b299-4f67-9d8f-2ed9e8844466",
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"displayName": "id",
|
"displayName": "ID",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"inputType": "TextLine"
|
"inputType": "TextLine"
|
||||||
}
|
}
|
||||||
|
|
@ -61,15 +61,15 @@
|
||||||
{
|
{
|
||||||
"id": "cfbc6504-d86f-4856-8dfa-97b6fbb385e4",
|
"id": "cfbc6504-d86f-4856-8dfa-97b6fbb385e4",
|
||||||
"name": "refreshWeather",
|
"name": "refreshWeather",
|
||||||
"displayName": "refresh"
|
"displayName": "Refresh"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"stateTypes": [
|
"stateTypes": [
|
||||||
{
|
{
|
||||||
"id": "f16891f3-1174-44f6-a940-cffc8b64bdc1",
|
"id": "f16891f3-1174-44f6-a940-cffc8b64bdc1",
|
||||||
"name": "weatherCondition",
|
"name": "weatherCondition",
|
||||||
"displayName": "weather condition",
|
"displayName": "Weather condition",
|
||||||
"displayNameEvent": "weather condition changed",
|
"displayNameEvent": "Weather condition changed",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"possibleValues": ["clear-day", "clear-night", "few-clouds-day", "few-clouds-night", "clouds", "overcast", "light-rain", "shower-rain", "thunderstorm", "snow", "fog"],
|
"possibleValues": ["clear-day", "clear-night", "few-clouds-day", "few-clouds-night", "clouds", "overcast", "light-rain", "shower-rain", "thunderstorm", "snow", "fog"],
|
||||||
"defaultValue": "clear-day"
|
"defaultValue": "clear-day"
|
||||||
|
|
@ -77,8 +77,8 @@
|
||||||
{
|
{
|
||||||
"id": "36b2f09b-7d77-4fbc-a68f-23d735dda0b1",
|
"id": "36b2f09b-7d77-4fbc-a68f-23d735dda0b1",
|
||||||
"name": "updateTime",
|
"name": "updateTime",
|
||||||
"displayName": "last update",
|
"displayName": "Last update",
|
||||||
"displayNameEvent": "last update changed",
|
"displayNameEvent": "Last update changed",
|
||||||
"unit": "UnixTime",
|
"unit": "UnixTime",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -86,8 +86,8 @@
|
||||||
{
|
{
|
||||||
"id": "6013402f-b5b1-46b3-8490-f0c20d62fe61",
|
"id": "6013402f-b5b1-46b3-8490-f0c20d62fe61",
|
||||||
"name": "temperature",
|
"name": "temperature",
|
||||||
"displayName": "temperature",
|
"displayName": "Temperature",
|
||||||
"displayNameEvent": "temperature changed",
|
"displayNameEvent": "Temperature changed",
|
||||||
"unit": "DegreeCelsius",
|
"unit": "DegreeCelsius",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
{
|
{
|
||||||
"id": "14ec2781-cb04-4bbf-b097-7d01ef982630",
|
"id": "14ec2781-cb04-4bbf-b097-7d01ef982630",
|
||||||
"name": "temperatureMin",
|
"name": "temperatureMin",
|
||||||
"displayName": "temperature minimum",
|
"displayName": "Minimum temperature",
|
||||||
"displayNameEvent": "temperature minimum changed",
|
"displayNameEvent": "Minimum temperature changed",
|
||||||
"unit": "DegreeCelsius",
|
"unit": "DegreeCelsius",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -104,8 +104,8 @@
|
||||||
{
|
{
|
||||||
"id": "fefe5563-452f-4833-b5cf-49c3cc67c772",
|
"id": "fefe5563-452f-4833-b5cf-49c3cc67c772",
|
||||||
"name": "temperatureMax",
|
"name": "temperatureMax",
|
||||||
"displayName": "temperature maximum",
|
"displayName": "Maximum temperature",
|
||||||
"displayNameEvent": "temperature maximum changed",
|
"displayNameEvent": "Maximum temperature changed",
|
||||||
"unit": "DegreeCelsius",
|
"unit": "DegreeCelsius",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -113,8 +113,8 @@
|
||||||
{
|
{
|
||||||
"id": "6f32ec73-3240-4630-ada9-1c10b8e98123",
|
"id": "6f32ec73-3240-4630-ada9-1c10b8e98123",
|
||||||
"name": "humidity",
|
"name": "humidity",
|
||||||
"displayName": "humidity",
|
"displayName": "Humidity",
|
||||||
"displayNameEvent": "humidity changed",
|
"displayNameEvent": "Humidity changed",
|
||||||
"unit": "Percentage",
|
"unit": "Percentage",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -122,8 +122,8 @@
|
||||||
{
|
{
|
||||||
"id": "4a42eea9-00eb-440b-915e-dbe42180f83b",
|
"id": "4a42eea9-00eb-440b-915e-dbe42180f83b",
|
||||||
"name": "pressure",
|
"name": "pressure",
|
||||||
"displayName": "pressure",
|
"displayName": "Pressure",
|
||||||
"displayNameEvent": "pressure changed",
|
"displayNameEvent": "Pressure changed",
|
||||||
"unit": "HectoPascal",
|
"unit": "HectoPascal",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -131,8 +131,8 @@
|
||||||
{
|
{
|
||||||
"id": "2bf63430-e9e2-4fbf-88e6-6f1b4770f287",
|
"id": "2bf63430-e9e2-4fbf-88e6-6f1b4770f287",
|
||||||
"name": "windSpeed",
|
"name": "windSpeed",
|
||||||
"displayName": "wind speed",
|
"displayName": "Wind speed",
|
||||||
"displayNameEvent": "wind speed changed",
|
"displayNameEvent": "Wind speed changed",
|
||||||
"unit": "MeterPerSecond",
|
"unit": "MeterPerSecond",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -140,8 +140,8 @@
|
||||||
{
|
{
|
||||||
"id": "589e2ea5-65b2-4afd-9b72-e3708a589a12",
|
"id": "589e2ea5-65b2-4afd-9b72-e3708a589a12",
|
||||||
"name": "windDirection",
|
"name": "windDirection",
|
||||||
"displayName": "wind direction",
|
"displayName": "Wind direction",
|
||||||
"displayNameEvent": "wind direction changed",
|
"displayNameEvent": "Wind direction changed",
|
||||||
"unit": "Degree",
|
"unit": "Degree",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -149,8 +149,8 @@
|
||||||
{
|
{
|
||||||
"id": "798553bc-45c7-42eb-9105-430bddb5d9b7",
|
"id": "798553bc-45c7-42eb-9105-430bddb5d9b7",
|
||||||
"name": "cloudiness",
|
"name": "cloudiness",
|
||||||
"displayName": "cloudiness",
|
"displayName": "Cloudiness",
|
||||||
"displayNameEvent": "cloudiness changed",
|
"displayNameEvent": "Cloudiness changed",
|
||||||
"unit": "Percentage",
|
"unit": "Percentage",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -158,8 +158,8 @@
|
||||||
{
|
{
|
||||||
"id": "1e10d129-cb88-48b0-9244-e3e7e7b175d9",
|
"id": "1e10d129-cb88-48b0-9244-e3e7e7b175d9",
|
||||||
"name": "visibility",
|
"name": "visibility",
|
||||||
"displayName": "visibility",
|
"displayName": "Visibility",
|
||||||
"displayNameEvent": "visibility changed",
|
"displayNameEvent": "Visibility changed",
|
||||||
"unit": "Meter",
|
"unit": "Meter",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -167,16 +167,16 @@
|
||||||
{
|
{
|
||||||
"id": "f9539108-0e0e-4736-a306-6408f8e20a26",
|
"id": "f9539108-0e0e-4736-a306-6408f8e20a26",
|
||||||
"name": "weatherDescription",
|
"name": "weatherDescription",
|
||||||
"displayName": "weather description",
|
"displayName": "Weather description",
|
||||||
"displayNameEvent": "weather description changed",
|
"displayNameEvent": "Weather description changed",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"defaultValue": "-"
|
"defaultValue": "-"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "af155e94-9492-44e1-8608-7d0ee8b5d50d",
|
"id": "af155e94-9492-44e1-8608-7d0ee8b5d50d",
|
||||||
"name": "sunsetTime",
|
"name": "sunsetTime",
|
||||||
"displayName": "sunset",
|
"displayName": "Sunset time",
|
||||||
"displayNameEvent": "sunset changed",
|
"displayNameEvent": "Sunset time changed",
|
||||||
"unit": "UnixTime",
|
"unit": "UnixTime",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -184,8 +184,8 @@
|
||||||
{
|
{
|
||||||
"id": "a1dddc3d-549f-4f20-b78b-be850548f286",
|
"id": "a1dddc3d-549f-4f20-b78b-be850548f286",
|
||||||
"name": "sunriseTime",
|
"name": "sunriseTime",
|
||||||
"displayName": "sunrise",
|
"displayName": "Sunrise time",
|
||||||
"displayNameEvent": "sunrise changed",
|
"displayNameEvent": "Sunrise time changed",
|
||||||
"unit": "UnixTime",
|
"unit": "UnixTime",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
|
|
@ -193,8 +193,8 @@
|
||||||
{
|
{
|
||||||
"id": "e0a14b66-c8e1-49fb-8eff-b48e5dce80de",
|
"id": "e0a14b66-c8e1-49fb-8eff-b48e5dce80de",
|
||||||
"name": "daylight",
|
"name": "daylight",
|
||||||
"displayName": "daylight",
|
"displayName": "Daylight",
|
||||||
"displayNameEvent": "daylightChanged",
|
"displayNameEvent": "Daylight changed",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"defaultValue": false
|
"defaultValue": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,122 @@
|
||||||
<context>
|
<context>
|
||||||
<name>OpenWeatherMap</name>
|
<name>OpenWeatherMap</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="77"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="79"/>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="80"/>
|
<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>
|
<source>OpenWeatherMap</source>
|
||||||
<extracomment>The name of the vendor ({bf1e96f0-9650-4e7c-a56c-916d54d18e7a})
|
<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>
|
<translation>OpenWeatherMap</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="83"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="154"/>
|
||||||
<source>Weather</source>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="157"/>
|
||||||
<extracomment>The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7})</extracomment>
|
<source>Pressure</source>
|
||||||
<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>
|
|
||||||
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: pressure, ID: {4a42eea9-00eb-440b-915e-dbe42180f83b})
|
<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>
|
The name of the StateType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
|
||||||
<translation>Luftdruck</translation>
|
<translation>Luftdruck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="233"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="160"/>
|
||||||
<source>wind speed changed</source>
|
<source>Pressure changed</source>
|
||||||
<extracomment>The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
|
<extracomment>The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
|
||||||
<translation>Windgeschwindigkeit geändert</translation>
|
<translation>Luftdruck geändert</translation>
|
||||||
</message>
|
</message>
|
||||||
<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="163"/>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="230"/>
|
<source>Refresh</source>
|
||||||
<source>wind speed</source>
|
<extracomment>The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap</extracomment>
|
||||||
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: windSpeed, ID: {2bf63430-e9e2-4fbf-88e6-6f1b4770f287})
|
<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>
|
The name of the StateType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
|
||||||
<translation>Windgeschwindigkeit</translation>
|
<translation>Sonnenaufgangszeit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="224"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="172"/>
|
||||||
<source>wind direction changed</source>
|
<source>Sunrise time changed</source>
|
||||||
<extracomment>The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
|
<extracomment>The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
|
||||||
<translation>Windrichtung geändert</translation>
|
<translation>Sonnenaufgangszeit geändert</translation>
|
||||||
</message>
|
</message>
|
||||||
<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="175"/>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="221"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="178"/>
|
||||||
<source>wind direction</source>
|
<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})
|
<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>
|
The name of the StateType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
|
||||||
<translation>Windrichtung</translation>
|
<translation>Windrichtung</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="92"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="229"/>
|
||||||
<source>cloudiness changed</source>
|
<source>Wind direction changed</source>
|
||||||
<extracomment>The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap</extracomment>
|
<extracomment>The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
|
||||||
<translation>Bewölkungsgrad geändert</translation>
|
<translation>Windrichtung geändert</translation>
|
||||||
</message>
|
</message>
|
||||||
<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="232"/>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="89"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="235"/>
|
||||||
<source>cloudiness</source>
|
<source>Wind speed</source>
|
||||||
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: cloudiness, ID: {798553bc-45c7-42eb-9105-430bddb5d9b7})
|
<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>
|
The name of the StateType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
|
||||||
<translation>Bewölkungsgrad</translation>
|
<translation>Windgeschwindigkeit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="197"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="238"/>
|
||||||
<source>visibility changed</source>
|
<source>Wind speed changed</source>
|
||||||
<extracomment>The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap</extracomment>
|
<extracomment>The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
|
||||||
<translation>Fernsicht geändert</translation>
|
<translation>Windgeschwindigkeit geändert</translation>
|
||||||
</message>
|
</message>
|
||||||
<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="91"/>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="194"/>
|
<source>Custom API key</source>
|
||||||
<source>visibility</source>
|
<extracomment>The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196})</extracomment>
|
||||||
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: visibility, ID: {1e10d129-cb88-48b0-9244-e3e7e7b175d9})
|
<translation>Benutzerdefinierter API Key</translation>
|
||||||
----------
|
|
||||||
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>
|
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,122 @@
|
||||||
<context>
|
<context>
|
||||||
<name>OpenWeatherMap</name>
|
<name>OpenWeatherMap</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="77"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="79"/>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="80"/>
|
<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>
|
<source>OpenWeatherMap</source>
|
||||||
<extracomment>The name of the vendor ({bf1e96f0-9650-4e7c-a56c-916d54d18e7a})
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="83"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="154"/>
|
||||||
<source>Weather</source>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="157"/>
|
||||||
<extracomment>The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7})</extracomment>
|
<source>Pressure</source>
|
||||||
<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>
|
|
||||||
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: pressure, ID: {4a42eea9-00eb-440b-915e-dbe42180f83b})
|
<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>
|
The name of the StateType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="233"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="160"/>
|
||||||
<source>wind speed changed</source>
|
<source>Pressure changed</source>
|
||||||
<extracomment>The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap</extracomment>
|
<extracomment>The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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="163"/>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="230"/>
|
<source>Refresh</source>
|
||||||
<source>wind speed</source>
|
<extracomment>The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap</extracomment>
|
||||||
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="224"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="166"/>
|
||||||
<source>wind direction changed</source>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="169"/>
|
||||||
<extracomment>The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap</extracomment>
|
<source>Sunrise time</source>
|
||||||
<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>
|
|
||||||
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: sunriseTime, ID: {a1dddc3d-549f-4f20-b78b-be850548f286})
|
<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>
|
The name of the StateType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="104"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="172"/>
|
||||||
<source>daylightChanged</source>
|
<source>Sunrise time changed</source>
|
||||||
<extracomment>The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap</extracomment>
|
<extracomment>The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap</extracomment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<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="175"/>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="101"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="178"/>
|
||||||
<source>daylight</source>
|
<source>Sunset time</source>
|
||||||
<extracomment>The name of the ParamType (ThingClass: openweathermap, EventType: daylight, ID: {e0a14b66-c8e1-49fb-8eff-b48e5dce80de})
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="143"/>
|
<location filename="../../../build-nymea-plugins-Desktop-Debug/openweathermap/plugininfo.h" line="181"/>
|
||||||
<source>refresh</source>
|
<source>Sunset time changed</source>
|
||||||
<extracomment>The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap</extracomment>
|
<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>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue