Skip to content

Commit 4a5b975

Browse files
committed
Merge branch 'feat-invit-multi-deps'
# Conflicts: # api/config/default.cjs
2 parents b0c604e + 8d06579 commit 4a5b975

18 files changed

Lines changed: 310 additions & 81 deletions

File tree

.zellij.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ layout {
2323
}
2424
pane size=1 borderless=true {
2525
command "bash"
26-
args "-ic" "echo -n -e \"Dev server available at \\e[1;96mhttp://localhost:$NGINX_PORT\\033[0m\""
26+
args "-ic" "echo -n -e \"Dev server available at \\e[1;96mhttp://localhost:$NGINX_PORT1\\033[0m\""
2727
}
2828
}

api/i18n/de.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,24 @@ Falls Sie Probleme mit Ihrem Konto haben oder diese Einladung verdächtig finden
414414
`,
415415
htmlMsg: `
416416
Sie wurden von einem Administrator der {organization} eingeladen, ihr beizutreten. Um diese Einladung anzunehmen, klicken Sie auf die Schaltfläche unten. Der Link ist 10 Tage lang gültig.
417+
Wenn Sie noch kein Konto haben, wird es automatisch erstellt.
418+
`,
419+
htmlButton: 'Nehmen Sie die Einladung an',
420+
htmlAlternativeLink: 'Wenn die obige Schaltfläche nicht funktioniert, können Sie diesen Link in die Adressleiste Ihres Browsers kopieren:',
421+
htmlCaption: 'Wenn Sie ein Problem mit Ihrem Konto haben oder diese Einladung verdächtig finden, kontaktieren Sie uns bitte unter <a href="mailto:{contact}">{contact}</a>.'
422+
},
423+
invitationSecondary: {
424+
subject: 'Treten Sie der {organization} am {host} bei.',
425+
text: `
426+
Sie wurden von einem Administrator der {organization} eingeladen, ihr beizutreten auf {host} um auf {secondaryHost} zuzugreifen. Um diese Einladung anzunehmen, kopieren Sie die untenstehende URL in einen Browser. Diese URL ist 10 Tage lang gültig.
427+
Wenn Sie noch kein Konto haben, wird es automatisch erstellt.
428+
429+
{link}
430+
431+
Falls Sie Probleme mit Ihrem Konto haben oder diese Einladung verdächtig finden, zögern Sie bitte nicht, uns unter {contact} zu kontaktieren.
432+
`,
433+
htmlMsg: `
434+
Sie wurden von einem Administrator der {organization} eingeladen, ihr beizutreten auf <b>{host}</b> um auf {secondaryHost} zuzugreifen. Um diese Einladung anzunehmen, klicken Sie auf die Schaltfläche unten. Der Link ist 10 Tage lang gültig.
417435
Wenn Sie noch kein Konto haben, wird es automatisch erstellt.
418436
`,
419437
htmlButton: 'Nehmen Sie die Einladung an',

api/i18n/en.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,22 @@ If you encounter a problem with your account or if you find this invitation susp
425425
htmlAlternativeLink: 'If the button doesn\'t work, you can copy/paste this link in the address bar of your browser:',
426426
htmlCaption: 'If you encounter a problem with your account or if you find this invitation suspicious feel free to contact us at <a href="mailto:{contact}">{contact}</a>.'
427427
},
428+
invitationSecondary: {
429+
subject: 'Join the organization {organization} on {host}',
430+
text: `
431+
An administrator from the organization {organization} invited you to join on {host} to access {secondaryHost}. To accept this invitation copy the URL below in the address bar of your Web browser.
432+
433+
{link}
434+
435+
If you encounter a problem with your account or if you find this invitation suspicious feel free to contact us at {contact}.
436+
`,
437+
htmlMsg: `
438+
An administrator from the organization {organization} invited you to join on <b>{host}</b> to access {secondaryHost}. To accept this invitation click on the button below.
439+
`,
440+
htmlButton: 'Accept the invitation',
441+
htmlAlternativeLink: 'If the button doesn\'t work, you can copy/paste this link in the address bar of your browser:',
442+
htmlCaption: 'If you encounter a problem with your account or if you find this invitation suspicious feel free to contact us at <a href="mailto:{contact}">{contact}</a>.'
443+
},
428444
partnerInvitation: {
429445
subject: 'The organization {organization} on {host} wants to add {partner} as a partner',
430446
text: `

