added not translated texts, changed translations

This commit is contained in:
Bernhard Großer
2023-01-25 21:23:50 +01:00
committed by GitHub
parent bb68c8c504
commit 6871a40380
4 changed files with 8 additions and 6 deletions

View File

@@ -32,15 +32,15 @@ export default {
return [
[
{
label: 'Total Expenditure',
label: this.$t('totalexpenses'),
value: this.formatCurrency(0, this.user.currency),
},
{
label: 'Fillup Costs',
label: this.$t('fillupcost'),
value: `${this.formatCurrency(0, this.user.currency)} (0)`,
},
{
label: 'Other Expenses',
label: this.$t('otherexpenses'),
value: `${this.formatCurrency(0, this.user.currency)} (0)`,
},
],