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"
|
:min="min"
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
reset-value=""
|
reset-value=""
|
||||||
|
:label-no-date-selected="$t('contributionLink.noDateSelected')"
|
||||||
required
|
required
|
||||||
></b-form-datepicker>
|
></b-form-datepicker>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
@ -26,6 +27,7 @@
|
|||||||
:min="form.startDate ? form.startDate : min"
|
:min="form.startDate ? form.startDate : min"
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
reset-value=""
|
reset-value=""
|
||||||
|
:label-no-date-selected="$t('contributionLink.noDateSelected')"
|
||||||
required
|
required
|
||||||
></b-form-datepicker>
|
></b-form-datepicker>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
"newContributionLink": "Neuer Beitragslink",
|
"newContributionLink": "Neuer Beitragslink",
|
||||||
"noContributionLinks": "Es sind keine Beitragslinks angelegt.",
|
"noContributionLinks": "Es sind keine Beitragslinks angelegt.",
|
||||||
"noEndDate": "Kein Enddatum gewählt.",
|
"noEndDate": "Kein Enddatum gewählt.",
|
||||||
|
"noDateSelected": "Kein Datum ausgewählt",
|
||||||
"noStartDate": "Kein Startdatum gewählt.",
|
"noStartDate": "Kein Startdatum gewählt.",
|
||||||
"options": {
|
"options": {
|
||||||
"cycle": {
|
"cycle": {
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
"newContributionLink": "New contribution link",
|
"newContributionLink": "New contribution link",
|
||||||
"noContributionLinks": "No contribution links have been created.",
|
"noContributionLinks": "No contribution links have been created.",
|
||||||
"noEndDate": "No end-date",
|
"noEndDate": "No end-date",
|
||||||
|
"noDateSelected": "No date selected",
|
||||||
"noStartDate": "No start-date",
|
"noStartDate": "No start-date",
|
||||||
"options": {
|
"options": {
|
||||||
"cycle": {
|
"cycle": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user