summaryrefslogtreecommitdiffstats
path: root/apps/weather_status
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-10-03 00:20:51 +0000
committerNextcloud bot <bot@nextcloud.com>2024-10-03 00:20:51 +0000
commit5640ab71aae63d13085574ea2344ef0289fc29a7 (patch)
tree8dd60b39705e57c197054e53891bd3bede435c18 /apps/weather_status
parent1f085a670b26ebec7473d6e2779d791a78016a2d (diff)
downloadnextcloud-server-5640ab71aae63d13085574ea2344ef0289fc29a7.tar.gz
nextcloud-server-5640ab71aae63d13085574ea2344ef0289fc29a7.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/l10n/en_GB.js13
-rw-r--r--apps/weather_status/l10n/en_GB.json13
2 files changed, 26 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/en_GB.js b/apps/weather_status/l10n/en_GB.js
index e246481b250..73eed6642c7 100644
--- a/apps/weather_status/l10n/en_GB.js
+++ b/apps/weather_status/l10n/en_GB.js
@@ -15,6 +15,18 @@ OC.L10N.register(
"{temperature} {unit} clear sky" : "{temperature} {unit} clear sky",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} cloudy later today",
"{temperature} {unit} cloudy" : "{temperature} {unit} cloudy",
+ "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} snow and thunder later today",
+ "{temperature} {unit} snow and thunder" : "{temperature} {unit} snow and thunder",
+ "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} snow showers and thunder later today",
+ "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} snow showers and thunder",
+ "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} snow showers, thunder and polar twilight later today",
+ "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} snow showers, thunder and polar twilight",
+ "{temperature} {unit} snow showers later today" : "{temperature} {unit} snow showers later today",
+ "{temperature} {unit} snow showers" : "{temperature} {unit} snow showers",
+ "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} snow showers and polar twilight later today",
+ "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} snow showers and polar twilight",
+ "{temperature} {unit} snow later today" : "{temperature} {unit} snow later today",
+ "{temperature} {unit} snow" : "{temperature} {unit} snow",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} fair weather later today",
"{temperature} {unit} fair weather" : "{temperature} {unit} fair weather",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} partly cloudy later today",
@@ -46,6 +58,7 @@ OC.L10N.register(
"There was an error setting the location." : "There was an error setting the location.",
"There was an error saving the mode." : "There was an error saving the mode.",
"There was an error using personal address." : "There was an error using personal address.",
+ "Unknown weather code" : "Unknown weather code",
"Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/en_GB.json b/apps/weather_status/l10n/en_GB.json
index 63eed6dd461..de6d53b9c19 100644
--- a/apps/weather_status/l10n/en_GB.json
+++ b/apps/weather_status/l10n/en_GB.json
@@ -13,6 +13,18 @@
"{temperature} {unit} clear sky" : "{temperature} {unit} clear sky",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} cloudy later today",
"{temperature} {unit} cloudy" : "{temperature} {unit} cloudy",
+ "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} snow and thunder later today",
+ "{temperature} {unit} snow and thunder" : "{temperature} {unit} snow and thunder",
+ "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} snow showers and thunder later today",
+ "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} snow showers and thunder",
+ "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} snow showers, thunder and polar twilight later today",
+ "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} snow showers, thunder and polar twilight",
+ "{temperature} {unit} snow showers later today" : "{temperature} {unit} snow showers later today",
+ "{temperature} {unit} snow showers" : "{temperature} {unit} snow showers",
+ "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} snow showers and polar twilight later today",
+ "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} snow showers and polar twilight",
+ "{temperature} {unit} snow later today" : "{temperature} {unit} snow later today",
+ "{temperature} {unit} snow" : "{temperature} {unit} snow",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} fair weather later today",
"{temperature} {unit} fair weather" : "{temperature} {unit} fair weather",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} partly cloudy later today",
@@ -44,6 +56,7 @@
"There was an error setting the location." : "There was an error setting the location.",
"There was an error saving the mode." : "There was an error saving the mode.",
"There was an error using personal address." : "There was an error using personal address.",
+ "Unknown weather code" : "Unknown weather code",
"Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file