summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-30 16:50:19 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-30 16:50:19 +0200
commit37c542bee952193ebfbced8529b8699e2712fdc8 (patch)
treedf8d70c586002a08b85ba1143a93f9444215ff63 /config/locales/en.yml
parent970f0daaa7097d1a34cf3daa6266b80b93c190a9 (diff)
Localise model validation messages and refusal reasons
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index da87777d..1b112e3d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -66,6 +66,36 @@ en:
66 node_id: "Node Id" 66 node_id: "Node Id"
67 path: "Path" 67 path: "Path"
68 title: "Title" 68 title: "Title"
69 node:
70 slug: "Slug"
71 staged_slug: "Staged slug"
72 parent_id: "Parent node"
73 staged_parent_id: "Staged parent node"
74 head_id: "Head"
75 related_asset:
76 headline: "Headline"
77
78 errors:
79 models:
80 node:
81 reserved_for_trash: "is reserved for the Trash"
82 trash_immutable: "of the Trash node cannot change"
83 trash_must_be_empty: "must stay empty on the Trash node"
84 inside_trash: "cannot exist inside the Trash"
85 attributes:
86 base:
87 has_children: "Cannot destroy a node that still has children"
88 trash_undeletable: "The Trash node cannot be destroyed"
89 publish_in_trash: "Cannot publish a node in the Trash"
90 move_under_self: "Cannot move a node under itself or one of its own descendants"
91 trash_the_trash: "The Trash node itself cannot be trashed"
92 restore_target_invalid: "Restore target must be a living node"
93 destroy_outside_trash: "Nodes are only destroyed from the Trash"
94 attach_in_trash: "Cannot attach assets to a node in the Trash"
95 related_asset:
96 attributes:
97 headline:
98 images_and_pdfs_only: "can only be set on image or PDF assets"
69 99
70 tags: 100 tags:
71 index: 101 index: