From 603ccfbd5fe96f0b83aaf3d5118aded2a39992fb Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 16 Jul 2026 13:50:15 +0200 Subject: 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 --- config/locales/de.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'config/locales/de.yml') 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: show_changes: "Änderungen an Übersetzungen" view_revision: "Diese Revision ansehen" unknown: "%{actor} hat %{action} auf %{subject} aus" - publish: "%{actor} hat %{subject} veröffentlicht, (vorher: %{from})" + publish: "%{actor} hat %{revision} von %{subject} veröffentlicht" + publish_rollback: "%{actor} hat %{subject} auf %{revision} zurückgesetzt" publish_first: "%{actor} hat %{subject} zum ersten Mal veröffentlicht" - publish_rollback: "%{actor} hat %{subject} auf eine frühere Revision zurückgesetzt (vorher: %{from})" + publish_first_with_author: "%{actor} hat %{subject} zum ersten Mal veröffentlicht (Autor: %{author})" create: "%{actor} hat %{subject} unter %{path} angelegt" move: "%{actor} hat %{subject} von %{from} nach %{to} verschoben" discard_autosave: "%{actor} hat ungespeicherte Änderungen an %{subject} verschoben" @@ -101,3 +102,11 @@ de: locale_removed: "Übersetzung entfernt, letzter Titel \"%{title}\"" abstract_changed: "Abstract geändert" body_changed: "Text geändert" + revision_new: "eine neue Revision" + revision_earlier: "eine frühere Revision" + node_history: "Chronik" + detail_title: "Titel „%{from}“ → „%{to}“" + detail_author: "Autor %{from} → %{to}" + detail_tags: "Tags %{from} → %{to}" + template_changed: "Template geändert" + assets_changed: "Bildliste geändert" -- cgit v1.3