Files
lintujamaslo/src/constants/localization/registration/en.ts
2021-12-28 21:42:39 +02:00

36 lines
1.8 KiB
TypeScript

export const registration: Record<string, string> = {
"registration.welcome": "Welcome to our wedding table",
"registration.datetime": "27th of August from 11:00 on",
"registration.place": "In Seurantalo of Livonsaari",
"registration.questions": "If you have any question about:\nmushrooms\ndangerous animals",
"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 (select or write)",
"registration.form.allergies.placeholder": "Everything goes",
"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.everything": "Everything goes",
"registration.form.preferences.vegan": "Vegan",
"registration.form.preferences.vegetarian": "Vegetarian",
"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"
}