diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-25 20:16:32 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-25 20:16:32 +0200 |
| commit | f8ce323663debb22890ad1ed29f385b8b832abc6 (patch) | |
| tree | e872c2d8a6af8de6ad84ef285240f0c130b26bcc /config/locales/de.yml | |
| parent | fe104aa2c52f61cd8555fbc98c20501f50f4aae8 (diff) | |
Extract public-site strings to i18n
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.
Diffstat (limited to 'config/locales/de.yml')
| -rw-r--r-- | config/locales/de.yml | 21 |
1 files changed, 21 insertions, 0 deletions
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: | |||
| 118 | tags: | 118 | tags: |
| 119 | index: | 119 | index: |
| 120 | title: "Tags" | 120 | title: "Tags" |
| 121 | show: | ||
| 122 | subscribe: "Änderungen mit dem Tag »%{tag}« abonnieren" | ||
| 123 | |||
| 124 | content: | ||
| 125 | featured_articles: | ||
| 126 | title: "Ausgewählt" | ||
| 127 | front_page_calendar: | ||
| 128 | title: "Termine" | ||
| 129 | tags: | ||
| 130 | title: "Tags" | ||
| 131 | |||
| 132 | search: | ||
| 133 | index: | ||
| 134 | results_for: "Suchergebnisse für: %{query}" | ||
| 121 | 135 | ||
| 122 | node_actions: | 136 | node_actions: |
| 123 | heading: "Letzte Änderungen" | 137 | heading: "Letzte Änderungen" |
| @@ -245,6 +259,7 @@ de: | |||
| 245 | update: "Aktualisieren" | 259 | update: "Aktualisieren" |
| 246 | confirm_sure: "Wirklich?" | 260 | confirm_sure: "Wirklich?" |
| 247 | confirm_irreversible: "Das kann nicht rückgängig gemacht werden. Fortfahren?" | 261 | confirm_irreversible: "Das kann nicht rückgängig gemacht werden. Fortfahren?" |
| 262 | unlock_confirm: "Wirklich entsperren?\nGesperrt von %{login}\nZuletzt geändert %{time}" | ||
| 248 | toggle_preview: "Live-Vorschau umschalten" | 263 | toggle_preview: "Live-Vorschau umschalten" |
| 249 | force_render: "Vorschau neu rendern" | 264 | force_render: "Vorschau neu rendern" |
| 250 | "yes": "ja" | 265 | "yes": "ja" |
| @@ -630,6 +645,12 @@ de: | |||
| 630 | title: "Menüeintrag bearbeiten" | 645 | title: "Menüeintrag bearbeiten" |
| 631 | 646 | ||
| 632 | layouts: | 647 | layouts: |
| 648 | application: | ||
| 649 | light_mode_aria: "Zwischen dunklem und hellem Modus wechseln" | ||
| 650 | light_mode_label: "Licht" | ||
| 651 | admin: "Verwaltung" | ||
| 652 | overview: "Übersicht" | ||
| 653 | edit: "Bearbeiten" | ||
| 633 | flash: | 654 | flash: |
| 634 | go_to_status: "Zum Status" | 655 | go_to_status: "Zum Status" |
| 635 | stale_prefix: "Die %{lang}-Übersetzung ist womöglich veraltet —" | 656 | stale_prefix: "Die %{lang}-Übersetzung ist womöglich veraltet —" |
