added not translated texts, changed translations
This commit is contained in:
@@ -32,15 +32,15 @@ export default {
|
|||||||
return [
|
return [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
label: 'Total Expenditure',
|
label: this.$t('totalexpenses'),
|
||||||
value: this.formatCurrency(0, this.user.currency),
|
value: this.formatCurrency(0, this.user.currency),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Fillup Costs',
|
label: this.$t('fillupcost'),
|
||||||
value: `${this.formatCurrency(0, this.user.currency)} (0)`,
|
value: `${this.formatCurrency(0, this.user.currency)} (0)`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Other Expenses',
|
label: this.$t('otherexpenses'),
|
||||||
value: `${this.formatCurrency(0, this.user.currency)} (0)`,
|
value: `${this.formatCurrency(0, this.user.currency)} (0)`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -133,6 +133,7 @@
|
|||||||
"showunprocessed": "Zeige unbearbeitete",
|
"showunprocessed": "Zeige unbearbeitete",
|
||||||
"unprocessed": "unbearbeitet",
|
"unprocessed": "unbearbeitet",
|
||||||
"sitesettingdesc": "Ändere die globalen Einstellungen. Diese werden als Standard für neue Benutzer verwendet.",
|
"sitesettingdesc": "Ändere die globalen Einstellungen. Diese werden als Standard für neue Benutzer verwendet.",
|
||||||
|
"settingdesc": "Diese Einstellungen werden als Standard verwendet wenn du eine neue Ausgabe oder eine Tankfüllung erfasst.",
|
||||||
"areyousure": "Bist du dir sicher?",
|
"areyousure": "Bist du dir sicher?",
|
||||||
"adduser": "Benutzer hinzufügen",
|
"adduser": "Benutzer hinzufügen",
|
||||||
"usercreatedsuccessfully": "Benutzer erfolgreich gespeichert",
|
"usercreatedsuccessfully": "Benutzer erfolgreich gespeichert",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"thisyear": "This year",
|
"thisyear": "This year",
|
||||||
"alltime": "All Time",
|
"alltime": "All Time",
|
||||||
"noattachments": "No Attachments so far",
|
"noattachments": "No Attachments so far",
|
||||||
"attachments": "Anhänge",
|
"attachments": "Attachments",
|
||||||
"choosefile": "Choose File",
|
"choosefile": "Choose File",
|
||||||
"addattachment": "Add Attachment",
|
"addattachment": "Add Attachment",
|
||||||
"sharedwith": "Shared with",
|
"sharedwith": "Shared with",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"you": "You",
|
"you": "You",
|
||||||
"addfillup": "Add Fillup",
|
"addfillup": "Add Fillup",
|
||||||
"createfillup": "Create Fillup",
|
"createfillup": "Create Fillup",
|
||||||
"deletefillup": "Lösche diese Tankfüllung",
|
"deletefillup": "Delete this fillup",
|
||||||
"addexpense": "Add Expense",
|
"addexpense": "Add Expense",
|
||||||
"createexpense": "Create Expense",
|
"createexpense": "Create Expense",
|
||||||
"deleteexpense": "Delete this expense",
|
"deleteexpense": "Delete this expense",
|
||||||
@@ -136,6 +136,7 @@
|
|||||||
"showunprocessed": "Show unprocessed only",
|
"showunprocessed": "Show unprocessed only",
|
||||||
"unprocessed": "unprocessed",
|
"unprocessed": "unprocessed",
|
||||||
"sitesettingdesc": "Update site level settings. These will be used as default values for new users.",
|
"sitesettingdesc": "Update site level settings. These will be used as default values for new users.",
|
||||||
|
"settingdesc": "These will be used as default values whenever you create a new fillup or expense.",
|
||||||
"areyousure": "Are you sure you want to do this?",
|
"areyousure": "Are you sure you want to do this?",
|
||||||
"adduser": "Add User",
|
"adduser": "Add User",
|
||||||
"usercreatedsuccessfully": "User Created Successfully",
|
"usercreatedsuccessfully": "User Created Successfully",
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ export default {
|
|||||||
><div class="column">
|
><div class="column">
|
||||||
<form class="box " @submit.prevent="saveSettings">
|
<form class="box " @submit.prevent="saveSettings">
|
||||||
<h1 class="subtitle">
|
<h1 class="subtitle">
|
||||||
These will be used as default values whenever you create a new fillup or expense.
|
{{ $t('settingdesc') }}
|
||||||
</h1>
|
</h1>
|
||||||
<b-field :label="$t('currency')">
|
<b-field :label="$t('currency')">
|
||||||
<b-autocomplete
|
<b-autocomplete
|
||||||
|
|||||||
Reference in New Issue
Block a user