diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 23:07:25 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 23:07:25 +0200 |
| commit | 665bad61a26fd98b581c1f60981da94c05a28ca0 (patch) | |
| tree | fb2d28bf4021147cbca1809ee1d9258dc17a1646 /config | |
| parent | e23a5d4ea76d3898d3537ea67775e063a4c18c25 (diff) | |
Report changing the end time of an event in action log
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 1 | ||||
| -rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 8c39770d..41c46c6d 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -244,6 +244,7 @@ de: | |||
| 244 | detail_event_description: "Beschreibung geändert" | 244 | detail_event_description: "Beschreibung geändert" |
| 245 | detail_event_coordinates: "Koordinaten geändert" | 245 | detail_event_coordinates: "Koordinaten geändert" |
| 246 | detail_event_allday: "ganztägig %{from} → %{to}" | 246 | detail_event_allday: "ganztägig %{from} → %{to}" |
| 247 | detail_event_end: "Ende %{from} → %{to}" | ||
| 247 | event_none: "—" | 248 | event_none: "—" |
| 248 | unknown_event: "ein Termin" | 249 | unknown_event: "ein Termin" |
| 249 | 250 | ||
diff --git a/config/locales/en.yml b/config/locales/en.yml index ec57e33d..b5870e63 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -191,6 +191,7 @@ en: | |||
| 191 | detail_event_description: "description changed" | 191 | detail_event_description: "description changed" |
| 192 | detail_event_coordinates: "coordinates changed" | 192 | detail_event_coordinates: "coordinates changed" |
| 193 | detail_event_allday: "all-day %{from} → %{to}" | 193 | detail_event_allday: "all-day %{from} → %{to}" |
| 194 | detail_event_end: "end %{from} → %{to}" | ||
| 194 | event_none: "—" | 195 | event_none: "—" |
| 195 | unknown_event: "an event" | 196 | unknown_event: "an event" |
| 196 | 197 | ||
