From 2a68833dc615d6b7df83f3c77ab102c1015584f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Mon, 3 Jan 2022 09:21:59 +0100 Subject: [PATCH] Add missing dialog for hourly-wind-* --- locale/en-us/dialog/hourly/hourly-wind-light-local.dialog | 2 ++ locale/en-us/dialog/hourly/hourly-wind-light-location.dialog | 2 ++ locale/en-us/dialog/hourly/hourly-wind-moderate-local.dialog | 3 +++ .../en-us/dialog/hourly/hourly-wind-moderate-location.dialog | 3 +++ locale/en-us/dialog/hourly/hourly-wind-strong-local.dialog | 2 ++ locale/en-us/dialog/hourly/hourly-wind-strong-location.dialog | 2 ++ 6 files changed, 14 insertions(+) create mode 100644 locale/en-us/dialog/hourly/hourly-wind-light-local.dialog create mode 100644 locale/en-us/dialog/hourly/hourly-wind-light-location.dialog create mode 100644 locale/en-us/dialog/hourly/hourly-wind-moderate-local.dialog create mode 100644 locale/en-us/dialog/hourly/hourly-wind-moderate-location.dialog create mode 100644 locale/en-us/dialog/hourly/hourly-wind-strong-local.dialog create mode 100644 locale/en-us/dialog/hourly/hourly-wind-strong-location.dialog diff --git a/locale/en-us/dialog/hourly/hourly-wind-light-local.dialog b/locale/en-us/dialog/hourly/hourly-wind-light-local.dialog new file mode 100644 index 00000000..c9cd8498 --- /dev/null +++ b/locale/en-us/dialog/hourly/hourly-wind-light-local.dialog @@ -0,0 +1,2 @@ +At {time} there will be a light wind coming from the {direction} at {speed} {speed_unit} +At {time} it will not be very windy diff --git a/locale/en-us/dialog/hourly/hourly-wind-light-location.dialog b/locale/en-us/dialog/hourly/hourly-wind-light-location.dialog new file mode 100644 index 00000000..6f9c08df --- /dev/null +++ b/locale/en-us/dialog/hourly/hourly-wind-light-location.dialog @@ -0,0 +1,2 @@ +At {time} there will be a light wind coming from the {direction} in {location} at {speed} {speed_unit} +At {time} it will not be very windy in {location} diff --git a/locale/en-us/dialog/hourly/hourly-wind-moderate-local.dialog b/locale/en-us/dialog/hourly/hourly-wind-moderate-local.dialog new file mode 100644 index 00000000..16383871 --- /dev/null +++ b/locale/en-us/dialog/hourly/hourly-wind-moderate-local.dialog @@ -0,0 +1,3 @@ +At {time} the wind will be moderate, about {speed} {speed_unit} from the {direction} +The forecast calls for a moderate wind from the {direction} at {speed} {speed_unit} +At {time} You can expect a moderate wind of about {speed} {speed_unit} diff --git a/locale/en-us/dialog/hourly/hourly-wind-moderate-location.dialog b/locale/en-us/dialog/hourly/hourly-wind-moderate-location.dialog new file mode 100644 index 00000000..9654003a --- /dev/null +++ b/locale/en-us/dialog/hourly/hourly-wind-moderate-location.dialog @@ -0,0 +1,3 @@ +At {time} The wind will be moderate in {location}, about {speed} {speed_unit} from the {direction} +The forecast for {time} predicts {location} will have moderate wind from the {direction} of {speed} {speed_unit} +You can expect a wind of about {speed} {speed_unit} in {location} at {time} diff --git a/locale/en-us/dialog/hourly/hourly-wind-strong-local.dialog b/locale/en-us/dialog/hourly/hourly-wind-strong-local.dialog new file mode 100644 index 00000000..9e4cceb4 --- /dev/null +++ b/locale/en-us/dialog/hourly/hourly-wind-strong-local.dialog @@ -0,0 +1,2 @@ +At {time} there will be strong wind from the {direction} of {speed} {speed_unit} +At {time} the wind will be as strong as {speed} {speed_unit} diff --git a/locale/en-us/dialog/hourly/hourly-wind-strong-location.dialog b/locale/en-us/dialog/hourly/hourly-wind-strong-location.dialog new file mode 100644 index 00000000..dfc6f0fb --- /dev/null +++ b/locale/en-us/dialog/hourly/hourly-wind-strong-location.dialog @@ -0,0 +1,2 @@ +There will be a strong wind from the {direction} of {speed} {speed_unit} in {location} at {time} +At {time} the wind will be as strong as {speed} {speed_unit} in {location}