Skip to content
Snippets Groups Projects
Commit 2f47ef2b authored by Leander Tolksdorf's avatar Leander Tolksdorf
Browse files

Add error messages to translation files

parent c4adc471
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
"labelEmail": "Deine Email", "labelEmail": "Deine Email",
"labelName": "Dein Name", "labelName": "Dein Name",
"labelAnnotations": "Anmerkungen (optional)", "labelAnnotations": "Anmerkungen (optional)",
"buttonBookBoat": "Boot jetzt buchen!" "buttonBookBoat": "Boot jetzt buchen!",
"messages": {
"required": "'{{val}}' wird benötigt",
"invalidTime" : "Bitte trage eine gültige Uhrzeit für '{{val}}' ein (hh:mm)",
"invalidEmail" : "Bitte trage eine gültige Email ein"
}
} }
} }
\ No newline at end of file
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
"labelEmail": "Your Email", "labelEmail": "Your Email",
"labelName": "Your Name", "labelName": "Your Name",
"labelAnnotations": "Annotations (optional)", "labelAnnotations": "Annotations (optional)",
"buttonBookBoat": "Book this boat!" "buttonBookBoat": "Book this boat!",
"messages": {
"required": "'{{val}}' is required",
"invalidTime" : "Please enter a valid time for '{{val}}' (hh:mm)",
"invalidEmail" : "Please enter a valid mail address"
}
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment