pcm-shared-components 0.0.264 → 0.0.265

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",
@@ -1512,6 +1513,7 @@
1512
1513
  "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
1514
  "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
1515
  },
1516
+ "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
1517
  "yearly_plans": "Yearly Plans"
1516
1518
  },
1517
1519
  "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",
@@ -1512,6 +1513,7 @@
1512
1513
  "premium": "El plan premium le permite tomar el control total de su campamento desbloqueando toda la funcionalidad que PitchCamp tiene para ofrecer.",
1513
1514
  "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
1515
  },
1516
+ "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
1517
  "yearly_plans": "Planes anuales"
1516
1518
  },
1517
1519
  "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",
@@ -1512,6 +1513,7 @@
1512
1513
  "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
1514
  "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
1515
  },
1516
+ "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
1517
  "yearly_plans": "Prix Annuels"
1516
1518
  },
1517
1519
  "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.265",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {