missing translation

This commit is contained in:
jelhan 2014-10-21 03:52:10 +02:00
parent 36e91ad99c
commit 36dfc887a8
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@ export default {
"create.options.add-another-option": "add another option",
"create.options.error.notEnoughOptions": "you must enter atleast two options",
"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",
"create.options-datetime.copy-first-line": "copy first line",
"create.options-datetime.error.notEnoughTimes": "you must enter atleast one time per date",
@ -64,6 +65,7 @@ export default {
"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-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",

View file

@ -25,7 +25,7 @@
</tbody>
</table>
{{hint-field enoughTimes
text="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."
textTranslation="create.options-datetime.datetimes.hint"
}}
{{error-field enoughTimes}}
{{/input}}