diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static')
11 files changed, 11 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/admin-page.js b/packages/meshbay-hub/src/meshbay_hub/static/admin-page.js index b3d71dd..8cbfb5a 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/admin-page.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/admin-page.js @@ -195,6 +195,7 @@ const MAIL_FIELDS = [ 'hourly_reserved_for_recovery', 'destination_daily_cap', 'destination_cooldown_seconds', + 'invite_link_daily_cap', 'verification_resend_cooldown', 'reset_cooldown', 'email_change_cooldown', diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js index 81a6689..17a184e 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/de.js @@ -553,6 +553,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "Davon reserviert für Rücksetzungen und Einladungen", 'admin.mail_destination_daily_cap': "Nachrichten pro Tag an einen Empfänger", 'admin.mail_destination_cooldown_seconds': "Sekunden zwischen Nachrichten an einen Empfänger", + 'admin.mail_invite_link_daily_cap': 'Einladungslink-E-Mails pro Tag und Konto', 'admin.mail_verification_resend_cooldown': "Sekunden zwischen zwei Registrierungscodes", 'admin.mail_reset_cooldown': "Sekunden zwischen zwei Rücksetzungscodes", 'admin.mail_email_change_cooldown': "Sekunden, bevor ein Konto eine andere Adresse vorschlagen darf", diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js index 4dee9f3..a58fdd6 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js @@ -541,6 +541,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "Of those, reserved for resets and invitations", 'admin.mail_destination_daily_cap': "Messages per day to one recipient", 'admin.mail_destination_cooldown_seconds': "Seconds between messages to one recipient", + 'admin.mail_invite_link_daily_cap': 'Invitation-link mails per day from one account', 'admin.mail_verification_resend_cooldown': "Seconds between two sign-up codes", 'admin.mail_reset_cooldown': "Seconds between two passphrase-reset codes", 'admin.mail_email_change_cooldown': "Seconds before an account may propose another address", diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js index 567838d..09592ae 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js @@ -548,6 +548,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "De ellos, reservados para restablecimientos e invitaciones", 'admin.mail_destination_daily_cap': "Mensajes por día a un mismo destinatario", 'admin.mail_destination_cooldown_seconds': "Segundos entre mensajes al mismo destinatario", + 'admin.mail_invite_link_daily_cap': 'Correos de enlace de invitación por día y por cuenta', 'admin.mail_verification_resend_cooldown': "Segundos entre dos códigos de registro", 'admin.mail_reset_cooldown': "Segundos entre dos códigos de restablecimiento", 'admin.mail_email_change_cooldown': "Segundos antes de que una cuenta pueda proponer otra dirección", diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js index 0cc176f..b77bf2b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js @@ -551,6 +551,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "Dont réservés aux réinitialisations et invitations", 'admin.mail_destination_daily_cap': "Messages par jour vers un même destinataire", 'admin.mail_destination_cooldown_seconds': "Secondes entre deux messages au même destinataire", + 'admin.mail_invite_link_daily_cap': 'E-mails de lien d’invitation par jour et par compte', 'admin.mail_verification_resend_cooldown': "Secondes entre deux codes d'inscription", 'admin.mail_reset_cooldown': "Secondes entre deux codes de réinitialisation", 'admin.mail_email_change_cooldown': "Secondes avant qu'un compte puisse proposer une autre adresse", diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js index 03a1762..2deb4fc 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js @@ -551,6 +551,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "Di cui riservati a reimpostazioni e inviti", 'admin.mail_destination_daily_cap': "Messaggi al giorno verso uno stesso destinatario", 'admin.mail_destination_cooldown_seconds': "Secondi tra due messaggi allo stesso destinatario", + 'admin.mail_invite_link_daily_cap': 'E-mail con link d’invito al giorno per account', 'admin.mail_verification_resend_cooldown': "Secondi tra due codici di registrazione", 'admin.mail_reset_cooldown': "Secondi tra due codici di reimpostazione", 'admin.mail_email_change_cooldown': "Secondi prima che un account possa proporre un altro indirizzo", diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js index f5447bf..0b46994 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js @@ -544,6 +544,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "うち再設定と招待のために確保する数", 'admin.mail_destination_daily_cap': "同一受信者への 1 日あたりの通数", 'admin.mail_destination_cooldown_seconds': "同一受信者への送信間隔(秒)", + 'admin.mail_invite_link_daily_cap': '1アカウントあたり1日の招待リンクメール数', 'admin.mail_verification_resend_cooldown': "登録コード再送の間隔(秒)", 'admin.mail_reset_cooldown': "再設定コード再送の間隔(秒)", 'admin.mail_email_change_cooldown': "別のアドレスを申請できるようになるまでの秒数", diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js index b051a87..310bb4d 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js @@ -552,6 +552,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "Daarvan gereserveerd voor herstel en uitnodigingen", 'admin.mail_destination_daily_cap': "Berichten per dag naar één ontvanger", 'admin.mail_destination_cooldown_seconds': "Seconden tussen berichten naar één ontvanger", + 'admin.mail_invite_link_daily_cap': 'E-mails met uitnodigingslink per dag per account', 'admin.mail_verification_resend_cooldown': "Seconden tussen twee registratiecodes", 'admin.mail_reset_cooldown': "Seconden tussen twee herstelcodes", 'admin.mail_email_change_cooldown': "Seconden voordat een account een ander adres mag voorstellen", 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 1e29669..886f1c7 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js @@ -564,6 +564,7 @@ export default { '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_invite_link_daily_cap': 'E-maile z linkiem zaproszenia dziennie na konto', '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", diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js index a0ae557..643548a 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js @@ -550,6 +550,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "Destas, reservadas para redefinições e convites", 'admin.mail_destination_daily_cap': "Mensagens por dia para um mesmo destinatário", 'admin.mail_destination_cooldown_seconds': "Segundos entre mensagens ao mesmo destinatário", + 'admin.mail_invite_link_daily_cap': 'E-mails de link de convite por dia por conta', 'admin.mail_verification_resend_cooldown': "Segundos entre dois códigos de cadastro", 'admin.mail_reset_cooldown': "Segundos entre dois códigos de redefinição", 'admin.mail_email_change_cooldown': "Segundos até uma conta poder propor outro endereço", diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js index 8d3e426..17adb8b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js @@ -537,6 +537,7 @@ export default { 'admin.mail_hourly_reserved_for_recovery': "其中为重置与邀请保留", 'admin.mail_destination_daily_cap': "每日发往同一收件人的邮件数", 'admin.mail_destination_cooldown_seconds': "发往同一收件人的间隔(秒)", + 'admin.mail_invite_link_daily_cap': '每个账户每天的邀请链接邮件数', 'admin.mail_verification_resend_cooldown': "两次注册验证码的间隔(秒)", 'admin.mail_reset_cooldown': "两次重置验证码的间隔(秒)", 'admin.mail_email_change_cooldown': "账号可再次申请其他地址前的秒数", |