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/locales/de.yml | |
| 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/locales/de.yml')
| -rw-r--r-- | config/locales/de.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 8592364d..289e5cc4 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})" | ||
