mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
transmit and receive, calculation of the decay as text: 'total'
This commit is contained in:
parent
00219c049e
commit
e7d925b794
@ -84,8 +84,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<div style="width: 40%" class="text-right pr-3 mr-2">
|
<div style="width: 40%" class="text-right pr-3 mr-2">
|
||||||
<div v-if="type === 'send'">{{ $t('decay.sent') }}</div>
|
<div>{{ $t('decay.total') }}</div>
|
||||||
<div v-if="type === 'receive'">{{ $t('decay.received') }}</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 60%">
|
<div style="width: 60%">
|
||||||
<div v-if="type === 'send'"><b> {{ parseInt(balance) + decay.balance }} </b></div>
|
<div v-if="type === 'send'"><b> {{ parseInt(balance) + decay.balance }} </b></div>
|
||||||
|
|||||||
@ -43,7 +43,8 @@
|
|||||||
"created":"Geschöpft",
|
"created":"Geschöpft",
|
||||||
"fromCommunity":"Aus der Gemeinschaft",
|
"fromCommunity":"Aus der Gemeinschaft",
|
||||||
"toCommunity":"An die Gemeinschaft",
|
"toCommunity":"An die Gemeinschaft",
|
||||||
"noDecay": "Keine Vergänglichkeit"
|
"noDecay": "Keine Vergänglichkeit",
|
||||||
|
"total":"Gesamt"
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
|
|||||||
@ -42,7 +42,8 @@
|
|||||||
"created":"Created",
|
"created":"Created",
|
||||||
"fromCommunity":"From the community",
|
"fromCommunity":"From the community",
|
||||||
"toCommunity":"To the community",
|
"toCommunity":"To the community",
|
||||||
"noDecay": "No Decay"
|
"noDecay": "No Decay",
|
||||||
|
"total":"Total"
|
||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"cancel":"Cancel",
|
"cancel":"Cancel",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user