diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-20 17:37:01 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-20 17:37:01 +0200 |
| commit | a1794d3087e6cbd228f3641e7313815d8c59695f (patch) | |
| tree | 85a9ac0c50faf47a33be57af818942b692530ffc /config/locales/en.yml | |
| parent | 3e77e5fca9f66f5be9c12085fd68c4e9d0ba79be (diff) | |
Surface redirects in nodes#show, the action log and when publishing
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 8b67f0ed..9fab0f58 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -58,6 +58,8 @@ en: | |||
| 58 | template_name: "Template" | 58 | template_name: "Template" |
| 59 | assets: "Assets" | 59 | assets: "Assets" |
| 60 | external_url: "External homepage" | 60 | external_url: "External homepage" |
| 61 | redirect: "Redirect" | ||
| 62 | redirect_node: "Redirect node" | ||
| 61 | published_at: "Publication date" | 63 | published_at: "Publication date" |
| 62 | user: "Author" | 64 | user: "Author" |
| 63 | menu_item: | 65 | menu_item: |
| @@ -411,6 +413,8 @@ en: | |||
| 411 | redirect_hint: "If the taget node is empty, the external url will be used." | 413 | redirect_hint: "If the taget node is empty, the external url will be used." |
| 412 | redirect_target_hint: "Disabling does not clear the destination" | 414 | redirect_target_hint: "Disabling does not clear the destination" |
| 413 | redirect_clear: "Clear redirect" | 415 | redirect_clear: "Clear redirect" |
| 416 | redirect_mode_temporary: "temporary" | ||
| 417 | redirect_mode_permanent: "permanent" | ||
| 414 | show: | 418 | show: |
| 415 | status: "Status" | 419 | status: "Status" |
| 416 | head: "Head" | 420 | head: "Head" |
| @@ -432,11 +436,16 @@ en: | |||
| 432 | publish: "Publish" | 436 | publish: "Publish" |
| 433 | confirm_publish: "Publish this draft?" | 437 | confirm_publish: "Publish this draft?" |
| 434 | confirm_publish_moves: "This will also move the page to %{path}." | 438 | confirm_publish_moves: "This will also move the page to %{path}." |
| 439 | confirm_publish_redirects: "This will make the page redirect elsewhere." | ||
| 440 | confirm_publish_redirect_changes: "This will change the page's redirect target." | ||
| 435 | destroy_draft: "Destroy Draft" | 441 | destroy_draft: "Destroy Draft" |
| 436 | discard_autosave: "Discard Autosave" | 442 | discard_autosave: "Discard Autosave" |
| 437 | confirm_trash: "Move this page and everything beneath it to the Trash? All published content in it will go offline." | 443 | confirm_trash: "Move this page and everything beneath it to the Trash? All published content in it will go offline." |
| 438 | move_to_trash: "Move to Trash" | 444 | move_to_trash: "Move to Trash" |
| 439 | locked_hint: "Locked — see People below to unlock before editing, publishing, or discarding." | 445 | locked_hint: "Locked — see People below to unlock before editing, publishing, or discarding." |
| 446 | redirect_flag: "Redirects to %{path}" | ||
| 447 | redirect_flag_url: "Redirects to %{url}" | ||
| 448 | redirect_flag_broken: "Broken redirect" | ||
| 440 | visit: "Visit" | 449 | visit: "Visit" |
| 441 | copy_url: "Copy URL" | 450 | copy_url: "Copy URL" |
| 442 | trash: "Trash" | 451 | trash: "Trash" |
| @@ -467,7 +476,9 @@ en: | |||
| 467 | will_publish_at: "Will publish at" | 476 | will_publish_at: "Will publish at" |
| 468 | links: "Links" | 477 | links: "Links" |
| 469 | public: "Public" | 478 | public: "Public" |
| 470 | pending_address: "Beim Veröffentlichen wird diese Seite nach %{path} verschoben" | 479 | pending_address: "Publishing will move this page to %{path}" |
| 480 | redirects_to: "This page redirects to %{path}" | ||
| 481 | redirects_to_url: "This page redirects to %{url}" | ||
| 471 | admin_preview: "Admin Preview" | 482 | admin_preview: "Admin Preview" |
| 472 | public_preview: "Public Preview" | 483 | public_preview: "Public Preview" |
| 473 | revoke: "Revoke" | 484 | revoke: "Revoke" |
