mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
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:
commit
623dc2b3f4
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user