mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add translations to fix first step definitions
This commit is contained in:
parent
3c825ae9b0
commit
ba5159b70c
@ -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>
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -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.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user