From d85c7998e5faa0da53514bae8cc2ccb9a9fe0cd3 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 18 Jul 2026 02:16:23 +0200 Subject: Teach the action log reader the Trash vocabulary Sentences for trash (with the pre-trash path), restore_from_trash (with the destination), and destroy (with the final path, read from its flat create-symmetric key). --- config/locales/de.yml | 3 +++ config/locales/en.yml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'config') diff --git a/config/locales/de.yml b/config/locales/de.yml index 8592364..289e5cc 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -110,3 +110,6 @@ de: detail_tags: "Tags %{from} → %{to}" template_changed: "Template geändert" assets_changed: "Bildliste geändert" + trash: "%{actor} hat %{subject} in den Papierkorb verschoben (vorher unter %{from})" + restore_from_trash: "%{actor} hat %{subject} aus dem Papierkorb nach %{to} wiederhergestellt" + destroy: "%{actor} hat %{subject} endgültig gelöscht (zuletzt unter %{path})" diff --git a/config/locales/en.yml b/config/locales/en.yml index f1856c1..b356cc1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -62,3 +62,6 @@ en: detail_tags: "tags %{from} → %{to}" template_changed: "template changed" assets_changed: "attached images changed" + trash: "%{actor} moved %{subject} to the Trash (was at %{from})" + restore_from_trash: "%{actor} restored %{subject} from the Trash to %{to}" + destroy: "%{actor} permanently deleted %{subject} (last at %{path})" -- cgit v1.3