pcm-shared-components 2.1.329 → 2.1.331

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,19 @@
3963
3963
  "title": "Link to a charge",
3964
3964
  "unlinked": "Unlinked"
3965
3965
  },
3966
+ "methods_section": {
3967
+ "manual_chip": "Manual payment",
3968
+ "manual_entry_description": "Records a payment received outside PitchCamp",
3969
+ "payment_amount_label": "Payment amount",
3970
+ "record_payment_title": "Record a payment already received",
3971
+ "saved_card_chip": "Stripe · Saved card",
3972
+ "saved_card_entry_description": "Charges the guest's saved card through Stripe",
3973
+ "saved_card_subtitle": "Creates a new Stripe charge.",
3974
+ "saved_card_title": "Charge a saved online card",
3975
+ "terminal_chip": "Stripe · Terminal",
3976
+ "terminal_entry_description": "Charges using the connected card reader",
3977
+ "terminal_subtitle": "Charge using the connected card reader."
3978
+ },
3966
3979
  "refund": {
3967
3980
  "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
3981
  "cancel_refund_error_title": "Error processing refunds",
@@ -3963,6 +3963,19 @@
3963
3963
  "title": "Asociar a un cargo",
3964
3964
  "unlinked": "Sin asociar"
3965
3965
  },
3966
+ "methods_section": {
3967
+ "manual_chip": "Pago manual",
3968
+ "manual_entry_description": "Registra un pago recibido fuera de PitchCamp",
3969
+ "payment_amount_label": "Importe del pago",
3970
+ "record_payment_title": "Registrar un pago ya recibido",
3971
+ "saved_card_chip": "Stripe · Tarjeta guardada",
3972
+ "saved_card_entry_description": "Cobra la tarjeta guardada del huésped a través de Stripe",
3973
+ "saved_card_subtitle": "Crea un nuevo cargo de Stripe.",
3974
+ "saved_card_title": "Cobrar una tarjeta guardada en línea",
3975
+ "terminal_chip": "Stripe · Terminal",
3976
+ "terminal_entry_description": "Cobra usando el lector de tarjetas conectado",
3977
+ "terminal_subtitle": "Cobrar usando el lector de tarjetas conectado."
3978
+ },
3966
3979
  "refund": {
3967
3980
  "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
3981
  "cancel_refund_error_title": "Error al procesar reembolsos",
@@ -3963,6 +3963,19 @@
3963
3963
  "title": "Associer à une charge",
3964
3964
  "unlinked": "Non associé"
3965
3965
  },
3966
+ "methods_section": {
3967
+ "manual_chip": "Paiement manuel",
3968
+ "manual_entry_description": "Enregistre un paiement reçu en dehors de PitchCamp",
3969
+ "payment_amount_label": "Montant du paiement",
3970
+ "record_payment_title": "Enregistrer un paiement déjà reçu",
3971
+ "saved_card_chip": "Stripe · Carte enregistrée",
3972
+ "saved_card_entry_description": "Débite la carte enregistrée du client via Stripe",
3973
+ "saved_card_subtitle": "Crée un nouveau débit Stripe.",
3974
+ "saved_card_title": "Débiter une carte enregistrée en ligne",
3975
+ "terminal_chip": "Stripe · Terminal",
3976
+ "terminal_entry_description": "Débite au moyen du lecteur de cartes connecté",
3977
+ "terminal_subtitle": "Débiter au moyen du lecteur de cartes connecté."
3978
+ },
3966
3979
  "refund": {
3967
3980
  "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
3981
  "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.331",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {