summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-06 05:17:27 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-06 05:17:27 +0200
commite19787c6ca542736db40e042554f5c0103531821 (patch)
tree8f1642d670d77c587194d6927f6fb5dfe1da96b9 /config/locales/en.yml
parentcb16e35c5f9fc93a3382391de496153515cf05ca (diff)
Rebuild the sitemap rows around the shared title and action patterns
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f8a7144c..adcc591e 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -485,7 +485,8 @@ en:
485 add_child: "Add child type %{kind}" 485 add_child: "Add child type %{kind}"
486 abstract_locale: "Abstract (%{lang})" 486 abstract_locale: "Abstract (%{lang})"
487 body_locale: "Body (%{lang})" 487 body_locale: "Body (%{lang})"
488 restricted_hint: "Protected section — publishing and trashing are reserved for Redaktion. You can edit drafts freely." 488 restricted_hint: "Protected section. Publishing and trashing are reserved for Redaktion. You can edit drafts freely."
489 root_has_no_public_url: "The root node has no public address. It is served from the home page."
489 drafts: 490 drafts:
490 title: "Nodes with drafts, autosaves or locks" 491 title: "Nodes with drafts, autosaves or locks"
491 mine: 492 mine:
@@ -494,6 +495,10 @@ en:
494 title: "Nodes tagged: %{tag}" 495 title: "Nodes tagged: %{tag}"
495 sitemap: 496 sitemap:
496 title: "Sitemap" 497 title: "Sitemap"
498 create_at_root: "Create a top-level page"
499 create_child: "Add a page here"
500 flag_restricted: "Publishing below this point needs Redaktion"
501 flag_external: "Redirects elsewhere — do not add pages under this"
497 descendants: 502 descendants:
498 one: "1 descendant" 503 one: "1 descendant"
499 other: "%{count} descendants" 504 other: "%{count} descendants"