Update languages
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 2m6s
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 2m6s
This commit is contained in:
parent
cb1c8d9f37
commit
79aee40a7a
@ -5,12 +5,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
const {t, tm, rt} = useVariantData()
|
||||||
const { add } = useToast()
|
const { add } = useToast()
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
add({
|
add({
|
||||||
title: 'Privacy Notice',
|
title: t('cookies.title'),
|
||||||
description: 'We don’t use cookies or tracking. Enjoy your stay.',
|
description: t('cookies.description'),
|
||||||
timeout: 8000,
|
timeout: 8000,
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
icon: 'i-heroicons-shield-check',
|
icon: 'i-heroicons-shield-check',
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"cookies": {
|
||||||
|
"title": "Ihre Privatsphäre ist uns wichtig",
|
||||||
|
"description": "Wir verwenden keine Tracking-Cookies. Genießen Sie Ihren Aufenthalt auf unserer Website!"
|
||||||
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"home": "Landhaus Panoramablick",
|
"home": "Landhaus Panoramablick",
|
||||||
"apartments": "Apartments & Preise",
|
"apartments": "Apartments & Preise",
|
||||||
@ -20,22 +24,22 @@
|
|||||||
{
|
{
|
||||||
"icon": "heart-handshake",
|
"icon": "heart-handshake",
|
||||||
"label": "Herzliche Gastgeber",
|
"label": "Herzliche Gastgeber",
|
||||||
"detail": "Persönliche Tipps & herzlicher Service direkt im Haus."
|
"detail": "Persönliche Tipps & herzlicher Service direkt im Haus"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "heater",
|
"icon": "heater",
|
||||||
"label": "Sauna im Haus",
|
"label": "Sauna im Haus",
|
||||||
"detail": "Sauna inklusive Infrarotkabine und Dampfsauna."
|
"detail": "Sauna inklusive Infrarotkabine und Dampfsauna"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "wifi",
|
"icon": "wifi",
|
||||||
"label": "Schnelles WLAN",
|
"label": "Schnelles WLAN",
|
||||||
"detail": "Enterprise grade WLAN access points in jedem apartment."
|
"detail": "Professionelles WLAN Equipment in jedem Appartement"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "car-front",
|
"icon": "car-front",
|
||||||
"label": "Gratis Parkplatz",
|
"label": "Gratis Parkplatz",
|
||||||
"detail": "Kostenlose Stellplätze direkt vor der Tür."
|
"detail": "Kostenlose Stellplätze direkt vor der Tür"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": {
|
"icon": {
|
||||||
@ -46,12 +50,12 @@
|
|||||||
"#su": "Bikekeller",
|
"#su": "Bikekeller",
|
||||||
"#wi": "Schikeller"
|
"#wi": "Schikeller"
|
||||||
},
|
},
|
||||||
"detail": "Platz für Ihr Urlaubsequipment."
|
"detail": "Platz für Ihr Urlaubsequipment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "flame-kindling",
|
"icon": "flame-kindling",
|
||||||
"label": "Grillplatz",
|
"label": "Grillplatz",
|
||||||
"detail": "Kugelgrill und Smoker leihbar."
|
"detail": "Kugelgrill und Smoker leihbar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "mountain",
|
"icon": "mountain",
|
||||||
@ -91,12 +95,12 @@
|
|||||||
{
|
{
|
||||||
"icon": "trees",
|
"icon": "trees",
|
||||||
"label": "Atemberaubendes Panorama",
|
"label": "Atemberaubendes Panorama",
|
||||||
"detail": "Nur das beste für die Gäste."
|
"detail": "Nur das beste für die Gäste"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "store",
|
"icon": "store",
|
||||||
"label": "Sportgeschäft",
|
"label": "Sportgeschäft",
|
||||||
"detail": "Exklusive Rabatte bei Sport Bründl bei Vorabreservierung."
|
"detail": "Exklusive Rabatte bei Sport Bründl bei Vorabreservierung"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"landing": {
|
"landing": {
|
||||||
@ -105,14 +109,14 @@
|
|||||||
"description": "Genießen Sie erholsame Tage inmitten der Salzburger Natur mit herrlichem Panoramablick auf die Berge von Saalbach. Unser Landhaus bietet gemütliche Apartments und herzliche Gastfreundschaft in perfekter Lage.",
|
"description": "Genießen Sie erholsame Tage inmitten der Salzburger Natur mit herrlichem Panoramablick auf die Berge von Saalbach. Unser Landhaus bietet gemütliche Apartments und herzliche Gastfreundschaft in perfekter Lage.",
|
||||||
"images": {
|
"images": {
|
||||||
"#su": [
|
"#su": [
|
||||||
'/landing/2.jpg',
|
"/landing/2.jpg",
|
||||||
'/landing/1.jpg',
|
"/landing/1.jpg",
|
||||||
'/landing/3.jpg',
|
"/landing/3.jpg",
|
||||||
'/landing/4.jpg'
|
"/landing/4.jpg"
|
||||||
],
|
],
|
||||||
"#wi": [
|
"#wi": [
|
||||||
'/landing/w1.webp',
|
"/landing/w1.webp",
|
||||||
'/landing/w2.webp'
|
"/landing/w2.webp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"joker": {
|
"joker": {
|
||||||
@ -472,12 +476,12 @@
|
|||||||
"parents": {
|
"parents": {
|
||||||
"title": "Monika & Norbert",
|
"title": "Monika & Norbert",
|
||||||
"description": "Herzliche Gastgeber – immer mit einem Tipp zur Region parat.",
|
"description": "Herzliche Gastgeber – immer mit einem Tipp zur Region parat.",
|
||||||
"image": "/family/monika-norbert.jpg"
|
"image": "/family/monika-norbert.webp"
|
||||||
},
|
},
|
||||||
"children": {
|
"children": {
|
||||||
"title": "Sabrina & Daniel",
|
"title": "Sabrina & Daniel",
|
||||||
"description": "Jung, aktiv und voller Energie – Sohn Daniel und Tochter Sabrina bringen Schwung ins Haus.",
|
"description": "Jung, aktiv und voller Energie – Sohn Daniel und Tochter Sabrina bringen Schwung ins Haus.",
|
||||||
"image": "/family/sabrina-daniel.jpg"
|
"image": "/family/sabrina-daniel.webp"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,41 +1,45 @@
|
|||||||
{
|
{
|
||||||
|
"cookies": {
|
||||||
|
"title": "We value your privacy",
|
||||||
|
"description": "We do not use any tracking cookies. Enjoy your stay on our website!"
|
||||||
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"home": "Landhaus Panoramablick",
|
"home": "Landhaus Panoramablick",
|
||||||
"apartments": "Apartments & Preise",
|
"apartments": "Apartments & Prices",
|
||||||
"book": "Buchen",
|
"book": "Book now",
|
||||||
"contact": "Kontakt"
|
"contact": "Contact"
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"questions": "Fragen oder Wünsche?",
|
"questions": "Questions or requests?",
|
||||||
"prompt": "Monika freut sich von Ihnen zu hören!"
|
"prompt": "Monika is looking forward to hearing from you!"
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
"apartments": "Apartments",
|
"apartments": "Apartments",
|
||||||
"book": "Buchen",
|
"book": "Book now",
|
||||||
"contact": "Kontakt",
|
"contact": "Contact",
|
||||||
"hosts": "Die Gastgeber",
|
"hosts": "Your Hosts",
|
||||||
"map": "Maps Öffnen"
|
"map": "Open Maps"
|
||||||
},
|
},
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
"icon": "heart-handshake",
|
"icon": "heart-handshake",
|
||||||
"label": "Herzliche Gastgeber",
|
"label": "Warm-hearted hosts",
|
||||||
"detail": "Persönliche Tipps & herzlicher Service direkt im Haus."
|
"detail": "Personalized tips & warm service right in the house"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "heater",
|
"icon": "heater",
|
||||||
"label": "Sauna im Haus",
|
"label": "Sauna available",
|
||||||
"detail": "Sauna inklusive Infrarotkabine und Dampfsauna."
|
"detail": "Sauna including infrared cabin and steam sauna"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "wifi",
|
"icon": "wifi",
|
||||||
"label": "Schnelles WLAN",
|
"label": "Schnelles WLAN",
|
||||||
"detail": "Enterprise grade WLAN access points in jedem apartment."
|
"detail": "Professional Wi-Fi equipment in every apartment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "car-front",
|
"icon": "car-front",
|
||||||
"label": "Gratis Parkplatz",
|
"label": "Free parking",
|
||||||
"detail": "Kostenlose Stellplätze direkt vor der Tür."
|
"detail": "Free parking spaces right outside the door"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": {
|
"icon": {
|
||||||
@ -43,30 +47,30 @@
|
|||||||
"#wi": "lock"
|
"#wi": "lock"
|
||||||
},
|
},
|
||||||
"label": {
|
"label": {
|
||||||
"#su": "Bikekeller",
|
"#su": "Bike storage room",
|
||||||
"#wi": "Schikeller"
|
"#wi": "Ski storage room"
|
||||||
},
|
},
|
||||||
"detail": "Platz für Ihr Urlaubsequipment."
|
"detail": "Space for your holiday equipment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "flame-kindling",
|
"icon": "flame-kindling",
|
||||||
"label": "Grillplatz",
|
"label": "Barbecue",
|
||||||
"detail": "Kugelgrill und Smoker leihbar."
|
"detail": "Kettle grill and smoker available for rent"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "mountain",
|
"icon": "map-pin-house",
|
||||||
"label": "Exzellente Lage",
|
"label": "Excellent location",
|
||||||
"detail": "5 Min. zum Ortskern"
|
"detail": "5 minutes to the town center"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "cable-car",
|
"icon": "cable-car",
|
||||||
"label": {
|
"label": {
|
||||||
"#su": "Bei den Godeln",
|
"#su": "Right next to the gondolas",
|
||||||
"#wi": "An der Skipiste"
|
"#wi": "Ski-in/ski-out location"
|
||||||
},
|
},
|
||||||
"detail": {
|
"detail": {
|
||||||
"#su": "Direkter Einstieg in den Bikepark Saalbach",
|
"#su": "Direct access to the Saalbach bike park",
|
||||||
"#wi": "Direkter Einstieg in den Skizirkus Saalbach"
|
"#wi": "The house is located next to the ski slope"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -76,43 +80,43 @@
|
|||||||
"#wi": "Guest Mobility Ticket"
|
"#wi": "Guest Mobility Ticket"
|
||||||
},
|
},
|
||||||
"detail": {
|
"detail": {
|
||||||
"#su": "Kostenlose Aktivitäten von der ersten bis zur letzten Urlaubsminute inklusive!",
|
"#su": "Free activities included from the first to the last minute of your vacation",
|
||||||
"#wi": "Kostenlose Fahrten mit öffentlichen Verkehrsmitteln im Bundesland Salzburg"
|
"#wi": "Free rides on public transportation throughout Salzburg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed",
|
"icon": "bed",
|
||||||
"label": "Erholsamer Schlaf",
|
"label": "Restful sleep",
|
||||||
"detail": {
|
"detail": {
|
||||||
"#su": "Angenehme Zimmertemperaturen auch an heißen Sommertagen",
|
"#su": "Comfortable room temperatures even on hot summer days",
|
||||||
"#wi": "Kuschelige Wohlfühlbetten für einen erholsamen Schlaf"
|
"#wi": "Cozy comfort beds for a restful sleep"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "trees",
|
"icon": "trees",
|
||||||
"label": "Atemberaubendes Panorama",
|
"label": "Breathtaking panorama",
|
||||||
"detail": "Nur das beste für die Gäste."
|
"detail": "Enjoy the wonderful view over the Home of Lässig"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "store",
|
"icon": "store",
|
||||||
"label": "Sportgeschäft",
|
"label": "Sports shop",
|
||||||
"detail": "Exklusive Rabatte bei Sport Bründl bei Vorabreservierung."
|
"detail": "Exclusive discounts at Sport Bründl with advance reservation"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"landing": {
|
"landing": {
|
||||||
"welcome": {
|
"welcome": {
|
||||||
"title": "Willkommen im Landhaus Panoramablick in Saalbach",
|
"title": "Welcome to Landhaus Panoramablick in Saalbach",
|
||||||
"description": "Genießen Sie erholsame Tage inmitten der Salzburger Natur mit herrlichem Panoramablick auf die Berge von Saalbach. Unser Landhaus bietet gemütliche Apartments und herzliche Gastfreundschaft in perfekter Lage.",
|
"description": "Enjoy relaxing days amidst the Salzburg nature with a stunning panoramic view of the Saalbach mountains. Our guesthouse offers cozy apartments and warm hospitality in a perfect location.",
|
||||||
"images": {
|
"images": {
|
||||||
"#su": [
|
"#su": [
|
||||||
'/landing/2.jpg',
|
"/landing/2.jpg",
|
||||||
'/landing/1.jpg',
|
"/landing/1.jpg",
|
||||||
'/landing/3.jpg',
|
"/landing/3.jpg",
|
||||||
'/landing/4.jpg'
|
"/landing/4.jpg"
|
||||||
],
|
],
|
||||||
"#wi": [
|
"#wi": [
|
||||||
'/landing/w1.webp',
|
"/landing/w1.webp",
|
||||||
'/landing/w2.webp'
|
"/landing/w2.webp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"joker": {
|
"joker": {
|
||||||
@ -121,40 +125,40 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"highlight": {
|
"highlight": {
|
||||||
"title": "Erleben Sie Natur hautnah",
|
"title": "Experience nature up close.",
|
||||||
"description": {
|
"description": {
|
||||||
"#su": "Unser Landhaus liegt eingebettet in der idyllischen Salzburger Landschaft mit atemberaubendem Panoramablick auf Saalbach. Ob Wandern, Radfahren, die Umgebung erkunden, oder Entspannte Momente in der Sauna – bei uns finden Sie alles, was das Sommerherz begehrt.",
|
"#su": "Our guesthouse is located in the idyllic Salzburg countryside with breathtaking panoramic views of Saalbach. Whether hiking, cycling, exploring the surroundings, or relaxing moments in the sauna – here you’ll find everything your heart desires",
|
||||||
"#wi": "Unser Landhaus liegt eingebettet in der idyllischen Salzburger Landschaft mit atemberaubendem Panoramablick auf Saalbach. Ob Schifahren, Winterwandern, die Umgebung erkunden, oder Entspannte Momente in der Sauna – bei uns finden Sie alles, was das Winterherz begehrt."
|
"#wi": "Our guesthouse is located in the idyllic Salzburg countryside with breathtaking panoramic views of Saalbach. Whether skiing, winter hiking, exploring the surroundings, or enjoying relaxing moments in the sauna – here you’ll find everything your heart desires."
|
||||||
},
|
},
|
||||||
"image-left": "/ap.webp",
|
"image-left": "/ap.webp",
|
||||||
"image-right": "/sauna.webp"
|
"image-right": "/sauna.webp"
|
||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
"title": "Logieren Sie in bester Lage",
|
"title": "Stay in the best location",
|
||||||
"description": {
|
"description": {
|
||||||
"#su": "Unser Landhaus liegt mitten in Saalbach. In wenigen Gehminuten sind Sie bei den Gondeln, im Bikepark, sowie im wunderschönen Ortskern von Saalbach. Lassen Sie Ihr Auto den Urlaub über stehen und genießen Sie die Zeit bei uns.",
|
"#su": "Our guesthouse is located right in the heart of Saalbach. Within a few minutes' walk, you'll reach the gondolas, the bike park, and the beautiful town center of Saalbach. Leave your car parked for the entire vacation and enjoy your time with us",
|
||||||
"#wi": "Unser Landhaus liegt mitten in Saalbach. In wenigen Gehminuten sind sie an der Skipiste sowie im wunderschönen Ortskern von Saalbach. Lassen Sie Ihr Auto den Urlaub über stehen und genießen Sie die Zeit bei uns."
|
"#wi": "Our guesthouse is located right in the heart of Saalbach. Within a few minutes' walk, you’ll be at the ski slope and the beautiful town center of Saalbach. Leave your car parked for the entire vacation and enjoy your time with us."
|
||||||
},
|
},
|
||||||
"image": "/maps.png"
|
"image": "/maps.png"
|
||||||
},
|
},
|
||||||
"apartments": {
|
"apartments": {
|
||||||
"title": "Unsere Apartments",
|
"title": "Our apartments",
|
||||||
"description": {
|
"description": {
|
||||||
"#su": "Wählen Sie aus unseren neu renovierten Appartements. Die Wohnungen sind großzügig gestaltet und bieten alle einen herrlichen Blick in die Saalbacher Berglandschaft. Dank einer raffinierter Bauweise genießen Sie auch an den heißesten Sommerabenden angenehme Temperaturen in unseren Zimmern, ganz ohne Klimaanlage. Konstante Wohlfühltemperaturen laden zum druchschlafen und erholen ein.",
|
"#su": "Choose from our newly renovated apartments. The units are spaciously designed and all offer a wonderful view of the Saalbach mountain landscape. Thanks to clever construction, you can enjoy comfortable temperatures in our rooms even on the hottest summer evenings—completely without air conditioning. Consistent, pleasant temperatures invite you to sleep well and relax.",
|
||||||
"#wi": "Wählen Sie aus unseren neu renovierten Appartements. Die Wohnungen sind großzügig gestaltet und bieten alle einen herrlichen Blick in die Saalbacher Berglandschaft. Freuen Sie sich auf gemütlich warme Winterabende in unseren drei Wohlfühlappartements."
|
"#wi": "Choose from our newly renovated apartments. The units are spaciously designed and all offer a wonderful view of the Saalbach mountain landscape. Look forward to cozy, warm winter evenings in our three comfort apartments."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"title": "Darauf können Sie sich freuen!",
|
"title": "That’s something to look forward to",
|
||||||
"description-1": "Was Sie in Ihrem Urlaub im Landhaus Appartement Panoramablick erwartet. Unser Tipp:",
|
"description-1": "What awaits you during your stay at Landhaus Appartement Panoramablick. Our insider tip:",
|
||||||
"description-2": "Reservieren",
|
"description-2": "Book",
|
||||||
"description-3": "Sie online beim Sportgeschäft in nächster Nähe und sichern sich dabei exklusive Rabatte."
|
"description-3": "online at the nearby sports shop and secure exclusive discounts."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"apartments": {
|
"apartments": {
|
||||||
"highlight": {
|
"highlight": {
|
||||||
"title": "Darauf können Sie sich freuen!",
|
"title": "Here’s what you can look forward to",
|
||||||
"description": "Was Sie in Ihrem Urlaub im Landhaus Appartement Panoramablick erwartet.",
|
"description": "What to expect during your vacation at Landhaus Appartement Panoramablick",
|
||||||
"image-left": "/ap.webp",
|
"image-left": "/ap.webp",
|
||||||
"image-right": "/sauna.webp"
|
"image-right": "/sauna.webp"
|
||||||
},
|
},
|
||||||
@ -162,11 +166,11 @@
|
|||||||
{
|
{
|
||||||
"id": "apartment-1",
|
"id": "apartment-1",
|
||||||
"title": "Appartment 1",
|
"title": "Appartment 1",
|
||||||
"subtitle": "38 m² Urlaubsvergnügen! Dieses gemütliche Appartement bietet Ihnen Platz für bis zu 4 Personen. Freuen Sie sich auf 1 Schlafzimmer, eine Wohnküche mit ausziehbarer Couch, Badezimmer, eine kleine Terrasse und ein getrenntes WC.",
|
"subtitle": "38 m² of holiday comfort! This cozy apartment comfortably accommodates up to 4 guests. It features one bedroom, an open-plan kitchen and living area with a pull-out sofa, a bathroom, a small terrace, and a separate toilet.",
|
||||||
"thumbnail": "/apartments/2/4.jpg",
|
"thumbnail": "/apartments/2/4.jpg",
|
||||||
"highlights": [
|
"highlights": [
|
||||||
"Ab € 225,- pro Tag",
|
"Starting at €150 per day",
|
||||||
"2 bis 4 Personen"
|
"2 to 4 people"
|
||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
"/apartments/1/1.jpg",
|
"/apartments/1/1.jpg",
|
||||||
@ -184,7 +188,7 @@
|
|||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
"icon": "users",
|
"icon": "users",
|
||||||
"label": "2 bis 4 Personen"
|
"label": "2 to 4 people"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "scaling",
|
"icon": "scaling",
|
||||||
@ -192,23 +196,23 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed-double",
|
"icon": "bed-double",
|
||||||
"label": "Schlafzimmer mit Doppelbett"
|
"label": "Double bedroom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "sofa",
|
"icon": "sofa",
|
||||||
"label": "Wohnküche mit ausziehbarem Schlafsofa"
|
"label": "Kitchen-living area with a sofa bed"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "shower-head",
|
"icon": "shower-head",
|
||||||
"label": "Badezimmer mit Dusche"
|
"label": "Bathroom with shower"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "toilet",
|
"icon": "toilet",
|
||||||
"label": "Bad und WC getrennt"
|
"label": "Bathroom and toilet in separate rooms"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "wifi",
|
"icon": "wifi",
|
||||||
"label": "Schnelles WLAN"
|
"label": "High-speed Wi-Fi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "tv",
|
"icon": "tv",
|
||||||
@ -216,50 +220,50 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "microwave",
|
"icon": "microwave",
|
||||||
"label": "Mikrowelle"
|
"label": "Microwave"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "microwave",
|
"icon": "microwave",
|
||||||
"label": "Backrohr"
|
"label": "Oven"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bubbles",
|
"icon": "bubbles",
|
||||||
"label": "Geschirrspüler"
|
"label": "Dishwasher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "coffee",
|
"icon": "coffee",
|
||||||
"label": "Kaffeemaschine"
|
"label": "Coffee maker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "coffee",
|
"icon": "coffee",
|
||||||
"label": "Wasserkocher"
|
"label": "Electric water boiler"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed",
|
"icon": "bed",
|
||||||
"label": "Bettwäsche"
|
"label": "Bed sheets"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "layers",
|
"icon": "layers",
|
||||||
"label": "Handtücher"
|
"label": "Towels"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "mountain",
|
"icon": "mountain",
|
||||||
"label": "Terrasse mit idyllischem Ausblick"
|
"label": "Terrace with idyllic view"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "wind",
|
"icon": "wind",
|
||||||
"label": "Haarföhn"
|
"label": "Hairdryer"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "apartment-2",
|
"id": "apartment-2",
|
||||||
"title": "Apartment 2",
|
"title": "Apartment 2",
|
||||||
"subtitle": "Wohnkomfort auf 50 m²! Dieses großzügige Appartement bietet Ihnen Platz für bis zu 5 Personen und bietet 2 Schlafzimmer, eine Wohnküche, Badezimmer, einen Balkon und ein getrenntes WC.",
|
"subtitle": "Enjoy 50 m² of comfortable living! This large apartment sleeps up to 5 people and includes 2 bedrooms, a combined kitchen and living room, a bathroom, a balcony, and a separate toilet.",
|
||||||
"thumbnail": "/apartments/2/8.jpg",
|
"thumbnail": "/apartments/2/8.jpg",
|
||||||
"highlights": [
|
"highlights": [
|
||||||
"Ab € 225,- pro Tag",
|
"Starting from €225 per day",
|
||||||
"2 bis 5 Personen"
|
"2 to 5 persons"
|
||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
"/apartments/2/1.jpg",
|
"/apartments/2/1.jpg",
|
||||||
@ -279,7 +283,7 @@
|
|||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
"icon": "users",
|
"icon": "users",
|
||||||
"label": "2 bis 5 Personen"
|
"label": "2 to 5 persons"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "scaling",
|
"icon": "scaling",
|
||||||
@ -287,27 +291,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed-double",
|
"icon": "bed-double",
|
||||||
"label": "Schlafzimmer 1 mit Doppelbett"
|
"label": "Double bedroom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed-double",
|
"icon": "bed-double",
|
||||||
"label": "Schlafzimmer 2 mit Doppelbett und Schlafsofa"
|
"label": "Second bedroom featuring a double bed and a sofa bed"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "sofa",
|
"icon": "sofa",
|
||||||
"label": "Wohnküche"
|
"label": "Combined kitchen and living room"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "shower-head",
|
"icon": "shower-head",
|
||||||
"label": "Badezimmer mit Dusche"
|
"label": "Bathroom with shower"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "toilet",
|
"icon": "toilet",
|
||||||
"label": "Bad und WC getrennt"
|
"label": "Bathroom and toilet in separate rooms"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "wifi",
|
"icon": "wifi",
|
||||||
"label": "Schnelles WLAN"
|
"label": "High-speed Wi-Fi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "tv",
|
"icon": "tv",
|
||||||
@ -315,50 +319,50 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "microwave",
|
"icon": "microwave",
|
||||||
"label": "Mikrowelle"
|
"label": "Microwave"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "microwave",
|
"icon": "microwave",
|
||||||
"label": "Backrohr"
|
"label": "Oven"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bubbles",
|
"icon": "bubbles",
|
||||||
"label": "Geschirrspüler"
|
"label": "Dishwasher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "coffee",
|
"icon": "coffee",
|
||||||
"label": "Kaffeemaschine"
|
"label": "Coffee machine"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "coffee",
|
"icon": "coffee",
|
||||||
"label": "Wasserkocher"
|
"label": "Electric water boiler"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed",
|
"icon": "bed",
|
||||||
"label": "Bettwäsche"
|
"label": "Bed sheets"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "layers",
|
"icon": "layers",
|
||||||
"label": "Handtücher"
|
"label": "Towels"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "mountain",
|
"icon": "mountain",
|
||||||
"label": "Balkon mit idyllischem Ausblick"
|
"label": "Terrace with idyllic view"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "wind",
|
"icon": "wind",
|
||||||
"label": "Haarföhn"
|
"label": "Hairdryer"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "apartment-3",
|
"id": "apartment-3",
|
||||||
"title": "Apartment 3",
|
"title": "Apartment 3",
|
||||||
"subtitle": "Wohlfühlen auf 50 m²! Dieses geräumige Appartement bietet Ihnen Platz für bis zu 6 Personen und bietet 2 Schlafzimmer, eine Wohnküche, Badezimmer, einen Balkon und ein getrenntes WC.",
|
"subtitle": "5Spacious 50 m² apartment for up to 6 guests, with 2 bedrooms, a living kitchen, bathroom, balcony, and separate toilet.",
|
||||||
"thumbnail": "/apartments/2/7.jpg",
|
"thumbnail": "/apartments/2/7.jpg",
|
||||||
"highlights": [
|
"highlights": [
|
||||||
"Ab € 225,- pro Tag",
|
"Starting from €150 per day",
|
||||||
"4 bis 6 Personen"
|
"2 bis 6 Personen"
|
||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
"/apartments/3/1.jpg",
|
"/apartments/3/1.jpg",
|
||||||
@ -379,7 +383,7 @@
|
|||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
"icon": "users",
|
"icon": "users",
|
||||||
"label": "2 bis 6 Personen"
|
"label": "2 to 6 persons"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "scaling",
|
"icon": "scaling",
|
||||||
@ -387,27 +391,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed-double",
|
"icon": "bed-double",
|
||||||
"label": "Schlafzimmer 1 mit Doppelbett"
|
"label": "Double bedroom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed-double",
|
"icon": "bed-double",
|
||||||
"label": "Schlafzimmer 2 mit Doppelbett und Schlafsofa"
|
"label": "Bedroom with double bed and sofa bed"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "sofa",
|
"icon": "sofa",
|
||||||
"label": "Wohnküche"
|
"label": "Kitchen-living area"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "shower-head",
|
"icon": "shower-head",
|
||||||
"label": "Badezimmer mit Dusche"
|
"label": "Bathroom with a shower"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "toilet",
|
"icon": "toilet",
|
||||||
"label": "Bad und WC getrennt"
|
"label": "Bathroom and toilet in separate rooms"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "wifi",
|
"icon": "wifi",
|
||||||
"label": "Schnelles WLAN"
|
"label": "High-speed Wi-Fi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "tv",
|
"icon": "tv",
|
||||||
@ -415,68 +419,68 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "microwave",
|
"icon": "microwave",
|
||||||
"label": "Mikrowelle"
|
"label": "Microwave"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "microwave",
|
"icon": "microwave",
|
||||||
"label": "Backrohr"
|
"label": "Oven"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bubbles",
|
"icon": "bubbles",
|
||||||
"label": "Geschirrspüler"
|
"label": "Dishwasher"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "coffee",
|
"icon": "coffee",
|
||||||
"label": "Kaffeemaschine"
|
"label": "Coffee maker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "coffee",
|
"icon": "coffee",
|
||||||
"label": "Wasserkocher"
|
"label": "Electric water boiler"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "bed",
|
"icon": "bed",
|
||||||
"label": "Bettwäsche"
|
"label": "Bed sheets"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "layers",
|
"icon": "layers",
|
||||||
"label": "Handtücher"
|
"label": "Towels"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "mountain",
|
"icon": "mountain",
|
||||||
"label": "Balkon mit idyllischem Ausblick"
|
"label": "Terrace with idyllic view"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"icon": "wind",
|
"icon": "wind",
|
||||||
"label": "Haarföhn"
|
"label": "Hairdryer"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"contact": {
|
"contact": {
|
||||||
"title": "Kontakt aufnehmen",
|
"title": "Contact us",
|
||||||
"description": "Wir freuen uns auf Ihre Anfrage – Sie erreichen uns per Telefon, SMS, WhatsApp, E-Mail oder über das untenstehende Formular.",
|
"description": "We’re happy to hear from you – contact us by phone, SMS, WhatsApp, email, or through the form below.",
|
||||||
"phone": "+43 123 456789",
|
"phone": "+43 123 456789",
|
||||||
"email": "info{'@'}panoramablick-saalbach.at",
|
"email": "info{'@'}panoramablick-saalbach.at",
|
||||||
"online-1": "Sie wollen direkt online buchen?",
|
"online-1": "Ready to book online?",
|
||||||
"online-2": "Hier",
|
"online-2": "here",
|
||||||
"online-3": "geht's lang",
|
"online-3": "you go",
|
||||||
"form": {
|
"form": {
|
||||||
"name": "Ihr Name",
|
"name": "Your name",
|
||||||
"email": "Ihre E-Mail",
|
"email": "Email address",
|
||||||
"subject": "Betreff",
|
"subject": "Subject",
|
||||||
"message": "Ihre Nachricht",
|
"message": "Your inquiry",
|
||||||
"send": "Absenden"
|
"send": "Send"
|
||||||
},
|
},
|
||||||
"heroes": {
|
"heroes": {
|
||||||
"parents": {
|
"parents": {
|
||||||
"title": "Monika & Norbert",
|
"title": "Monika & Norbert",
|
||||||
"description": "Herzliche Gastgeber – immer mit einem Tipp zur Region parat.",
|
"description": "Genuine hospitality – and always a great tip for exploring the area.",
|
||||||
"image": "/family/monika-norbert.jpg"
|
"image": "/family/monika-norbert.jpg"
|
||||||
},
|
},
|
||||||
"children": {
|
"children": {
|
||||||
"title": "Sabrina & Daniel",
|
"title": "Sabrina & Daniel",
|
||||||
"description": "Jung, aktiv und voller Energie – Sohn Daniel und Tochter Sabrina bringen Schwung ins Haus.",
|
"description": "Energetic and full of life – Daniel and Sabrina keep the house buzzing.",
|
||||||
"image": "/family/sabrina-daniel.jpg"
|
"image": "/family/sabrina-daniel.jpg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user