+
+ {{ $t('overlay.confirm.title') }}
+
+
+
+ {{ $t('transactionlist.amount') }}
+
+ {{ item.amount }} GDD
+
+
+
+ {{ $t('creation_for_month') }}
+
+ {{ $d(new Date(item.date), 'month') }} {{ $d(new Date(item.date), 'year') }}
+
+
+
+ {{ $t('transactionlist.memo') }}
+ {{ item.memo }}
+
+
+ {{ $t('name') }}
+ {{ item.firstName }} {{ item.lastName }}
+
+
+ {{ $t('e_mail') }}
+ {{ item.email }}
+
+
+
+
+ {{ $t('overlay.confirm.text') }}
+
+ {{ $t('overlay.confirm.question') }}
+
+
+
+
+
+ {{ $t('overlay.confirm.cancel') }}
+
+
+
+
+ {{ $t('overlay.confirm.yes') }}
+
+
+
+
+
+
+