Files
web/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/data/DE.json
2024-07-15 09:25:37 +02:00

118 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"levels": [
{
"level": 1,
"name": "New Friend",
"requiredPoints": 0,
"requiredNights": 0,
"benefits": [
{
"title": "Freundschaftspreise für Hotelzimmer"
},
{
"title": "10 % Rabatt auf Speisen an den Wochenenden"
},
{
"title": "Kostenloser Kinder-Mocktail während des Aufenthalts"
}
]
},
{
"level": 2,
"name": "Good Friend",
"requiredPoints": 5000,
"requiredNights": 0,
"benefits": [
{
"title": "15 % Rabatt auf Speisen an den Wochenenden"
}
]
},
{
"level": 3,
"name": "Close Friend",
"requiredPoints": 10000,
"requiredNights": 0,
"benefits": [
{
"title": "Später Check-Out 1 Stunde, wenn verfügbar"
},
{
"title": "Gutschein über 5 EUR"
}
]
},
{
"level": 4,
"name": "Dear Friend",
"requiredPoints": 25000,
"requiredNights": 0,
"benefits": [
{
"title": "25 % mehr Punkte"
},
{
"title": "Früher Check-In 1 Stunde, wenn verfügbar"
},
{
"title": "Gutschein über 7,50 EUR"
}
]
},
{
"level": 5,
"name": "Loyal Friend",
"requiredPoints": 100000,
"requiredNights": 0,
"benefits": [
{
"title": "Kostenloses Zimmer-Upgrade, wenn verfügbar"
},
{
"title": "Gutschein über 10 EUR"
},
{
"title": "Frühstück für Zwei zum Preis von einem"
}
]
},
{
"level": 6,
"name": "True Friend",
"requiredPoints": 250000,
"requiredNights": 0,
"benefits": [
{
"title": "50 % mehr Punkte"
},
{
"title": "Gutschein über 15 EUR"
},
{
"title": "48-Stunden-Zimmergarantie"
},
{
"title": "Jederzeit ein kostenloses Frühstück"
}
]
},
{
"level": 7,
"name": "Best Friend",
"requiredPoints": 400000,
"requiredNights": 100,
"benefits": [
{
"title": "Gutschein über 20 EUR"
},
{
"title": "Ein exklusives Geschenk pro Jahr"
},
{
"title": "Ein Geschenk für Kinder"
}
]
}
]
}