Skip to content

Commit

Permalink
fix: correecting translations for event editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jul 6, 2021
1 parent 7a79c03 commit 605a0bb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/plugin/src/Controllers/EventsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/src/translations/de/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/src/translations/en-US/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/src/translations/lv/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/src/translations/nl/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 605a0bb

Please sign in to comment.