diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-31 20:41:05 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-31 20:41:05 +0200 |
| commit | 3b4e1423635fd9f33ae760312e438cc1e484662e (patch) | |
| tree | 0dd81aaf26ab5e4d7e178563f120b3e203c4dc0b /config/locales | |
| parent | 683526b38442a9873d83a542b5cba1d15efc14d5 (diff) | |
Show the gate before it refuses, and check the destination
nodes#show renders publish and trash as disabled_action spans with a hint
naming what an editor can still do, matching how locked_by_other already
reads. Editing and reverting stay live: drafting is free everywhere.
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/de.yml | 1 | ||||
| -rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index a7ad0f26..746aa803 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -493,6 +493,7 @@ de: | |||
| 493 | add_child: "Kind vom Typ %{kind} anlegen" | 493 | add_child: "Kind vom Typ %{kind} anlegen" |
| 494 | abstract_locale: "Abstract (%{lang})" | 494 | abstract_locale: "Abstract (%{lang})" |
| 495 | body_locale: "Text (%{lang})" | 495 | body_locale: "Text (%{lang})" |
| 496 | restricted_hint: "Geschützter Bereich — Veröffentlichen und Papierkorb sind der Redaktion vorbehalten. Entwürfe kannst du frei bearbeiten." | ||
| 496 | drafts: | 497 | drafts: |
| 497 | title: "Nodes mit Entwürfen, Autosaves oder Sperren" | 498 | title: "Nodes mit Entwürfen, Autosaves oder Sperren" |
| 498 | mine: | 499 | mine: |
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7e830325..22429c9e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -436,6 +436,7 @@ en: | |||
| 436 | add_child: "Add child type %{kind}" | 436 | add_child: "Add child type %{kind}" |
| 437 | abstract_locale: "Abstract (%{lang})" | 437 | abstract_locale: "Abstract (%{lang})" |
| 438 | body_locale: "Body (%{lang})" | 438 | body_locale: "Body (%{lang})" |
| 439 | restricted_hint: "Protected section — publishing and trashing are reserved for Redaktion. You can edit drafts freely." | ||
| 439 | drafts: | 440 | drafts: |
| 440 | title: "Nodes with drafts, autosaves or locks" | 441 | title: "Nodes with drafts, autosaves or locks" |
| 441 | mine: | 442 | mine: |
