pcm-shared-components 2.1.258 → 2.1.260

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.
@@ -1384,7 +1384,8 @@
1384
1384
  "use": "Use",
1385
1385
  "use_full": "Apply Full Amount",
1386
1386
  "view_history": "History",
1387
- "yes_apply": "Yes, use my credits"
1387
+ "yes_apply": "Yes, use my credits",
1388
+ "use_for_category_unpaid": "Apply unpaid {{category}} balance"
1388
1389
  },
1389
1390
  "dialog": {
1390
1391
  "apply_payment": "Apply as Payment",
@@ -1465,6 +1466,7 @@
1465
1466
  "max": "Max",
1466
1467
  "meter": "Meter",
1467
1468
  "pos": "POS",
1469
+ "products_services": "P&S",
1468
1470
  "source": "Source",
1469
1471
  "total_balance": "Total Balance",
1470
1472
  "unlinked": "Unlinked"
@@ -3566,7 +3568,10 @@
3566
3568
  "link": {
3567
3569
  "helper": "Apply this payment to a specific category. The amount will count against that category's balance only.",
3568
3570
  "title": "Link to a charge",
3569
- "unlinked": "Unlinked"
3571
+ "unlinked": "Unlinked",
3572
+ "balance_unpaid": "{{category}} balance: {{amount}} unpaid",
3573
+ "balance_helper": "This payment will reduce this category only.",
3574
+ "apply_outstanding": "Apply"
3570
3575
  },
3571
3576
  "refund": {
3572
3577
  "cancel_refund_error_message": "An error occurred while processing the payment refunds. Please review the error messages displayed on the payment and manually refund the payment on each payment(s) having an error message.",
@@ -1384,7 +1384,8 @@
1384
1384
  "use": "Utilice",
1385
1385
  "use_full": "Aplicar importe total",
1386
1386
  "view_history": "Historia",
1387
- "yes_apply": "Sí, usar mis créditos"
1387
+ "yes_apply": "Sí, usar mis créditos",
1388
+ "use_for_category_unpaid": "Aplicar saldo impagado de {{category}}"
1388
1389
  },
1389
1390
  "dialog": {
1390
1391
  "apply_payment": "Solicitar como pago",
@@ -1465,6 +1466,7 @@
1465
1466
  "max": "Max",
1466
1467
  "meter": "Contador",
1467
1468
  "pos": "Pos",
1469
+ "products_services": "P&S",
1468
1470
  "source": "Fuente",
1469
1471
  "total_balance": "Saldo total",
1470
1472
  "unlinked": "Desvinculado"
@@ -3566,7 +3568,10 @@
3566
3568
  "link": {
3567
3569
  "helper": "Aplica este pago a una categoría específica. El monto solo contará contra el saldo de esa categoría.",
3568
3570
  "title": "Asociar a un cargo",
3569
- "unlinked": "Sin asociar"
3571
+ "unlinked": "Sin asociar",
3572
+ "balance_unpaid": "Saldo de {{category}}: {{amount}} sin pagar",
3573
+ "balance_helper": "Este pago reducirá solo esta categoría.",
3574
+ "apply_outstanding": "Aplicar"
3570
3575
  },
3571
3576
  "refund": {
3572
3577
  "cancel_refund_error_message": "Ocurrió un error al procesar los reembolsos de pago. Revise los mensajes de error que se muestran en el pago y reembolse manualmente el pago en cada pago que tenga un mensaje de error.",
@@ -1384,7 +1384,8 @@
1384
1384
  "use": "Utilisation",
1385
1385
  "use_full": "Appliquer le montant total",
1386
1386
  "view_history": "L'histoire",
1387
- "yes_apply": "Oui, utiliser mes crédits"
1387
+ "yes_apply": "Oui, utiliser mes crédits",
1388
+ "use_for_category_unpaid": "Appliquer le solde impayé {{category}}"
1388
1389
  },
1389
1390
  "dialog": {
1390
1391
  "apply_payment": "Demande de paiement",
@@ -1465,6 +1466,7 @@
1465
1466
  "max": "Max",
1466
1467
  "meter": "Compteur",
1467
1468
  "pos": "Pos",
1469
+ "products_services": "P&S",
1468
1470
  "source": "Source",
1469
1471
  "total_balance": "Solde total",
1470
1472
  "unlinked": "Sans lien"
@@ -3566,7 +3568,10 @@
3566
3568
  "link": {
3567
3569
  "helper": "Associer ce paiement à une catégorie spécifique. Le montant ne s'appliquera qu'au solde de cette catégorie.",
3568
3570
  "title": "Associer à une charge",
3569
- "unlinked": "Non associé"
3571
+ "unlinked": "Non associé",
3572
+ "balance_unpaid": "Solde {{category}} : {{amount}} impayé",
3573
+ "balance_helper": "Ce paiement réduira uniquement cette catégorie.",
3574
+ "apply_outstanding": "Appliquer"
3570
3575
  },
3571
3576
  "refund": {
3572
3577
  "cancel_refund_error_message": "Une erreur s'est produite lors du traitement des remboursements de paiement. Veuillez consulter les messages d'erreur affichés sur le paiement et rembourser manuellement le paiement sur chaque paiement(s) ayant un message d'erreur.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.258",
3
+ "version": "2.1.260",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {