@hyper.software/visitor-common-translations 2.0.129 → 2.0.131

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.
@@ -32,6 +32,7 @@
32
32
  "App.admin.bookings.receipt.bookingCode": "Buchungscode",
33
33
  "App.admin.bookings.receipt.companyAddress": "Firmenadresse",
34
34
  "App.admin.bookings.receipt.companyEmail": "E-Mail",
35
+ "App.admin.bookings.receipt.companyFullAddress": "Firmenadresse",
35
36
  "App.admin.bookings.receipt.companyLegalName": "Firmenname",
36
37
  "App.admin.bookings.receipt.companyName": "Hotelname",
37
38
  "App.admin.bookings.receipt.companyPhoneNumber": "Tel.",
@@ -32,6 +32,7 @@
32
32
  "App.admin.bookings.receipt.bookingCode": "Booking code",
33
33
  "App.admin.bookings.receipt.companyAddress": "Company address",
34
34
  "App.admin.bookings.receipt.companyEmail": "Company email",
35
+ "App.admin.bookings.receipt.companyFullAddress": "Company full address",
35
36
  "App.admin.bookings.receipt.companyLegalName": "Company legal name",
36
37
  "App.admin.bookings.receipt.companyName": "Hotel name",
37
38
  "App.admin.bookings.receipt.companyPhoneNumber": "Company phone number",
@@ -1678,7 +1679,7 @@
1678
1679
  "App.whatsApp.support.link": "Open WhatsApp",
1679
1680
  "App.whatsApp.support.subtitle": "Scan the QR code or click the button to go directly to the chat with Visitor.",
1680
1681
  "any.api.validation.INVALID_TYPE.locationDescription": "An unexpected error has occured. Please contact Visitor support.",
1681
- "any.api.validation.general.error": "An unexpected error has occured. Please try again and if the issue persists contact our support team.",
1682
+ "any.api.validation.general.error": "An unexpected error has occured. Please try again and if the issue persists contact our support team via email: support@visitorapp.com.",
1682
1683
  "backendApiClient.unknownError": "An unexpected error has occurred. Our staff has been notified and is working on a fix.",
1683
1684
  "main.api.bookings.cannotSync.noRoomAvailable.createBooking": "Cannot create the booking because some of the rooms are no longer available",
1684
1685
  "main.api.bookings.cannotSync.noRoomAvailable.importBookings": "Cannot import the bookings because some of them overlap.",
@@ -32,6 +32,7 @@
32
32
  "App.admin.bookings.receipt.bookingCode": "Código de reserva",
33
33
  "App.admin.bookings.receipt.companyAddress": "Dirección de la empresa",
34
34
  "App.admin.bookings.receipt.companyEmail": "Correo electrónico de la empresa",
35
+ "App.admin.bookings.receipt.companyFullAddress": "Dirección completa de la empresa",
35
36
  "App.admin.bookings.receipt.companyLegalName": "Nombre legal de la empresa",
36
37
  "App.admin.bookings.receipt.companyName": "Nombre del hotel",
37
38
  "App.admin.bookings.receipt.companyPhoneNumber": "Número de teléfono de la empresa",
@@ -32,6 +32,7 @@
32
32
  "App.admin.bookings.receipt.bookingCode": "Code de réservation",
33
33
  "App.admin.bookings.receipt.companyAddress": "Adresse de l'entreprise",
34
34
  "App.admin.bookings.receipt.companyEmail": "E-mail de l'entreprise",
35
+ "App.admin.bookings.receipt.companyFullAddress": "Adresse complète de l'entreprise",
35
36
  "App.admin.bookings.receipt.companyLegalName": "Raison sociale de la société",
36
37
  "App.admin.bookings.receipt.companyName": "Nom de l'hôtel",
37
38
  "App.admin.bookings.receipt.companyPhoneNumber": "Numéro de téléphone de l'entreprise",
@@ -32,6 +32,7 @@
32
32
  "App.admin.bookings.receipt.bookingCode": "Codice prenotazione",
33
33
  "App.admin.bookings.receipt.companyAddress": "Indirizzo aziendale",
34
34
  "App.admin.bookings.receipt.companyEmail": "Email aziendale",
35
+ "App.admin.bookings.receipt.companyFullAddress": "Indirizzo completo dell'azienda",
35
36
  "App.admin.bookings.receipt.companyLegalName": "Nome legale dell'azienda",
36
37
  "App.admin.bookings.receipt.companyName": "Nome dell'hotel",
37
38
  "App.admin.bookings.receipt.companyPhoneNumber": "Numero di telefono dell'azienda",
@@ -32,6 +32,7 @@
32
32
  "App.admin.bookings.receipt.bookingCode": "Codul de rezervare",
33
33
  "App.admin.bookings.receipt.companyAddress": "Adresa companiei",
34
34
  "App.admin.bookings.receipt.companyEmail": "Adresa de email a companiei",
35
+ "App.admin.bookings.receipt.companyFullAddress": "Adresa completă a companiei",
35
36
  "App.admin.bookings.receipt.companyLegalName": "Numele legal al companiei",
36
37
  "App.admin.bookings.receipt.companyName": "Numele hotelului",
37
38
  "App.admin.bookings.receipt.companyPhoneNumber": "Numărul de telefon al companiei",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/visitor-common-translations",
3
- "version": "2.0.129",
3
+ "version": "2.0.131",
4
4
  "author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Visitor Common Translations",
6
6
  "main": "lib/index.js",