diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-20 12:50:30 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-20 12:50:30 +0200 |
| commit | a8cf725312d245d8d1f1df0fff22718975ce249e (patch) | |
| tree | c5084dfe79e6eac647b0253a305361aa8ff6efbc /config/locales | |
| parent | 4df88b601b1900c287051d827eaff46f498f60d0 (diff) | |
Add redirect ui in in nodes#edit and apply some minor cleanup
Also give search inputs a magnifier and a clear control: input_group
wraps a field with an icon and, where clearing is meaningful, a
button that empties it and any hidden companion named by data-clears.
Clean up some inconistency between field hints presented as p and as
span.
Remove stray console.log.
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/de.yml | 5 | ||||
| -rw-r--r-- | config/locales/en.yml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index e94dfb7e..95d6edc2 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -454,6 +454,11 @@ de: | |||
| 454 | set_headline_title: "Dieses Foto als Aufmacherbild der Seite verwenden" | 454 | set_headline_title: "Dieses Foto als Aufmacherbild der Seite verwenden" |
| 455 | remove_image_label: "Bild entfernen" | 455 | remove_image_label: "Bild entfernen" |
| 456 | external_url: "Externe Homepage" | 456 | external_url: "Externe Homepage" |
| 457 | redirect: "Weiterleitung" | ||
| 458 | redirect_enable: "Diese Seite leitet weiter" | ||
| 459 | redirect_hint: "Ohne Ziel-Node wird auf die externe Homepage weitergeleitet." | ||
| 460 | redirect_target_hint: "Bleibt erhalten, wenn die Weiterleitung abgeschaltet wird." | ||
| 461 | redirect_clear: "Ziel entfernen" | ||
| 457 | show: | 462 | show: |
| 458 | status: "Status" | 463 | status: "Status" |
| 459 | head: "Head" | 464 | head: "Head" |
diff --git a/config/locales/en.yml b/config/locales/en.yml index 54d973e2..8b67f0ed 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -406,6 +406,11 @@ en: | |||
| 406 | set_headline_title: "Use this photo as the page's headline image" | 406 | set_headline_title: "Use this photo as the page's headline image" |
| 407 | remove_image_label: "Remove image" | 407 | remove_image_label: "Remove image" |
| 408 | external_url: "External homepage" | 408 | external_url: "External homepage" |
| 409 | redirect: "Redirect" | ||
| 410 | redirect_enable: "This page redirects" | ||
| 411 | redirect_hint: "If the taget node is empty, the external url will be used." | ||
| 412 | redirect_target_hint: "Disabling does not clear the destination" | ||
| 413 | redirect_clear: "Clear redirect" | ||
| 409 | show: | 414 | show: |
| 410 | status: "Status" | 415 | status: "Status" |
| 411 | head: "Head" | 416 | head: "Head" |
