pcm-shared-components 2.1.348 → 2.1.349

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.
@@ -3352,6 +3352,7 @@
3352
3352
  "revenue": "Revenue",
3353
3353
  "revenue_amount": "Revenue amount",
3354
3354
  "revenue_amount_desc": "Money earned during the selected period for each category, whether or not it's been collected yet.",
3355
+ "revenue_amount_desc_collected": "Money collected during the selected period for each category, limited to the portion paid by the report cutoff.",
3355
3356
  "total": "Total",
3356
3357
  "trans_type": "Trans Type"
3357
3358
  },
@@ -3352,6 +3352,7 @@
3352
3352
  "revenue": "Ingresos",
3353
3353
  "revenue_amount": "Importe del ingreso",
3354
3354
  "revenue_amount_desc": "Dinero ganado durante el período seleccionado para cada categoría, independientemente de si se ha cobrado o no.",
3355
+ "revenue_amount_desc_collected": "Dinero cobrado durante el período seleccionado para cada categoría, limitado a la porción pagada hasta la fecha de corte del informe.",
3355
3356
  "total": "Total",
3356
3357
  "trans_type": "Tipo trans."
3357
3358
  },
@@ -3352,6 +3352,7 @@
3352
3352
  "revenue": "Revenu",
3353
3353
  "revenue_amount": "Montant du revenu",
3354
3354
  "revenue_amount_desc": "L'argent gagné pendant la période sélectionnée pour chaque catégorie, qu'il ait été encaissé ou non.",
3355
+ "revenue_amount_desc_collected": "L'argent encaissé pendant la période sélectionnée pour chaque catégorie, limité à la portion payée à la date limite du rapport.",
3355
3356
  "total": "Total",
3356
3357
  "trans_type": "Type trans."
3357
3358
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.348",
3
+ "version": "2.1.349",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {