pcm-shared-components 2.1.329 → 2.1.330

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.
@@ -3963,6 +3963,12 @@
3963
3963
  "title": "Link to a charge",
3964
3964
  "unlinked": "Unlinked"
3965
3965
  },
3966
+ "methods_section": {
3967
+ "record_payment_title": "Record a payment already received",
3968
+ "saved_card_subtitle": "Creates a new Stripe charge.",
3969
+ "saved_card_title": "Charge a saved online card",
3970
+ "terminal_subtitle": "Charge using the connected card reader."
3971
+ },
3966
3972
  "refund": {
3967
3973
  "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.",
3968
3974
  "cancel_refund_error_title": "Error processing refunds",
@@ -3963,6 +3963,12 @@
3963
3963
  "title": "Asociar a un cargo",
3964
3964
  "unlinked": "Sin asociar"
3965
3965
  },
3966
+ "methods_section": {
3967
+ "record_payment_title": "Registrar un pago ya recibido",
3968
+ "saved_card_subtitle": "Crea un nuevo cargo de Stripe.",
3969
+ "saved_card_title": "Cobrar una tarjeta guardada en línea",
3970
+ "terminal_subtitle": "Cobrar usando el lector de tarjetas conectado."
3971
+ },
3966
3972
  "refund": {
3967
3973
  "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.",
3968
3974
  "cancel_refund_error_title": "Error al procesar reembolsos",
@@ -3963,6 +3963,12 @@
3963
3963
  "title": "Associer à une charge",
3964
3964
  "unlinked": "Non associé"
3965
3965
  },
3966
+ "methods_section": {
3967
+ "record_payment_title": "Enregistrer un paiement déjà reçu",
3968
+ "saved_card_subtitle": "Crée un nouveau débit Stripe.",
3969
+ "saved_card_title": "Débiter une carte enregistrée en ligne",
3970
+ "terminal_subtitle": "Débiter au moyen du lecteur de cartes connecté."
3971
+ },
3966
3972
  "refund": {
3967
3973
  "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.",
3968
3974
  "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.329",
3
+ "version": "2.1.330",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {