From d3b14273e9fb9b9147489ba63d0483e441b94285 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 11 Aug 2021 17:13:40 +0200 Subject: [PATCH] step2 --- frontend/src/components/DecayInformation.vue | 12 +++++-- frontend/src/locales/de.json | 3 +- frontend/src/locales/en.json | 3 +- .../AccountOverview/GddTransactionList.vue | 4 +-- .../AccountOverview/GdtTransactionList.vue | 34 +++++++++---------- 5 files changed, 31 insertions(+), 25 deletions(-) diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index 550fce3c3..8dd232994 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -43,11 +43,17 @@
{{ $t('decay.since_introduction') }}
{{ duration.years }} {{ $t('decay.year') }}, - {{ duration.months }} {{ $t('decay.months') }}, + + {{ duration.months }} {{ $t('decay.months') }}, + {{ duration.days }} {{ $t('decay.days') }}, {{ duration.hours }} {{ $t('decay.hours') }}, - {{ duration.minutes }} {{ $t('decay.minutes') }}, - {{ duration.seconds }} {{ $t('decay.seconds') }} + + {{ duration.minutes }} {{ $t('decay.minutes') }}, + + + {{ duration.seconds }} {{ $t('decay.seconds') }} + diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 8f65a5d56..184a8cddf 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -176,6 +176,7 @@ "calculation":"Berechnung der Gradido Transform", "conversion":"Umrechnung", "formula":"Berechungsformel", - "no-transactions":"Du hast zur Zeit keine Transaktionen" + "no-transactions":"Du hast zur Zeit keine Transaktionen", + "publisher":"Dein geworbenes Mitglied hat gespendet." } } diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 7cfffb8f4..96a9ec8f3 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -177,6 +177,7 @@ "calculation": "Calculation of Gradido Transform", "conversion": "Conversion", "formula": "Calculation formula", - "no-transactions":"You currently have no transactions" + "no-transactions":"You currently have no transactions", + "publisher":"Your recruited member has donated." } } diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index 76f372693..82646c943 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -24,8 +24,8 @@ {{ $t('form.memo') }} -
- {{ $t('form.date') }} +
+ {{ $t('form.date') }}
diff --git a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue index 36f52adde..5fdbe2ce2 100644 --- a/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GdtTransactionList.vue @@ -1,7 +1,9 @@