pcm-shared-components 2.1.371 → 2.1.372

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.
@@ -1432,7 +1432,8 @@
1432
1432
  "zero_lot_depth": "Lot depth is zero. Please set a depth value to enable this functionality.",
1433
1433
  "zoom_in": "Zoom in",
1434
1434
  "zoom_out": "Zoom out",
1435
- "hourly": "Hourly"
1435
+ "hourly": "Hourly",
1436
+ "minute": "Minute"
1436
1437
  },
1437
1438
  "connectivity": {
1438
1439
  "offline-action-blocked": "You're offline. This action needs an internet connection and isn't available right now. It will work again once you're back online.",
@@ -4043,7 +4044,8 @@
4043
4044
  "totals_caption": "Totals for the selected date range and filters"
4044
4045
  },
4045
4046
  "error": {
4046
- "hourly_range_too_large": "Hourly grouping is limited to a 7-day date range. Narrow your dates, or switch to Daily, Monthly, or Yearly."
4047
+ "hourly_range_too_large": "Hourly grouping is limited to a 7-day date range. Narrow your dates, or switch to Daily, Monthly, or Yearly.",
4048
+ "minute_range_too_large": "Minute grouping is limited to a 1-day date range. Narrow your dates, or switch to Hourly, Daily, Monthly, or Yearly."
4047
4049
  }
4048
4050
  }
4049
4051
  },
@@ -1432,7 +1432,8 @@
1432
1432
  "zero_lot_depth": "La profundidad del lote es cero. Establezca un valor de profundidad para habilitar esta función.",
1433
1433
  "zoom_in": "Acercar",
1434
1434
  "zoom_out": "Alejar",
1435
- "hourly": "Por hora"
1435
+ "hourly": "Por hora",
1436
+ "minute": "Minuto"
1436
1437
  },
1437
1438
  "connectivity": {
1438
1439
  "offline-action-blocked": "Está sin conexión. Esta acción necesita una conexión a Internet y no está disponible en este momento. Volverá a funcionar cuando vuelva a estar en línea.",
@@ -4043,7 +4044,8 @@
4043
4044
  "totals_caption": "Totales para el rango de fechas y los filtros seleccionados"
4044
4045
  },
4045
4046
  "error": {
4046
- "hourly_range_too_large": "La agrupación por hora está limitada a un rango de 7 días. Reduzca sus fechas, o cambie a Diario, Mensual o Anual."
4047
+ "hourly_range_too_large": "La agrupación por hora está limitada a un rango de 7 días. Reduzca sus fechas, o cambie a Diario, Mensual o Anual.",
4048
+ "minute_range_too_large": "La agrupación por minuto está limitada a un rango de 1 día. Reduzca sus fechas, o cambie a Por hora, Diario, Mensual o Anual."
4047
4049
  }
4048
4050
  }
4049
4051
  },
@@ -1432,7 +1432,8 @@
1432
1432
  "zero_lot_depth": "La profondeur du lot est de zéro. Veuillez définir une valeur de profondeur pour activer cette fonctionnalité.",
1433
1433
  "zoom_in": "Zoomer",
1434
1434
  "zoom_out": "Dézoomer",
1435
- "hourly": "Horaire"
1435
+ "hourly": "Horaire",
1436
+ "minute": "Minute"
1436
1437
  },
1437
1438
  "connectivity": {
1438
1439
  "offline-action-blocked": "Vous êtes hors ligne. Cette action nécessite une connexion Internet et n'est pas disponible pour le moment. Elle fonctionnera de nouveau dès que vous serez de retour en ligne.",
@@ -4043,7 +4044,8 @@
4043
4044
  "totals_caption": "Totaux pour la plage de dates et les filtres sélectionnés"
4044
4045
  },
4045
4046
  "error": {
4046
- "hourly_range_too_large": "Le regroupement horaire est limité à une plage de 7 jours. Réduisez vos dates, ou passez à Quotidien, Mensuel ou Annuel."
4047
+ "hourly_range_too_large": "Le regroupement horaire est limité à une plage de 7 jours. Réduisez vos dates, ou passez à Quotidien, Mensuel ou Annuel.",
4048
+ "minute_range_too_large": "Le regroupement par minute est limité à une plage d'une journée. Réduisez vos dates, ou passez à Horaire, Quotidien, Mensuel ou Annuel."
4047
4049
  }
4048
4050
  }
4049
4051
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.371",
3
+ "version": "2.1.372",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {