From f8ce323663debb22890ad1ed29f385b8b832abc6 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 20:16:32 +0200 Subject: Extract public-site strings to i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The public views were never part of the admin extraction and were broken in both directions: German visitors got "Featured", "Calendar" and "Tags", English visitors got "Suchergebnisse für Suchbegriff:". Also picks up the unlock-confirm message in link_helper, a straggler from the revisions/menu_items batch, and drops two raw() calls in the application layout in favour of link_to blocks. --- config/locales/de.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'config/locales/de.yml') diff --git a/config/locales/de.yml b/config/locales/de.yml index 0ffc6ecc..ae1149a4 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -118,6 +118,20 @@ de: tags: index: title: "Tags" + show: + subscribe: "Änderungen mit dem Tag »%{tag}« abonnieren" + + content: + featured_articles: + title: "Ausgewählt" + front_page_calendar: + title: "Termine" + tags: + title: "Tags" + + search: + index: + results_for: "Suchergebnisse für: %{query}" node_actions: heading: "Letzte Änderungen" @@ -245,6 +259,7 @@ de: update: "Aktualisieren" confirm_sure: "Wirklich?" confirm_irreversible: "Das kann nicht rückgängig gemacht werden. Fortfahren?" + unlock_confirm: "Wirklich entsperren?\nGesperrt von %{login}\nZuletzt geändert %{time}" toggle_preview: "Live-Vorschau umschalten" force_render: "Vorschau neu rendern" "yes": "ja" @@ -630,6 +645,12 @@ de: title: "Menüeintrag bearbeiten" layouts: + application: + light_mode_aria: "Zwischen dunklem und hellem Modus wechseln" + light_mode_label: "Licht" + admin: "Verwaltung" + overview: "Übersicht" + edit: "Bearbeiten" flash: go_to_status: "Zum Status" stale_prefix: "Die %{lang}-Übersetzung ist womöglich veraltet —" -- cgit v1.3