bukazu-portal-react 3.3.3 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.css +1 -1
- package/build/portal.es.js +19931 -20259
- package/build/portal.umd.js +80 -82
- package/package.json +9 -7
- package/.env.development +0 -1
- package/.eslintrc +0 -25
- package/.github/dependabot.yml +0 -11
- package/.github/workflows/node.js.yml +0 -31
- package/.github/workflows/npm-publish.yml +0 -33
- package/.nvmrc +0 -1
- package/.prettierrc +0 -6
- package/.vscode/settings.json +0 -24
- package/CHANGELOG.MD +0 -93
- package/babel.config.json +0 -6
- package/calendar.html +0 -16
- package/coverage/clover.xml +0 -28
- package/coverage/coverage-final.json +0 -2
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/helper.ts.html +0 -142
- package/coverage/lcov-report/index.html +0 -116
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov.info +0 -36
- package/cypress/e2e/.examples/actions.spec.js +0 -299
- package/cypress/e2e/.examples/aliasing.spec.js +0 -39
- package/cypress/e2e/.examples/assertions.spec.js +0 -177
- package/cypress/e2e/.examples/connectors.spec.js +0 -97
- package/cypress/e2e/.examples/cookies.spec.js +0 -77
- package/cypress/e2e/.examples/cypress_api.spec.js +0 -202
- package/cypress/e2e/.examples/files.spec.js +0 -89
- package/cypress/e2e/.examples/local_storage.spec.js +0 -52
- package/cypress/e2e/.examples/location.spec.js +0 -32
- package/cypress/e2e/.examples/misc.spec.js +0 -104
- package/cypress/e2e/.examples/navigation.spec.js +0 -56
- package/cypress/e2e/.examples/network_requests.spec.js +0 -163
- package/cypress/e2e/.examples/querying.spec.js +0 -114
- package/cypress/e2e/.examples/spies_stubs_clocks.spec.js +0 -205
- package/cypress/e2e/.examples/traversal.spec.js +0 -121
- package/cypress/e2e/.examples/utilities.spec.js +0 -110
- package/cypress/e2e/.examples/viewport.spec.js +0 -59
- package/cypress/e2e/.examples/waiting.spec.js +0 -31
- package/cypress/e2e/.examples/window.spec.js +0 -22
- package/cypress/e2e/booking.spec.js +0 -81
- package/cypress/e2e/calendar.spec.js +0 -21
- package/cypress/e2e/search.spec.js +0 -25
- package/cypress/fixtures/example.json +0 -5
- package/cypress/plugins/index.js +0 -16
- package/cypress/support/commands.js +0 -25
- package/cypress/support/commands.ts +0 -37
- package/cypress/support/component-index.html +0 -12
- package/cypress/support/component.ts +0 -39
- package/cypress/support/e2e.js +0 -20
- package/cypress.config.ts +0 -15
- package/dev.tsx +0 -44
- package/index.html +0 -15
- package/invalid-calendar.html +0 -16
- package/jest.config.js +0 -195
- package/postcss.config.js +0 -17
- package/reviews.html +0 -16
- package/src/_lib/SearchQueries.ts +0 -145
- package/src/_lib/Tracking.ts +0 -51
- package/src/_lib/countries/de.json +0 -998
- package/src/_lib/countries/en.json +0 -998
- package/src/_lib/countries/es.json +0 -998
- package/src/_lib/countries/fr.json +0 -998
- package/src/_lib/countries/it.json +0 -998
- package/src/_lib/countries/nl.json +0 -998
- package/src/_lib/countries.ts +0 -15
- package/src/_lib/date_helper.ts +0 -27
- package/src/_lib/queries.ts +0 -244
- package/src/components/App.tsx +0 -108
- package/src/components/AppContext.ts +0 -14
- package/src/components/CalendarPage/BookingForm.tsx +0 -49
- package/src/components/CalendarPage/Calendar.tsx +0 -49
- package/src/components/CalendarPage/CalendarPage.tsx +0 -43
- package/src/components/CalendarPage/CalendarParts/CalendarContext.tsx +0 -89
- package/src/components/CalendarPage/CalendarParts/CalendarHeader.tsx +0 -72
- package/src/components/CalendarPage/CalendarParts/DayClasses.ts +0 -113
- package/src/components/CalendarPage/CalendarParts/GenerateCalendar.tsx +0 -72
- package/src/components/CalendarPage/CalendarParts/Legend.tsx +0 -33
- package/src/components/CalendarPage/CalendarParts/MonthHeader.tsx +0 -15
- package/src/components/CalendarPage/CalendarParts/Months.tsx +0 -37
- package/src/components/CalendarPage/CalendarParts/RenderCells.tsx +0 -97
- package/src/components/CalendarPage/CalendarParts/SingleMonth.tsx +0 -72
- package/src/components/CalendarPage/CalendarParts/StartBooking.tsx +0 -17
- package/src/components/CalendarPage/CalendarParts/WeekDays.tsx +0 -27
- package/src/components/CalendarPage/FormCreator.tsx +0 -230
- package/src/components/CalendarPage/FormItems/Date.tsx +0 -61
- package/src/components/CalendarPage/FormItems/NumberSelect.tsx +0 -39
- package/src/components/CalendarPage/FormItems/Select.tsx +0 -38
- package/src/components/CalendarPage/FormItems/index.ts +0 -4
- package/src/components/CalendarPage/PriceField/Price.tsx +0 -58
- package/src/components/CalendarPage/PriceField/Queries.ts +0 -23
- package/src/components/CalendarPage/PriceField/index.tsx +0 -129
- package/src/components/CalendarPage/Summary/CostRow.tsx +0 -58
- package/src/components/CalendarPage/Summary/CostSection.tsx +0 -15
- package/src/components/CalendarPage/Summary/CostSummary.tsx +0 -61
- package/src/components/CalendarPage/Summary/Description.tsx +0 -27
- package/src/components/CalendarPage/Summary/InsurancesAndRequired.tsx +0 -68
- package/src/components/CalendarPage/Summary/Object.tsx +0 -59
- package/src/components/CalendarPage/Summary/OnSite.tsx +0 -36
- package/src/components/CalendarPage/Summary/OptionalNotOnSite.tsx +0 -43
- package/src/components/CalendarPage/Summary/OptionalOnSite.tsx +0 -39
- package/src/components/CalendarPage/Summary/Queries.ts +0 -31
- package/src/components/CalendarPage/Summary/RentAndDiscount.tsx +0 -30
- package/src/components/CalendarPage/Summary/Totals.tsx +0 -89
- package/src/components/CalendarPage/Summary/cost_types.d.ts +0 -31
- package/src/components/CalendarPage/Summary/index.tsx +0 -24
- package/src/components/CalendarPage/calender_types.d.ts +0 -16
- package/src/components/CalendarPage/formParts/AssistanceMessage.tsx +0 -60
- package/src/components/CalendarPage/formParts/BookingHelpers.tsx +0 -47
- package/src/components/CalendarPage/formParts/BookingOrOption.tsx +0 -35
- package/src/components/CalendarPage/formParts/CancelInsuranceText.tsx +0 -69
- package/src/components/CalendarPage/formParts/DefaultBookingFields.ts +0 -105
- package/src/components/CalendarPage/formParts/DiscountCode.tsx +0 -62
- package/src/components/CalendarPage/formParts/Guests.tsx +0 -77
- package/src/components/CalendarPage/formParts/OptionalBookingFields.tsx +0 -148
- package/src/components/CalendarPage/formParts/OptionalCosts.tsx +0 -103
- package/src/components/CalendarPage/formParts/SuccessMessage.tsx +0 -31
- package/src/components/CalendarPage/formParts/Validations.tsx +0 -64
- package/src/components/CalendarPage/formParts/discount.tsx +0 -69
- package/src/components/CalendarPage/formParts/form_types.d.ts +0 -38
- package/src/components/CalendarPage/formParts/insurances.tsx +0 -62
- package/src/components/CalendarPage/formParts/radioButtons.tsx +0 -66
- package/src/components/Error/ApiError.tsx +0 -33
- package/src/components/Error/IntegrationError.tsx +0 -62
- package/src/components/Error/index.ts +0 -4
- package/src/components/ErrorBoundary.tsx +0 -34
- package/src/components/Modal/index.tsx +0 -46
- package/src/components/ReviewsPage/Queries.ts +0 -26
- package/src/components/ReviewsPage/ReviewsPage.tsx +0 -45
- package/src/components/ReviewsPage/Score.tsx +0 -29
- package/src/components/ReviewsPage/SingleReview.tsx +0 -38
- package/src/components/ReviewsPage/note.tsx +0 -17
- package/src/components/SafeBooking.tsx +0 -96
- package/src/components/SearchPage/Field.tsx +0 -75
- package/src/components/SearchPage/Filters.tsx +0 -91
- package/src/components/SearchPage/Paginator.tsx +0 -63
- package/src/components/SearchPage/Results.tsx +0 -129
- package/src/components/SearchPage/SearchPage.tsx +0 -115
- package/src/components/SearchPage/SingleResult.tsx +0 -93
- package/src/components/SearchPage/filters/Categories.tsx +0 -57
- package/src/components/SearchPage/filters/DateFilter.tsx +0 -34
- package/src/components/SearchPage/filters/List.tsx +0 -80
- package/src/components/SearchPage/filters/NumberFilter.tsx +0 -37
- package/src/components/SearchPage/filters/Radio.tsx +0 -46
- package/src/components/SearchPage/filters/Select.tsx +0 -85
- package/src/components/SearchPage/filters/__tests__/helper.spec.js +0 -13
- package/src/components/SearchPage/filters/filter_types.d.ts +0 -25
- package/src/components/SearchPage/filters/helper.ts +0 -19
- package/src/components/icons/ArrowLeft.svg.tsx +0 -20
- package/src/components/icons/ArrowRight.svg.tsx +0 -16
- package/src/components/icons/Reload.svg.tsx +0 -23
- package/src/components/icons/info.svg.tsx +0 -24
- package/src/components/icons/loading.svg.tsx +0 -98
- package/src/custom.d.ts +0 -10
- package/src/index.tsx +0 -104
- package/src/locales/de.json +0 -137
- package/src/locales/en.json +0 -137
- package/src/locales/es.json +0 -132
- package/src/locales/fr.json +0 -132
- package/src/locales/it.json +0 -128
- package/src/locales/nl.json +0 -138
- package/src/styles/calendar.css +0 -317
- package/src/styles/datepicker.css +0 -6
- package/src/styles/field.css +0 -105
- package/src/styles/filters.css +0 -92
- package/src/styles/form.css +0 -219
- package/src/styles/main.css +0 -80
- package/src/styles/modal.css +0 -79
- package/src/styles/pagination.css +0 -92
- package/src/styles/price-overview.css +0 -111
- package/src/styles/result.css +0 -142
- package/src/styles/results.css +0 -50
- package/src/styles/reviews.css +0 -90
- package/src/styles/success.css +0 -9
- package/src/types.d.ts +0 -91
- package/tmp/cache/vite/last-build-production.json +0 -7
- package/tsconfig.json +0 -17
- package/vite.config.ts +0 -31
package/src/locales/de.json
DELETED
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"next": "Nächste",
|
|
3
|
-
"previous": "Vorherige",
|
|
4
|
-
"view_details": "Details anzeigen",
|
|
5
|
-
"reviews_note": "",
|
|
6
|
-
"price": "Preis",
|
|
7
|
-
"calculate": "Nächst",
|
|
8
|
-
"book": "Buchen",
|
|
9
|
-
"booked": "Gebucht",
|
|
10
|
-
"booking": "Buchung",
|
|
11
|
-
"last_minute_discount": "Last Minute Rabatt",
|
|
12
|
-
"option": "Option",
|
|
13
|
-
"choose_for_option": "Machen Sie eine kostenlose Option",
|
|
14
|
-
"included_in_price": "inklusive",
|
|
15
|
-
"rent_price": "Mietpreis",
|
|
16
|
-
"discount": "Rabatt",
|
|
17
|
-
"extra_costs_included": "Nebenkosten enthalten",
|
|
18
|
-
"optional_costs": "Zusätzliche Optionen",
|
|
19
|
-
"price_after_discount": "Mietpreis inkl. Rabatt",
|
|
20
|
-
"booking_from_til": "Buchungsdaten",
|
|
21
|
-
"total": "Gesamt",
|
|
22
|
-
"stay_details": "Reisegruppe",
|
|
23
|
-
"babies": "Babys",
|
|
24
|
-
"babies_from": "(bis einschl. {babies} Jahre)",
|
|
25
|
-
"adults": "Erwachsene",
|
|
26
|
-
"adults_from": "(ab {age} Jahre)",
|
|
27
|
-
"children": "Kinder",
|
|
28
|
-
"children_from": "(von {from} bis einschl. {til} Jahre)",
|
|
29
|
-
"house.arrival_date": "Anreisedatum",
|
|
30
|
-
"house.departure_date": "Abreisedatum",
|
|
31
|
-
"house.arrival": "Ankunft",
|
|
32
|
-
"house.departure": "Abreise",
|
|
33
|
-
"group_accommodation.arrival_date": "Anreisedatum",
|
|
34
|
-
"group_accommodation.departure_date": "Abreisedatum",
|
|
35
|
-
"group_accommodation.arrival": "Ankunft",
|
|
36
|
-
"group_accommodation.departure": "Abreise",
|
|
37
|
-
"tent.arrival_date": "Anreisedatum",
|
|
38
|
-
"tent.departure_date": "Abreisedatum",
|
|
39
|
-
"tent.arrival": "Ankunft",
|
|
40
|
-
"tent.departure": "Abreise",
|
|
41
|
-
"extra_costs_bookable": "Zusätzliche Optionen",
|
|
42
|
-
"costs_on_site": "Zusätzliche Kosten vor Ort:",
|
|
43
|
-
"insurances": "Versicherungen",
|
|
44
|
-
"at_least_1_adult": "Wählen Sie mindestens einen Erwachsenen aus.",
|
|
45
|
-
"max_persons_reached": "Es wurden zu viele Personen ausgewählt.",
|
|
46
|
-
"personal_details": "Ihre Daten",
|
|
47
|
-
"required": "Dieses Feld wird benötigt.",
|
|
48
|
-
"cancel_insurance_all_risk": "Allrisk",
|
|
49
|
-
"cancel_insurance_normal": "Standard",
|
|
50
|
-
"none": "Keine",
|
|
51
|
-
"cancel_insurance": "Reiserücktrittsversicherung",
|
|
52
|
-
"insurance_costs": "Policekosten",
|
|
53
|
-
"choose": "Wählen",
|
|
54
|
-
"yes": "Ja",
|
|
55
|
-
"booking_details": "Buchungsdetails",
|
|
56
|
-
"based_on_one_person": "Basierend auf {persons} Personen",
|
|
57
|
-
"return_to_calendar": "Zurück zum Kalender",
|
|
58
|
-
"close": "Schließen",
|
|
59
|
-
"cancel_insurance_normal_long": "Kurzfristige Reiserücktrittsversicherung",
|
|
60
|
-
"cancel_insurance_normal_desc": "Sie haben einen tollen Urlaub gebucht, dann darf eine Reiserücktrittsversicherung nicht fehlen! Es kann sein, dass Ihr gebuchter Urlaub nicht stattfinden kann oder dass Sie z. B. wegen einer schweren Krankheit mitten im Urlaub nach Hause fahren müssen. Die Reiserücktrittsversicherung von RecreatieVerzekeringen ist ideal, denn sie gilt nicht nur vor der Abreise, sondern auch während Ihres Urlaubs.",
|
|
61
|
-
"cancel_insurance_more_insured": "Es ist mehr versichert als Sie denken",
|
|
62
|
-
"cancel_insurance_more_insured_desc": "Wussten Sie, dass eine Reiserücktrittsversicherung auch im Falle einer Schwangerschaft, eines neuen Jobs oder einer Scheidung greift? Viele Leute erwarten, dass eine Reiserücktrittsversicherung nur bei Krankheit oder Tod gilt.",
|
|
63
|
-
"cancel_insurance_important": "Wichtig!",
|
|
64
|
-
"cancel_insurance_important_message": "Für eine optimale Deckung durch ihre Reiserücktrittsversicherung ist es wichtig, dass Sie diese innerhalb von 7 Tagen nach Ihrer Reisebuchung abschließen.",
|
|
65
|
-
"cancel_insurance_for_whom": "Für wen?",
|
|
66
|
-
"cancel_insurance_for_whom_explain": "Diese Versicherung gilt für bis zu 4 Familien oder 9 Mitreisende (keine Familienmitglieder).",
|
|
67
|
-
"cancel_insurance_questions": "Häufig gestellte Fragen ",
|
|
68
|
-
"cancel_insurance_questions_explain_1": "Klicken Sie ",
|
|
69
|
-
"cancel_insurance_questions_explain_link": "hier",
|
|
70
|
-
"cancel_insurance_questions_explain_2": " für die häufig gestellte Fragen.",
|
|
71
|
-
"show_terms": "Siehe Bedingungen",
|
|
72
|
-
"terms": "Bedingungen",
|
|
73
|
-
"remark": "Anmerkung",
|
|
74
|
-
"9persons_9addresses": "Die Versicherung ist gültig für maximal 9 Personen, die am 9 verschiedene Adressen wohnen,",
|
|
75
|
-
"or": "oder",
|
|
76
|
-
"9persons_4addresses": "Die Versicherung ist gültig für eine unbegrenzte Anzahl von Personen, die an maximal 4 verschiedenen Adressen wohnen.",
|
|
77
|
-
"poliscosts": "Police Kosten",
|
|
78
|
-
"poliscosts_are": "Es gibt einmalig € 6,95 Police-Kosten für die Bearbeitung der Versicherungen. Egal ob Sie 1 oder mehrere Versicherungen abschließen.",
|
|
79
|
-
"youwillrecieve": "Sie erhalten nach der Buchungsbestätigung im Anschluss an Ihre Buchung die Versicherungsbedingungen per E-Mail. Die Versicherung tritt mit der Ihrer Anzahlung in Kraft.",
|
|
80
|
-
"thank_you_for_your_request": "Vielen Dank für Ihre Buchungs/Options-Anfrage.",
|
|
81
|
-
"we_sent_confirmation_check_email": "Eine Kopie Ihrer Anfrage wurde an Ihre E-Mail-Adresse gesendet. Wenn Sie keine E-Mail von uns erhalten haben, befindet sich diese möglicherweise in Ihrer Spam-Box.",
|
|
82
|
-
"something_went_wrong_please_try_again": "Ups, es ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut.",
|
|
83
|
-
"persons": "Personen",
|
|
84
|
-
"bedrooms": "Schlafzimmer",
|
|
85
|
-
"minimum_week_price": "min. Wochenpreis",
|
|
86
|
-
"no_results": "Keine Ergebnisse",
|
|
87
|
-
"agree_with": "Wenn ich auf \"Buchen\" klicke, entsteht eine Zahlungsverpflichtung, wenn meine Buchung akzeptiert wird. Ich akzeptiere die",
|
|
88
|
-
"option_is_free": "Eine Option ist kostenlos und unverbindlich.",
|
|
89
|
-
"discount_reason": "Grund für Rabatt",
|
|
90
|
-
"results": "Ergebnisse",
|
|
91
|
-
"bathrooms": "Badezimmer",
|
|
92
|
-
"you_need_to_give_reason": "Sie müssen einen gültigen Rabattgrund angeben",
|
|
93
|
-
"camper.arrival_date": "Abholdatum",
|
|
94
|
-
"camper.departure_date": "Rückgabedatum",
|
|
95
|
-
"camper.arrival": "Abholen",
|
|
96
|
-
"camper.departure": "Rückgabe",
|
|
97
|
-
"boat.arrival_date": "Abholdatum",
|
|
98
|
-
"boat.departure_date": "Rückgabedatum",
|
|
99
|
-
"boat.arrival": "Abholen",
|
|
100
|
-
"boat.departure": "Rückgabe",
|
|
101
|
-
"caravan.arrival_date": "Anreisedatum",
|
|
102
|
-
"caravan.departure_date": "Abreisedatum",
|
|
103
|
-
"caravan.arrival": "Ankunft",
|
|
104
|
-
"caravan.departure": "Abreise",
|
|
105
|
-
"filters": "Filter",
|
|
106
|
-
"comply_insurance_card": "Ich bin damit einverstanden, dass die Versicherungskarte der Reiserücktrittsversicherung digital ausgestellt wird. Ich erhalte diese mit meiner Buchungsbestätigung.",
|
|
107
|
-
"house.you_picked_arrival_date": "Ihre Ankunft ist",
|
|
108
|
-
"house.pick_your_departure_in_the_calendar": "Wählen Sie ein Abreisedatum",
|
|
109
|
-
"house.you_picked_departure_date": "Ihr Abreisedatum ist",
|
|
110
|
-
"house.pick_your_arrivaldate_in_the_calendar": "Wählen Sie das Ankunftsdatum",
|
|
111
|
-
"group_accommodation.you_picked_arrival_date": "Ihre Ankunft ist",
|
|
112
|
-
"group_accommodation.pick_your_departure_in_the_calendar": "Wählen Sie ein Abreisedatum",
|
|
113
|
-
"group_accommodation.you_picked_departure_date": "Ihr Abreisedatum ist",
|
|
114
|
-
"group_accommodation.pick_your_arrivaldate_in_the_calendar": "Wählen Sie das Ankunftsdatum",
|
|
115
|
-
"tent.you_picked_arrival_date": "Ihre Ankunft ist",
|
|
116
|
-
"tent.pick_your_departure_in_the_calendar": "Wählen Sie ein Abreisedatum",
|
|
117
|
-
"tent.you_picked_departure_date": "Ihr Abreisedatum ist",
|
|
118
|
-
"tent.pick_your_arrivaldate_in_the_calendar": "Wählen Sie das Ankunftsdatum",
|
|
119
|
-
"camper.you_picked_arrival_date": "Ihr Abholdatum ist",
|
|
120
|
-
"camper.pick_your_departure_in_the_calendar": "Wählen Sie ein Rückgabedatum",
|
|
121
|
-
"camper.you_picked_departure_date": "Ihr Rückgabedatum ist",
|
|
122
|
-
"camper.pick_your_arrivaldate_in_the_calendar": "Wählen Sie einen Abholtermin",
|
|
123
|
-
"boat.you_picked_arrival_date": "Ihr Abholdatum ist",
|
|
124
|
-
"boat.pick_your_departure_in_the_calendar": "Wählen Sie ein Rückgabedatum",
|
|
125
|
-
"boat.you_picked_departure_date": "Ihr Rückgabedatum ist",
|
|
126
|
-
"boat.pick_your_arrivaldate_in_the_calendar": "Wählen Sie einen Abholtermin",
|
|
127
|
-
"no": "Nein",
|
|
128
|
-
"insurance_company_needs_date_of_birth": "Für den Abschluss einer Versicherung wird ein Geburtsdatum benötigt",
|
|
129
|
-
"extra_fields.date_of_birth": "Geburtsdatum",
|
|
130
|
-
"no_discount_code_found": "Kein Rabatt mit eingegebenem Code gefunden",
|
|
131
|
-
"discount_code": "Rabatt-Code",
|
|
132
|
-
"minimum_nights": "Mindestens {minimum} Nächte",
|
|
133
|
-
"can_only_take_insurance_in_de_be_nl": "Sie können sich nur versichern, wenn Sie in den Niederlanden, Deutschland oder Belgien wohnen.",
|
|
134
|
-
"price_from": "Preis von",
|
|
135
|
-
"reviews": "Bewertungen",
|
|
136
|
-
"reviews_note_link": "Das BUKAZU Buchungssystem unterhält unabhängige Bewertungen. Diese Bewertungen werden nach dem Aufenthalt der Gäste in der Unterkunft gesammelt. Es gibt eine Überprüfung der Kombination von Buchungsnummer und E-Mail-Adresse."
|
|
137
|
-
}
|
package/src/locales/en.json
DELETED
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"next": "Next",
|
|
3
|
-
"previous": "Previous",
|
|
4
|
-
"view_details": "View details",
|
|
5
|
-
"price": "Price",
|
|
6
|
-
"calculate": "Next",
|
|
7
|
-
"book": "Book",
|
|
8
|
-
"booked": "Booked",
|
|
9
|
-
"booking": "Booking",
|
|
10
|
-
"last_minute_discount": "Last minute discount",
|
|
11
|
-
"discount": "Discount",
|
|
12
|
-
"option": "Option",
|
|
13
|
-
"choose_for_option": "Make a short reservation for this period ",
|
|
14
|
-
"included_in_price": "including",
|
|
15
|
-
"rent_price": "Rental price",
|
|
16
|
-
"extra_costs_included": "Extra costs included",
|
|
17
|
-
"optional_costs": "Extra options",
|
|
18
|
-
"price_after_discount": "Rental price incl. discount",
|
|
19
|
-
"booking_from_til": "Booking dates",
|
|
20
|
-
"total": "Total",
|
|
21
|
-
"stay_details": "Travel group",
|
|
22
|
-
"babies": "Babies",
|
|
23
|
-
"babies_from": "(up to the age of {babies})",
|
|
24
|
-
"adults": "Adults",
|
|
25
|
-
"adults_from": "(from the age of {age})",
|
|
26
|
-
"children": "Children",
|
|
27
|
-
"children_from": "(from {from} to {til} years inclusive)",
|
|
28
|
-
"house.arrival_date": "Arrival date",
|
|
29
|
-
"house.departure_date": "Departure date",
|
|
30
|
-
"house.arrival": "Arrival",
|
|
31
|
-
"house.departure": "Departure",
|
|
32
|
-
"group_accommodation.arrival_date": "Arrival date",
|
|
33
|
-
"group_accommodation.departure_date": "Departure date",
|
|
34
|
-
"group_accommodation.arrival": "Arrival",
|
|
35
|
-
"group_accommodation.departure": "Departure",
|
|
36
|
-
"tent.arrival_date": "Arrival date",
|
|
37
|
-
"tent.departure_date": "Departure date",
|
|
38
|
-
"tent.arrival": "Arrival",
|
|
39
|
-
"tent.departure": "Departure",
|
|
40
|
-
"extra_costs_bookable": "Extra options",
|
|
41
|
-
"costs_on_site": "Additional costs on the spot:",
|
|
42
|
-
"insurances": "Insurances",
|
|
43
|
-
"at_least_1_adult": "Choose at least 1 adult.",
|
|
44
|
-
"max_persons_reached": "Too many people have been selected.",
|
|
45
|
-
"personal_details": "Your information",
|
|
46
|
-
"required": "This field is required.",
|
|
47
|
-
"cancel_insurance_all_risk": "All Risk",
|
|
48
|
-
"cancel_insurance_normal": "Standard",
|
|
49
|
-
"none": "None",
|
|
50
|
-
"cancel_insurance": "Cancellation insurance",
|
|
51
|
-
"insurance_costs": "Insurance Costs",
|
|
52
|
-
"choose": "Choose",
|
|
53
|
-
"yes": "Yes",
|
|
54
|
-
"booking_details": "Booking details",
|
|
55
|
-
"based_on_one_person": "Based on {persons} persons",
|
|
56
|
-
"return_to_calendar": "Back to calendar",
|
|
57
|
-
"close": "Close",
|
|
58
|
-
"cancel_insurance_normal_long": "Short-term Cancellation Insurance ",
|
|
59
|
-
"cancel_insurance_normal_desc": "If you booked a wonderful holiday, cancellation insurance should not be missing! Your booked holiday cannot continue, or you have to go home unexpectedly halfway through the holiday due to, for example, a severe illness. The cancellation insurance of RecreatieVerzekeringen is ideal because it applies before departure and during your holiday.",
|
|
60
|
-
"cancel_insurance_more_insured": "More are insured than you think.",
|
|
61
|
-
"cancel_insurance_more_insured_desc": "Did you know that you can rely on cancellation insurance during pregnancy, a new job, or divorce? Many people expect cancellation insurance to be valid only in the event of illness or death.",
|
|
62
|
-
"cancel_insurance_important": "Important",
|
|
63
|
-
"cancel_insurance_important_message": "For optimal cancellation insurance coverage, you must take it out within seven days after booking the holiday.",
|
|
64
|
-
"cancel_insurance_for_whom": "For whom?",
|
|
65
|
-
"cancel_insurance_for_whom_explain": "This insurance is for a maximum of 4 families or 9 travel companions (no family members).",
|
|
66
|
-
"cancel_insurance_questions": "Frequently Asked Questions",
|
|
67
|
-
"cancel_insurance_questions_explain_1": "Click ",
|
|
68
|
-
"cancel_insurance_questions_explain_link": "here",
|
|
69
|
-
"cancel_insurance_questions_explain_2": " to find the Frequently Asked Questions.",
|
|
70
|
-
"show_terms": "Show conditions",
|
|
71
|
-
"terms": "Terms",
|
|
72
|
-
"remark": "Remark",
|
|
73
|
-
"9persons_9addresses": "The Insurance will pay for up to 9 persons, who live at 9 different addresses,",
|
|
74
|
-
"or": "or",
|
|
75
|
-
"9persons_4addresses": "The insurance pays out for an unlimited number of people who live at a maximum of 4 different addresses.",
|
|
76
|
-
"poliscosts": "Policy fee",
|
|
77
|
-
"poliscosts_are": "The cost for an insurance policy is a one-time charge of € 6,95. No matter if you have one or two insuran",
|
|
78
|
-
"youwillrecieve": "You will receive the insurance terms separate from you booking confirmation per email. The insurance starts as soon as the (first) payment has been made.",
|
|
79
|
-
"thank_you_for_your_request": "Thank you very much for your request.",
|
|
80
|
-
"we_sent_confirmation_check_email": "A copy of your request has been sent to your e-mail address. If you have not received any mail from us, it may be that it is in your spam box.",
|
|
81
|
-
"something_went_wrong_please_try_again": "Oops, something went wrong, please try again later.",
|
|
82
|
-
"persons": "persons",
|
|
83
|
-
"bedrooms": "bedrooms",
|
|
84
|
-
"minimum_week_price": "min. weekly price",
|
|
85
|
-
"no_results": "No results",
|
|
86
|
-
"agree_with": "Clicking 'Book' creates a payment obligation when my booking is accepted. I agree to the ",
|
|
87
|
-
"option_is_free": "An option is free of charge and without obligation.",
|
|
88
|
-
"discount_reason": "Reason discount.",
|
|
89
|
-
"results": "results",
|
|
90
|
-
"bathrooms": "bathrooms",
|
|
91
|
-
"you_need_to_give_reason": "You must indicate a valid discount reason",
|
|
92
|
-
"camper.arrival_date": "Start date",
|
|
93
|
-
"camper.departure_date": "End date",
|
|
94
|
-
"camper.arrival": "Start date",
|
|
95
|
-
"camper.departure": "End date",
|
|
96
|
-
"boat.arrival_date": "Start date",
|
|
97
|
-
"boat.departure_date": "End date",
|
|
98
|
-
"boat.arrival": "Start date",
|
|
99
|
-
"boat.departure": "End date",
|
|
100
|
-
"caravan.arrival_date": "Arrival date",
|
|
101
|
-
"caravan.departure_date": "Departure date",
|
|
102
|
-
"caravan.arrival": "Arrival",
|
|
103
|
-
"caravan.departure": "Departure",
|
|
104
|
-
"filters": "Filters",
|
|
105
|
-
"comply_insurance_card": "I agree that the cancellation insurance insurance card will be digitally issued to me. I receive this card with my booking confirmation.",
|
|
106
|
-
"house.you_picked_arrival_date": "Your arrival date is",
|
|
107
|
-
"house.pick_your_departure_in_the_calendar": "Select a departure date",
|
|
108
|
-
"house.you_picked_departure_date": "Your departure date is",
|
|
109
|
-
"house.pick_your_arrivaldate_in_the_calendar": "Choose an arrival date",
|
|
110
|
-
"group_accommodation.you_picked_arrival_date": "Your arrival date is",
|
|
111
|
-
"group_accommodation.pick_your_departure_in_the_calendar": "Select a departure date",
|
|
112
|
-
"group_accommodation.you_picked_departure_date": "Your departure date is",
|
|
113
|
-
"group_accommodation.pick_your_arrivaldate_in_the_calendar": "Choose an arrival date",
|
|
114
|
-
"tent.you_picked_arrival_date": "Your arrival date is",
|
|
115
|
-
"tent.pick_your_departure_in_the_calendar": "Select a departure date",
|
|
116
|
-
"tent.you_picked_departure_date": "Your departure date is",
|
|
117
|
-
"tent.pick_your_arrivaldate_in_the_calendar": "Choose an arrival date",
|
|
118
|
-
"camper.you_picked_arrival_date": "Your pickup date is",
|
|
119
|
-
"camper.pick_your_departure_in_the_calendar": "Select a return date",
|
|
120
|
-
"camper.you_picked_departure_date": "Your return date is",
|
|
121
|
-
"camper.pick_your_arrivaldate_in_the_calendar": "Choose a pickup date",
|
|
122
|
-
"boat.you_picked_arrival_date": "Your pickup date is",
|
|
123
|
-
"boat.pick_your_departure_in_the_calendar": "Select a return date",
|
|
124
|
-
"boat.you_picked_departure_date": "Your return date is",
|
|
125
|
-
"boat.pick_your_arrivaldate_in_the_calendar": "Choose a pickup date",
|
|
126
|
-
"no": "No",
|
|
127
|
-
"no_house_found": "No object found for this combination of PortalCode and ObjectCode",
|
|
128
|
-
"insurance_company_needs_date_of_birth": "A date of birth is required for taking out insurance",
|
|
129
|
-
"extra_fields.date_of_birth": "Date of birth",
|
|
130
|
-
"no_discount_code_found": "No discount found with entered code",
|
|
131
|
-
"discount_code": "Discount code",
|
|
132
|
-
"minimum_nights": "At least {minimum} nights",
|
|
133
|
-
"can_only_take_insurance_in_de_be_nl": "You can only take out insurance if you live in the Netherlands, Germany or Belgium.",
|
|
134
|
-
"price_from": "Price from",
|
|
135
|
-
"reviews": "Reviews",
|
|
136
|
-
"reviews_note_link": "BUKAZU Booking System maintains independent reviews. These reviews are collected after guests stay in the accommodation. There is verification of the combination of booking number and email address."
|
|
137
|
-
}
|
package/src/locales/es.json
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"next": "Siguiente",
|
|
3
|
-
"previous": "Anterior",
|
|
4
|
-
"view_details": "Ver detalles",
|
|
5
|
-
"price": "Precio",
|
|
6
|
-
"calculate": "Próximo",
|
|
7
|
-
"book": "Reservar",
|
|
8
|
-
"booked": "Reservado",
|
|
9
|
-
"booking": "Reserva",
|
|
10
|
-
"last_minute_discount": "Descuento de ultimo minuto",
|
|
11
|
-
"option": "Opción",
|
|
12
|
-
"choose_for_option": "Tome una opción para este período",
|
|
13
|
-
"included_in_price": "Incluido",
|
|
14
|
-
"rent_price": "Precio de alquiler",
|
|
15
|
-
"discount": "Reducción",
|
|
16
|
-
"extra_costs_included": "Costes extras incluidos",
|
|
17
|
-
"optional_costs": "Opciones extra",
|
|
18
|
-
"price_after_discount": "Precio de alquiler con descuento.",
|
|
19
|
-
"booking_from_til": "Fechas de reserva",
|
|
20
|
-
"total": "Total",
|
|
21
|
-
"stay_details": "Grupo de viaje",
|
|
22
|
-
"babies": "Numero de bebes",
|
|
23
|
-
"babies_from": "(hasta {babies} años)",
|
|
24
|
-
"adults": "Numero de adultos",
|
|
25
|
-
"adults_from": "(a partir de {age} años)",
|
|
26
|
-
"children": "Numero de niños",
|
|
27
|
-
"children_from": "(de {from} a {til} años)",
|
|
28
|
-
"house.arrival_date": "Fecha de llegada",
|
|
29
|
-
"house.departure_date": "Fecha de salida",
|
|
30
|
-
"house.arrival": "llegada",
|
|
31
|
-
"house.departure": "Salida",
|
|
32
|
-
"group_accommodation.arrival_date": "Fecha de llegada",
|
|
33
|
-
"group_accommodation.departure_date": "Fecha de salida",
|
|
34
|
-
"group_accommodation.arrival": "llegada",
|
|
35
|
-
"group_accommodation.departure": "Salida",
|
|
36
|
-
"tent.arrival_date": "Fecha de llegada",
|
|
37
|
-
"tent.departure_date": "Fecha de salida",
|
|
38
|
-
"tent.arrival": "llegada",
|
|
39
|
-
"tent.departure": "Salida",
|
|
40
|
-
"extra_costs_bookable": "Opciones extra",
|
|
41
|
-
"costs_on_site": "Costos adicionales en el lugar:",
|
|
42
|
-
"insurances": "Insurances",
|
|
43
|
-
"at_least_1_adult": "Elige al menos 1 adulto.",
|
|
44
|
-
"max_persons_reached": "Demasiadas personas han sido seleccionadas.",
|
|
45
|
-
"personal_details": "Tus datos",
|
|
46
|
-
"required": "Este campo es requerido.",
|
|
47
|
-
"cancel_insurance_all_risk": "All Risk",
|
|
48
|
-
"cancel_insurance_normal": "Standard",
|
|
49
|
-
"none": "None",
|
|
50
|
-
"cancel_insurance": "Cancellation insurance",
|
|
51
|
-
"insurance_costs": "Insurance Costs",
|
|
52
|
-
"choose": "Choose",
|
|
53
|
-
"yes": "Yes",
|
|
54
|
-
"booking_details": "Detalles de la reserva",
|
|
55
|
-
"based_on_one_person": "Basado en {persons} personas",
|
|
56
|
-
"return_to_calendar": "Volver al calendario",
|
|
57
|
-
"close": "Cerrar",
|
|
58
|
-
"cancel_insurance_normal_long": "Short-term Cancellation Insurance ",
|
|
59
|
-
"cancel_insurance_normal_desc": "If you booked a wonderful holiday, cancellation insurance should not be missing! Your booked holiday cannot continue, or you have to go home unexpectedly halfway through the holiday due to, for example, a severe illness. The cancellation insurance of RecreatieVerzekeringen is ideal because it applies before departure and during your holiday.",
|
|
60
|
-
"cancel_insurance_more_insured": "More are insured than you think.",
|
|
61
|
-
"cancel_insurance_more_insured_desc": "Did you know that you can rely on cancellation insurance during pregnancy, a new job, or divorce? Many people expect cancellation insurance to be valid only in the event of illness or death.",
|
|
62
|
-
"cancel_insurance_important": "Important",
|
|
63
|
-
"cancel_insurance_important_message": "For optimal cancellation insurance coverage, you must take it out within seven days after booking the holiday.",
|
|
64
|
-
"cancel_insurance_for_whom": "For whom?",
|
|
65
|
-
"cancel_insurance_for_whom_explain": "This insurance is for a maximum of 4 families or 9 travel companions (no family members).",
|
|
66
|
-
"cancel_insurance_questions": "Frequently Asked Questions",
|
|
67
|
-
"cancel_insurance_questions_explain_1": "Click ",
|
|
68
|
-
"cancel_insurance_questions_explain_link": "here",
|
|
69
|
-
"cancel_insurance_questions_explain_2": " to find the Frequently Asked Questions.",
|
|
70
|
-
"show_terms": "Show conditions",
|
|
71
|
-
"terms": "Terms",
|
|
72
|
-
"remark": "Observación",
|
|
73
|
-
"9persons_9addresses": "The Insurance will pay for up to 9 persons, who live at 9 different addresses,",
|
|
74
|
-
"or": "or",
|
|
75
|
-
"9persons_4addresses": "The insurance pays out for an unlimited number of people who live at a maximum of 4 different addresses.",
|
|
76
|
-
"poliscosts": "Policy fee",
|
|
77
|
-
"poliscosts_are": "The cost for an insurance policy is a one-time charge of € 6,95. No matter if you have one or two insuran",
|
|
78
|
-
"youwillrecieve": "You will receive the insurance terms separate from you booking confirmation per email. The insurance starts as soon as the (first) payment has been made.",
|
|
79
|
-
"thank_you_for_your_request": "Muchas gracias por su solicitud.",
|
|
80
|
-
"we_sent_confirmation_check_email": "Se ha enviado una copia de su solicitud a su dirección de correo electrónico. Si no ha recibido ningún correo de nuestra parte, es posible que esté en su buzón de correo no deseado.",
|
|
81
|
-
"something_went_wrong_please_try_again": "Vaya, algo salió mal, inténtalo de nuevo más tarde.",
|
|
82
|
-
"persons": "personas",
|
|
83
|
-
"bedrooms": "dormitorios",
|
|
84
|
-
"minimum_week_price": "min. precio semanal",
|
|
85
|
-
"no_results": "Sin resultados",
|
|
86
|
-
"agree_with": "Al hacer clic en \"Reservar\" se crea una obligación de pago cuando se acepta mi reserva. Acepto ",
|
|
87
|
-
"option_is_free": "Esta opción es gratuita",
|
|
88
|
-
"discount_reason": "Razón de descuento.",
|
|
89
|
-
"results": "resultados",
|
|
90
|
-
"bathrooms": "baños",
|
|
91
|
-
"you_need_to_give_reason": "Vous devez indiquer un motif de réduction valide",
|
|
92
|
-
"camper.arrival_date": "Fecha de recogida",
|
|
93
|
-
"camper.departure_date": "Fecha de regreso",
|
|
94
|
-
"camper.arrival": "Recoger",
|
|
95
|
-
"camper.departure": "Entregar",
|
|
96
|
-
"boat.arrival_date": "Fecha de recogida",
|
|
97
|
-
"boat.departure_date": "Fecha de regreso",
|
|
98
|
-
"boat.arrival": "Recoger",
|
|
99
|
-
"boat.departure": "Entregar",
|
|
100
|
-
"caravan.arrival_date": "Fecha de llegada",
|
|
101
|
-
"caravan.departure_date": "Fecha de salida",
|
|
102
|
-
"caravan.arrival": "llegada",
|
|
103
|
-
"caravan.departure": "Salida",
|
|
104
|
-
"filters": "Filtros",
|
|
105
|
-
"comply_insurance_card": "Estoy de acuerdo en que la tarjeta de seguro de cancelación será emitida digitalmente para mí. Recibo esto con mi confirmación de reserva.",
|
|
106
|
-
"house.you_picked_arrival_date": "Su fecha de llegada es",
|
|
107
|
-
"house.pick_your_departure_in_the_calendar": "Seleccione una fecha de salida",
|
|
108
|
-
"house.you_picked_departure_date": "Su fecha de salida es",
|
|
109
|
-
"house.pick_your_arrivaldate_in_the_calendar": "Elija una fecha de llegada",
|
|
110
|
-
"group_accommodation.you_picked_arrival_date": "Su fecha de llegada es",
|
|
111
|
-
"group_accommodation.pick_your_departure_in_the_calendar": "Seleccione una fecha de salida",
|
|
112
|
-
"group_accommodation.you_picked_departure_date": "Su fecha de salida es",
|
|
113
|
-
"group_accommodation.pick_your_arrivaldate_in_the_calendar": "Elija una fecha de llegada",
|
|
114
|
-
"tent.you_picked_arrival_date": "Su fecha de llegada es",
|
|
115
|
-
"tent.pick_your_departure_in_the_calendar": "Seleccione una fecha de salida",
|
|
116
|
-
"tent.you_picked_departure_date": "Su fecha de salida es",
|
|
117
|
-
"tent.pick_your_arrivaldate_in_the_calendar": "Elija una fecha de llegada",
|
|
118
|
-
"camper.you_picked_arrival_date": "Su fecha de recogida es",
|
|
119
|
-
"camper.pick_your_departure_in_the_calendar": "Seleccione una fecha de regreso",
|
|
120
|
-
"camper.you_picked_departure_date": "Su fecha de retorno es",
|
|
121
|
-
"camper.pick_your_arrivaldate_in_the_calendar": "Elija una fecha de recogida",
|
|
122
|
-
"boat.you_picked_arrival_date": "Your pickup date is",
|
|
123
|
-
"boat.pick_your_departure_in_the_calendar": "Select a return date",
|
|
124
|
-
"boat.you_picked_departure_date": "Your return date is",
|
|
125
|
-
"boat.pick_your_arrivaldate_in_the_calendar": "Choose a pickup date",
|
|
126
|
-
"no": "No",
|
|
127
|
-
"minimum_nights": "Al menos {minimum} noches",
|
|
128
|
-
"can_only_take_insurance_in_de_be_nl": "Solo puede contratar un seguro si vive en los Países Bajos, Alemania o Bélgica.",
|
|
129
|
-
"price_from": "Precio de",
|
|
130
|
-
"reviews": "Comentarios",
|
|
131
|
-
"reviews_note_link": "BUKAZU Booking System mantiene opiniones independientes. Estas opiniones se recogen después de la estancia de los huéspedes en el alojamiento. Se verifica la combinación del número de reserva y la dirección de correo electrónico."
|
|
132
|
-
}
|
package/src/locales/fr.json
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"next": "Suivant",
|
|
3
|
-
"previous": "Précédent",
|
|
4
|
-
"view_details": "Voir les détails",
|
|
5
|
-
"price": "Prix",
|
|
6
|
-
"calculate": "Suivante",
|
|
7
|
-
"book": "Réserver",
|
|
8
|
-
"booked": "Réservé",
|
|
9
|
-
"booking": "Réservation",
|
|
10
|
-
"last_minute_discount": "Réduction de dernière minute",
|
|
11
|
-
"option": "Option",
|
|
12
|
-
"choose_for_option": "Prendre une option pour cette période",
|
|
13
|
-
"included_in_price": "frais",
|
|
14
|
-
"rent_price": "Prix de location",
|
|
15
|
-
"discount": "Réduction",
|
|
16
|
-
"extra_costs_included": "Frais supplémentaires inclus",
|
|
17
|
-
"optional_costs": "Options supplémentaires",
|
|
18
|
-
"price_after_discount": "Prix de location incl.",
|
|
19
|
-
"booking_from_til": "Dates de réservation",
|
|
20
|
-
"total": "Total",
|
|
21
|
-
"stay_details": "Composition du groupe",
|
|
22
|
-
"babies": "Nombre de bébés",
|
|
23
|
-
"babies_from": "(jusqu'a {babies} ans)",
|
|
24
|
-
"adults": "Nombre d'adults",
|
|
25
|
-
"adults_from": "(à partir de {age} ans)",
|
|
26
|
-
"children": "Nombre d'enfants",
|
|
27
|
-
"children_from": "(de {from} à {til} ans)",
|
|
28
|
-
"house.arrival_date": "Date d'arrivée",
|
|
29
|
-
"house.departure_date": "Date de départ",
|
|
30
|
-
"house.arrival": "Arrivée",
|
|
31
|
-
"house.departure": "Départ",
|
|
32
|
-
"group_accommodation.arrival_date": "Date d'arrivée",
|
|
33
|
-
"group_accommodation.departure_date": "Date de départ",
|
|
34
|
-
"group_accommodation.arrival": "Arrivée",
|
|
35
|
-
"group_accommodation.departure": "Départ",
|
|
36
|
-
"tent.arrival_date": "Date d'arrivée",
|
|
37
|
-
"tent.departure_date": "Date de départ",
|
|
38
|
-
"tent.arrival": "Arrivée",
|
|
39
|
-
"tent.departure": "Départ",
|
|
40
|
-
"extra_costs_bookable": "Options supplémentaires",
|
|
41
|
-
"costs_on_site": "Frais supplémentaires sur place:",
|
|
42
|
-
"insurances": "Insurances",
|
|
43
|
-
"at_least_1_adult": "Choisissez au moins 1 adulte.",
|
|
44
|
-
"max_persons_reached": "Trop de personnes ont été sélectionnées.",
|
|
45
|
-
"personal_details": "Vos données",
|
|
46
|
-
"required": "Ce champ est requis.",
|
|
47
|
-
"cancel_insurance_all_risk": "All Risk",
|
|
48
|
-
"cancel_insurance_normal": "Standard",
|
|
49
|
-
"none": "None",
|
|
50
|
-
"cancel_insurance": "Cancellation insurance",
|
|
51
|
-
"insurance_costs": "Insurance Costs",
|
|
52
|
-
"choose": "Choose",
|
|
53
|
-
"yes": "Yes",
|
|
54
|
-
"booking_details": "Détails de la réservation",
|
|
55
|
-
"based_on_one_person": "Base {persons} personnes",
|
|
56
|
-
"return_to_calendar": "Retour au calendrier",
|
|
57
|
-
"close": "Fermer",
|
|
58
|
-
"cancel_insurance_normal_long": "Short-term Cancellation Insurance ",
|
|
59
|
-
"cancel_insurance_normal_desc": "If you booked a wonderful holiday, cancellation insurance should not be missing! Your booked holiday cannot continue, or you have to go home unexpectedly halfway through the holiday due to, for example, a severe illness. The cancellation insurance of RecreatieVerzekeringen is ideal because it applies before departure and during your holiday.",
|
|
60
|
-
"cancel_insurance_more_insured": "More are insured than you think.",
|
|
61
|
-
"cancel_insurance_more_insured_desc": "Did you know that you can rely on cancellation insurance during pregnancy, a new job, or divorce? Many people expect cancellation insurance to be valid only in the event of illness or death.",
|
|
62
|
-
"cancel_insurance_important": "Important",
|
|
63
|
-
"cancel_insurance_important_message": "For optimal cancellation insurance coverage, you must take it out within seven days after booking the holiday.",
|
|
64
|
-
"cancel_insurance_for_whom": "For whom?",
|
|
65
|
-
"cancel_insurance_for_whom_explain": "This insurance is for a maximum of 4 families or 9 travel companions (no family members).",
|
|
66
|
-
"cancel_insurance_questions": "Frequently Asked Questions",
|
|
67
|
-
"cancel_insurance_questions_explain_1": "Click ",
|
|
68
|
-
"cancel_insurance_questions_explain_link": "here",
|
|
69
|
-
"cancel_insurance_questions_explain_2": " to find the Frequently Asked Questions.",
|
|
70
|
-
"show_terms": "Show conditions",
|
|
71
|
-
"terms": "Terms",
|
|
72
|
-
"remark": "Remarque",
|
|
73
|
-
"9persons_9addresses": "The Insurance will pay for up to 9 persons, who live at 9 different addresses,",
|
|
74
|
-
"or": "or",
|
|
75
|
-
"9persons_4addresses": "The insurance pays out for an unlimited number of people who live at a maximum of 4 different addresses.",
|
|
76
|
-
"poliscosts": "Policy fee",
|
|
77
|
-
"poliscosts_are": "The cost for an insurance policy is a one-time charge of € 6,95. No matter if you have one or two insuran",
|
|
78
|
-
"youwillrecieve": "You will receive the insurance terms separate from you booking confirmation per email. The insurance starts as soon as the (first) payment has been made.",
|
|
79
|
-
"thank_you_for_your_request": "Merci beaucoup pour votre demande.",
|
|
80
|
-
"we_sent_confirmation_check_email": "Une copie de votre demande a été envoyée à votre adresse e-mail. Si vous n'avez pas reçu de courrier de notre part, il se peut qu'il soit dans votre boîte de courrier indésirable.",
|
|
81
|
-
"something_went_wrong_please_try_again": "Oups, quelque chose s'est mal passé, veuillez réessayer plus tard.",
|
|
82
|
-
"persons": "les gens",
|
|
83
|
-
"bedrooms": "chambres a coucher",
|
|
84
|
-
"minimum_week_price": "min. prix hebdomadaire",
|
|
85
|
-
"no_results": "Aucun résultat",
|
|
86
|
-
"agree_with": "ELe fait de cliquer sur \"Réserver\" crée une obligation de paiement lorsque ma réservation est acceptée. J'accepte",
|
|
87
|
-
"option_is_free": "Une option est gratuite et sans engagement.",
|
|
88
|
-
"discount_reason": "Raison réduction.",
|
|
89
|
-
"results": "résultats",
|
|
90
|
-
"bathrooms": "salle de bain",
|
|
91
|
-
"you_need_to_give_reason": "Debe indicar un motivo de descuento válido.",
|
|
92
|
-
"camper.arrival_date": "Date de collecte",
|
|
93
|
-
"camper.departure_date": "Date de retour",
|
|
94
|
-
"camper.arrival": "Ramasser",
|
|
95
|
-
"camper.departure": "Remettre",
|
|
96
|
-
"boat.arrival_date": "Date de collecte",
|
|
97
|
-
"boat.departure_date": "Date de retour",
|
|
98
|
-
"boat.arrival": "Ramasser",
|
|
99
|
-
"boat.departure": "Remettre",
|
|
100
|
-
"caravan.arrival_date": "Date d'arrivée",
|
|
101
|
-
"caravan.departure_date": "Date de départ",
|
|
102
|
-
"caravan.arrival": "Arrivée",
|
|
103
|
-
"caravan.departure": "Départ",
|
|
104
|
-
"filters": "Les filtres",
|
|
105
|
-
"comply_insurance_card": "Je conviens que la carte d’assurance annulation me sera délivrée numériquement. Je reçois ceci avec ma confirmation de réservation.",
|
|
106
|
-
"house.you_picked_arrival_date": "Votre date d'arrivée est",
|
|
107
|
-
"house.pick_your_departure_in_the_calendar": "Sélectionnez une date de départ",
|
|
108
|
-
"house.you_picked_departure_date": "Votre date de départ est",
|
|
109
|
-
"house.pick_your_arrivaldate_in_the_calendar": "Choisissez une date d'arrivée",
|
|
110
|
-
"group_accommodation.you_picked_arrival_date": "Votre date d'arrivée est",
|
|
111
|
-
"group_accommodation.pick_your_departure_in_the_calendar": "Sélectionnez une date de départ",
|
|
112
|
-
"group_accommodation.you_picked_departure_date": "Votre date de départ est",
|
|
113
|
-
"group_accommodation.pick_your_arrivaldate_in_the_calendar": "Choisissez une date d'arrivée",
|
|
114
|
-
"tent.you_picked_arrival_date": "Votre date d'arrivée est",
|
|
115
|
-
"tent.pick_your_departure_in_the_calendar": "Sélectionnez une date de départ",
|
|
116
|
-
"tent.you_picked_departure_date": "Votre date de départ est",
|
|
117
|
-
"tent.pick_your_arrivaldate_in_the_calendar": "Choisissez une date d'arrivée",
|
|
118
|
-
"camper.you_picked_arrival_date": "Votre date pick-up est",
|
|
119
|
-
"camper.pick_your_departure_in_the_calendar": "Sélectionnez une date de retour",
|
|
120
|
-
"camper.you_picked_departure_date": "Votre date de retour est",
|
|
121
|
-
"camper.pick_your_arrivaldate_in_the_calendar": "Choisissez une date de pick-up",
|
|
122
|
-
"boat.you_picked_arrival_date": "Your pickup date is",
|
|
123
|
-
"boat.pick_your_departure_in_the_calendar": "Select a return date",
|
|
124
|
-
"boat.you_picked_departure_date": "Your return date is",
|
|
125
|
-
"boat.pick_your_arrivaldate_in_the_calendar": "Choose a pickup date",
|
|
126
|
-
"no": "Non",
|
|
127
|
-
"minimum_nights": "Au moins {minimum} nuits",
|
|
128
|
-
"can_only_take_insurance_in_de_be_nl": "Vous ne pouvez souscrire une assurance que si vous résidez aux Pays-Bas, en Allemagne ou en Belgique.",
|
|
129
|
-
"price_from": "Le prix de",
|
|
130
|
-
"reviews": "Critiques",
|
|
131
|
-
"reviews_note_link": "Le système de réservation BUKAZU conserve des avis indépendants. Ces avis sont recueillis après que les clients ont séjourné dans le logement. La combinaison du numéro de réservation et de l'adresse électronique est vérifiée."
|
|
132
|
-
}
|