summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-25 02:56:49 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-25 02:56:49 +0200
commited32bc6902ab634451539770bcd910662212e01a (patch)
tree8fc514889c2f80052a3873753d9cb32bfa879bb7 /config/locales/en.yml
parent0a5d7806700bb3154529b99abc75d37ccc46faff (diff)
Extract admin strings to i18n: users and tags clusters
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml26
1 files changed, 21 insertions, 5 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index a15c7dd9..cb75693b 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -36,6 +36,10 @@ en:
36 container_aria_label: "Pagination" 36 container_aria_label: "Pagination"
37 page_aria_label: "Page %{page}" 37 page_aria_label: "Page %{page}"
38 38
39 tags:
40 index:
41 title: "Tags"
42
39 node_actions: 43 node_actions:
40 heading: "Action log" 44 heading: "Action log"
41 show_all: "Show all entries" 45 show_all: "Show all entries"
@@ -124,11 +128,6 @@ en:
124 edit: 128 edit:
125 my_account: "My account" 129 my_account: "My account"
126 edit_user: "Edit user “%{login}”" 130 edit_user: "Edit user “%{login}”"
127 login: "login"
128 email: "e-mail"
129 password: "password"
130 confirm: "confirm"
131 admin: "admin?"
132 update: "Update" 131 update: "Update"
133 enabled: "Enabled." 132 enabled: "Enabled."
134 not_enrolled: "Not enrolled." 133 not_enrolled: "Not enrolled."
@@ -139,6 +138,21 @@ en:
139 disable_second_factor: "Disable second factor" 138 disable_second_factor: "Disable second factor"
140 reset_second_factor: "Reset second factor" 139 reset_second_factor: "Reset second factor"
141 reset_confirm: "Reset %{login}'s second factor? They will log in with password only afterwards." 140 reset_confirm: "Reset %{login}'s second factor? They will log in with password only afterwards."
141 labels:
142 login: "login"
143 email: "e-mail"
144 password: "password"
145 confirm: "confirm"
146 admin: "admin?"
147 user:
148 confirm_destroy: "Do you really want to destroy user %{login}?"
149 index:
150 admins: "Admins"
151 create_admin: "Create admin user"
152 users: "Users"
153 create_user: "Create user"
154 new:
155 title: "Create new user"
142 156
143 admin: 157 admin:
144 common: 158 common:
@@ -150,6 +164,8 @@ en:
150 confirm_irreversible: "This cannot be undone. Continue?" 164 confirm_irreversible: "This cannot be undone. Continue?"
151 toggle_preview: "Toggle live preview" 165 toggle_preview: "Toggle live preview"
152 force_render: "Force preview render" 166 force_render: "Force preview render"
167 "yes": "yes"
168 "no": "no"
153 columns: 169 columns:
154 id: "ID" 170 id: "ID"
155 title: "Title" 171 title: "Title"