summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-09 04:14:30 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-09 04:14:30 +0200
commit42b996e9197680a1955cfa5639462908677e5a94 (patch)
tree7f079ddf260fd67fc61686a7800625db47d1837c /config
parentd16161eab9029a509951146b80334c304c35fd34 (diff)
Attach an asset to a page from its edit form
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml4
-rw-r--r--config/locales/en.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 92a46768..aab46169 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -656,7 +656,7 @@ de:
656 assets: 656 assets:
657 created: "Asset wurde angelegt." 657 created: "Asset wurde angelegt."
658 updated: "Asset wurde aktualisiert." 658 updated: "Asset wurde aktualisiert."
659 already_attached: "Asset wurde gespeichert. Es war bereits an „%{title}“ angehängt." 659 already_attached: "Es war bereits an „%{title}“ angehängt."
660 attached_to_draft: "Zum Entwurf von %{title} hinzugefügt. Zum Veröffentlichen den Entwurf freigeben." 660 attached_to_draft: "Zum Entwurf von %{title} hinzugefügt. Zum Veröffentlichen den Entwurf freigeben."
661 attached_new_draft: "Entwurf von %{title} mit diesem Anhang angelegt. Zum Veröffentlichen den Entwurf freigeben." 661 attached_new_draft: "Entwurf von %{title} mit diesem Anhang angelegt. Zum Veröffentlichen den Entwurf freigeben."
662 events: 662 events:
@@ -721,7 +721,7 @@ de:
721 none_option: "— keine —" 721 none_option: "— keine —"
722 attach_to_page: "an Seite anhängen" 722 attach_to_page: "an Seite anhängen"
723 attach_search_placeholder: "Seite suchen…" 723 attach_search_placeholder: "Seite suchen…"
724 attach_hint: "Optional — hängt dieses Asset an die Seite an, alle ausstehenden Versionen eingeschlossen." 724 attach_hint: "Optional: Hängt dieses Asset an den Entwurf der Seite an. Es wird mit dem Entwurf veröffentlicht."
725 as_headline: "als Aufmacher der Seite anhängen" 725 as_headline: "als Aufmacher der Seite anhängen"
726 headline_hint: "Gilt nur, wenn die Seite noch keinen Aufmacher hat." 726 headline_hint: "Gilt nur, wenn die Seite noch keinen Aufmacher hat."
727 727
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 458a4069..8da079dc 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -624,7 +624,7 @@ en:
624 assets: 624 assets:
625 created: "Asset was successfully created." 625 created: "Asset was successfully created."
626 updated: "Asset was successfully updated." 626 updated: "Asset was successfully updated."
627 already_attached: "Asset saved — it was already attached to “%{title}”." 627 already_attached: "It was already attached to “%{title}”."
628 attached_to_draft: "Attached to the draft of %{title}. Publish it to make the change live." 628 attached_to_draft: "Attached to the draft of %{title}. Publish it to make the change live."
629 attached_new_draft: "Created a draft of %{title} with this attachment. Publish it to make the change live." 629 attached_new_draft: "Created a draft of %{title} with this attachment. Publish it to make the change live."
630 events: 630 events:
@@ -689,7 +689,7 @@ en:
689 none_option: "— none —" 689 none_option: "— none —"
690 attach_to_page: "attach to page" 690 attach_to_page: "attach to page"
691 attach_search_placeholder: "Search for a page…" 691 attach_search_placeholder: "Search for a page…"
692 attach_hint: "Optional attaches this asset to that page, all pending versions included." 692 attach_hint: "Optional: attach this asset to that page's draft, to go live when the draft is published."
693 as_headline: "attach as the page's headline" 693 as_headline: "attach as the page's headline"
694 headline_hint: "Applies only if the page has no headline yet." 694 headline_hint: "Applies only if the page has no headline yet."
695 695