summaryrefslogtreecommitdiff
path: root/config/locales
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
parentcb16e35c5f9fc93a3382391de496153515cf05ca (diff)
Rebuild the sitemap rows around the shared title and action patterns
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/de.yml7
-rw-r--r--config/locales/en.yml7
2 files changed, 12 insertions, 2 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 591b45d1..10f4b606 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -538,7 +538,8 @@ de:
538 add_child: "Kind vom Typ %{kind} anlegen" 538 add_child: "Kind vom Typ %{kind} anlegen"
539 abstract_locale: "Abstract (%{lang})" 539 abstract_locale: "Abstract (%{lang})"
540 body_locale: "Text (%{lang})" 540 body_locale: "Text (%{lang})"
541 restricted_hint: "Geschützter Bereich — Veröffentlichen und Papierkorb sind der Redaktion vorbehalten. Entwürfe kannst du frei bearbeiten." 541 restricted_hint: "Geschützter Bereich. Veröffentlichen und Papierkorb sind der Redaktion vorbehalten. Entwürfe kannst du frei bearbeiten."
542 root_has_no_public_url: "Der Root-Node hat keine öffentliche Adresse. Er wird von der Startseite geliefert."
542 drafts: 543 drafts:
543 title: "Nodes mit Entwürfen, Autosaves oder Sperren" 544 title: "Nodes mit Entwürfen, Autosaves oder Sperren"
544 mine: 545 mine:
@@ -547,6 +548,10 @@ de:
547 title: "Nodes mit Tag: %{tag}" 548 title: "Nodes mit Tag: %{tag}"
548 sitemap: 549 sitemap:
549 title: "Sitemap" 550 title: "Sitemap"
551 create_at_root: "Seite auf oberster Ebene anlegen"
552 create_child: "Hier eine Seite anlegen"
553 flag_restricted: "Veröffentlichen unterhalb erfordert Redaktion"
554 flag_external: "Leitet weiter — hier keine Seiten anlegen"
550 descendants: 555 descendants:
551 one: "1 Unterseite" 556 one: "1 Unterseite"
552 other: "%{count} Unterseiten" 557 other: "%{count} Unterseiten"
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"