pcm-shared-components 2.1.276 → 2.1.278

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.
@@ -2189,6 +2189,7 @@
2189
2189
  "enter_fullscreen": "Enter fullscreen",
2190
2190
  "exit_fullscreen": "Exit fullscreen",
2191
2191
  "filter_by_rate_name": "Filter by rate name",
2192
+ "filter_by_lot_type": "Filter by lot type",
2192
2193
  "resize_hint": "Drag to resize",
2193
2194
  "show_list": "Show list"
2194
2195
  },
@@ -3718,6 +3719,14 @@
3718
3719
  "more_results": "More matches available. Refine your search.",
3719
3720
  "no_results": "No matches",
3720
3721
  "placeholder": "Find reservation"
3722
+ },
3723
+ "toolbar": {
3724
+ "fit": "Fit",
3725
+ "next": "Next",
3726
+ "prev": "Previous",
3727
+ "today": "Today",
3728
+ "zoom_in": "Zoom in",
3729
+ "zoom_out": "Zoom out"
3721
3730
  }
3722
3731
  },
3723
3732
  "reservation_view": {
@@ -2189,6 +2189,7 @@
2189
2189
  "enter_fullscreen": "Entrar en pantalla completa",
2190
2190
  "exit_fullscreen": "Salir de pantalla completa",
2191
2191
  "filter_by_rate_name": "Filtrar por nombre de tarifa",
2192
+ "filter_by_lot_type": "Filtrar por tipo de lote",
2192
2193
  "resize_hint": "Arrastre para redimensionar",
2193
2194
  "show_list": "Mostrar lista"
2194
2195
  },
@@ -3718,6 +3719,14 @@
3718
3719
  "more_results": "Hay más resultados disponibles. Refine su búsqueda.",
3719
3720
  "no_results": "Sin resultados",
3720
3721
  "placeholder": "Buscar reserva"
3722
+ },
3723
+ "toolbar": {
3724
+ "fit": "Ajustar",
3725
+ "next": "Siguiente",
3726
+ "prev": "Anterior",
3727
+ "today": "Hoy",
3728
+ "zoom_in": "Acercar",
3729
+ "zoom_out": "Alejar"
3721
3730
  }
3722
3731
  },
3723
3732
  "reservation_view": {
@@ -2189,6 +2189,7 @@
2189
2189
  "enter_fullscreen": "Passer en plein écran",
2190
2190
  "exit_fullscreen": "Quitter le plein écran",
2191
2191
  "filter_by_rate_name": "Filtrer par nom de tarif",
2192
+ "filter_by_lot_type": "Filtrer par type d'emplacement",
2192
2193
  "resize_hint": "Glisser pour redimensionner",
2193
2194
  "show_list": "Afficher la liste"
2194
2195
  },
@@ -3718,6 +3719,14 @@
3718
3719
  "more_results": "D'autres résultats sont disponibles. Affinez votre recherche.",
3719
3720
  "no_results": "Aucun résultat",
3720
3721
  "placeholder": "Trouver une réservation"
3722
+ },
3723
+ "toolbar": {
3724
+ "fit": "Ajuster",
3725
+ "next": "Suivant",
3726
+ "prev": "Précédent",
3727
+ "today": "Aujourd'hui",
3728
+ "zoom_in": "Zoom avant",
3729
+ "zoom_out": "Zoom arrière"
3721
3730
  }
3722
3731
  },
3723
3732
  "reservation_view": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.276",
3
+ "version": "2.1.278",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {