pcm-shared-components 2.1.494 → 2.1.496

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.
@@ -314,7 +314,12 @@
314
314
  "private_links_email_sent_to_tooltip_label": "Sent to",
315
315
  "private_links_email_sent_yes": "Sent",
316
316
  "private_links_email_sent_details_title": "Sent Email Details",
317
- "private_links_view_sent_email_tooltip": "View sent email"
317
+ "private_links_view_sent_email_tooltip": "View sent email",
318
+ "private_links_email_dialog_lot_label": "Lot {{lot}}",
319
+ "private_links_email_dialog_group_label": "Group Link",
320
+ "private_links_edit_batch_button": "Edit details",
321
+ "private_links_edit_batch_title": "Edit booking link batch",
322
+ "private_links_edit_batch_lots_locked_hint": "Lots and dates can't be changed after links are generated. To use different lots or dates, create a new batch instead."
318
323
  },
319
324
  "campground_logo": {
320
325
  "campground_logo": "Logo",
@@ -4700,6 +4705,7 @@
4700
4705
  },
4701
4706
  "dialog": {
4702
4707
  "amount_label": "Amount",
4708
+ "amount_must_be_positive": "Amount must be greater than 0",
4703
4709
  "amount_optional": "Amount (leave blank to apply everything held)",
4704
4710
  "applied_automatically": "Automatic",
4705
4711
  "apply_now_confirm": "Apply now",
@@ -4772,6 +4778,7 @@
4772
4778
  },
4773
4779
  "label": {
4774
4780
  "applies_on": "Applies {{date}}",
4781
+ "deposit_id": "Deposit ID: {{id}}",
4775
4782
  "held": "held",
4776
4783
  "needs_attention": "Needs attention",
4777
4784
  "no_deposits": "No deposits yet.",
@@ -314,7 +314,12 @@
314
314
  "private_links_email_sent_to_tooltip_label": "Enviado a",
315
315
  "private_links_email_sent_yes": "Enviado",
316
316
  "private_links_email_sent_details_title": "Detalles de email enviado",
317
- "private_links_view_sent_email_tooltip": "Ver email enviado"
317
+ "private_links_view_sent_email_tooltip": "Ver email enviado",
318
+ "private_links_email_dialog_lot_label": "Lote {{lot}}",
319
+ "private_links_email_dialog_group_label": "Enlace de grupo",
320
+ "private_links_edit_batch_button": "Editar detalles",
321
+ "private_links_edit_batch_title": "Editar lote de enlaces de reserva",
322
+ "private_links_edit_batch_lots_locked_hint": "Los lotes y las fechas no se pueden cambiar después de generar los enlaces. Para usar diferentes lotes o fechas, cree un nuevo lote en su lugar."
318
323
  },
319
324
  "campground_logo": {
320
325
  "campground_logo": "Logo",
@@ -4700,6 +4705,7 @@
4700
4705
  },
4701
4706
  "dialog": {
4702
4707
  "amount_label": "Monto",
4708
+ "amount_must_be_positive": "El importe debe ser superior a 0",
4703
4709
  "amount_optional": "Monto (deje en blanco para aplicar todo el monto retenido)",
4704
4710
  "applied_automatically": "Automático",
4705
4711
  "apply_now_confirm": "Aplicar ahora",
@@ -4772,6 +4778,7 @@
4772
4778
  },
4773
4779
  "label": {
4774
4780
  "applies_on": "Se aplica el {{date}}",
4781
+ "deposit_id": "ID de depósito: {{id}}",
4775
4782
  "held": "retenido",
4776
4783
  "needs_attention": "Requiere atención",
4777
4784
  "no_deposits": "Sin depósitos.",
@@ -314,7 +314,12 @@
314
314
  "private_links_email_sent_to_tooltip_label": "Envoyé à",
315
315
  "private_links_email_sent_yes": "Envoyé",
316
316
  "private_links_email_sent_details_title": "Détails de l'email envoyé",
317
- "private_links_view_sent_email_tooltip": "Afficher l'email envoyé"
317
+ "private_links_view_sent_email_tooltip": "Afficher l'email envoyé",
318
+ "private_links_email_dialog_lot_label": "Terrain {{lot}}",
319
+ "private_links_email_dialog_group_label": "Lien de groupe",
320
+ "private_links_edit_batch_button": "Modifier les détails",
321
+ "private_links_edit_batch_title": "Modifier un lot de liens de réservation",
322
+ "private_links_edit_batch_lots_locked_hint": "Les lots et les dates ne peuvent pas être modifiés après la génération des liens. Pour utiliser d'autres lots ou dates, créez plutôt un nouveau lot."
318
323
  },
319
324
  "campground_logo": {
320
325
  "campground_logo": "Logo",
@@ -4700,6 +4705,7 @@
4700
4705
  },
4701
4706
  "dialog": {
4702
4707
  "amount_label": "Montant",
4708
+ "amount_must_be_positive": "Le montant doit être supérieur à 0",
4703
4709
  "amount_optional": "Montant (laisser vide pour appliquer tout le montant retenu)",
4704
4710
  "applied_automatically": "Automatique",
4705
4711
  "apply_now_confirm": "Appliquer maintenant",
@@ -4772,6 +4778,7 @@
4772
4778
  },
4773
4779
  "label": {
4774
4780
  "applies_on": "S'applique le {{date}}",
4781
+ "deposit_id": "ID du dépôt : {{id}}",
4775
4782
  "held": "retenu",
4776
4783
  "needs_attention": "Nécessite une attention",
4777
4784
  "no_deposits": "Aucun dépôt.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.494",
3
+ "version": "2.1.496",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {