diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 12:24:52 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 12:24:52 +0200 |
| commit | 932d4a4be40587fa6d489eca16a1ef6d6f2936d1 (patch) | |
| tree | a7512889db54347845ce8f72e5a2155d917b4500 /config/locales | |
| parent | 6ef98ad444631b1d5ba67bb16aaaa2afdfa53ae0 (diff) | |
Witness asset uploads and out-of-band attaches in the action log
Diffstat (limited to 'config/locales')
| -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 d6241d51..fff74799 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -116,6 +116,9 @@ de: | |||
| 116 | revision_created: "angelegt am %{date} von %{actor}" | 116 | revision_created: "angelegt am %{date} von %{actor}" |
| 117 | revision_published: "veröffentlicht am %{date} von %{actor}" | 117 | revision_published: "veröffentlicht am %{date} von %{actor}" |
| 118 | revision_restored: "wiederhergestellt am %{date} von %{actor}" | 118 | revision_restored: "wiederhergestellt am %{date} von %{actor}" |
| 119 | asset_create: "%{actor} hat das Asset „%{asset}“ hochgeladen" | ||
| 120 | asset_attach: "%{actor} hat „%{asset}“ an %{subject} angehängt" | ||
| 121 | asset_attach_headline: "%{actor} hat „%{asset}“ als Aufmacher an %{subject} angehängt" | ||
| 119 | asset_destroy: "%{actor} hat das Asset „%{asset}“ gelöscht" | 122 | asset_destroy: "%{actor} hat das Asset „%{asset}“ gelöscht" |
| 120 | asset_destroy_detached: "— entfernt von %{paths}" | 123 | asset_destroy_detached: "— entfernt von %{paths}" |
| 121 | asset_destroy_headlines: "(war Aufmacher von %{paths})" | 124 | asset_destroy_headlines: "(war Aufmacher von %{paths})" |
diff --git a/config/locales/en.yml b/config/locales/en.yml index bd59915b..fc9f5d13 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -71,6 +71,9 @@ en: | |||
| 71 | asset_destroy: "%{actor} destroyed asset “%{asset}”" | 71 | asset_destroy: "%{actor} destroyed asset “%{asset}”" |
| 72 | asset_destroy_detached: "— detached from %{paths}" | 72 | asset_destroy_detached: "— detached from %{paths}" |
| 73 | asset_destroy_headlines: "(was the headline of %{paths})" | 73 | asset_destroy_headlines: "(was the headline of %{paths})" |
| 74 | asset_create: "%{actor} uploaded asset “%{asset}”" | ||
| 75 | asset_attach: "%{actor} attached “%{asset}” to %{subject}" | ||
| 76 | asset_attach_headline: "%{actor} attached “%{asset}” to %{subject} as its headline" | ||
| 74 | 77 | ||
| 75 | open_gallery: "Open gallery" | 78 | open_gallery: "Open gallery" |
| 76 | asset_licenses: | 79 | asset_licenses: |
