From ed32bc6902ab634451539770bcd910662212e01a Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 02:56:49 +0200 Subject: Extract admin strings to i18n: users and tags clusters --- config/locales/en.yml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'config/locales/en.yml') 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: container_aria_label: "Pagination" page_aria_label: "Page %{page}" + tags: + index: + title: "Tags" + node_actions: heading: "Action log" show_all: "Show all entries" @@ -124,11 +128,6 @@ en: edit: my_account: "My account" edit_user: "Edit user “%{login}”" - login: "login" - email: "e-mail" - password: "password" - confirm: "confirm" - admin: "admin?" update: "Update" enabled: "Enabled." not_enrolled: "Not enrolled." @@ -139,6 +138,21 @@ en: disable_second_factor: "Disable second factor" reset_second_factor: "Reset second factor" reset_confirm: "Reset %{login}'s second factor? They will log in with password only afterwards." + labels: + login: "login" + email: "e-mail" + password: "password" + confirm: "confirm" + admin: "admin?" + user: + confirm_destroy: "Do you really want to destroy user %{login}?" + index: + admins: "Admins" + create_admin: "Create admin user" + users: "Users" + create_user: "Create user" + new: + title: "Create new user" admin: common: @@ -150,6 +164,8 @@ en: confirm_irreversible: "This cannot be undone. Continue?" toggle_preview: "Toggle live preview" force_render: "Force preview render" + "yes": "yes" + "no": "no" columns: id: "ID" title: "Title" -- cgit v1.3