pcm-shared-components 0.0.267 → 0.0.269

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.
@@ -260,6 +260,7 @@
260
260
  "add_to_reservation": "Add to reservation",
261
261
  "admin": "Admin",
262
262
  "amount": "Amount",
263
+ "archived_subscription": "Archived Subscription - No longer available",
263
264
  "arrival_date": "Arrival Date",
264
265
  "audit_date": "Audit Date",
265
266
  "audit_logs": "Audit Logs",
@@ -1465,6 +1466,7 @@
1465
1466
  "section_title": "Online Stripe Payment Cards"
1466
1467
  },
1467
1468
  "platform_plan_feature": {
1469
+ "archive_plan_switch_warning": "You are currently on an older-archived plan. By switching to a different plan you will not be able to go back to your current plan.",
1468
1470
  "cancel_subscription_message": "You are about to cancel your PitchCamp subscription. Cancellation will be effective immediately. Please note that after you cancel your subscription, you will not be able to use or access the Platform and you will not be entitled to a refund of any fees that you've paid. Note: any outstanding metered reservation amount will be charged at the end of the billing cycle.",
1469
1471
  "downgrade_messages": {
1470
1472
  "downgrading_to_free_plan_prematurely": "You must wait till the end of the billing cycle before being able to downgrade to the free plan.",
@@ -260,6 +260,7 @@
260
260
  "add_to_reservation": "Añadir a la reserva",
261
261
  "admin": "Administración",
262
262
  "amount": "Monto",
263
+ "archived_subscription": "Suscripción archivada - ya no está disponible",
263
264
  "arrival_date": "Fecha de llegada",
264
265
  "audit_date": "Fecha de auditoría",
265
266
  "audit_logs": "Registros de auditoría",
@@ -1465,6 +1466,7 @@
1465
1466
  "section_title": "Tarjetas de pago en línea Stripe"
1466
1467
  },
1467
1468
  "platform_plan_feature": {
1469
+ "archive_plan_switch_warning": "Actualmente tiene un plan archivado más antiguo. Al cambiar a un plan diferente, no podrá volver a su plan actual.",
1468
1470
  "cancel_subscription_message": "Estás a punto de cancelar tu suscripción a PitchCamp. La cancelación será efectiva inmediatamente. Tenga en cuenta que después de cancelar su suscripción, no podrá usar ni acceder a la Plataforma y no tendrá derecho a un reembolso de las tarifas que haya pagado. Nota: cualquier importe pendiente de reserva con medidor se cobrará al final del ciclo de facturación.",
1469
1471
  "downgrade_messages": {
1470
1472
  "downgrading_to_free_plan_prematurely": "Debe esperar hasta el final del ciclo de facturación antes de poder cambiar al plan gratuito.",
@@ -260,6 +260,7 @@
260
260
  "add_to_reservation": "Ajouter à la réservation",
261
261
  "admin": "Admin",
262
262
  "amount": "Montant",
263
+ "archived_subscription": "Abonnement archivé - N'est plus disponible",
263
264
  "arrival_date": "Date d'arrivée",
264
265
  "audit_date": "Date de l'audit",
265
266
  "audit_logs": "Journaux d'audit",
@@ -1465,6 +1466,7 @@
1465
1466
  "section_title": "Carte de paiement Stripe En ligne"
1466
1467
  },
1467
1468
  "platform_plan_feature": {
1469
+ "archive_plan_switch_warning": "Vous êtes actuellement sur un plan plus ancien archivé. En passant à un autre plan, vous ne pourrez pas revenir à votre plan actuel.",
1468
1470
  "cancel_subscription_message": "Vous êtes sur le point d’annuler votre abonnement PitchCamp. L’annulation entrera en vigueur immédiatement. Veuillez noter qu’après avoir annulé votre abonnement, vous ne pourrez plus utiliser ou accéder à la Plateforme et vous n’aurez pas droit à un remboursement des frais que vous avez payés. Remarque : tout montant de réservation au compteur impayé sera facturé à la fin du cycle de facturation.",
1469
1471
  "downgrade_messages": {
1470
1472
  "downgrading_to_free_plan_prematurely": "Vous devez attendre la fin du cycle de facturation avant de pouvoir passer au forfait gratuit.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.267",
3
+ "version": "0.0.269",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {