diff options
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})" | ||
