diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-01 02:39:59 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-01 02:39:59 +0200 |
| commit | 6df48c1413a14516e7ee8919f33fbc13f0141966 (patch) | |
| tree | d81df761eb6607a6f4508241c043375e9860679d /config/locales/de.yml | |
| parent | f6c1f0f08f031778a491465d35ac694bfcdc12b0 (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/de.yml')
| -rw-r--r-- | config/locales/de.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 7edffe2d..6b5c97cc 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -630,6 +630,9 @@ de: | |||
| 630 | removed: "%{lang}-Übersetzung aus dem Entwurf entfernt. Veröffentlichen, um das dauerhaft zu machen." | 630 | removed: "%{lang}-Übersetzung aus dem Entwurf entfernt. Veröffentlichen, um das dauerhaft zu machen." |
| 631 | elevation: | 631 | elevation: |
| 632 | dropped: "Administrative Rechte abgelegt." | 632 | dropped: "Administrative Rechte abgelegt." |
| 633 | renewed: "Administrative Rechte um %{minutes} Minuten verlängert. Noch %{left} Verlängerungen möglich." | ||
| 634 | cannot_renew: "Verlängern nicht möglich. Rechte müssen mit einem aktuellen Code neu angefordert werden." | ||
| 635 | granted_at_login: "Angemeldet. Administrative Rechte gelten %{minutes} Minuten." | ||
| 633 | 636 | ||
| 634 | assets: | 637 | assets: |
| 635 | index: | 638 | index: |
| @@ -767,3 +770,10 @@ de: | |||
| 767 | log_out: "Abmelden" | 770 | log_out: "Abmelden" |
| 768 | social_meta: | 771 | social_meta: |
| 769 | site_description: "Der Chaos Computer Club ist eine galaktische Gemeinschaft von Lebewesen für Informationsfreiheit und Technikfolgenabschätzung." | 772 | site_description: "Der Chaos Computer Club ist eine galaktische Gemeinschaft von Lebewesen für Informationsfreiheit und Technikfolgenabschätzung." |
| 773 | elevation_banner: | ||
| 774 | active: "Administrative Rechte aktiv, " | ||
| 775 | minutes_short: "noch %{count} Min." | ||
| 776 | less_than_a_minute: "weniger als 1 Min." | ||
| 777 | expired: "abgelaufen" | ||
| 778 | renew: "Verlängern" | ||
| 779 | drop: "Ablegen" | ||
