Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 6939-add-neo4j-default-database-name-to-readme

This commit is contained in:
Wolfgang Huß 2024-01-18 13:30:42 +01:00
commit 623dc2b3f4
5 changed files with 12 additions and 3 deletions

View File

@ -17,6 +17,9 @@
<ds-text>
{{ $t('components.registration.email-nonce.form.description') }}
</ds-text>
<ds-text>
{{ $t('components.registration.email-nonce.form.click-next') }}
</ds-text>
<base-button :disabled="disabled" filled name="submit" type="submit">
{{ $t('components.registration.email-nonce.form.next') }}
</base-button>

View File

@ -18,6 +18,9 @@
<ds-text>
{{ $t('components.registration.email-nonce.form.description') }}
</ds-text>
<ds-text>
{{ $t('components.registration.email-nonce.form.click-next') }}
</ds-text>
<slot></slot>
<ds-space margin="xxx-small" />
</ds-form>

View File

@ -195,8 +195,9 @@
"yourEmail": "Deine E-Mail-Adresse:"
},
"email-nonce": {
"buttonTitle": "Bestätigen",
"buttonTitle": "Weiter",
"form": {
"click-next": "Click auf Weiter.",
"description": "Öffne Dein E-Mail Postfach und gib den Code ein, den wir geschickt haben.",
"next": "Weiter",
"nonce": "E-Mail-Code: 32143",

View File

@ -195,9 +195,10 @@
"yourEmail": "Your e-mail address:"
},
"email-nonce": {
"buttonTitle": "Confirm",
"buttonTitle": "Continue",
"form": {
"description": "Open your inbox and enter the code that we've sent to you.",
"click-next": "Click on Continue.",
"description": "Open your e-mail inbox and enter the code that we've sent to you.",
"next": "Continue",
"nonce": "E-mail code: 32143",
"validations": {

View File

@ -142,6 +142,7 @@
},
"email-nonce": {
"form": {
"click-next": "Cliquez sur Continuer.",
"description": "Ouvrez votre boîte de réception et entrez le code que nous vous avons envoyé.",
"next": "Continuer",
"nonce": "Entrez votre code",