mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
changed locales for start and enddate
This commit is contained in:
parent
4730fdefaa
commit
20103b1700
@ -14,6 +14,7 @@
|
||||
:min="min"
|
||||
class="mb-4"
|
||||
reset-value=""
|
||||
:label-no-date-selected="$t('contributionLink.noDateSelected')"
|
||||
required
|
||||
></b-form-datepicker>
|
||||
</b-form-group>
|
||||
@ -26,6 +27,7 @@
|
||||
:min="form.startDate ? form.startDate : min"
|
||||
class="mb-4"
|
||||
reset-value=""
|
||||
:label-no-date-selected="$t('contributionLink.noDateSelected')"
|
||||
required
|
||||
></b-form-datepicker>
|
||||
</b-form-group>
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
"newContributionLink": "Neuer Beitragslink",
|
||||
"noContributionLinks": "Es sind keine Beitragslinks angelegt.",
|
||||
"noEndDate": "Kein Enddatum gewählt.",
|
||||
"noDateSelected": "Kein Datum ausgewählt",
|
||||
"noStartDate": "Kein Startdatum gewählt.",
|
||||
"options": {
|
||||
"cycle": {
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
"newContributionLink": "New contribution link",
|
||||
"noContributionLinks": "No contribution links have been created.",
|
||||
"noEndDate": "No end-date",
|
||||
"noDateSelected": "No date selected",
|
||||
"noStartDate": "No start-date",
|
||||
"options": {
|
||||
"cycle": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user