From 605a0bb1545d1b9e7ba6bf0dd683647aee7a1028 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Tue, 6 Jul 2021 15:54:21 -0500 Subject: [PATCH] fix: correecting translations for event editor --- packages/plugin/src/Controllers/EventsController.php | 4 ++-- packages/plugin/src/translations/de/calendar.php | 4 ++-- packages/plugin/src/translations/en-US/calendar.php | 4 ++-- packages/plugin/src/translations/lv/calendar.php | 4 ++-- packages/plugin/src/translations/nl/calendar.php | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/plugin/src/Controllers/EventsController.php b/packages/plugin/src/Controllers/EventsController.php index 123d0ecd..53f389d7 100644 --- a/packages/plugin/src/Controllers/EventsController.php +++ b/packages/plugin/src/Controllers/EventsController.php @@ -476,8 +476,8 @@ private function renderEditForm(Event $event, string $title): Response 'On the Fourth', 'On the Last', 'On the same day', - 'End repeat', - 'Except on', + 'End Repeat', + 'Except On', 'Date', 'Today', 'All Day', diff --git a/packages/plugin/src/translations/de/calendar.php b/packages/plugin/src/translations/de/calendar.php index 21427559..9eb8d1f9 100755 --- a/packages/plugin/src/translations/de/calendar.php +++ b/packages/plugin/src/translations/de/calendar.php @@ -53,8 +53,8 @@ 'Every' => 'Jede/n', 'Each' => 'Jeden', 'On the' => 'Immer am', - 'End repeat' => 'Enddatum', - 'Except on' => 'Außer am', + 'End Repeat' => 'Enddatum', + 'Except On' => 'Außer am', 'On select dates' => 'An ausgewählten Daten', 'Day(s)' => 'Tag(e)', 'Week(s)' => 'Woche(n)', diff --git a/packages/plugin/src/translations/en-US/calendar.php b/packages/plugin/src/translations/en-US/calendar.php index 1b799a3c..84e201f6 100644 --- a/packages/plugin/src/translations/en-US/calendar.php +++ b/packages/plugin/src/translations/en-US/calendar.php @@ -48,8 +48,8 @@ 'Every' => 'Every', 'Each' => 'Each', 'On the' => 'On the', - 'End repeat' => 'End repeat', - 'Except on' => 'Except on', + 'End Repeat' => 'End repeat', + 'Except On' => 'Except on', 'On select dates' => 'On select dates', 'Day(s)' => 'Day(s)', 'Week(s)' => 'Week(s)', diff --git a/packages/plugin/src/translations/lv/calendar.php b/packages/plugin/src/translations/lv/calendar.php index 0954ad6a..eb1495f0 100644 --- a/packages/plugin/src/translations/lv/calendar.php +++ b/packages/plugin/src/translations/lv/calendar.php @@ -47,8 +47,8 @@ 'Every' => 'Katru', 'Each' => 'Katru', 'On the' => 'Katru', - 'End repeat' => 'Beidz atkārtoties', - 'Except on' => 'Izņemot', + 'End Repeat' => 'Beidz atkārtoties', + 'Except On' => 'Izņemot', 'On select dates' => 'Konkrētos datumos', 'Day(s)' => 'Dienu', 'Week(s)' => 'Nedēļu', diff --git a/packages/plugin/src/translations/nl/calendar.php b/packages/plugin/src/translations/nl/calendar.php index ece10e0b..b51a5a8a 100644 --- a/packages/plugin/src/translations/nl/calendar.php +++ b/packages/plugin/src/translations/nl/calendar.php @@ -47,8 +47,8 @@ 'Every' => 'Elke', 'Each' => 'Elke', 'On the' => 'Op de', - 'End repeat' => 'Eindig herhalen', - 'Except on' => 'Behalve op', + 'End Repeat' => 'Eindig herhalen', + 'Except On' => 'Behalve op', 'On select dates' => 'Op geselecteerde data', 'Day(s)' => 'Dag(en)', 'Week(s)' => 'We(e)k(en)',