diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-12 13:48:09 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-12 16:36:54 +0200 |
| commit | 98e27c8f251022320020716a9ef7a5b892ad2b61 (patch) | |
| tree | 7cfb3f397c3f001768413676a739fe147743c824 /packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js | |
| parent | e671b931fd594a39fc840916c81b5d4b1f1e3227 (diff) | |
| download | meshbay-98e27c8f251022320020716a9ef7a5b892ad2b61.tar.gz | |
feat(hub): the mail bounds are settings, with a panel to change them
They were constants in two modules, so an operator could not touch them
without editing code and redeploying — and the hour a budget runs out is not
when anyone wants to do that.
`[mail]` in hub.toml carries the defaults; the live values live in
`hub_settings`, read at each use. A missing row falls back to what the
configuration file says, so an instance that never opens the panel behaves as
its file describes. The panel sends only what changed, the hub clamps each
value to a stated range and refuses a key it does not know, and the response
is what gets rendered — so a clamped value is never shown as stored.
`GET /v1/admin/mail` is the other half. There was no way to see any of this:
a refusal was a line in the journal, so an instance that had stopped sending
sign-up codes looked, from the panel, exactly like one with no sign-ups. It
reports the hour's use, what is left for sign-ups, and what is left for
recovery — the difference between those two being the reserved share made
visible.
Labels in all ten catalogues.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01T4YmK41VsEURWFdop4EEeT
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js index b3d1a1d..d2ae19d 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js @@ -498,6 +498,19 @@ export default { 'admin.general_groups_heading': "Groups", 'admin.allow_public_groups_label': "Allow members to create public groups", 'admin.allow_public_groups_hint': "When off, new groups can only be private and invite-only. Existing public groups are left as they are — suspend them one by one from the Groups tab.", + 'admin.mail_heading': "Poczta wychodząca", + 'admin.mail_hint': "Co ten hub wysyła i ile. Liczą się dwa: budżet godzinowy, którego nie podniesie żadna liczba kont, oraz dzienny limit na odbiorcę — to właśnie odczuwa ktoś zasypywany wiadomościami.", + 'admin.mail_this_hour': "Wysłane w tej godzinie", + 'admin.mail_remaining': "Pozostało {general} na rejestracje i zmiany adresu, {recovery} na resetowanie hasła i zaproszenia.", + 'admin.mail_hourly_budget': "Wiadomości na godzinę (cała instancja)", + 'admin.mail_hourly_reserved_for_recovery': "Z tego zarezerwowane na resety i zaproszenia", + 'admin.mail_destination_daily_cap': "Wiadomości dziennie do jednego odbiorcy", + 'admin.mail_destination_cooldown_seconds': "Sekundy między wiadomościami do jednego odbiorcy", + 'admin.mail_verification_resend_cooldown': "Sekundy między dwoma kodami rejestracji", + 'admin.mail_reset_cooldown': "Sekundy między dwoma kodami resetu", + 'admin.mail_email_change_cooldown': "Sekundy, zanim konto może zaproponować inny adres", + 'admin.mail_save': "Zapisz limity poczty", + 'admin.mail_reset_defaults': "Przywróć domyślne", 'admin.settings_readonly': "Only an admin can change these settings.", // Admin stats |