diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 06:15:14 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 06:15:14 +0200 |
| commit | f4ddfff03ca9f25d50f39a1971877362d85eb9cb (patch) | |
| tree | 31e6774fd4cf2b579a9622277be150417a2fa48e /config/locales/en.yml | |
| parent | 02a4ea750428aa1a9c9e7f2680553c0ce4ef1fec (diff) | |
Move the pending address from the node onto the draft
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 6cff43f0..524d07d0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -63,9 +63,7 @@ en: | |||
| 63 | title: "Title" | 63 | title: "Title" |
| 64 | node: | 64 | node: |
| 65 | slug: "Slug" | 65 | slug: "Slug" |
| 66 | staged_slug: "Staged slug" | ||
| 67 | parent_id: "Parent node" | 66 | parent_id: "Parent node" |
| 68 | staged_parent_id: "Staged parent node" | ||
| 69 | head_id: "Head" | 67 | head_id: "Head" |
| 70 | related_asset: | 68 | related_asset: |
| 71 | headline: "Headline" | 69 | headline: "Headline" |
| @@ -83,11 +81,16 @@ en: | |||
| 83 | trash_undeletable: "The Trash node cannot be destroyed" | 81 | trash_undeletable: "The Trash node cannot be destroyed" |
| 84 | publish_in_trash: "Cannot publish a node in the Trash" | 82 | publish_in_trash: "Cannot publish a node in the Trash" |
| 85 | move_under_self: "Cannot move a node under itself or one of its own descendants" | 83 | move_under_self: "Cannot move a node under itself or one of its own descendants" |
| 84 | move_target_missing: "The page this was to be moved under no longer exists." | ||
| 86 | trash_the_trash: "The Trash node itself cannot be trashed" | 85 | trash_the_trash: "The Trash node itself cannot be trashed" |
| 87 | restore_target_invalid: "Restore target must be a living node" | 86 | restore_target_invalid: "Restore target must be a living node" |
| 88 | destroy_outside_trash: "Nodes are only destroyed from the Trash" | 87 | destroy_outside_trash: "Nodes are only destroyed from the Trash" |
| 89 | attach_in_trash: "Cannot attach assets to a node in the Trash" | 88 | attach_in_trash: "Cannot attach assets to a node in the Trash" |
| 90 | not_permitted: "Only Redaktion members may change published content in this section" | 89 | not_permitted: "Only Redaktion members may change published content in this section" |
| 90 | page: | ||
| 91 | attributes: | ||
| 92 | slug: | ||
| 93 | reserved_for_trash: "is reserved for the Trash" | ||
| 91 | user: | 94 | user: |
| 92 | attributes: | 95 | attributes: |
| 93 | roles: | 96 | roles: |
| @@ -639,7 +642,6 @@ en: | |||
| 639 | trashed: "Page has been moved to the Trash" | 642 | trashed: "Page has been moved to the Trash" |
| 640 | already_trashed: "Page is already in the Trash" | 643 | already_trashed: "Page is already in the Trash" |
| 641 | restored: "Page has been restored from the Trash" | 644 | restored: "Page has been restored from the Trash" |
| 642 | restore_target_missing: "Restore target not found" | ||
| 643 | deleted: "Page has been permanently deleted" | 645 | deleted: "Page has been permanently deleted" |
| 644 | published: "Draft has been published" | 646 | published: "Draft has been published" |
| 645 | unlocked: "Node unlocked" | 647 | unlocked: "Node unlocked" |
