Complete version of the registration form.

This commit is contained in:
codevictory
2021-12-16 22:38:30 +02:00
parent 79968fcaab
commit 77e91161d6
6 changed files with 308 additions and 100 deletions

View File

@@ -4,4 +4,32 @@ export const registration: Record<string, string> = {
"registration.about": "We will be updating the program and menu in lintujamaslo.net",
"registration.saveTheLink": "Save the link",
"registration.fillInBefore": "Please fill the visitors in before 27th of June",
"registration.addVisitor": "Add visitor",
"registration.form.submit": "Submit",
"registration.form.decline": "Decline invitation",
"registration.form.remove": "Remove",
"registration.form.name": "Name",
"registration.form.name.placeholder": "Full or nickname",
"registration.form.name.missing": "Missing name",
"registration.form.allergies": "Food allergies",
"registration.form.allergies.placeholder": "Lactose, wheat...",
"registration.form.allergies.lactose": "Lactose",
"registration.form.allergies.dairy": "Dairy",
"registration.form.allergies.gluten": "Gluten",
"registration.form.allergies.wheat": "Wheat",
"registration.form.preferences": "Food preferences",
"registration.form.preferences.placeholder": "Vegan...",
"registration.form.preferences.vegan": "Vegan",
"registration.form.preferences.vegetarian": "Vegetarian",
"registration.form.preferences.murder": "Murder",
"registration.form.welcomeDrinks": "Welcome drink",
"registration.form.welcomeDrinks.placeholder": "What fancy you?",
"registration.form.welcomeDrinks.missing": "Missing welcome drink",
"registration.form.welcomeDrinks.alcoholBubbles": "Alcohol bubbles",
"registration.form.welcomeDrinks.alcoholFreeBubbles": "Alcohol-free bubbles"
}