Add translations to fix first step definitions

This commit is contained in:
Robert Schäfer 2019-02-15 16:00:40 +01:00
parent 3c825ae9b0
commit ba5159b70c
3 changed files with 6 additions and 4 deletions

View File

@ -29,7 +29,7 @@
ghost
@click.prevent="$router.back()"
>
Abbrechen
{{ $t('actions.cancel') }}
</ds-button>
<ds-button
icon="check"
@ -38,7 +38,7 @@
:disabled="disabled || errors"
primary
>
Speichern
{{ $t('actions.save') }}
</ds-button>
</div>
</ds-card>

View File

@ -5,7 +5,8 @@
"create": "Erstellen",
"save": "Speichern",
"edit": "Bearbeiten",
"delete": "Löschen"
"delete": "Löschen",
"cancel": "Abbrechen"
},
"login": {
"copy": "Wenn Du bereits ein Konto bei Human Connection hast, melde Dich bitte hier an.",

View File

@ -5,7 +5,8 @@
"create": "Create",
"save": "Save",
"edit": "Edit",
"delete": "Delete"
"delete": "Delete",
"cancel": "Cancel"
},
"login": {
"copy": "If you already have a human-connection account, login here.",