From eb50368cb25a20fddac84251b7e90b5a3d8585f7 Mon Sep 17 00:00:00 2001 From: antilopa Date: Tue, 9 Nov 2021 22:53:28 +0100 Subject: [PATCH 1/2] small fixes to french translation --- pages/forms/domain-linking-form/form.en.md | 6 ++---- pages/forms/domain-linking-form/form.fr.md | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/pages/forms/domain-linking-form/form.en.md b/pages/forms/domain-linking-form/form.en.md index c15b5975..a40a0cf1 100644 --- a/pages/forms/domain-linking-form/form.en.md +++ b/pages/forms/domain-linking-form/form.en.md @@ -39,9 +39,7 @@ form: type: spacer title: 'Alias information' markdown: true - text: "Using aliases allows you to create multiple identities for your disroot account which can be used with your custom domain (eg. john@example.com or nickname@example.com)*. Remember that those are still connected to your single account and you can have maximum of 5 per account. If you want to add additional user accounts to make use of your domain, you need to contact us via email or add additional accounts and aliases you want to add to them in description below. Any additional aliases or changes need to be requested by contacting support until automated solution is provided. - - " + text: "Using aliases allows you to create multiple identities for your disroot account which can be used with your custom domain *(eg. john@example.com or nickname@example.com)*. Remember that those are still connected to your single account and you can have maximum of 5 per account. If you want to add additional user accounts to make use of your domain, you need to contact us via email or add additional accounts and aliases you want to add to them in description below. Any additional aliases or changes need to be requested by contacting support until automated solution is provided." - name: 'Alias 1' @@ -103,7 +101,7 @@ form: bitcoin: Bitcoin validate: required: true - + - name: amount label: Amount diff --git a/pages/forms/domain-linking-form/form.fr.md b/pages/forms/domain-linking-form/form.fr.md index 6e0fa629..0034255a 100644 --- a/pages/forms/domain-linking-form/form.fr.md +++ b/pages/forms/domain-linking-form/form.fr.md @@ -33,7 +33,7 @@ form: type: checkbox label: 'Avancé: Voulez-vous utiliser xmpp chat avec votre domaine ? Assurez-vous de faire pointer un enregistrement A vers xmpp.disroot.org.' validate: - required: true + required: false - type: spacer title: "Information sur l'alias" @@ -99,7 +99,6 @@ form: bitcoin: Bitcoin validate: required: true - - name: amount label: Montant @@ -114,6 +113,7 @@ form: type: textarea - + name: honeypot type: honeypot buttons: From 33a8e23db34321ed90fbbe554477031ad5753119 Mon Sep 17 00:00:00 2001 From: antilopa Date: Tue, 9 Nov 2021 22:55:20 +0100 Subject: [PATCH 2/2] more fixes --- pages/forms/domain-linking-form/form.fr.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/forms/domain-linking-form/form.fr.md b/pages/forms/domain-linking-form/form.fr.md index 0034255a..5913a6e4 100644 --- a/pages/forms/domain-linking-form/form.fr.md +++ b/pages/forms/domain-linking-form/form.fr.md @@ -30,13 +30,15 @@ form: required: true - name: xmpp + markdown: true type: checkbox - label: 'Avancé: Voulez-vous utiliser xmpp chat avec votre domaine ? Assurez-vous de faire pointer un enregistrement A vers xmpp.disroot.org.' + label: '**Avancé:** Voulez-vous utiliser xmpp chat avec votre domaine ? Assurez-vous de faire pointer un enregistrement A vers xmpp.disroot.org.' validate: required: false - type: spacer title: "Information sur l'alias" + markdown: true text: "L'utilisation d'alias vous permet de créer plusieurs identités pour votre compte disroot qui peuvent être utilisées avec votre domaine personnalisé *(ex. john@exemple.com ou surnom@exemple.com)*. N'oubliez pas que ces identités sont toujours liées à votre compte unique et que vous pouvez en avoir un maximum de 5 par compte. Si vous souhaitez ajouter des comptes d'utilisateurs supplémentaires pour utiliser votre domaine, vous devez nous contacter par e-mail ou ajouter les comptes supplémentaires et les alias que vous souhaitez leur ajouter dans la description ci-dessous. Tout alias supplémentaire ou changement doit être demandé en contactant le support jusqu'à ce qu'une solution automatique soit fournie." -