@hyper.software/visitor-common-translations 2.0.454 → 2.0.456
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/lib/translations/locale/locale.de-DE.json +3 -0
- package/lib/translations/locale/locale.en-US.json +3 -0
- package/lib/translations/locale/locale.es-ES.json +3 -0
- package/lib/translations/locale/locale.fr-FR.json +3 -0
- package/lib/translations/locale/locale.it-IT.json +3 -0
- package/lib/translations/locale/locale.nl-NL.json +3 -0
- package/lib/translations/locale/locale.pt-PT.json +3 -0
- package/lib/translations/locale/locale.ro-RO.json +3 -0
- package/package.json +1 -1
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"App.public.bookings.unavailableDaysInRange": "Einige Tage sind ausgebucht. Bitte wähle andere Daten.",
|
|
2096
2096
|
"App.public.bookings.viewsLast24Hours": "{views}x Besuche in den letzten 24 Stunden",
|
|
2097
2097
|
"App.public.bookings.yourInformation": "Deine Auswahl",
|
|
2098
|
+
"App.public.offer.offerAccepted": "Das Angebot wurde erfolgreich angenommen.",
|
|
2098
2099
|
"App.public.offer.offerDeclined": "Angebot abgelehnt",
|
|
2099
2100
|
"App.public.offer.offerExpired": "Angebot abgelaufen",
|
|
2100
2101
|
"App.public.offer.offerExpired.description": "Dieses Angebot ist nicht mehr verfügbar. Bitte kontaktieren Sie die Unterkunft, wenn Sie eine neue Buchung vornehmen möchten.",
|
|
@@ -2493,6 +2494,8 @@
|
|
|
2493
2494
|
"main.api.bookings.cannotUpdate.noFreeRoom": "Diese Buchung kann nicht geändert werden, da ein oder mehrere Zimmer entweder blockiert oder nicht verfügbar sind. Bitte überprüfe, dass es im Buchungszeitraum keine blockierten Tage gibt.",
|
|
2494
2495
|
"main.api.bookings.cannotUpdate.noFreeRoom.withDetails": "Zimmer {roomName} kann nicht bis zum {unavailableDate} verlängert werden, da es blockiert oder nicht verfügbar ist.",
|
|
2495
2496
|
"main.api.bookings.cantCheckIn.customerInformationInvalid": "Die Buchung kann nicht eingecheckt werden, da die Gästedaten ungültig sind. Versuche, Telefonnummer oder E-Mail-Adresse zu korrigieren, und wende dich an den Visitor Support, falls das Problem weiterhin besteht.",
|
|
2497
|
+
"main.api.bookings.cantPatch.finalizedInvoiceImmutable": "Finalisierte Rechnungen können nicht direkt geändert werden. Storniere die Rechnung und erstelle eine Ersatzrechnung.",
|
|
2498
|
+
"main.api.bookings.cantPatch.finalizedSplitInvoiceImmutable": "Diese Buchung kann nicht geändert werden, weil eine der geteilten Rechnungen bereits finalisiert ist. Storniere zuerst die finalisierte geteilte Rechnung und erstelle anschließend eine Ersatzrechnung.",
|
|
2496
2499
|
"main.api.bookings.cantPatch.signedTseInvoiceImmutable": "Signierte TSE-Rechnungen können nicht direkt geändert werden. Storniere die Rechnung und erstelle eine Ersatzrechnung.",
|
|
2497
2500
|
"main.api.customer.deleteCustomerById.cannotDelete.customer": "Kunde kann nicht gelöscht werden, da er zukünftige Buchungen hat",
|
|
2498
2501
|
"main.api.customers.patchCustomer.cannotPatch.customerAlreadyExists": "Der Kunde kann nicht aktualisiert werden, da bereits ein anderer Kunde mit dieser E-Mail oder Telefonnummer vorhanden ist",
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"App.public.bookings.unavailableDaysInRange": "Some days in your selected date range are fully booked. Please choose different dates.",
|
|
2096
2096
|
"App.public.bookings.viewsLast24Hours": "{views} other guest(s) have looked at this property in the last 24 hours",
|
|
2097
2097
|
"App.public.bookings.yourInformation": "Your information",
|
|
2098
|
+
"App.public.offer.offerAccepted": "The offer has been accepted successfully.",
|
|
2098
2099
|
"App.public.offer.offerDeclined": "Offer declined",
|
|
2099
2100
|
"App.public.offer.offerExpired": "Offer expired",
|
|
2100
2101
|
"App.public.offer.offerExpired.description": "This offer is no longer available. Please contact the property if you would like to make a new booking.",
|
|
@@ -2493,6 +2494,8 @@
|
|
|
2493
2494
|
"main.api.bookings.cannotUpdate.noFreeRoom": "This booking cannot be changed because one or more of the rooms are either blocked or not available. Please verify that there are no blocked days for the duration of the booking.",
|
|
2494
2495
|
"main.api.bookings.cannotUpdate.noFreeRoom.withDetails": "Room {roomName} cannot be extended to {unavailableDate} because it is blocked or unavailable.",
|
|
2495
2496
|
"main.api.bookings.cantCheckIn.customerInformationInvalid": "Cannot check-in the booking because the customer information is invalid. Try changing the phone number or email and if the issue persists contact Visitor Support.",
|
|
2497
|
+
"main.api.bookings.cantPatch.finalizedInvoiceImmutable": "Finalized invoices cannot be changed directly. Void the invoice and create a replacement invoice.",
|
|
2498
|
+
"main.api.bookings.cantPatch.finalizedSplitInvoiceImmutable": "This booking cannot be changed because one of the split invoices is already finalized. Void the finalized split invoice first, then create a replacement invoice.",
|
|
2496
2499
|
"main.api.bookings.cantPatch.signedTseInvoiceImmutable": "Signed TSE invoices cannot be changed directly. Cancel the invoice with Storno and create a replacement invoice.",
|
|
2497
2500
|
"main.api.customer.deleteCustomerById.cannotDelete.customer": "Cannot delete the customer because it has future reservations",
|
|
2498
2501
|
"main.api.customers.patchCustomer.cannotPatch.customerAlreadyExists": "Cannot update customer because there already exists another customer with this email or phone number",
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"App.public.bookings.unavailableDaysInRange": "Algunos días en el rango de fechas seleccionado están completamente reservados. Por favor, elija otras fechas.",
|
|
2096
2096
|
"App.public.bookings.viewsLast24Hours": "{views} otro huésped(es) han visto esta propiedad en las últimas 24 horas",
|
|
2097
2097
|
"App.public.bookings.yourInformation": "Tu Información",
|
|
2098
|
+
"App.public.offer.offerAccepted": "La oferta se ha aceptado correctamente.",
|
|
2098
2099
|
"App.public.offer.offerDeclined": "Oferta rechazada",
|
|
2099
2100
|
"App.public.offer.offerExpired": "Oferta vencida",
|
|
2100
2101
|
"App.public.offer.offerExpired.description": "Esta oferta ya no está disponible. Póngase en contacto con la propiedad si desea realizar una nueva reserva.",
|
|
@@ -2493,6 +2494,8 @@
|
|
|
2493
2494
|
"main.api.bookings.cannotUpdate.noFreeRoom": "Esta reserva no se puede cambiar porque una o más habitaciones están bloqueadas o no están disponibles. Verifique que no haya días bloqueados durante la duración de la reserva.",
|
|
2494
2495
|
"main.api.bookings.cannotUpdate.noFreeRoom.withDetails": "La habitación {roomName} no se puede ampliar hasta el {unavailableDate} porque está bloqueada o no disponible.",
|
|
2495
2496
|
"main.api.bookings.cantCheckIn.customerInformationInvalid": "No se puede registrar la reserva porque la información del cliente no es válida. Intente cambiar el número de teléfono o el correo electrónico y, si el problema persiste, comuníquese con el Visitor Support.",
|
|
2497
|
+
"main.api.bookings.cantPatch.finalizedInvoiceImmutable": "Las facturas finalizadas no se pueden modificar directamente. Anule la factura y cree una factura de reemplazo.",
|
|
2498
|
+
"main.api.bookings.cantPatch.finalizedSplitInvoiceImmutable": "Esta reserva no se puede modificar porque una de las facturas divididas ya está finalizada. Anule primero la factura dividida finalizada y luego cree una factura de reemplazo.",
|
|
2496
2499
|
"main.api.bookings.cantPatch.signedTseInvoiceImmutable": "Las facturas TSE firmadas no se pueden modificar directamente. Cancele la factura con una anulación y cree una factura de reemplazo.",
|
|
2497
2500
|
"main.api.customer.deleteCustomerById.cannotDelete.customer": "No se puede eliminar el cliente porque tiene reservas futuras",
|
|
2498
2501
|
"main.api.customers.patchCustomer.cannotPatch.customerAlreadyExists": "No se puede actualizar el cliente porque ya existe otro cliente con este correo electrónico o número de teléfono",
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"App.public.bookings.unavailableDaysInRange": "Certains jours de la période sélectionnée sont entièrement réservés. Veuillez choisir d'autres dates.",
|
|
2096
2096
|
"App.public.bookings.viewsLast24Hours": "{views} autre(s) invité(s) ont consulté cet établissement au cours des dernières 24 heures",
|
|
2097
2097
|
"App.public.bookings.yourInformation": "Vos informations",
|
|
2098
|
+
"App.public.offer.offerAccepted": "L'offre a été acceptée avec succès.",
|
|
2098
2099
|
"App.public.offer.offerDeclined": "Offre déclinée",
|
|
2099
2100
|
"App.public.offer.offerExpired": "Offre expirée",
|
|
2100
2101
|
"App.public.offer.offerExpired.description": "Cette offre n'est plus disponible. Veuillez contacter l'établissement si vous souhaitez effectuer une nouvelle réservation.",
|
|
@@ -2493,6 +2494,8 @@
|
|
|
2493
2494
|
"main.api.bookings.cannotUpdate.noFreeRoom": "Cette réservation ne peut pas être modifiée car une ou plusieurs chambres sont soit bloquées, soit non disponibles. Vérifiez qu'il n'y a pas de jours bloqués pendant la durée de la réservation.",
|
|
2494
2495
|
"main.api.bookings.cannotUpdate.noFreeRoom.withDetails": "La chambre {roomName} ne peut pas être prolongée jusqu’au {unavailableDate}, car elle est bloquée ou indisponible.",
|
|
2495
2496
|
"main.api.bookings.cantCheckIn.customerInformationInvalid": "Impossible d'enregistrer la réservation car les informations du client ne sont pas valides. Essayez de changer le numéro de téléphone ou l'e-mail et si le problème persiste, contactez l'assistance aux visiteurs.",
|
|
2497
|
+
"main.api.bookings.cantPatch.finalizedInvoiceImmutable": "Les factures finalisées ne peuvent pas être modifiées directement. Extournez la facture et créez une facture de remplacement.",
|
|
2498
|
+
"main.api.bookings.cantPatch.finalizedSplitInvoiceImmutable": "Cette réservation ne peut pas être modifiée car l'une des factures divisées est déjà finalisée. Extournez d'abord la facture divisée finalisée, puis créez une facture de remplacement.",
|
|
2496
2499
|
"main.api.bookings.cantPatch.signedTseInvoiceImmutable": "Les factures TSE signées ne peuvent pas être modifiées directement. Annulez la facture avec un Storno et créez une facture de remplacement.",
|
|
2497
2500
|
"main.api.customer.deleteCustomerById.cannotDelete.customer": "Impossible de supprimer le client car il a de futures réservations",
|
|
2498
2501
|
"main.api.customers.patchCustomer.cannotPatch.customerAlreadyExists": "Impossible de mettre à jour le client car il existe déjà un autre client avec cet e-mail ou ce numéro de téléphone",
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"App.public.bookings.unavailableDaysInRange": "Alcuni giorni nel periodo selezionato sono al completo. Scegliere date diverse.",
|
|
2096
2096
|
"App.public.bookings.viewsLast24Hours": "{views} altri ospiti hanno guardato questa struttura nelle ultime 24 ore",
|
|
2097
2097
|
"App.public.bookings.yourInformation": "Le tue informazioni",
|
|
2098
|
+
"App.public.offer.offerAccepted": "L'offerta è stata accettata con successo.",
|
|
2098
2099
|
"App.public.offer.offerDeclined": "L'offerta è stata rifiutata",
|
|
2099
2100
|
"App.public.offer.offerExpired": "Offerta scaduta",
|
|
2100
2101
|
"App.public.offer.offerExpired.description": "Questa offerta non è più disponibile. Contatta la struttura se desideri effettuare una nuova prenotazione.",
|
|
@@ -2493,6 +2494,8 @@
|
|
|
2493
2494
|
"main.api.bookings.cannotUpdate.noFreeRoom": "Questa prenotazione non può essere modificata perché una o più camere sono bloccate o non disponibili. Verifica che non ci siano giorni bloccati per la durata della prenotazione.",
|
|
2494
2495
|
"main.api.bookings.cannotUpdate.noFreeRoom.withDetails": "La camera {roomName} non può essere prolungata fino al {unavailableDate} perché è bloccata o non disponibile.",
|
|
2495
2496
|
"main.api.bookings.cantCheckIn.customerInformationInvalid": "Impossibile effettuare il check-in della prenotazione perché le informazioni sul cliente non sono valide. Prova a modificare il numero di telefono o l'e-mail e se il problema persiste contatta l'assistenza visitatori.",
|
|
2497
|
+
"main.api.bookings.cantPatch.finalizedInvoiceImmutable": "Le fatture finalizzate non possono essere modificate direttamente. Storna la fattura e crea una fattura sostitutiva.",
|
|
2498
|
+
"main.api.bookings.cantPatch.finalizedSplitInvoiceImmutable": "Questa prenotazione non può essere modificata perché una delle fatture divise è già finalizzata. Storna prima la fattura divisa finalizzata, poi crea una fattura sostitutiva.",
|
|
2496
2499
|
"main.api.bookings.cantPatch.signedTseInvoiceImmutable": "Le fatture TSE firmate non possono essere modificate direttamente. Annulla la fattura con uno Storno e crea una fattura sostitutiva.",
|
|
2497
2500
|
"main.api.customer.deleteCustomerById.cannotDelete.customer": "Impossibile eliminare il cliente perché ha prenotazioni future",
|
|
2498
2501
|
"main.api.customers.patchCustomer.cannotPatch.customerAlreadyExists": "Impossibile aggiornare il cliente perché esiste già un altro cliente con questa e-mail o numero di telefono",
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"App.public.bookings.unavailableDaysInRange": "Sommige dagen in de geselecteerde datums zijn volgeboekt. Kies andere datums.",
|
|
2096
2096
|
"App.public.bookings.viewsLast24Hours": "{views} andere gast(en) hebben deze accommodatie in de afgelopen 24 uur bekeken",
|
|
2097
2097
|
"App.public.bookings.yourInformation": "Jouw informatie",
|
|
2098
|
+
"App.public.offer.offerAccepted": "Het aanbod is succesvol geaccepteerd.",
|
|
2098
2099
|
"App.public.offer.offerDeclined": "Aanbod afgewezen",
|
|
2099
2100
|
"App.public.offer.offerExpired": "Aanbieding verlopen",
|
|
2100
2101
|
"App.public.offer.offerExpired.description": "Deze aanbieding is niet meer beschikbaar. Neem contact op met de accommodatie als u een nieuwe boeking wilt maken.",
|
|
@@ -2493,6 +2494,8 @@
|
|
|
2493
2494
|
"main.api.bookings.cannotUpdate.noFreeRoom": "Deze reservering kan niet worden gewijzigd omdat een of meer kamers zijn geblokkeerd of niet beschikbaar zijn. Controleer of er geen geblokkeerde dagen zijn voor de duur van de reservering.",
|
|
2494
2495
|
"main.api.bookings.cannotUpdate.noFreeRoom.withDetails": "Kamer {roomName} kan niet worden verlengd tot {unavailableDate}, omdat deze geblokkeerd of niet beschikbaar is.",
|
|
2495
2496
|
"main.api.bookings.cantCheckIn.customerInformationInvalid": "Kan de reservering niet inchecken omdat de klantinformatie ongeldig is. Probeer het telefoonnummer of e-mailadres te wijzigen en neem contact op met de Visitor-ondersteuning als het probleem zich blijft voordoen.",
|
|
2497
|
+
"main.api.bookings.cantPatch.finalizedInvoiceImmutable": "Gefinaliseerde facturen kunnen niet rechtstreeks worden gewijzigd. Crediteer de factuur en maak een vervangende factuur aan.",
|
|
2498
|
+
"main.api.bookings.cantPatch.finalizedSplitInvoiceImmutable": "Deze boeking kan niet worden gewijzigd omdat een van de gesplitste facturen al is gefinaliseerd. Crediteer eerst de gefinaliseerde gesplitste factuur en maak daarna een vervangende factuur aan.",
|
|
2496
2499
|
"main.api.bookings.cantPatch.signedTseInvoiceImmutable": "Ondertekende TSE-facturen kunnen niet rechtstreeks worden gewijzigd. Annuleer de factuur met Storno en maak een vervangende factuur aan.",
|
|
2497
2500
|
"main.api.customer.deleteCustomerById.cannotDelete.customer": "Kan de klant niet verwijderen omdat deze toekomstige reserveringen heeft",
|
|
2498
2501
|
"main.api.customers.patchCustomer.cannotPatch.customerAlreadyExists": "Kan de klant niet bijwerken omdat er al een andere klant met dit e-mailadres of telefoonnummer bestaat",
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"App.public.bookings.unavailableDaysInRange": "Alguns dias no intervalo de datas selecionado estão totalmente reservados. Por favor, escolha datas diferentes.",
|
|
2096
2096
|
"App.public.bookings.viewsLast24Hours": "{views} outro(s) hóspede(s) visualizaram esta propriedade nas últimas 24 horas",
|
|
2097
2097
|
"App.public.bookings.yourInformation": "Suas informações",
|
|
2098
|
+
"App.public.offer.offerAccepted": "A oferta foi aceite com sucesso.",
|
|
2098
2099
|
"App.public.offer.offerDeclined": "Oferta recusada",
|
|
2099
2100
|
"App.public.offer.offerExpired": "Oferta expirada",
|
|
2100
2101
|
"App.public.offer.offerExpired.description": "Esta oferta já não está disponível. Contacte a propriedade se quiser fazer uma nova reserva.",
|
|
@@ -2493,6 +2494,8 @@
|
|
|
2493
2494
|
"main.api.bookings.cannotUpdate.noFreeRoom": "Esta reserva não pode ser alterada porque um ou mais dos quartos estão bloqueados ou não disponíveis. Verifique se não há dias bloqueados durante a duração da reserva.",
|
|
2494
2495
|
"main.api.bookings.cannotUpdate.noFreeRoom.withDetails": "O quarto {roomName} não pode ser prolongado até {unavailableDate} porque está bloqueado ou indisponível.",
|
|
2495
2496
|
"main.api.bookings.cantCheckIn.customerInformationInvalid": "Não é possível fazer o check-in da reserva porque as informações do cliente são inválidas. Tente alterar o número de telefone ou e-mail e, se o problema persistir, entre em contato com o Suporte do Visitor.",
|
|
2497
|
+
"main.api.bookings.cantPatch.finalizedInvoiceImmutable": "As faturas finalizadas não podem ser alteradas diretamente. Anule a fatura e crie uma fatura de substituição.",
|
|
2498
|
+
"main.api.bookings.cantPatch.finalizedSplitInvoiceImmutable": "Esta reserva não pode ser alterada porque uma das faturas divididas já está finalizada. Anule primeiro a fatura dividida finalizada e depois crie uma fatura de substituição.",
|
|
2496
2499
|
"main.api.bookings.cantPatch.signedTseInvoiceImmutable": "As faturas TSE assinadas não podem ser alteradas diretamente. Cancele a fatura com Storno e crie uma fatura de substituição.",
|
|
2497
2500
|
"main.api.customer.deleteCustomerById.cannotDelete.customer": "Não é possível excluir o cliente porque ele tem reservas futuras",
|
|
2498
2501
|
"main.api.customers.patchCustomer.cannotPatch.customerAlreadyExists": "Não é possível atualizar o cliente porque já existe outro cliente com este e-mail ou número de telefone",
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"App.public.bookings.unavailableDaysInRange": "Unele zile din intervalul de date selectat sunt complet rezervate. Vă rugăm să alegeți alte date.",
|
|
2096
2096
|
"App.public.bookings.viewsLast24Hours": "{views} alte persoane s-au uitat la această proprietate în ultimele 24 de ore",
|
|
2097
2097
|
"App.public.bookings.yourInformation": "Informațiile tale",
|
|
2098
|
+
"App.public.offer.offerAccepted": "Oferta a fost acceptată cu succes.",
|
|
2098
2099
|
"App.public.offer.offerDeclined": "Oferta a fost respinsă",
|
|
2099
2100
|
"App.public.offer.offerExpired": "Oferta a expirat",
|
|
2100
2101
|
"App.public.offer.offerExpired.description": "Această ofertă nu mai este disponibilă. Vă rugăm să contactați proprietatea dacă doriți să faceți o rezervare nouă.",
|
|
@@ -2493,6 +2494,8 @@
|
|
|
2493
2494
|
"main.api.bookings.cannotUpdate.noFreeRoom": "Această rezervare nu poate fi modificată deoarece una sau mai multe camere sunt fie blocate, fie indisponibile. Vă rugăm verificați că nu există zile blocate pentru durata rezervării.",
|
|
2494
2495
|
"main.api.bookings.cannotUpdate.noFreeRoom.withDetails": "Camera {roomName} nu poate fi prelungită până la {unavailableDate} deoarece este blocată sau indisponibilă.",
|
|
2495
2496
|
"main.api.bookings.cantCheckIn.customerInformationInvalid": "Nu se poate face check-in la rezervare pentru că informațiile despre client sunt invalide. Încercați să schimbați numărul de telefon sau adresa de email și dacă problema persistă, contactați suportul pentru vizitatori.",
|
|
2497
|
+
"main.api.bookings.cantPatch.finalizedInvoiceImmutable": "Facturile finalizate nu pot fi modificate direct. Stornează factura și creează o factură de înlocuire.",
|
|
2498
|
+
"main.api.bookings.cantPatch.finalizedSplitInvoiceImmutable": "Această rezervare nu poate fi modificată deoarece una dintre facturile împărțite este deja finalizată. Stornează mai întâi factura împărțită finalizată, apoi creează o factură de înlocuire.",
|
|
2496
2499
|
"main.api.bookings.cantPatch.signedTseInvoiceImmutable": "Facturile TSE semnate nu pot fi modificate direct. Anulează factura cu Storno și creează o factură de înlocuire.",
|
|
2497
2500
|
"main.api.customer.deleteCustomerById.cannotDelete.customer": "Nu se poate șterge clientul pentru că are rezervări viitoare",
|
|
2498
2501
|
"main.api.customers.patchCustomer.cannotPatch.customerAlreadyExists": "Nu se poate actualiza clientul pentru că există deja alt client cu aceeași adresă de email sau număr de telefon",
|
package/package.json
CHANGED