translation for create.settings
This commit is contained in:
parent
36dfc887a8
commit
fcd4c82f40
2 changed files with 12 additions and 4 deletions
|
@ -15,6 +15,10 @@ export default {
|
||||||
"create.options-datetime.more-inputs": "more inputs for time",
|
"create.options-datetime.more-inputs": "more inputs for time",
|
||||||
"create.options-datetime.copy-first-line": "copy first line",
|
"create.options-datetime.copy-first-line": "copy first line",
|
||||||
"create.options-datetime.error.notEnoughTimes": "you must enter atleast one time per date",
|
"create.options-datetime.error.notEnoughTimes": "you must enter atleast one time per date",
|
||||||
|
"create.settings.answerType.label": "available answers",
|
||||||
|
"create.settings.anserType.prompt": "Please define available answers",
|
||||||
|
"create.settings.anonymousUser.label": "Allow anonym participation?",
|
||||||
|
"create.settings.forceAnswer.label": "Force an answer?",
|
||||||
"errors.inclusion": "is not included in the list",
|
"errors.inclusion": "is not included in the list",
|
||||||
"errors.exclusion": "is reserved",
|
"errors.exclusion": "is reserved",
|
||||||
"errors.invalid": "is invalid",
|
"errors.invalid": "is invalid",
|
||||||
|
@ -69,6 +73,10 @@ export default {
|
||||||
"create.options-datetime.more-inputs": "Mehr Zeiten eingeben",
|
"create.options-datetime.more-inputs": "Mehr Zeiten eingeben",
|
||||||
"create.options-datetime.copy-first-line": "Erste Zeile kopieren",
|
"create.options-datetime.copy-first-line": "Erste Zeile kopieren",
|
||||||
"create.options-datetime.error.notEnoughTimes": "mindestens eine Zeit pro Tag",
|
"create.options-datetime.error.notEnoughTimes": "mindestens eine Zeit pro Tag",
|
||||||
|
"create.settings.answerType.label": "available answers",
|
||||||
|
"create.settings.anserType.prompt": "Please define available answers",
|
||||||
|
"create.settings.anonymousUser.label": "Allow anonym participation?",
|
||||||
|
"create.settings.forceAnswer.label": "Force an answer?",
|
||||||
"errors.inclusion": "is not included in the list",
|
"errors.inclusion": "is not included in the list",
|
||||||
"errors.exclusion": "is reserved",
|
"errors.exclusion": "is reserved",
|
||||||
"errors.invalid": "is invalid",
|
"errors.invalid": "is invalid",
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
value="answerType"
|
value="answerType"
|
||||||
optionValuePath="content.id"
|
optionValuePath="content.id"
|
||||||
optionLabelPath="content.label"
|
optionLabelPath="content.label"
|
||||||
label="available answers"
|
labelTranslation="create.settings.answerType.label"
|
||||||
prompt="Please define available answers"
|
promptTranslation="create.settings.anserType.prompt"
|
||||||
}}
|
}}
|
||||||
{{input anonymousUser as='checkbox'
|
{{input anonymousUser as='checkbox'
|
||||||
label="Allow anonym participation?"
|
labelTranslation="create.settings.anonymousUser.label"
|
||||||
}}
|
}}
|
||||||
{{input forceAnswer as='checkbox'
|
{{input forceAnswer as='checkbox'
|
||||||
label="Force an answer?"
|
labelTranslation="create.settings.forceAnswer.label"
|
||||||
}}
|
}}
|
||||||
{{submit 'save'}}
|
{{submit 'save'}}
|
||||||
{{/form-for}}
|
{{/form-for}}
|
||||||
|
|
Loading…
Reference in a new issue