api/i18n/es.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,24 @@ Si tiene un problema con su cuenta o encuentra esta invitación sospechosa, no d
415415
`,
416416
htmlMsg: `
417417
Un administrador de la organización {organization} lo ha invitado a unirse. Para aceptar esta invitación, haga clic en el botón de abajo. El enlace es válido por 10 días.
418+
Si aún no tiene una cuenta, se creará automáticamente.
419+
`,
420+
htmlButton: 'Aceptar la invitacion',
421+
htmlAlternativeLink: 'Si el botón de arriba no funciona, puede copiar este enlace en la barra de direcciones de su navegador:',
422+
htmlCaption: 'Si tiene un problema con su cuenta o encuentra esta invitación sospechosa, no dude en contactarnos en <a href="mailto:{contact}">{contact}</a>.'
423+
},
424+
invitationSecondary: {
425+
subject: 'Únase a la organización {organization} en {host}',
426+
text: `
427+
Un administrador de la organización {organization} lo ha invitado a unirse en {host} para acceder a {secondaryHost}. Para aceptar esta invitación, copie la siguiente URL en un navegador. Esta URL es válida por 10 días.
428+
Si aún no tiene una cuenta, se creará automáticamente.
429+
430+
{link}
431+
432+
Si tiene un problema con su cuenta o encuentra esta invitación sospechosa, no dude en contactarnos en {contact}.
433+
`,
434+
htmlMsg: `
435+
Un administrador de la organización {organization} lo ha invitado a unirse en <b>{host}</b> para acceder a {secondaryHost}. Para aceptar esta invitación, haga clic en el botón de abajo. El enlace es válido por 10 días.
418436
Si aún no tiene una cuenta, se creará automáticamente.
419437
`,
420438
htmlButton: 'Aceptar la invitacion',

api/i18n/fr.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,22 @@ Un administrateur de l'organisation {organization} vous a invité à la rejoindr
428428
htmlAlternativeLink: 'Si le bouton ci-dessus ne fonctionne pas, vous pouvez copier ce lien dans la barre d\'adresse de votre navigateur :',
429429
htmlCaption: 'Si vous rencontrez un problème avec votre compte ou que vous trouvez cette invitation suspecte, n\'hésitez pas à nous contacter à <a href="mailto:{contact}">{contact}</a>.'
430430
},
431+
invitationSecondary: {
432+
subject: 'Rejoignez l\'organisation {organization} sur {host}',
433+
text: `
434+
Un administrateur de l'organisation {organization} vous a invité à la rejoindre sur {host} pour accéder à {secondaryHost}. Pour accepter cette invitation copiez l'URL ci-dessous dans un navigateur. Cette URL est valide 10 jours.
435+
436+
{link}
437+
438+
Si vous rencontrez un problème avec votre compte ou que vous trouvez cette invitation suspecte, n'hésitez pas à nous contacter à {contact}.
439+
`,
440+
htmlMsg: `
441+
Un administrateur de l'organisation {organization} vous a invité à la rejoindre sur <b>{host}</b> pour accéder à {secondaryHost}. Pour accepter cette invitation cliquez sur le bouton ci-dessous. Le lien est valide 10 jours.
442+
`,
443+
htmlButton: 'Accepter l\'invitation',
444+
htmlAlternativeLink: 'Si le bouton ci-dessus ne fonctionne pas, vous pouvez copier ce lien dans la barre d\'adresse de votre navigateur :',
445+
htmlCaption: 'Si vous rencontrez un problème avec votre compte ou que vous trouvez cette invitation suspecte, n\'hésitez pas à nous contacter à <a href="mailto:{contact}">{contact}</a>.'
446+
},
431447
partnerInvitation: {
432448
subject: 'L\'organisation {organization} sur {host} souhaite ajouter {partner} comme partenaire',
433449
text: `

