pcm-shared-components 2.0.21 → 2.0.23

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.
@@ -393,6 +393,8 @@
393
393
  "main": "Main",
394
394
  "make_default_payment": "Make default payment",
395
395
  "manager_signature": "Manager Signature",
396
+ "map": "Map",
397
+ "map_view": "Map View",
396
398
  "max_of_n": "Max of {{max_amount}}",
397
399
  "medium": "Medium",
398
400
  "metered": "Metered",
@@ -548,6 +550,7 @@
548
550
  "show_less": "Show Less",
549
551
  "show_more": "Show More",
550
552
  "show_reports": "Show Report",
553
+ "show_unavailable": "Show unavailable results",
551
554
  "site_details": "Site Information",
552
555
  "small": "small",
553
556
  "sold_by": "Sold By",
@@ -1261,7 +1264,8 @@
1261
1264
  },
1262
1265
  "map": {
1263
1266
  "msg": {
1264
- "number_of_available_lots": "Number of available lots: {{lot_count}}"
1267
+ "number_of_available_lots": "Number of available lots: {{lot_count}}",
1268
+ "number_of_unavailable_lots": "Number of unavailable lots: {{lot_count}}"
1265
1269
  },
1266
1270
  "panel": {
1267
1271
  "arrival_time": "Arrival time",
@@ -393,6 +393,8 @@
393
393
  "main": "Principal",
394
394
  "make_default_payment": "Hacer el pago por defecto",
395
395
  "manager_signature": "Firma del gerente",
396
+ "map": "Mapa",
397
+ "map_view": "Vista de mapa",
396
398
  "max_of_n": "Máximo de {{max_amount}}",
397
399
  "medium": "Medio",
398
400
  "metered": "Medido",
@@ -548,6 +550,7 @@
548
550
  "show_less": "Mostrar menos",
549
551
  "show_more": "Mostrar más",
550
552
  "show_reports": "Mostrar reporte",
553
+ "show_unavailable": "Mostrar resultados no disponibles",
551
554
  "site_details": "Información del sitio",
552
555
  "small": "pequeña",
553
556
  "sold_by": "Vendido por",
@@ -1261,7 +1264,8 @@
1261
1264
  },
1262
1265
  "map": {
1263
1266
  "msg": {
1264
- "number_of_available_lots": "Número de lotes disponibles: {{lot_count}}"
1267
+ "number_of_available_lots": "Número de lotes disponibles: {{lot_count}}",
1268
+ "number_of_unavailable_lots": "Número de lotes no disponibles: {{lot_count}}"
1265
1269
  },
1266
1270
  "panel": {
1267
1271
  "arrival_time": "Hora de llegada",
@@ -393,6 +393,8 @@
393
393
  "main": "Principal",
394
394
  "make_default_payment": "Effectuer un paiement par défaut",
395
395
  "manager_signature": "Signature du gestionnaire",
396
+ "map": "Carte",
397
+ "map_view": "Vue de la carte",
396
398
  "max_of_n": "Maximum de {{max_amount}}",
397
399
  "medium": "Moyen",
398
400
  "metered": "Mesurée",
@@ -548,6 +550,7 @@
548
550
  "show_less": "Afficher Moins",
549
551
  "show_more": "Afficher Plus",
550
552
  "show_reports": "Afficher le rapport",
553
+ "show_unavailable": "Afficher les résultats non disponibles",
551
554
  "site_details": "Informations sur le site",
552
555
  "small": "petit",
553
556
  "sold_by": "Vendu par",
@@ -1261,7 +1264,8 @@
1261
1264
  },
1262
1265
  "map": {
1263
1266
  "msg": {
1264
- "number_of_available_lots": "Nombre de lots disponibles: {{lot_count}}"
1267
+ "number_of_available_lots": "Nombre de lots disponibles: {{lot_count}}",
1268
+ "number_of_unavailable_lots": "Nombre de lots indisponibles: {{lot_count}}"
1265
1269
  },
1266
1270
  "panel": {
1267
1271
  "arrival_time": "heure d'arrivée",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {