summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-09 14:23:17 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-09 14:23:17 +0200
commit44b503f5289705727f0c06392813face855f60f4 (patch)
treec498d9e2d7cbda7e91586a2b5cbfe2c96f5ae3d6 /config
parent616a0d2d2ba15a7e176938ee829d60366fb6a9c2 (diff)
Give the attach picker and the create-page action their own rows
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml2
-rw-r--r--config/locales/en.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index e410e519..bc1660f4 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -703,6 +703,8 @@ de:
703 attached_to: "Angehängt an" 703 attached_to: "Angehängt an"
704 pending_only: "nur in ausstehenden Versionen" 704 pending_only: "nur in ausstehenden Versionen"
705 not_attached: "— an keine Seite angehängt —" 705 not_attached: "— an keine Seite angehängt —"
706 attach_hint: "Hängt dieses Asset an den Entwurf der Seite an; es wird mit dem Entwurf veröffentlicht."
707 new_page: "neue Seite"
706 new_page_with_attachment: "Neue Seite mit diesem Anhang" 708 new_page_with_attachment: "Neue Seite mit diesem Anhang"
707 attach_button: "Anhängen" 709 attach_button: "Anhängen"
708 public_path: "Öffentlicher Pfad" 710 public_path: "Öffentlicher Pfad"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f8f586b9..58c85f9e 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -672,6 +672,8 @@ en:
672 pending_only: "pending versions only" 672 pending_only: "pending versions only"
673 not_attached: "— not attached to any page —" 673 not_attached: "— not attached to any page —"
674 attach_button: "Attach" 674 attach_button: "Attach"
675 attach_hint: "Attaches this asset to the page's draft, to go live when the draft is published."
676 new_page: "new page"
675 new_page_with_attachment: "New page with this attachment" 677 new_page_with_attachment: "New page with this attachment"
676 public_path: "Public Path" 678 public_path: "Public Path"
677 copy_url: "Copy URL" 679 copy_url: "Copy URL"