change locales

This commit is contained in:
ogerly 2022-07-22 11:17:59 +02:00
parent ce531a15a7
commit 2f0780f6d5
3 changed files with 6 additions and 7 deletions

View File

@ -78,9 +78,6 @@
</b-button>
</b-col>
</b-row>
{{form}} <br />
{{id}} <br />
{{value}}, {{ updateAmount }}, {{ updateAmount === '' }}
</b-form>
</div>
</template>

View File

@ -50,7 +50,8 @@
"openAmountForMonth": "Für <b>{monthAndYear}</b> kannst du noch <b>{creation}</b> GDD einreichen.",
"yourContribution": "Dein Beitrag zum Gemeinwohl"
},
"noDateSelected": "Kein Datum ausgewählt",
"noDateSelected": "Wähle irgendein Datum im Monat",
"selectDate": "Wann war dein Beitrag?",
"submit": "Einreichen",
"submitted": "Der Beitrag wurde eingereicht.",
"updated": "Der Beitrag wurde geändert."
@ -204,8 +205,8 @@
"aprox": "~",
"divide": "/",
"equal": "=",
"equalTo": "<",
"exclaim": "!",
"lower": "<",
"minus": "",
"pipe": "|"
},

View File

@ -50,7 +50,8 @@
"openAmountForMonth": "For <b>{monthAndYear}</b>, you can still submit <b>{creation}</b> GDD.",
"yourContribution": "Your contribution to the common good"
},
"noDateSelected": "No date selected",
"noDateSelected": "Choose any date in the month",
"selectDate": "When was your contribution?",
"submit": "Submit",
"submitted": "The contribution was submitted.",
"updated": "The contribution was changed."
@ -204,8 +205,8 @@
"aprox": "~",
"divide": "/",
"equal": "=",
"equalTo": "<",
"exclaim": "!",
"lower": "<",
"minus": "",
"pipe": "|"
},