Files
lintujamaslo/src/constants/localization/main/en.ts
2022-01-10 23:17:04 +02:00

26 lines
1.2 KiB
TypeScript

export const main: Record<string, string> = {
"main.program": "Program",
"main.menu": "Menu",
"main.info": "Info",
"main.saveTheLink": "Save the link",
"main.welcome": "Tervetuloa! Welcome! Vitajte!",
"main.toBeDecided": "To be specified",
"main.info.seurantalo": "Wedding is located in Naantali on Livonsaari: Velkuantie 987, 21180 Livonsaari",
"main.info.accomodation": "Accomodation",
"main.info.vanhaSalakuljettaja": "Old Smuggler",
"main.info.vanhaSalakuljettaja.desc": "Old Smugglerr offers cabin to rent approximately 7km from the wedding place.",
"main.info.vaihela": "Archipelago hotel Vaihela",
"main.info.vaihela.desc": "On excellent location. Expensive but idyllic. Behind two ferries.",
"main.info.livonsaariCaravan": "Livonsaari Caravan",
"main.info.livonsaariCaravan.desc": "Nearest to the wedding place (approx 4km). Simple and functional",
"main.info.livonsaarenOsuuskauppa": "Livonaaren Osuuskauppa",
"main.info.livonsaarenOsuuskauppa.desc": "Best village shop ever! Right on the other side of the road from the wedding place. Here you can find grosery, restaurant and a bar.",
"main.info.services": "Other services",
}