@hyper.software/visitor-common-translations 2.0.28 → 2.0.30

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.
@@ -1202,6 +1202,9 @@
1202
1202
  "App.settings.general.accountMainUser": "Hauptbenutzer für dieses Konto",
1203
1203
  "App.ownWebsite.privacyPolicy.sectionTitle3": "Cookies",
1204
1204
  "App.bookings.services.roomTypeService": "Zimmertyp-Dienstname",
1205
+ "App.settings.longTermStayDiscount.type": "Rabatttyp",
1206
+ "App.settings.longTermStayDiscount.type.PERCENTAGE": "Prozentsatz",
1207
+ "App.settings.longTermStayDiscount.type.VALUE_AMOUNT": "Wertbetrag",
1205
1208
  "main.api.services.deleteServices.cantDelete.usedInRoomTypesBookings": "Kann einen oder mehrere der Dienste nicht löschen, da sie in Raumtypen und/oder Buchungen verwendet werden.",
1206
1209
  "App.ownWebsite.privacyPolicy.sectionTitle4": "Verwendung des Google Maps-Widgets",
1207
1210
  "App.common.company.receipts.taxInformation.salesTax": "Umsatzsteuer (%)",
@@ -677,7 +677,10 @@
677
677
  "App.common.company.legalInformation.title": "Legal information",
678
678
  "App.common.company.mainUserAccount": "Main User Account",
679
679
  "App.common.company.name": "Name",
680
- "main.api.services.deleteServices.cantDelete.usedInRoomTypesBookings": "Cannot delete one or more of the services because they are used in Room Types and/or Bookings",
680
+ "App.settings.longTermStayDiscount.type": "Discount type",
681
+ "App.settings.longTermStayDiscount.type.PERCENTAGE": "Percentage",
682
+ "App.settings.longTermStayDiscount.type.VALUE_AMOUNT": "Value amount",
683
+ "main.api.services.deleteServices.cantDelete.usedInRoomTypesBookings": "Cannot delete one or more of the services because they are used in Room Types and/or Bookings.",
681
684
  "App.common.company.phoneNumber1": "Phone number 1",
682
685
  "App.bookings.services.roomTypeService": "Room type service name",
683
686
  "App.common.company.phoneNumber2": "Phone number 2",
@@ -17,6 +17,9 @@
17
17
  "App.admin.bookings.bookingSource.AGODA": "Agoda",
18
18
  "App.bookings.services.roomTypeService": "Nombre del servicio de tipo de habitación",
19
19
  "App.admin.bookings.bookingSource.AIRBNB": "Airbnb",
20
+ "App.settings.longTermStayDiscount.type": "Tipo de descuento",
21
+ "App.settings.longTermStayDiscount.type.PERCENTAGE": "Porcentaje",
22
+ "App.settings.longTermStayDiscount.type.VALUE_AMOUNT": "Cantidad de valor",
20
23
  "App.admin.bookings.bookingSource.BOOKING": "Booking",
21
24
  "App.admin.bookings.bookingSource.EXPEDIA": "Expedia",
22
25
  "main.api.services.deleteServices.cantDelete.usedInRoomTypesBookings": "No se pueden eliminar uno o varios de los servicios porque se utilizan en tipos de habitaciones y/o reservas.",
@@ -20,6 +20,9 @@
20
20
  "App.bookings.services.roomTypeService": "Nom du service de type de chambre",
21
21
  "App.admin.bookings.bookingSource.HOSTEL_WORLD": "Hostel World",
22
22
  "App.admin.bookings.bookingSource.IMPORT": "Importer",
23
+ "App.settings.longTermStayDiscount.type": "Type de remise",
24
+ "App.settings.longTermStayDiscount.type.PERCENTAGE": "Pourcentage",
25
+ "App.settings.longTermStayDiscount.type.VALUE_AMOUNT": "Montant en valeur",
23
26
  "App.admin.bookings.bookingSource.MANUAL": "Manuel",
24
27
  "App.common.company.receipts.taxInformation.salesTax": "Taxe sur les Ventes (%)",
25
28
  "App.settings.general.accountMainUser": "Utilisateur principal pour ce compte",
@@ -19,6 +19,9 @@
19
19
  "App.admin.bookings.bookingSource.BOOKING": "Booking.com",
20
20
  "App.admin.bookings.bookingSource.EXPEDIA": "Expedia",
21
21
  "App.admin.bookings.bookingSource.HOSTEL_WORLD": "Hostel World",
22
+ "App.settings.longTermStayDiscount.type": "Tipo di sconto",
23
+ "App.settings.longTermStayDiscount.type.PERCENTAGE": "Percentuale",
24
+ "App.settings.longTermStayDiscount.type.VALUE_AMOUNT": "Importo in valore",
22
25
  "App.bookings.services.roomTypeService": "Nome del servizio tipo camera",
23
26
  "main.api.services.deleteServices.cantDelete.usedInRoomTypesBookings": "Impossibile eliminare uno o più servizi perché sono utilizzati in Tipi di Stanze e/o Prenotazioni.",
24
27
  "App.admin.bookings.bookingSource.IMPORT": "Importa",
@@ -21,6 +21,9 @@
21
21
  "App.bookings.services.roomTypeService": "Nume serviciu tip cameră",
22
22
  "App.admin.bookings.bookingSource.HOSTEL_WORLD": "Hostel World",
23
23
  "App.admin.bookings.bookingSource.IMPORT": "Import",
24
+ "App.settings.longTermStayDiscount.type": "Tipul de reducere",
25
+ "App.settings.longTermStayDiscount.type.PERCENTAGE": "Procent",
26
+ "App.settings.longTermStayDiscount.type.VALUE_AMOUNT": "Valoare suma",
24
27
  "App.admin.bookings.bookingSource.MANUAL": "Manual",
25
28
  "App.admin.bookings.bookingSource.PHONE_CALL": "Apel telefonic",
26
29
  "App.admin.bookings.bookingSource.WEBSITE": "Site web",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/visitor-common-translations",
3
- "version": "2.0.28",
3
+ "version": "2.0.30",
4
4
  "author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Visitor Common Translations",
6
6
  "main": "lib/index.js",