summaryrefslogtreecommitdiff
path: root/config/locales/de.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-16 13:50:15 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-16 13:50:15 +0200
commit603ccfbd5fe96f0b83aaf3d5118aded2a39992fb (patch)
tree0e88ec41af6ce1a03e65bedb3f68a5a9881d96bb /config/locales/de.yml
parentbb7ef80d084f474bb4c3be0ae0d033aff3de0272 (diff)
Condense the action log into a scannable table
Several minor improvements to the action log presentation: * Now a table with date and human readable presentation as rows is displayed * If no changes in a title were detected, the old version is omitted * The "inferred" flag is demoted to the end of the line * You can zoom in on the node's history directly from a log line * byline for the first publish action is preserved * Revisions are directly linked to when a new one i published
Diffstat (limited to 'config/locales/de.yml')
-rw-r--r--config/locales/de.yml13
1 files changed, 11 insertions, 2 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 795e4d00..9de6aac1 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -90,9 +90,10 @@ de:
90 show_changes: "Änderungen an Übersetzungen" 90 show_changes: "Änderungen an Übersetzungen"
91 view_revision: "Diese Revision ansehen" 91 view_revision: "Diese Revision ansehen"
92 unknown: "%{actor} hat %{action} auf %{subject} aus" 92 unknown: "%{actor} hat %{action} auf %{subject} aus"
93 publish: "%{actor} hat %{subject} veröffentlicht, (vorher: %{from})" 93 publish: "%{actor} hat %{revision} von %{subject} veröffentlicht"
94 publish_rollback: "%{actor} hat %{subject} auf %{revision} zurückgesetzt"
94 publish_first: "%{actor} hat %{subject} zum ersten Mal veröffentlicht" 95 publish_first: "%{actor} hat %{subject} zum ersten Mal veröffentlicht"
95 publish_rollback: "%{actor} hat %{subject} auf eine frühere Revision zu¼ckgesetzt (vorher: %{from})" 96 publish_first_with_author: "%{actor} hat %{subject} zum ersten Mal ve¶ffentlicht (Autor: %{author})"
96 create: "%{actor} hat %{subject} unter %{path} angelegt" 97 create: "%{actor} hat %{subject} unter %{path} angelegt"
97 move: "%{actor} hat %{subject} von %{from} nach %{to} verschoben" 98 move: "%{actor} hat %{subject} von %{from} nach %{to} verschoben"
98 discard_autosave: "%{actor} hat ungespeicherte Änderungen an %{subject} verschoben" 99 discard_autosave: "%{actor} hat ungespeicherte Änderungen an %{subject} verschoben"
@@ -101,3 +102,11 @@ de:
101 locale_removed: "Übersetzung entfernt, letzter Titel \"%{title}\"" 102 locale_removed: "Übersetzung entfernt, letzter Titel \"%{title}\""
102 abstract_changed: "Abstract geändert" 103 abstract_changed: "Abstract geändert"
103 body_changed: "Text geändert" 104 body_changed: "Text geändert"
105 revision_new: "eine neue Revision"
106 revision_earlier: "eine frühere Revision"
107 node_history: "Chronik"
108 detail_title: "Titel „%{from}“ → „%{to}“"
109 detail_author: "Autor %{from} → %{to}"
110 detail_tags: "Tags %{from} → %{to}"
111 template_changed: "Template geändert"
112 assets_changed: "Bildliste geändert"