missing translation

This commit is contained in:
jelhan 2014-10-23 17:34:56 +02:00
parent 5afd9a20f4
commit a4eb466099
2 changed files with 35 additions and 33 deletions

View file

@ -10,6 +10,7 @@ export default {
"create.options.options.label": "options",
"create.options.add-another-option": "add another option",
"create.options.error.notEnoughOptions": "you must enter atleast two options",
"create.options.defineTimes.label": "define times?",
"create.options-datetime.datetimes.label": "datetimes",
"create.options-datetime.datetimes.hint": "Hours and minutes have to be seperated by a color (e.g. 12:30). You have to enter atleast one valid time for each date.",
"create.options-datetime.more-inputs": "more inputs for time",
@ -60,45 +61,46 @@ export default {
"de": {
"create.index.input.pollType.label": "Umfragetyp",
"create.index.input.pollType.prompt": "Bitte wähle den Typ deiner Umfrage",
"create.meta.input.title.label": "title",
"create.meta.input.title.placeholder": "enter a title...",
"create.meta.input.description.label": "description",
"create.meta.input.description.placeholder": "enter a description if you like",
"create.meta.input.title.label": "de: title",
"create.meta.input.title.placeholder": "de: enter a title...",
"create.meta.input.description.label": "de: description",
"create.meta.input.description.placeholder": "de: enter a description if you like",
"create.next": "weiter",
"create.options.options.label": "Optionen",
"create.options.add-another-option": "Mehr Optionen",
"create.options.error.notEnoughOptions": "mindestens zwei Optionen",
"create.options-datetime.datetimes.label": "datetimes",
"create.options-datetime.datetimes.hint": "Hours and minutes have to be seperated by a color (e.g. 12:30). You have to enter atleast one valid time for each date.",
"create.options.defineTimes.label": "de: define times?",
"create.options-datetime.datetimes.label": "de: datetimes",
"create.options-datetime.datetimes.hint": "de: Hours and minutes have to be seperated by a color (e.g. 12:30). You have to enter atleast one valid time for each date.",
"create.options-datetime.more-inputs": "Mehr Zeiten eingeben",
"create.options-datetime.copy-first-line": "Erste Zeile kopieren",
"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.exclusion": "is reserved",
"errors.invalid": "is invalid",
"errors.confirmation": "doesn't match {{attribute}}",
"errors.accepted": "must be accepted",
"errors.empty": "can't be empty",
"errors.blank": "can't be blank",
"errors.present": "must be blank",
"errors.tooLong": "is too long (maximum is {{count}} characters)",
"errors.tooShort": "is too short (minimum is {{count}} characters)",
"errors.wrongLength": "is the wrong length (should be {{count}} characters)",
"errors.notANumber": "is not a number",
"errors.notAnInteger": "must be an integer",
"errors.greaterThan": "must be greater than {{count}}",
"errors.greaterThanOrEqualTo": "must be greater than or equal to {{count}}",
"errors.equalTo": "must be equal to {{count}}",
"errors.lessThan": "must be less than {{count}}",
"errors.lessThanOrEqualTo": "must be less than or equal to {{count}}",
"errors.otherThan": "must be other than {{count}}",
"errors.odd": "must be odd",
"errors.even": "must be even",
"errors.url": "is not a valid URL",
"create.settings.answerType.label": "de: available answers",
"create.settings.anserType.prompt": "de: Please define available answers",
"create.settings.anonymousUser.label": "de: Allow anonym participation?",
"create.settings.forceAnswer.label": "de: Force an answer?",
"errors.inclusion": "de: is not included in the list",
"errors.exclusion": "de: is reserved",
"errors.invalid": "de: is invalid",
"errors.confirmation": "de: doesn't match {{attribute}}",
"errors.accepted": "de: must be accepted",
"errors.empty": "de: can't be empty",
"errors.blank": "de: can't be blank",
"errors.present": "de: must be blank",
"errors.tooLong": "de: is too long (maximum is {{count}} characters)",
"errors.tooShort": "de: is too short (minimum is {{count}} characters)",
"errors.wrongLength": "de: is the wrong length (should be {{count}} characters)",
"errors.notANumber": "de: is not a number",
"errors.notAnInteger": "de: must be an integer",
"errors.greaterThan": "de: must be greater than {{count}}",
"errors.greaterThanOrEqualTo": "de: must be greater than or equal to {{count}}",
"errors.equalTo": "de: must be equal to {{count}}",
"errors.lessThan": "de: must be less than {{count}}",
"errors.lessThanOrEqualTo": "de: must be less than or equal to {{count}}",
"errors.otherThan": "de: must be other than {{count}}",
"errors.odd": "de: must be odd",
"errors.even": "de: must be even",
"errors.url": "de: is not a valid URL",
"index.title": "Croodle vereinfacht die Termin- und Entscheidungsfindung ...<br/>... und schützt dabei deine Daten",
"index.features.title": "Funktionen",
"index.features.list.overview": "Finde einen Termin oder mache eine Umfrage mit so vielen Leuten, wie du möchtest.",

View file

@ -40,7 +40,7 @@
{{/if}}
{{/input}}
{{input isDateTime as='checkbox'
label="Define times?"
labelTranslation="create.options.defineTimes.label"
}}
{{submit 'next'}}
{{/form-for}}