pcm-shared-components 2.1.27 → 2.1.28

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.
@@ -1081,6 +1081,11 @@
1081
1081
  "using_tier_price": "Using tier pricing"
1082
1082
  }
1083
1083
  },
1084
+ "commonn": {
1085
+ "app": {
1086
+ "arrival_before_departure_time": "Please make sure the arrival time is before the departure time."
1087
+ }
1088
+ },
1084
1089
  "dashboard": {
1085
1090
  "client_acquisition": {
1086
1091
  "clients": "Clients",
@@ -1081,6 +1081,11 @@
1081
1081
  "using_tier_price": "Uso de precios por niveles"
1082
1082
  }
1083
1083
  },
1084
+ "commonn": {
1085
+ "app": {
1086
+ "arrival_before_departure_time": "Por favor, asegúrese de que la hora de llegada sea anterior a la hora de salida."
1087
+ }
1088
+ },
1084
1089
  "dashboard": {
1085
1090
  "client_acquisition": {
1086
1091
  "clients": "Clientela",
@@ -1081,6 +1081,11 @@
1081
1081
  "using_tier_price": "Prix de niveaux utilisé"
1082
1082
  }
1083
1083
  },
1084
+ "commonn": {
1085
+ "app": {
1086
+ "arrival_before_departure_time": "Veuillez vous assurer que l'heure d'arrivée est antérieure à l'heure de départ."
1087
+ }
1088
+ },
1084
1089
  "dashboard": {
1085
1090
  "client_acquisition": {
1086
1091
  "clients": "Clientèle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.27",
3
+ "version": "2.1.28",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {