summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-06 01:59:58 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-06 01:59:58 +0200
commit6290c20464ad5c622e902b4dd0de217c374b5905 (patch)
treeb0c46f13b9a6104ddfe7a0589599e1405945e1c2 /config
parentaf2c6fd85e13139be3e3b2329a51c3a35acb3c40 (diff)
Reduce the events list to title, when and actions
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml8
-rw-r--r--config/locales/en.yml12
2 files changed, 16 insertions, 4 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index df52da4c..1cd72106 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -41,6 +41,7 @@ de:
41 short: "%e. %B, %H:%M Uhr" 41 short: "%e. %B, %H:%M Uhr"
42 ccc: "%e. %B %Y, %H:%M Uhr" 42 ccc: "%e. %B %Y, %H:%M Uhr"
43 ccc_date: "%e. %B %Y" 43 ccc_date: "%e. %B %Y"
44 ccc_month: "%B %Y"
44 long: "%A, %e. %B %Y, %H:%M Uhr" 45 long: "%A, %e. %B %Y, %H:%M Uhr"
45 time: "%H:%M" 46 time: "%H:%M"
46 47
@@ -580,8 +581,8 @@ de:
580 index: 581 index:
581 title: "Termine" 582 title: "Termine"
582 create_event: "Termin anlegen" 583 create_event: "Termin anlegen"
583 edit_link: "bearbeiten"
584 search_placeholder: "Titel, Beschreibung, Ort, Tags durchsuchen…" 584 search_placeholder: "Titel, Beschreibung, Ort, Tags durchsuchen…"
585 flag_own_title: "Hat einen eigenen Titel"
585 show: 586 show:
586 title: "Termin" 587 title: "Termin"
587 title_for_node: "Termin für Node %{path}" 588 title_for_node: "Termin für Node %{path}"
@@ -595,6 +596,11 @@ de:
595 node_hint: "Optional — Node suchen und auswählen, um diesen Termin mit einer Seite zu verknüpfen." 596 node_hint: "Optional — Node suchen und auswählen, um diesen Termin mit einer Seite zu verknüpfen."
596 recurrence: "Wiederholung" 597 recurrence: "Wiederholung"
597 title_hint: "Optional. Bleibt das Feld leer, wird der Titel des verknüpften Nodes verwendet." 598 title_hint: "Optional. Bleibt das Feld leer, wird der Titel des verknüpften Nodes verwendet."
599 schedule:
600 none: "kein Datum"
601 same_month: "%{from_day}.–%{to_day}. %{to_month}"
602 spanning: "%{from_full} – %{to_full}"
603 evening: "%{date}, %{from}–%{to} Uhr"
598 rrule_builder: 604 rrule_builder:
599 weekly: "Wöchentlich" 605 weekly: "Wöchentlich"
600 monthly: "Monatlich" 606 monthly: "Monatlich"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f67016b9..9bd57c79 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -23,8 +23,9 @@ en:
23 23
24 time: 24 time:
25 formats: 25 formats:
26 ccc: "%d %B, %Y %H:%M" 26 ccc: "%-d %B %Y, %H:%M"
27 ccc_date: "%d %B, %Y" 27 ccc_date: "%-d %B %Y"
28 ccc_month: "%B %Y"
28 29
29 will_paginate: 30 will_paginate:
30 previous_label: "&#8592;" 31 previous_label: "&#8592;"
@@ -527,8 +528,8 @@ en:
527 index: 528 index:
528 title: "Events" 529 title: "Events"
529 create_event: "Create event" 530 create_event: "Create event"
530 edit_link: "edit"
531 search_placeholder: "Search title, description, location, tags…" 531 search_placeholder: "Search title, description, location, tags…"
532 flag_own_title: "Has its own title"
532 edit: 533 edit:
533 title: "Editing event" 534 title: "Editing event"
534 change_node: "Change node" 535 change_node: "Change node"
@@ -542,6 +543,11 @@ en:
542 node_hint: "Optional — search and pick a node to associate this event with a page." 543 node_hint: "Optional — search and pick a node to associate this event with a page."
543 recurrence: "Recurrence" 544 recurrence: "Recurrence"
544 title_hint: "Optional — if left blank, the associated node's title is used." 545 title_hint: "Optional — if left blank, the associated node's title is used."
546 schedule:
547 none: "no date"
548 same_month: "%{from_day}.–%{to_day}. %{to_month}"
549 spanning: "%{from_full} – %{to_full}"
550 evening: "%{date}, %{from}–%{to}"
545 rrule_builder: 551 rrule_builder:
546 weekly: "Weekly" 552 weekly: "Weekly"
547 monthly: "Monthly" 553 monthly: "Monthly"