api/i18n/it.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,24 @@ Se incontrate problemi con il vostro account o trovate questo invito sospettoso,
416416
`,
417417
htmlMsg: `
418418
Siete stati invitati da un amministratore di {organization} a partecipare. Per accettare questo invito clicca il pulsante qui sotto. Il link è valido per 10 giorni.
419+
Se non si dispone ancora di un account, questo verrà creato automaticamente.
420+
`,
421+
htmlButton: 'Accetta l\'invito',
422+
htmlAlternativeLink: 'Se il pulsante di cui sopra non funziona, è possibile copiare questo link nella barra degli indirizzi del browser:',
423+
htmlCaption: 'Se incontrate un problema con il vostro conto o trovate questo invito sospettoso, contattateci a <a href="mailto:{contact}">{contact}</a>.'
424+
},
425+
invitationSecondary: {
426+
subject: 'Unisciti alla {organization} su {host}.',
427+
text: `
428+
Siete stati invitati da un amministratore di {organization} a partecipare su {host} per accedere a {secondaryHost}. Per accettare questo invito, copiare l'URL sottostante in un browser. Questo URL è valido per 10 giorni.
429+
Se non si dispone ancora di un account, questo verrà creato automaticamente.
430+
431+
{link}
432+
433+
Se incontrate problemi con il vostro account o trovate questo invito sospettoso, non esitate a contattarci a {contact}.
434+
`,
435+
htmlMsg: `
436+
Siete stati invitati da un amministratore di {organization} a partecipare su <b>{host}</b> per accedere a {secondaryHost}. Per accettare questo invito clicca il pulsante qui sotto. Il link è valido per 10 giorni.
419437
Se non si dispone ancora di un account, questo verrà creato automaticamente.
420438
`,
421439
htmlButton: 'Accetta l\'invito',

api/i18n/pt.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,25 @@ Se ainda não tiver uma conta, esta será criada automaticamente.
419419
`,
420420
htmlButton: 'Aceitar o convite',
421421
htmlAlternativeLink: 'Se o botão acima não funcionar, pode copiar esta ligação para a barra de endereço do seu navegador :',
422-
htmlCaption: 'Se encontrar um problema com a sua conta ou achar este convite suspeito, por favor contacte-nos em <a href="mailto:{contact}">{contact}</a>.'
422+
htmlCaption: 'Se encontrar um problema com a sua conta ou se achou este convite suspeito, por favor contacte-nos em <a href="mailto:{contact}">{contact}</a>.'
423+
},
424+
invitationSecondary: {
425+
subject: 'Junte-se à {organization} em {host}.',
426+
text: `
427+
Foi convidado por um administrador da {organization} a juntar-se a ela em {host} para aceder a {secondaryHost}. Para aceitar este convite, copie o URL abaixo para um browser. Este URL é válido por 10 dias.
428+
Se ainda não tiver uma conta, esta será criada automaticamente.
429+
430+
{link}
431+
432+
Se encontrar algum problema com a sua conta ou se achou este convite suspeito, não hesite em contactar-nos em {contact}.
433+
`,
434+
htmlMsg: `
435+
Foi convidado por um administrador da {organization} a juntar-se a ela em <b>{host}</b> para aceder a {secondaryHost}. Para aceitar este convite, clique no botão abaixo. A ligação é válida por 10 dias.
436+
Se ainda não tiver uma conta, esta será criada automaticamente.
437+
`,
438+
htmlButton: 'Aceitar o convite',
439+
htmlAlternativeLink: 'Se o botão acima não funcionar, pode copiar esta ligação para a barra de endereço do seu navegador :',
440+
htmlCaption: 'Se encontrar um problema com a sua conta ou se achou este convite suspeito, por favor contacte-nos em <a href="mailto:{contact}">{contact}</a>.'
423441
},
424442
partnerInvitation: {
425443
subject: 'A organização {organization} em {host} quer adicionar {partner} como parceiro',

0 commit comments

Comments
 (0)