mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Better translations
This commit is contained in:
parent
ba185bcb65
commit
7446464d6c
@ -29,7 +29,7 @@
|
|||||||
</ds-text>
|
</ds-text>
|
||||||
</ds-space>
|
</ds-space>
|
||||||
<ds-button :disabled="disabled" primary fullwidth name="submit" type="submit">
|
<ds-button :disabled="disabled" primary fullwidth name="submit" type="submit">
|
||||||
{{ $t('verify-code.form.submit') }}
|
{{ $t('verify-code.form.next') }}
|
||||||
</ds-button>
|
</ds-button>
|
||||||
</ds-form>
|
</ds-form>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
|||||||
@ -19,14 +19,14 @@
|
|||||||
"form": {
|
"form": {
|
||||||
"description": "Eine Mail zum Zurücksetzen des Passworts wird an die angegebene E-Mail Adresse geschickt.",
|
"description": "Eine Mail zum Zurücksetzen des Passworts wird an die angegebene E-Mail Adresse geschickt.",
|
||||||
"submit": "Email anfordern",
|
"submit": "Email anfordern",
|
||||||
"submitted": "E-Mail verschickt an <b>{email}</b>"
|
"submitted": "Eine E-Mail mit weiteren Instruktionen wurde verschickt an <b>{email}</b>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"verify-code": {
|
"verify-code": {
|
||||||
"form": {
|
"form": {
|
||||||
"code": "Code eingeben",
|
"code": "Code eingeben",
|
||||||
"description": "Öffne Deine E-Mail Postfach und gib den Code ein, den wir geschickt haben.",
|
"description": "Öffne Deine E-Mail Postfach und gib den Code ein, den wir geschickt haben.",
|
||||||
"submit": "Sicherheitscode überprüfen",
|
"next": "Weiter",
|
||||||
"change-password":{
|
"change-password":{
|
||||||
"success": "Änderung des Passworts war erfolgreich",
|
"success": "Änderung des Passworts war erfolgreich",
|
||||||
"error": "Passwort Änderung fehlgeschlagen. Möglicherweise falscher Sicherheitscode?"
|
"error": "Passwort Änderung fehlgeschlagen. Möglicherweise falscher Sicherheitscode?"
|
||||||
|
|||||||
@ -19,14 +19,14 @@
|
|||||||
"form": {
|
"form": {
|
||||||
"description": "A password reset email will be sent to the given email address.",
|
"description": "A password reset email will be sent to the given email address.",
|
||||||
"submit": "Request email",
|
"submit": "Request email",
|
||||||
"submitted": "Email sent to <b>{email}</b>"
|
"submitted": "A mail with further instruction has been sent to <b>{email}</b>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"verify-code": {
|
"verify-code": {
|
||||||
"form": {
|
"form": {
|
||||||
"code": "Enter your code",
|
"code": "Enter your code",
|
||||||
"description": "Open your inbox and enter the code that we've sent to you.",
|
"description": "Open your inbox and enter the code that we've sent to you.",
|
||||||
"submit": "Check security code",
|
"next": "Continue",
|
||||||
"change-password": {
|
"change-password": {
|
||||||
"success": "Changing your password was successful",
|
"success": "Changing your password was successful",
|
||||||
"error": "Changing your password failed. Maybe the security code was not correct?"
|
"error": "Changing your password failed. Maybe the security code was not correct?"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user