pcm-shared-components 2.1.330 → 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.
@@ -3964,9 +3964,16 @@
3964
3964
  "unlinked": "Unlinked"
3965
3965
  },
3966
3966
  "methods_section": {
3967
+ "manual_chip": "Manual payment",
3968
+ "manual_entry_description": "Records a payment received outside PitchCamp",
3969
+ "payment_amount_label": "Payment amount",
3967
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",
3968
3973
  "saved_card_subtitle": "Creates a new Stripe charge.",
3969
3974
  "saved_card_title": "Charge a saved online card",
3975
+ "terminal_chip": "Stripe · Terminal",
3976
+ "terminal_entry_description": "Charges using the connected card reader",
3970
3977
  "terminal_subtitle": "Charge using the connected card reader."
3971
3978
  },
3972
3979
  "refund": {
@@ -3964,9 +3964,16 @@
3964
3964
  "unlinked": "Sin asociar"
3965
3965
  },
3966
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",
3967
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",
3968
3973
  "saved_card_subtitle": "Crea un nuevo cargo de Stripe.",
3969
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",
3970
3977
  "terminal_subtitle": "Cobrar usando el lector de tarjetas conectado."
3971
3978
  },
3972
3979
  "refund": {
@@ -3964,9 +3964,16 @@
3964
3964
  "unlinked": "Non associé"
3965
3965
  },
3966
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",
3967
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",
3968
3973
  "saved_card_subtitle": "Crée un nouveau débit Stripe.",
3969
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é",
3970
3977
  "terminal_subtitle": "Débiter au moyen du lecteur de cartes connecté."
3971
3978
  },
3972
3979
  "refund": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.330",
3
+ "version": "2.1.331",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {