diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-18 02:16:23 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-18 02:16:23 +0200 |
| commit | d85c7998e5faa0da53514bae8cc2ccb9a9fe0cd3 (patch) | |
| tree | e29ebcdfa5361682f0dc73c928d8d35f0fc9533f /config | |
| parent | d41ee504caedbe858e24ab2a23c7a804454c64c8 (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')
| -rw-r--r-- | config/locales/de.yml | 3 | ||||
| -rw-r--r-- | config/locales/en.yml | 3 |
2 files changed, 6 insertions, 0 deletions
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: | |||
| 110 | detail_tags: "Tags %{from} → %{to}" | 110 | detail_tags: "Tags %{from} → %{to}" |
| 111 | template_changed: "Template geändert" | 111 | template_changed: "Template geändert" |
| 112 | assets_changed: "Bildliste geändert" | 112 | assets_changed: "Bildliste geändert" |
| 113 | trash: "%{actor} hat %{subject} in den Papierkorb verschoben (vorher unter %{from})" | ||
| 114 | restore_from_trash: "%{actor} hat %{subject} aus dem Papierkorb nach %{to} wiederhergestellt" | ||
| 115 | 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: | |||
| 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})" | ||
