summaryrefslogtreecommitdiff
path: root/config/locales
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-07 20:22:37 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-07 20:22:37 +0200
commit278819cad2d2199029cc11124c95b0155f83f821 (patch)
treec98cada36cbec18a5e0c2bc1e17ef3370a9adbe8 /config/locales
parente7b12a7e50e6bdb64ccaa1180d606465485a8439 (diff)
Show a pending address in the cockpit, the diff and the publish confirm
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/de.yml3
-rw-r--r--config/locales/en.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 6068d4c4..032d7647 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -477,6 +477,7 @@ de:
477 layer_autosave: "Autosave" 477 layer_autosave: "Autosave"
478 publish: "Veröffentlichen" 478 publish: "Veröffentlichen"
479 confirm_publish: "Diesen Entwurf veröffentlichen?" 479 confirm_publish: "Diesen Entwurf veröffentlichen?"
480 confirm_publish_moves: "Dabei wird die Seite nach %{path} verschoben."
480 destroy_draft: "Entwurf löschen" 481 destroy_draft: "Entwurf löschen"
481 discard_autosave: "Autosave verwerfen" 482 discard_autosave: "Autosave verwerfen"
482 confirm_trash: "Diese Seite und alles darunter in den Papierkorb verschieben? Alle veröffentlichten Inhalte darin gehen offline." 483 confirm_trash: "Diese Seite und alles darunter in den Papierkorb verschieben? Alle veröffentlichten Inhalte darin gehen offline."
@@ -512,6 +513,7 @@ de:
512 will_publish_at: "Wird veröffentlicht am" 513 will_publish_at: "Wird veröffentlicht am"
513 links: "Links" 514 links: "Links"
514 public: "Öffentlich" 515 public: "Öffentlich"
516 pending_address: "Beim Veröffentlichen wird diese Seite nach %{path} verschoben"
515 admin_preview: "Admin-Vorschau" 517 admin_preview: "Admin-Vorschau"
516 public_preview: "Öffentliche Vorschau" 518 public_preview: "Öffentliche Vorschau"
517 revoke: "Zurückziehen" 519 revoke: "Zurückziehen"
@@ -747,6 +749,7 @@ de:
747 no_change: "Keine Änderung." 749 no_change: "Keine Änderung."
748 unchanged_here_html: "Keine Änderung in der Übersetzung %{lang} zwischen diesen Revisionen — geändert wurde %{others}." 750 unchanged_here_html: "Keine Änderung in der Übersetzung %{lang} zwischen diesen Revisionen — geändert wurde %{others}."
749 unchanged_anywhere: "Zwischen diesen Revisionen wurde keine Übersetzung geändert." 751 unchanged_anywhere: "Zwischen diesen Revisionen wurde keine Übersetzung geändert."
752 address: "Adresse"
750 index: 753 index:
751 title: "Revisionen für Node: %{path}" 754 title: "Revisionen für Node: %{path}"
752 back_to_node: "Zurück zum Node" 755 back_to_node: "Zurück zum Node"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 524d07d0..e75000bc 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -424,6 +424,7 @@ en:
424 layer_autosave: "Autosave" 424 layer_autosave: "Autosave"
425 publish: "Publish" 425 publish: "Publish"
426 confirm_publish: "Publish this draft?" 426 confirm_publish: "Publish this draft?"
427 confirm_publish_moves: "This will also move the page to %{path}."
427 destroy_draft: "Destroy Draft" 428 destroy_draft: "Destroy Draft"
428 discard_autosave: "Discard Autosave" 429 discard_autosave: "Discard Autosave"
429 confirm_trash: "Move this page and everything beneath it to the Trash? All published content in it will go offline." 430 confirm_trash: "Move this page and everything beneath it to the Trash? All published content in it will go offline."
@@ -459,6 +460,7 @@ en:
459 will_publish_at: "Will publish at" 460 will_publish_at: "Will publish at"
460 links: "Links" 461 links: "Links"
461 public: "Public" 462 public: "Public"
463 pending_address: "Beim Veröffentlichen wird diese Seite nach %{path} verschoben"
462 admin_preview: "Admin Preview" 464 admin_preview: "Admin Preview"
463 public_preview: "Public Preview" 465 public_preview: "Public Preview"
464 revoke: "Revoke" 466 revoke: "Revoke"
@@ -710,6 +712,7 @@ en:
710 no_change: "No change." 712 no_change: "No change."
711 unchanged_here_html: "No change in the %{lang} translation between these revisions — %{others} changed." 713 unchanged_here_html: "No change in the %{lang} translation between these revisions — %{others} changed."
712 unchanged_anywhere: "No translation changed between these revisions." 714 unchanged_anywhere: "No translation changed between these revisions."
715 address: "Address"
713 index: 716 index:
714 title: "Revisions for Node: %{path}" 717 title: "Revisions for Node: %{path}"
715 back_to_node: "Back to node" 718 back_to_node: "Back to node"