mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
sort tabs, change locales german
This commit is contained in:
parent
0f449de4a0
commit
4685281947
@ -2,6 +2,7 @@
|
||||
"all_emails": "Alle Nutzer",
|
||||
"back": "zurück",
|
||||
"chat": "Chat",
|
||||
"created": "Geschöpft",
|
||||
"contributionLink": {
|
||||
"amount": "Betrag",
|
||||
"changeSaved": "Änderungen gespeichert",
|
||||
@ -32,14 +33,12 @@
|
||||
},
|
||||
"contributions": {
|
||||
"all": "Alle",
|
||||
"confirmed": "Bestätigte",
|
||||
"confirms": "Bestätigt",
|
||||
"confirmed": "Bestätigte",
|
||||
"deleted": "Gelöscht",
|
||||
"denied": "Abgelehnt",
|
||||
"open": "Offen"
|
||||
},
|
||||
"created": "Geschöpft",
|
||||
"createdAt": "Angelegt",
|
||||
"creation": "Schöpfung",
|
||||
"creationList": "Schöpfungsliste",
|
||||
"creation_form": {
|
||||
@ -59,6 +58,7 @@
|
||||
"toasted_update": "`Offene Schöpfung {value} GDD) für {email} wurde geändert und liegt zur Bestätigung bereit",
|
||||
"update_creation": "Schöpfung aktualisieren"
|
||||
},
|
||||
"createdAt": "Angelegt",
|
||||
"creation_for_month": "Schöpfung für Monat",
|
||||
"date": "Datum",
|
||||
"delete": "Löschen",
|
||||
@ -105,8 +105,8 @@
|
||||
"message": {
|
||||
"request": "Die Anfrage wurde gesendet."
|
||||
},
|
||||
"mod": "Mod",
|
||||
"moderator": "Moderator",
|
||||
"mod": "Mod",
|
||||
"multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.",
|
||||
"name": "Name",
|
||||
"navbar": {
|
||||
|
||||
@ -19,6 +19,15 @@
|
||||
@update-contributions="listContributions(['IN_PROGRESS', 'PENDING'])"
|
||||
/>
|
||||
</b-tab>
|
||||
<b-tab :title="$t('contributions.confirms')" @click="listContributions(['CONFIRMED'])">
|
||||
<p>{{ $t('contributions.confirms') }}</p>
|
||||
<open-creations-table
|
||||
class="mt-4"
|
||||
:items="allCreations"
|
||||
:fields="fieldsConfirmContributions"
|
||||
@update-contributions="listContributions(['CONFIRMED'])"
|
||||
/>
|
||||
</b-tab>
|
||||
<b-tab :title="$t('contributions.denied')" @click="listContributions(['DENIED'])">
|
||||
<p>{{ $t('contributions.denied') }}</p>
|
||||
<open-creations-table
|
||||
@ -28,15 +37,6 @@
|
||||
@update-contributions="listContributions(['DENIED'])"
|
||||
/>
|
||||
</b-tab>
|
||||
<b-tab :title="$t('contributions.confirmed')" @click="listContributions(['CONFIRMED'])">
|
||||
<p>{{ $t('contributions.confirmed') }}</p>
|
||||
<open-creations-table
|
||||
class="mt-4"
|
||||
:items="allCreations"
|
||||
:fields="fieldsConfirmContributions"
|
||||
@update-contributions="listContributions(['CONFIRMED'])"
|
||||
/>
|
||||
</b-tab>
|
||||
<b-tab :title="$t('contributions.deleted')" @click="listContributions(['DELETED'])">
|
||||
<p>{{ $t('contributions.deleted') }}</p>
|
||||
</b-tab>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user