summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e4c7ecc4..95eb7e94 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -97,6 +97,7 @@ en:
97 attributes: 97 attributes:
98 roles: 98 roles:
99 unknown: "contains unknown roles: %{list}" 99 unknown: "contains unknown roles: %{list}"
100 admin_needs_otp: "Administrator role requires an enrolled second factor. The user has to set one up under My account first"
100 related_asset: 101 related_asset:
101 attributes: 102 attributes:
102 headline: 103 headline:
@@ -170,6 +171,8 @@ en:
170 otp_reset: "%{actor} reset the second factor of %{target}" 171 otp_reset: "%{actor} reset the second factor of %{target}"
171 user_deactivate: "%{actor} deactivated %{target}" 172 user_deactivate: "%{actor} deactivated %{target}"
172 user_reactivate: "%{actor} reactivated %{target}" 173 user_reactivate: "%{actor} reactivated %{target}"
174 redaktion_grant: "%{actor} added %{target} to Redaktion"
175 redaktion_revoke: "%{actor} removed %{target} from Redaktion"
173 176
174 open_gallery: "Open gallery" 177 open_gallery: "Open gallery"
175 asset_licenses: 178 asset_licenses:
@@ -235,6 +238,12 @@ en:
235 deactivate: "Deactivate" 238 deactivate: "Deactivate"
236 reactivate: "Reactivate" 239 reactivate: "Reactivate"
237 confirm_deactivate: "Deactivate %{login}? Sign-in is refused immediately; attributions are preserved." 240 confirm_deactivate: "Deactivate %{login}? Sign-in is refused immediately; attributions are preserved."
241 grant_redaktion: "Add to Redaktion"
242 revoke_redaktion: "Remove from Redaktion"
243 confirm_grant_redaktion: "Add %{login} to Redaktion? They will be able to publish in the protected sections."
244 confirm_revoke_redaktion: "Remove %{login} from Redaktion?"
245 needs_otp: "no second factor"
246
238 index: 247 index:
239 title: "User accounts" 248 title: "User accounts"
240 create_editor: "Create editor account" 249 create_editor: "Create editor account"
@@ -245,6 +254,7 @@ en:
245 group_editor: "Editors" 254 group_editor: "Editors"
246 group_alumni: "Alumni" 255 group_alumni: "Alumni"
247 group_empty: "— none —" 256 group_empty: "— none —"
257 admin_hint: "Administrative rights can only be granted after the account has signed in and set up a second factor."
248 labels: 258 labels:
249 roles: "Roles" 259 roles: "Roles"
250 roles: 260 roles:
@@ -554,6 +564,11 @@ en:
554 deactivated: "%{login} is now an alumnus and can no longer sign in." 564 deactivated: "%{login} is now an alumnus and can no longer sign in."
555 reactivated: "%{login} can sign in again." 565 reactivated: "%{login} can sign in again."
556 cannot_deactivate_self: "You cannot deactivate your own account." 566 cannot_deactivate_self: "You cannot deactivate your own account."
567 redaktion_granted: "%{login} is now part of Redaktion."
568 redaktion_revoked: "%{login} is no longer part of Redaktion."
569 redaktion_needs_otp: "%{login} needs a second factor first."
570 redaktion_not_self: "You cannot give up your own Redaktion role."
571
557 assets: 572 assets:
558 created: "Asset was successfully created." 573 created: "Asset was successfully created."
559 updated: "Asset was successfully updated." 574 updated: "Asset was successfully updated."