Make registration form responsive.
This commit is contained in:
@@ -16,18 +16,17 @@ export const registration: Record<string, string> = {
|
||||
"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": "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.placeholder": "Vegan...",
|
||||
"registration.form.preferences.everything": "Everything goes",
|
||||
"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?",
|
||||
|
||||
@@ -15,18 +15,18 @@ export const registration: Record<string, string> = {
|
||||
"registration.form.name": "Nimi",
|
||||
"registration.form.name.placeholder": "Koko tai lempinimi",
|
||||
"registration.form.name.missing": "Nimi puuttuu",
|
||||
"registration.form.allergies": "Ruoka-allergiat",
|
||||
"registration.form.allergies.placeholder": "Laktoosi, vehnä...",
|
||||
|
||||
"registration.form.allergies": "Ruoka-allergiat (valitse tai kirjoita)",
|
||||
"registration.form.allergies.placeholder": "Kaikki käy",
|
||||
"registration.form.allergies.lactose": "Laktoosi",
|
||||
"registration.form.allergies.dairy": "Maitotuotteet",
|
||||
"registration.form.allergies.gluten": "Gluteeni",
|
||||
"registration.form.allergies.wheat": "Vehnä",
|
||||
|
||||
"registration.form.preferences": "Erikoisruokavalio",
|
||||
"registration.form.preferences.placeholder": "Vegaaninen...",
|
||||
"registration.form.preferences.vegan": "Vegaani",
|
||||
"registration.form.preferences.vegetarian": "Kasvissyöjä",
|
||||
"registration.form.preferences.murder": "Murha",
|
||||
"registration.form.preferences.everything": "Kaikki käy",
|
||||
"registration.form.preferences.vegan": "Vegaaninen",
|
||||
"registration.form.preferences.vegetarian": "Kasvis",
|
||||
|
||||
"registration.form.welcomeDrinks": "Tervetuliasmalja",
|
||||
"registration.form.welcomeDrinks.placeholder": "Mitä saisi olla?",
|
||||
|
||||
Reference in New Issue
Block a user