pcm-shared-components 2.1.257 → 2.1.258

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.
@@ -3563,6 +3563,11 @@
3563
3563
  "stripe_payment_intent_id": "Online Stripe Payment ID",
3564
3564
  "terminal_transaction_number": "Terminal Transaction Number"
3565
3565
  },
3566
+ "link": {
3567
+ "helper": "Apply this payment to a specific category. The amount will count against that category's balance only.",
3568
+ "title": "Link to a charge",
3569
+ "unlinked": "Unlinked"
3570
+ },
3566
3571
  "refund": {
3567
3572
  "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.",
3568
3573
  "cancel_refund_error_title": "Error processing refunds",
@@ -3563,6 +3563,11 @@
3563
3563
  "stripe_payment_intent_id": "ID de pago de Stripe en línea",
3564
3564
  "terminal_transaction_number": "Número de transacción de terminal"
3565
3565
  },
3566
+ "link": {
3567
+ "helper": "Aplica este pago a una categoría específica. El monto solo contará contra el saldo de esa categoría.",
3568
+ "title": "Asociar a un cargo",
3569
+ "unlinked": "Sin asociar"
3570
+ },
3566
3571
  "refund": {
3567
3572
  "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.",
3568
3573
  "cancel_refund_error_title": "Error al procesar reembolsos",
@@ -3563,6 +3563,11 @@
3563
3563
  "stripe_payment_intent_id": "ID de paiement Stripe En ligne",
3564
3564
  "terminal_transaction_number": "Numéro de transaction du terminal"
3565
3565
  },
3566
+ "link": {
3567
+ "helper": "Associer ce paiement à une catégorie spécifique. Le montant ne s'appliquera qu'au solde de cette catégorie.",
3568
+ "title": "Associer à une charge",
3569
+ "unlinked": "Non associé"
3570
+ },
3566
3571
  "refund": {
3567
3572
  "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.",
3568
3573
  "cancel_refund_error_title": "Erreur lors du traitement des remboursements",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.257",
3
+ "version": "2.1.258",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {