summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-18 02:16:23 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-18 02:16:23 +0200
commitd85c7998e5faa0da53514bae8cc2ccb9a9fe0cd3 (patch)
treee29ebcdfa5361682f0dc73c928d8d35f0fc9533f /config/locales/en.yml
parentd41ee504caedbe858e24ab2a23c7a804454c64c8 (diff)
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).
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f1856c17..b356cc1a 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -62,3 +62,6 @@ en:
62 detail_tags: "tags %{from} → %{to}" 62 detail_tags: "tags %{from} → %{to}"
63 template_changed: "template changed" 63 template_changed: "template changed"
64 assets_changed: "attached images changed" 64 assets_changed: "attached images changed"
65 trash: "%{actor} moved %{subject} to the Trash (was at %{from})"
66 restore_from_trash: "%{actor} restored %{subject} from the Trash to %{to}"
67 destroy: "%{actor} permanently deleted %{subject} (last at %{path})"