From 6290c20464ad5c622e902b4dd0de217c374b5905 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 6 Aug 2026 01:59:58 +0200 Subject: Reduce the events list to title, when and actions --- config/locales/de.yml | 8 +++++++- config/locales/en.yml | 12 +++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) (limited to 'config') 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: short: "%e. %B, %H:%M Uhr" ccc: "%e. %B %Y, %H:%M Uhr" ccc_date: "%e. %B %Y" + ccc_month: "%B %Y" long: "%A, %e. %B %Y, %H:%M Uhr" time: "%H:%M" @@ -580,8 +581,8 @@ de: index: title: "Termine" create_event: "Termin anlegen" - edit_link: "bearbeiten" search_placeholder: "Titel, Beschreibung, Ort, Tags durchsuchen…" + flag_own_title: "Hat einen eigenen Titel" show: title: "Termin" title_for_node: "Termin für Node %{path}" @@ -595,6 +596,11 @@ de: node_hint: "Optional — Node suchen und auswählen, um diesen Termin mit einer Seite zu verknüpfen." recurrence: "Wiederholung" title_hint: "Optional. Bleibt das Feld leer, wird der Titel des verknüpften Nodes verwendet." + schedule: + none: "kein Datum" + same_month: "%{from_day}.–%{to_day}. %{to_month}" + spanning: "%{from_full} – %{to_full}" + evening: "%{date}, %{from}–%{to} Uhr" rrule_builder: weekly: "Wöchentlich" 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: time: formats: - ccc: "%d %B, %Y %H:%M" - ccc_date: "%d %B, %Y" + ccc: "%-d %B %Y, %H:%M" + ccc_date: "%-d %B %Y" + ccc_month: "%B %Y" will_paginate: previous_label: "←" @@ -527,8 +528,8 @@ en: index: title: "Events" create_event: "Create event" - edit_link: "edit" search_placeholder: "Search title, description, location, tags…" + flag_own_title: "Has its own title" edit: title: "Editing event" change_node: "Change node" @@ -542,6 +543,11 @@ en: node_hint: "Optional — search and pick a node to associate this event with a page." recurrence: "Recurrence" title_hint: "Optional — if left blank, the associated node's title is used." + schedule: + none: "no date" + same_month: "%{from_day}.–%{to_day}. %{to_month}" + spanning: "%{from_full} – %{to_full}" + evening: "%{date}, %{from}–%{to}" rrule_builder: weekly: "Weekly" monthly: "Monthly" -- cgit v1.3