From 4685281947d223468cfebbf6a1ce5e82b1fb4d97 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 2 Feb 2023 17:06:52 +0100 Subject: [PATCH] sort tabs, change locales german --- admin/src/locales/de.json | 8 ++++---- admin/src/pages/CreationConfirm.vue | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 6b0f427c0..848454f76 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -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": { diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index 3321a9695..6054c658e 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -19,6 +19,15 @@ @update-contributions="listContributions(['IN_PROGRESS', 'PENDING'])" /> + +

{{ $t('contributions.confirms') }}

+ +

{{ $t('contributions.denied') }}

- -

{{ $t('contributions.confirmed') }}

- -

{{ $t('contributions.deleted') }}