Registration description.

This commit is contained in:
codevictory
2021-12-13 21:12:01 +02:00
parent 7aec903d56
commit adf058116c
5 changed files with 42 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import { common } from "./common/fi";
import { registration } from './registration/en';
import { registration } from './registration/fi';
const fi: Record<string, string> = {
...common,

View File

@@ -1,4 +1,7 @@
export const registration: Record<string, string> = {
"registration.welcome": "Welcome to our wedding on plaa plaa August 2022",
"registration.questions": "If you have any question about:\nmushrooms\ndangerous animals"
"registration.welcome": "Welcome to our wedding table",
"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",
}

View File

@@ -1,4 +1,7 @@
export const registration: Record<string, string> = {
"registration.welcome": "Welcome to our wedding on plaa plaa August 2022",
"registration.questions": "If you have any question about:\nmushrooms\ndangerous animals"
"registration.welcome": "Tervetuloa häihimme",
"registration.questions": "Jos sinulla on mitään kysymyksiä\nsienistä\nvaarallisista pedoista",
"registration.about": "Päivitämme menua ja ohjelmaa osoitteeseen lintujamaslo.net",
"registration.saveTheLink": "Laita linkki talteen",
"registration.fillInBefore": "Lisääthän teiltä osallistuvat henkilöt viimeistään 27th of June",
}