pcm-shared-components 2.1.306 → 2.1.307

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.
@@ -1452,7 +1452,8 @@
1452
1452
  "bulk-invoice-cap": "Selection limited to {{max}}. Showing the first {{max}} invoices.",
1453
1453
  "bulk-invoice-loading_one": "Loading {{count}} invoice...",
1454
1454
  "bulk-invoice-loading_other": "Loading {{count}} invoices...",
1455
- "bulk-invoice-loading-hint": "This may take a moment for larger batches."
1455
+ "bulk-invoice-loading-hint": "This may take a moment for larger batches.",
1456
+ "err-reservation-stale-conflict": "This reservation was changed on another device. The latest information has been loaded."
1456
1457
  },
1457
1458
  "pricing": {
1458
1459
  "using_fixed_price": "Using fixed Pricing",
@@ -3608,6 +3609,11 @@
3608
3609
  "body": "A reservation conflict was detected. \n\nPlease review your last saved reservation by filtering the grid for conflicts.",
3609
3610
  "close_button": "Ok",
3610
3611
  "title": "Reservation Conflict Detected"
3612
+ },
3613
+ "stale_conflict": {
3614
+ "title": "This reservation was changed on another device",
3615
+ "body": "Someone updated this reservation on another device or computer while you had it open, so your version was out of date. The latest information is now shown. Review it and make your changes again if needed.",
3616
+ "reload_button": "Reload latest"
3611
3617
  }
3612
3618
  },
3613
3619
  "email_status": {
@@ -1452,7 +1452,8 @@
1452
1452
  "bulk-invoice-cap": "Selección limitada a {{max}}. Mostrando las primeras {{max}} facturas.",
1453
1453
  "bulk-invoice-loading_one": "Cargando {{count}} factura...",
1454
1454
  "bulk-invoice-loading_other": "Cargando {{count}} facturas...",
1455
- "bulk-invoice-loading-hint": "Esto puede tardar un momento para lotes más grandes."
1455
+ "bulk-invoice-loading-hint": "Esto puede tardar un momento para lotes más grandes.",
1456
+ "err-reservation-stale-conflict": "Esta reserva se modificó en otro dispositivo. Se ha cargado la información más reciente."
1456
1457
  },
1457
1458
  "pricing": {
1458
1459
  "using_fixed_price": "Uso de precios fijos",
@@ -3608,6 +3609,11 @@
3608
3609
  "body": "Se detectó un conflicto de reserva.\n\nRevise su última reserva guardada filtrando la cuadrícula en busca de conflictos.",
3609
3610
  "close_button": "OK",
3610
3611
  "title": "Conflicto de reserva detectado"
3612
+ },
3613
+ "stale_conflict": {
3614
+ "title": "Esta reserva se modificó en otro dispositivo",
3615
+ "body": "Alguien actualizó esta reserva en otro dispositivo o computadora mientras la tenías abierta, por lo que tu versión estaba desactualizada. Ahora se muestra la información más reciente. Revísala y vuelve a realizar tus cambios si es necesario.",
3616
+ "reload_button": "Recargar la versión más reciente"
3611
3617
  }
3612
3618
  },
3613
3619
  "email_status": {
@@ -1452,7 +1452,8 @@
1452
1452
  "bulk-invoice-cap": "Sélection limitée à {{max}}. Affichage des {{max}} premières factures.",
1453
1453
  "bulk-invoice-loading_one": "Chargement de {{count}} facture...",
1454
1454
  "bulk-invoice-loading_other": "Chargement de {{count}} factures...",
1455
- "bulk-invoice-loading-hint": "Cela peut prendre quelques instants pour les lots plus volumineux."
1455
+ "bulk-invoice-loading-hint": "Cela peut prendre quelques instants pour les lots plus volumineux.",
1456
+ "err-reservation-stale-conflict": "Cette réservation a été modifiée sur un autre appareil. Les informations les plus récentes ont été chargées."
1456
1457
  },
1457
1458
  "pricing": {
1458
1459
  "using_fixed_price": "Prix fixe utilisé",
@@ -3608,6 +3609,11 @@
3608
3609
  "body": "Un conflit de réservation a été détecté.\n\nVeuillez vérifier votre dernière réservation enregistrée en filtrant la grille pour détecter les conflits.",
3609
3610
  "close_button": "Ok",
3610
3611
  "title": "Conflit de réservation détecté"
3612
+ },
3613
+ "stale_conflict": {
3614
+ "title": "Cette réservation a été modifiée sur un autre appareil",
3615
+ "body": "Quelqu'un a mis à jour cette réservation sur un autre appareil ou ordinateur pendant qu'elle était ouverte chez vous, votre version n'était donc plus à jour. Les informations les plus récentes sont maintenant affichées. Vérifiez-les et refaites vos modifications si nécessaire.",
3616
+ "reload_button": "Recharger la version récente"
3611
3617
  }
3612
3618
  },
3613
3619
  "email_status": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.306",
3
+ "version": "2.1.307",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {