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",
|
"all_emails": "Alle Nutzer",
|
||||||
"back": "zurück",
|
"back": "zurück",
|
||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
|
"created": "Geschöpft",
|
||||||
"contributionLink": {
|
"contributionLink": {
|
||||||
"amount": "Betrag",
|
"amount": "Betrag",
|
||||||
"changeSaved": "Änderungen gespeichert",
|
"changeSaved": "Änderungen gespeichert",
|
||||||
@ -32,14 +33,12 @@
|
|||||||
},
|
},
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"all": "Alle",
|
"all": "Alle",
|
||||||
"confirmed": "Bestätigte",
|
|
||||||
"confirms": "Bestätigt",
|
"confirms": "Bestätigt",
|
||||||
|
"confirmed": "Bestätigte",
|
||||||
"deleted": "Gelöscht",
|
"deleted": "Gelöscht",
|
||||||
"denied": "Abgelehnt",
|
"denied": "Abgelehnt",
|
||||||
"open": "Offen"
|
"open": "Offen"
|
||||||
},
|
},
|
||||||
"created": "Geschöpft",
|
|
||||||
"createdAt": "Angelegt",
|
|
||||||
"creation": "Schöpfung",
|
"creation": "Schöpfung",
|
||||||
"creationList": "Schöpfungsliste",
|
"creationList": "Schöpfungsliste",
|
||||||
"creation_form": {
|
"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",
|
"toasted_update": "`Offene Schöpfung {value} GDD) für {email} wurde geändert und liegt zur Bestätigung bereit",
|
||||||
"update_creation": "Schöpfung aktualisieren"
|
"update_creation": "Schöpfung aktualisieren"
|
||||||
},
|
},
|
||||||
|
"createdAt": "Angelegt",
|
||||||
"creation_for_month": "Schöpfung für Monat",
|
"creation_for_month": "Schöpfung für Monat",
|
||||||
"date": "Datum",
|
"date": "Datum",
|
||||||
"delete": "Löschen",
|
"delete": "Löschen",
|
||||||
@ -105,8 +105,8 @@
|
|||||||
"message": {
|
"message": {
|
||||||
"request": "Die Anfrage wurde gesendet."
|
"request": "Die Anfrage wurde gesendet."
|
||||||
},
|
},
|
||||||
"mod": "Mod",
|
|
||||||
"moderator": "Moderator",
|
"moderator": "Moderator",
|
||||||
|
"mod": "Mod",
|
||||||
"multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.",
|
"multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"navbar": {
|
"navbar": {
|
||||||
|
|||||||
@ -19,6 +19,15 @@
|
|||||||
@update-contributions="listContributions(['IN_PROGRESS', 'PENDING'])"
|
@update-contributions="listContributions(['IN_PROGRESS', 'PENDING'])"
|
||||||
/>
|
/>
|
||||||
</b-tab>
|
</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'])">
|
<b-tab :title="$t('contributions.denied')" @click="listContributions(['DENIED'])">
|
||||||
<p>{{ $t('contributions.denied') }}</p>
|
<p>{{ $t('contributions.denied') }}</p>
|
||||||
<open-creations-table
|
<open-creations-table
|
||||||
@ -28,15 +37,6 @@
|
|||||||
@update-contributions="listContributions(['DENIED'])"
|
@update-contributions="listContributions(['DENIED'])"
|
||||||
/>
|
/>
|
||||||
</b-tab>
|
</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'])">
|
<b-tab :title="$t('contributions.deleted')" @click="listContributions(['DELETED'])">
|
||||||
<p>{{ $t('contributions.deleted') }}</p>
|
<p>{{ $t('contributions.deleted') }}</p>
|
||||||
</b-tab>
|
</b-tab>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user