pcm-shared-components 0.0.264 → 0.0.266

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.
@@ -290,6 +290,7 @@
290
290
  "cancellation_policy": "Cancellation Policies",
291
291
  "cart": "Cart",
292
292
  "cart_empty": "Cart is empty",
293
+ "cc_expired": "This card has expired",
293
294
  "change_due": "Change due",
294
295
  "change_password_on_logon": "Change Password on Login",
295
296
  "charge": "Charge",
@@ -350,6 +351,7 @@
350
351
  "folded": "Folded",
351
352
  "footer": "Footer",
352
353
  "form_not_complete": "The form is not completely filled, please review and fill in all required fields.",
354
+ "free_remaining": "free remaining",
353
355
  "french": "French",
354
356
  "frequency": "Frequency",
355
357
  "from": "From",
@@ -1512,6 +1514,7 @@
1512
1514
  "premium": "The premium plan allows you to take full control of your campground by unlocking all of the functionality that PitchCamp has to offer.",
1513
1515
  "standard": "Bring your campground to the next level by accessing key features such as the POS, Reservations Add-ons, Automated Emails and many more."
1514
1516
  },
1517
+ "select_a_plan_to_start_using_pitchcamp": "You don't have an active subscription. Once you have subscribed to a plan you will then be able to start using PitchCamp",
1515
1518
  "yearly_plans": "Yearly Plans"
1516
1519
  },
1517
1520
  "pos": {
@@ -290,6 +290,7 @@
290
290
  "cancellation_policy": "Políticas de cancelación",
291
291
  "cart": "Carro",
292
292
  "cart_empty": "El carrito esta vacío",
293
+ "cc_expired": "Esta tarjeta ha caducado",
293
294
  "change_due": "Cambiar debido a",
294
295
  "change_password_on_logon": "Cambiar contraseña al iniciar sesión",
295
296
  "charge": "Cargar",
@@ -350,6 +351,7 @@
350
351
  "folded": "Doblada",
351
352
  "footer": "Pie de página",
352
353
  "form_not_complete": "El formulario no está completamente lleno, por favor revise y complete todos los campos requeridos.",
354
+ "free_remaining": "libre restante",
353
355
  "french": "Francés",
354
356
  "frequency": "Frecuencia",
355
357
  "from": "Desde",
@@ -1512,6 +1514,7 @@
1512
1514
  "premium": "El plan premium le permite tomar el control total de su campamento desbloqueando toda la funcionalidad que PitchCamp tiene para ofrecer.",
1513
1515
  "standard": "Lleve su campamento al siguiente nivel accediendo a funciones clave como POS, complementos de reservas, correos electrónicos automatizados y muchos más."
1514
1516
  },
1517
+ "select_a_plan_to_start_using_pitchcamp": "No tienes una suscripción activa. Una vez que se haya suscrito a un plan, podrá comenzar a usar PitchCamp",
1515
1518
  "yearly_plans": "Planes anuales"
1516
1519
  },
1517
1520
  "pos": {
@@ -290,6 +290,7 @@
290
290
  "cancellation_policy": "Politiques d'annulation",
291
291
  "cart": "Chariot",
292
292
  "cart_empty": "Le panier est vide",
293
+ "cc_expired": "Cette carte a expiré",
293
294
  "change_due": "Monnaie due",
294
295
  "change_password_on_logon": "Changer le mot de passe lors de la connexion",
295
296
  "charge": "Charge",
@@ -350,6 +351,7 @@
350
351
  "folded": "Pliée",
351
352
  "footer": "Bas de la page",
352
353
  "form_not_complete": "Le formulaire n'est pas complètement rempli, veuillez remplir tous les champs obligatoires.",
354
+ "free_remaining": "gratuit restant",
353
355
  "french": "Français",
354
356
  "frequency": "La fréquence",
355
357
  "from": "De",
@@ -1512,6 +1514,7 @@
1512
1514
  "premium": "Le plan premium vous permet de prendre le contrôle total de votre terrain de camping en débloquant toutes les fonctionnalités que PitchCamp a à offrir.",
1513
1515
  "standard": "Apporter votre camping au niveau supérieur en déverrouillant des fonctions clés telles que la caisse, les modules complémentaires de réservation, les courriels automatisés et bien d'autres."
1514
1516
  },
1517
+ "select_a_plan_to_start_using_pitchcamp": "Vous n’avez pas d’abonnement actif. Une fois que vous avez souscrit à un plan, vous pourrez alors commencer à utiliser PitchCamp",
1515
1518
  "yearly_plans": "Prix Annuels"
1516
1519
  },
1517
1520
  "pos": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.264",
3
+ "version": "0.0.266",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {