summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-01 02:39:59 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-01 02:39:59 +0200
commit6df48c1413a14516e7ee8919f33fbc13f0141966 (patch)
treed81df761eb6607a6f4508241c043375e9860679d /config/locales/en.yml
parentf6c1f0f08f031778a491465d35ac694bfcdc12b0 (diff)
Show and extend the elevation window
A banner appears while elevated, counting down in minutes and carrying extend and drop controls. Three extensions of 30 minutes are allowed, so the window is at most two hours without a fresh code; a code resets the budget. The countdown is advisory, the server-side check authoritative, so it says "expired" rather than vanishing. The post-login flash tells an admin the timer has started.
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 9a8041bf..e4c7ecc4 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -589,6 +589,9 @@ en:
589 removed: "%{lang} translation removed from the draft. Publish to make this permanent." 589 removed: "%{lang} translation removed from the draft. Publish to make this permanent."
590 elevation: 590 elevation:
591 dropped: "Administrative rights dropped." 591 dropped: "Administrative rights dropped."
592 renewed: "Administrative rights extended by %{minutes} minutes. %{left} extensions left."
593 cannot_renew: "Cannot extend. Request the rights again with a current code."
594 granted_at_login: "Signed in. Administrative rights last %{minutes} minutes."
592 595
593 assets: 596 assets:
594 index: 597 index:
@@ -710,3 +713,10 @@ en:
710 log_out: "Log out" 713 log_out: "Log out"
711 social_meta: 714 social_meta:
712 site_description: "The Chaos Computer Club is a galactic community of life forms campaigning for freedom of information and the assessment of the impact of technology." 715 site_description: "The Chaos Computer Club is a galactic community of life forms campaigning for freedom of information and the assessment of the impact of technology."
716 elevation_banner:
717 active: "Administrative rights active —"
718 minutes_short: "%{count} min left"
719 less_than_a_minute: "less than 1 min"
720 expired: "expired"
721 renew: "Extend"
722 drop: "Drop"