@hyper.software/visitor-common-translations 2.0.108 → 2.0.109

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.
@@ -1097,8 +1097,9 @@
1097
1097
  "App.common.welcomeBack.withFirstName": "Willkommen zurück, {firstName}!",
1098
1098
  "App.common.yes": "Ja",
1099
1099
  "App.customer.customerDetails.bookings.backTitle": "Zurück zu den Buchungsdetails",
1100
- "App.customer.details.additionalGuests": "Information Gast {guestNumber}",
1100
+ "App.customer.details.additionalGuests": "Zusätzlicher Gast {guestNumber}",
1101
1101
  "App.customer.details.customerNotes": "Details",
1102
+ "App.customer.details.mainGuest": "Hauptgast",
1102
1103
  "App.customer.details.notes": "Notiz",
1103
1104
  "App.customer.details.personalInformation": "Persönliche Informationen",
1104
1105
  "App.customer.details.title": "Gast",
@@ -1097,8 +1097,9 @@
1097
1097
  "App.common.welcomeBack.withFirstName": "Welcome back, {firstName}!",
1098
1098
  "App.common.yes": "Yes",
1099
1099
  "App.customer.customerDetails.bookings.backTitle": "Back to booking details",
1100
- "App.customer.details.additionalGuests": "Information Guest {guestNumber}",
1100
+ "App.customer.details.additionalGuests": "Additional Guest {guestNumber}",
1101
1101
  "App.customer.details.customerNotes": "Customer notes",
1102
+ "App.customer.details.mainGuest": "Main Guest",
1102
1103
  "App.customer.details.notes": "Notes",
1103
1104
  "App.customer.details.personalInformation": "Personal information",
1104
1105
  "App.customer.details.title": "Customer",
@@ -1097,8 +1097,9 @@
1097
1097
  "App.common.welcomeBack.withFirstName": "¡Bienvenido de nuevo, {firstName}!",
1098
1098
  "App.common.yes": "Si",
1099
1099
  "App.customer.customerDetails.bookings.backTitle": "Volver a los detalles de la reserva",
1100
- "App.customer.details.additionalGuests": "Información del huésped {guestNumber}",
1100
+ "App.customer.details.additionalGuests": "Invitado adicional {guestNumber}",
1101
1101
  "App.customer.details.customerNotes": "Notas del cliente",
1102
+ "App.customer.details.mainGuest": "Invitado principal",
1102
1103
  "App.customer.details.notes": "Notas",
1103
1104
  "App.customer.details.personalInformation": "Información personal",
1104
1105
  "App.customer.details.title": "Cliente",
@@ -1097,8 +1097,9 @@
1097
1097
  "App.common.welcomeBack.withFirstName": "Bienvenue de retour, {firstName}!",
1098
1098
  "App.common.yes": "Oui",
1099
1099
  "App.customer.customerDetails.bookings.backTitle": "Retour aux détails de la réservation",
1100
- "App.customer.details.additionalGuests": "Informations Invité {guestNumber}",
1100
+ "App.customer.details.additionalGuests": "Invité supplémentaire {guestNumber}",
1101
1101
  "App.customer.details.customerNotes": "Notes du client",
1102
+ "App.customer.details.mainGuest": "Invité principal",
1102
1103
  "App.customer.details.notes": "Notes",
1103
1104
  "App.customer.details.personalInformation": "Informations personnelles",
1104
1105
  "App.customer.details.title": "Client",
@@ -1097,8 +1097,9 @@
1097
1097
  "App.common.welcomeBack.withFirstName": "Bentornato/a, {firstName}!",
1098
1098
  "App.common.yes": "Sì",
1099
1099
  "App.customer.customerDetails.bookings.backTitle": "Torna ai dettagli della prenotazione",
1100
- "App.customer.details.additionalGuests": "Informazioni Ospite {guestNumber}",
1100
+ "App.customer.details.additionalGuests": "Ospite aggiuntivo {guestNumber}",
1101
1101
  "App.customer.details.customerNotes": "Note del cliente",
1102
+ "App.customer.details.mainGuest": "Ospite principale",
1102
1103
  "App.customer.details.notes": "Note",
1103
1104
  "App.customer.details.personalInformation": "Dati personali",
1104
1105
  "App.customer.details.title": "Cliente",
@@ -1097,8 +1097,9 @@
1097
1097
  "App.common.welcomeBack.withFirstName": "Bine ai revenit, {firstName}!",
1098
1098
  "App.common.yes": "Da",
1099
1099
  "App.customer.customerDetails.bookings.backTitle": "Înapoi la detalii rezervare",
1100
- "App.customer.details.additionalGuests": "Informații oaspete {guestNumber}",
1100
+ "App.customer.details.additionalGuests": "Oaspete suplimentar {guestNumber}",
1101
1101
  "App.customer.details.customerNotes": "Note ale clientului",
1102
+ "App.customer.details.mainGuest": "Oaspete principal",
1102
1103
  "App.customer.details.notes": "Note",
1103
1104
  "App.customer.details.personalInformation": "Informații personale",
1104
1105
  "App.customer.details.title": "Client",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/visitor-common-translations",
3
- "version": "2.0.108",
3
+ "version": "2.0.109",
4
4
  "author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Visitor Common Translations",
6
6
  "main": "lib/index.js",