pcm-shared-components 2.1.400 → 2.1.402

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.
@@ -1474,7 +1474,8 @@
1474
1474
  "zoom_in": "Zoom in",
1475
1475
  "zoom_out": "Zoom out",
1476
1476
  "hourly": "Hourly",
1477
- "minute": "Minute"
1477
+ "minute": "Minute",
1478
+ "plus_count_more": "+{{count}} more"
1478
1479
  },
1479
1480
  "connectivity": {
1480
1481
  "offline-action-blocked": "You're offline. This action needs an internet connection and isn't available right now. It will work again once you're back online.",
@@ -4484,7 +4485,8 @@
4484
4485
  "total": "Total",
4485
4486
  "unit_type": "Unit Type",
4486
4487
  "waiver": "Signed waivers",
4487
- "web_email_address": "User Online Account"
4488
+ "web_email_address": "User Online Account",
4489
+ "animal_fields": "Animal Fields"
4488
4490
  },
4489
4491
  "reservation_status": {
4490
4492
  "checked_in": "Checked In",
@@ -1474,7 +1474,8 @@
1474
1474
  "zoom_in": "Acercar",
1475
1475
  "zoom_out": "Alejar",
1476
1476
  "hourly": "Por hora",
1477
- "minute": "Minuto"
1477
+ "minute": "Minuto",
1478
+ "plus_count_more": "+{{count}} más"
1478
1479
  },
1479
1480
  "connectivity": {
1480
1481
  "offline-action-blocked": "Está sin conexión. Esta acción necesita una conexión a Internet y no está disponible en este momento. Volverá a funcionar cuando vuelva a estar en línea.",
@@ -4484,7 +4485,8 @@
4484
4485
  "total": "Total",
4485
4486
  "unit_type": "Tipo de unidad",
4486
4487
  "waiver": "renuncias firmadas",
4487
- "web_email_address": "Cuenta de usuario en línea"
4488
+ "web_email_address": "Cuenta de usuario en línea",
4489
+ "animal_fields": "Campos para animales"
4488
4490
  },
4489
4491
  "reservation_status": {
4490
4492
  "checked_in": "Registrado",
@@ -1474,7 +1474,8 @@
1474
1474
  "zoom_in": "Zoomer",
1475
1475
  "zoom_out": "Dézoomer",
1476
1476
  "hourly": "Horaire",
1477
- "minute": "Minute"
1477
+ "minute": "Minute",
1478
+ "plus_count_more": "+{{count}} de plus"
1478
1479
  },
1479
1480
  "connectivity": {
1480
1481
  "offline-action-blocked": "Vous êtes hors ligne. Cette action nécessite une connexion Internet et n'est pas disponible pour le moment. Elle fonctionnera de nouveau dès que vous serez de retour en ligne.",
@@ -4484,7 +4485,8 @@
4484
4485
  "total": "Total",
4485
4486
  "unit_type": "Type d'unité",
4486
4487
  "waiver": "Renonciations signées",
4487
- "web_email_address": "Compte utilisateur en ligne"
4488
+ "web_email_address": "Compte utilisateur en ligne",
4489
+ "animal_fields": "Champs pour les animaux"
4488
4490
  },
4489
4491
  "reservation_status": {
4490
4492
  "checked_in": "Enregistré",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.400",
3
+ "version": "2.1.402",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {