From 3a627d4a3063b790ba81689305cd848453973fdc Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 16 Apr 2021 17:33:19 +0200 Subject: [PATCH] Openweathermap: Update labels to be in line with other plugins --- .../integrationpluginopenweathermap.json | 70 +-- ...bc6af567-2338-41d5-aac1-462dec6e4783-de.ts | 482 +++++++++--------- ...af567-2338-41d5-aac1-462dec6e4783-en_US.ts | 482 +++++++++--------- 3 files changed, 517 insertions(+), 517 deletions(-) diff --git a/openweathermap/integrationpluginopenweathermap.json b/openweathermap/integrationpluginopenweathermap.json index 72c70723..cd4236c8 100644 --- a/openweathermap/integrationpluginopenweathermap.json +++ b/openweathermap/integrationpluginopenweathermap.json @@ -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 } diff --git a/openweathermap/translations/bc6af567-2338-41d5-aac1-462dec6e4783-de.ts b/openweathermap/translations/bc6af567-2338-41d5-aac1-462dec6e4783-de.ts index 466df93e..a2430080 100644 --- a/openweathermap/translations/bc6af567-2338-41d5-aac1-462dec6e4783-de.ts +++ b/openweathermap/translations/bc6af567-2338-41d5-aac1-462dec6e4783-de.ts @@ -38,8 +38,122 @@ OpenWeatherMap - - + + + Cloudiness + 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 + Trübung + + + + Cloudiness changed + The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap + Trübung geändert + + + + Country + The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {f0cd96bb-ddd1-4484-8353-8b6633fa101d}) + Land + + + + + Daylight + 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 + Tageslicht + + + + Daylight changed + The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap + Tageslicht geändert + + + + + Humidity + 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 + Luftfeuchtigkeit + + + + Humidity changed + The name of the EventType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap + Luftfeuchtigkeit geändert + + + + ID + The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {286342e1-b299-4f67-9d8f-2ed9e8844466}) + ID + + + + + Last update + 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 + Letztes Update + + + + Last update changed + The name of the EventType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap + Letztes update geändert + + + + Location + The name of the ParamType (ThingClass: openweathermap, Type: discovery, ID: {f370b076-a783-4b46-85b2-6f4a9dba55d8}) + Ort + + + + + Maximum temperature + 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 + Maximaltemperatur + + + + Maximum temperature changed + The name of the EventType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap + Maximaltemperatur geändert + + + + + Minimum temperature + 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 + Minimaltemperatur + + + + Minimum temperature changed + The name of the EventType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap + Minimaltemperatur geändert + + + + Name + The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {394d3983-49d4-47f7-888b-243f3f5e9972}) + Name + + + + OpenWeatherMap 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})OpenWeatherMap - - Weather - The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7}) - Wetter - - - - name - The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {394d3983-49d4-47f7-888b-243f3f5e9972}) - Name - - - - country - The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {f0cd96bb-ddd1-4484-8353-8b6633fa101d}) - Land - - - - Custom API key - The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196}) - Benutzerdefinierter API Key - - - - id - The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {286342e1-b299-4f67-9d8f-2ed9e8844466}) - ID - - - - location - The name of the ParamType (ThingClass: openweathermap, Type: discovery, ID: {f370b076-a783-4b46-85b2-6f4a9dba55d8}) - Ort - - - - - weather condition - 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 - Wetterbedingung - - - - last update changed - The name of the EventType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap - Zuletzt aktualisiert geändert - - - - temperature changed - The name of the EventType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap - Temperatur geändert - - - - weather condition changed - The name of the EventType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap - Wetterbedingung geändert - - - - - last update - 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 - Letztes Update - - - - - temperature - 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 - Temperatur - - - - temperature minimum changed - The name of the EventType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap - Temperatur Minimum geändert - - - - - temperature minimum - 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 - Temperatur Minimum - - - - temperature maximum changed - The name of the EventType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap - Temperatur Maximum geändert - - - - - temperature maximum - 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 - Temperatur Maximum - - - - humidity changed - The name of the EventType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap - Luftfeuchtigkeit geändert - - - - - humidity - 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 - Luftfeuchtigkeit - - - - pressure changed - The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap - Luftdruck geändert - - - - - pressure + + + Pressure 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 Luftdruck - - wind speed changed - The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap - Windgeschwindigkeit geändert + + Pressure changed + The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap + Luftdruck geändert - - - wind speed - The name of the ParamType (ThingClass: openweathermap, EventType: windSpeed, ID: {2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) + + Refresh + The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap + Neu laden + + + + + Sunrise time + 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 - Windgeschwindigkeit +The name of the StateType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap + Sonnenaufgangszeit - - wind direction changed - The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap - Windrichtung geändert + + Sunrise time changed + The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap + Sonnenaufgangszeit geändert - - - wind direction + + + Sunset time + 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 + Sonnenuntergangszeit + + + + Sunset time changed + The name of the EventType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap + Sonnenuntergangszeit geändert + + + + + Temperature + 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 + Temperatur + + + + Temperature changed + The name of the EventType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap + Temperatur geändert + + + + + Visibility + 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 + Sichtweite + + + + Visibility changed + The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap + Sichtweite geändert + + + + Weather + The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7}) + Wetter + + + + + Weather condition + 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 + Wetterlage + + + + Weather condition changed + The name of the EventType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap + Wetterlage geändert + + + + + Weather description + 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 + Beschreibung Wetterlage + + + + Weather description changed + The name of the EventType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap + Beschreibunt Wetterlage geändert + + + + + Wind direction 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 Windrichtung - - cloudiness changed - The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap - Bewölkungsgrad geändert + + Wind direction changed + The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap + Windrichtung geändert - - - cloudiness - The name of the ParamType (ThingClass: openweathermap, EventType: cloudiness, ID: {798553bc-45c7-42eb-9105-430bddb5d9b7}) + + + Wind speed + 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 - Bewölkungsgrad +The name of the StateType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap + Windgeschwindigkeit - - visibility changed - The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap - Fernsicht geändert + + Wind speed changed + The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap + Windgeschwindigkeit geändert - - - visibility - 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 - Fernsicht - - - - weather description changed - The name of the EventType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap - Wetter Beschreibung geändert - - - - - weather description - 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 - Wetter Beschreibung - - - - sunset changed - The name of the EventType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap - Sonnenuntergang geändert - - - - - sunset - 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 - Sonnenuntergang - - - - sunrise changed - The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap - Sonnenaufgang geändert - - - - - sunrise - 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 - Sonnenaufgang - - - - daylightChanged - The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap - Tageslicht geändert - - - - - daylight - 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 - Tageslicht - - - - refresh - The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap - Aktualisieren + + Custom API key + The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196}) + Benutzerdefinierter API Key diff --git a/openweathermap/translations/bc6af567-2338-41d5-aac1-462dec6e4783-en_US.ts b/openweathermap/translations/bc6af567-2338-41d5-aac1-462dec6e4783-en_US.ts index 1b1a5f1f..0dafde53 100644 --- a/openweathermap/translations/bc6af567-2338-41d5-aac1-462dec6e4783-en_US.ts +++ b/openweathermap/translations/bc6af567-2338-41d5-aac1-462dec6e4783-en_US.ts @@ -38,8 +38,122 @@ OpenWeatherMap - - + + + Cloudiness + 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 + + + + + Cloudiness changed + The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap + + + + + Country + The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {f0cd96bb-ddd1-4484-8353-8b6633fa101d}) + + + + + + Daylight + 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 + + + + + Daylight changed + The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap + + + + + + Humidity + 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 + + + + + Humidity changed + The name of the EventType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap + + + + + ID + The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {286342e1-b299-4f67-9d8f-2ed9e8844466}) + + + + + + Last update + 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 + + + + + Last update changed + The name of the EventType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap + + + + + Location + The name of the ParamType (ThingClass: openweathermap, Type: discovery, ID: {f370b076-a783-4b46-85b2-6f4a9dba55d8}) + + + + + + Maximum temperature + 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 + + + + + Maximum temperature changed + The name of the EventType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap + + + + + + Minimum temperature + 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 + + + + + Minimum temperature changed + The name of the EventType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap + + + + + Name + The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {394d3983-49d4-47f7-888b-243f3f5e9972}) + + + + + OpenWeatherMap 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}) - - Weather - The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7}) - - - - - name - The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {394d3983-49d4-47f7-888b-243f3f5e9972}) - - - - - country - The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {f0cd96bb-ddd1-4484-8353-8b6633fa101d}) - - - - - Custom API key - The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196}) - - - - - id - The name of the ParamType (ThingClass: openweathermap, Type: thing, ID: {286342e1-b299-4f67-9d8f-2ed9e8844466}) - - - - - location - The name of the ParamType (ThingClass: openweathermap, Type: discovery, ID: {f370b076-a783-4b46-85b2-6f4a9dba55d8}) - - - - - - weather condition - 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 - - - - - last update changed - The name of the EventType ({36b2f09b-7d77-4fbc-a68f-23d735dda0b1}) of ThingClass openweathermap - - - - - temperature changed - The name of the EventType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap - - - - - weather condition changed - The name of the EventType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap - - - - - - last update - 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 - - - - - - temperature - 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 - - - - - temperature minimum changed - The name of the EventType ({14ec2781-cb04-4bbf-b097-7d01ef982630}) of ThingClass openweathermap - - - - - - temperature minimum - 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 - - - - - temperature maximum changed - The name of the EventType ({fefe5563-452f-4833-b5cf-49c3cc67c772}) of ThingClass openweathermap - - - - - - temperature maximum - 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 - - - - - humidity changed - The name of the EventType ({6f32ec73-3240-4630-ada9-1c10b8e98123}) of ThingClass openweathermap - - - - - - humidity - 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 - - - - - pressure changed - The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap - - - - - - pressure + + + Pressure 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 - - wind speed changed - The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap + + Pressure changed + The name of the EventType ({4a42eea9-00eb-440b-915e-dbe42180f83b}) of ThingClass openweathermap - - - wind speed - 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 + + Refresh + The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap - - wind direction changed - The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap - - - - - - wind direction - 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 - - - - - cloudiness changed - The name of the EventType ({798553bc-45c7-42eb-9105-430bddb5d9b7}) of ThingClass openweathermap - - - - - - cloudiness - 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 - - - - - visibility changed - The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap - - - - - - visibility - 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 - - - - - weather description changed - The name of the EventType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap - - - - - - weather description - 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 - - - - - sunset changed - The name of the EventType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap - - - - - - sunset - 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 - - - - - sunrise changed - The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap - - - - - - sunrise + + + Sunrise time 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 - - daylightChanged - The name of the EventType ({e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) of ThingClass openweathermap + + Sunrise time changed + The name of the EventType ({a1dddc3d-549f-4f20-b78b-be850548f286}) of ThingClass openweathermap - - - daylight - The name of the ParamType (ThingClass: openweathermap, EventType: daylight, ID: {e0a14b66-c8e1-49fb-8eff-b48e5dce80de}) + + + Sunset time + 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 +The name of the StateType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap - - refresh - The name of the ActionType ({cfbc6504-d86f-4856-8dfa-97b6fbb385e4}) of ThingClass openweathermap + + Sunset time changed + The name of the EventType ({af155e94-9492-44e1-8608-7d0ee8b5d50d}) of ThingClass openweathermap + + + + + + Temperature + 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 + + + + + Temperature changed + The name of the EventType ({6013402f-b5b1-46b3-8490-f0c20d62fe61}) of ThingClass openweathermap + + + + + + Visibility + 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 + + + + + Visibility changed + The name of the EventType ({1e10d129-cb88-48b0-9244-e3e7e7b175d9}) of ThingClass openweathermap + + + + + Weather + The name of the ThingClass ({985195aa-17ad-4530-88a4-cdd753d747d7}) + + + + + + Weather condition + 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 + + + + + Weather condition changed + The name of the EventType ({f16891f3-1174-44f6-a940-cffc8b64bdc1}) of ThingClass openweathermap + + + + + + Weather description + 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 + + + + + Weather description changed + The name of the EventType ({f9539108-0e0e-4736-a306-6408f8e20a26}) of ThingClass openweathermap + + + + + + Wind direction + 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 + + + + + Wind direction changed + The name of the EventType ({589e2ea5-65b2-4afd-9b72-e3708a589a12}) of ThingClass openweathermap + + + + + + Wind speed + 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 + + + + + Wind speed changed + The name of the EventType ({2bf63430-e9e2-4fbf-88e6-6f1b4770f287}) of ThingClass openweathermap + + + + + Custom API key + The name of the ParamType (ThingClass: openWeatherMap, Type: plugin, ID: {71d075c3-4c4f-4864-99be-42a3121ce196})