diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 19:46:29 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 19:46:29 +0200 |
| commit | cef5d1a685f324a4779ea6d18da0b0bbf6cfb7b1 (patch) | |
| tree | e481cc324c757d18773d21ed3174dc90f14e16a4 /config | |
| parent | aedf5778aba87c4e8d036dde2a0b6ec79cf8b342 (diff) | |
Zoom the action log on assets
Asset names in summaries and publish deltas link to assets#show with
an inline Chronik beside each, suppressed inside that asset's own
zoom, per the node convention. assets#show gains a history button.
Also renames the details summary (no longer only translations) and
moves View Diff onto its own line.
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 3 | ||||
| -rw-r--r-- | config/locales/en.yml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index b1594f19..d5ba0706 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -87,7 +87,7 @@ de: | |||
| 87 | heading: "Letzte Änderungen" | 87 | heading: "Letzte Änderungen" |
| 88 | show_all: "Alle Einträge zeigen" | 88 | show_all: "Alle Einträge zeigen" |
| 89 | backfilled: "rekonstruiert" | 89 | backfilled: "rekonstruiert" |
| 90 | show_changes: "Änderungen an Übersetzungen" | 90 | show_changes: "Änderungen im Detail" |
| 91 | view_revision: "Diese Revision ansehen" | 91 | view_revision: "Diese Revision ansehen" |
| 92 | unknown: "%{actor} hat %{action} auf %{subject} ausgeführt" | 92 | unknown: "%{actor} hat %{action} auf %{subject} ausgeführt" |
| 93 | publish: "%{actor} hat %{revision} von %{subject} veröffentlicht" | 93 | publish: "%{actor} hat %{revision} von %{subject} veröffentlicht" |
| @@ -116,6 +116,7 @@ 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_history: "Chronik" | ||
| 119 | asset_create: "%{actor} hat das Asset „%{asset}“ hochgeladen" | 120 | asset_create: "%{actor} hat das Asset „%{asset}“ hochgeladen" |
| 120 | asset_attach: "%{actor} hat „%{asset}“ an %{subject} angehängt" | 121 | asset_attach: "%{actor} hat „%{asset}“ an %{subject} angehängt" |
| 121 | asset_attach_headline: "%{actor} hat „%{asset}“ als Aufmacher an %{subject} angehängt" | 122 | asset_attach_headline: "%{actor} hat „%{asset}“ als Aufmacher an %{subject} angehängt" |
diff --git a/config/locales/en.yml b/config/locales/en.yml index 649c8812..8b4e5db4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -39,7 +39,7 @@ en: | |||
| 39 | heading: "Action log" | 39 | heading: "Action log" |
| 40 | show_all: "Show all entries" | 40 | show_all: "Show all entries" |
| 41 | backfilled: "backfilled" | 41 | backfilled: "backfilled" |
| 42 | show_changes: "translation changes" | 42 | show_changes: "Change details" |
| 43 | view_revision: "view this revision" | 43 | view_revision: "view this revision" |
| 44 | unknown: "%{actor} did %{action} on %{subject}" | 44 | unknown: "%{actor} did %{action} on %{subject}" |
| 45 | publish: "%{actor} published %{revision} of %{subject}" | 45 | publish: "%{actor} published %{revision} of %{subject}" |
| @@ -68,6 +68,7 @@ en: | |||
| 68 | revision_created: "created %{date} by %{actor}" | 68 | revision_created: "created %{date} by %{actor}" |
| 69 | revision_published: "published %{date} by %{actor}" | 69 | revision_published: "published %{date} by %{actor}" |
| 70 | revision_restored: "restored %{date} by %{actor}" | 70 | revision_restored: "restored %{date} by %{actor}" |
| 71 | asset_history: "History" | ||
| 71 | asset_destroy: "%{actor} destroyed asset “%{asset}”" | 72 | asset_destroy: "%{actor} destroyed asset “%{asset}”" |
| 72 | asset_destroy_detached: "— detached from %{paths}" | 73 | asset_destroy_detached: "— detached from %{paths}" |
| 73 | asset_destroy_headlines: "(was the headline of %{paths})" | 74 | asset_destroy_headlines: "(was the headline of %{paths})" |
