From f6af2fdee14a4252cfca4c06c66ced847d703430 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 11 Aug 2021 20:17:59 +0200 Subject: [PATCH] gdt transaction lust to ROW and COL --- frontend/src/locales/de.json | 5 +- frontend/src/locales/en.json | 5 +- .../AccountOverview/GdtTransactionList.vue | 201 +++++++++--------- 3 files changed, 114 insertions(+), 97 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 184a8cddf..e497f86f3 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -177,6 +177,9 @@ "conversion":"Umrechnung", "formula":"Berechungsformel", "no-transactions":"Du hast zur Zeit keine Transaktionen", - "publisher":"Dein geworbenes Mitglied hat gespendet." + "publisher":"Dein geworbenes Mitglied hat gespendet.", + "gdt-receive":"GDT erhalten", + "your-share":"Dein Anteil", + "donation":"Spende" } } diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 96a9ec8f3..42949c96a 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -178,6 +178,9 @@ "conversion": "Conversion", "formula": "Calculation formula", "no-transactions":"You currently have no transactions", - "publisher":"Your recruited member has donated." + "publisher":"Your recruited member has donated.", + "gdt-receive":"GDT receive", + "your-share":"Your share", + "donation":"Donation" } } diff --git a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue index 9bc749713..c26bf30bc 100644 --- a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue @@ -1,10 +1,10 @@