pcm-shared-components 0.0.191 → 0.0.192

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.
@@ -2254,8 +2254,13 @@
2254
2254
  "opening_shift_float_title": "Opening Shift Float",
2255
2255
  "pay_in_pay_out_section": "Cash In - Out Transactions",
2256
2256
  "shift_summary": "Shift Summary",
2257
+ "till_cash_in_out_error": "An error occurred while trying to perform a cash in/out operation.",
2258
+ "till_currently_in_use_warning": "This till is currently being used by another user. Please select a different till.",
2259
+ "till_error": "An error occurred on the server side.",
2257
2260
  "till_in_use_by": "Till in use by: {{user_name}}",
2261
+ "till_name_already_exist_warning": "The till name you entered already exist. Please enter a different till name.",
2258
2262
  "till_title": "Till",
2263
+ "till_warning_user_already_has_a_till": "This user already has a till assigned. Please perform an end of day shift report before assigning a till to this user.",
2259
2264
  "un_available": "Till Unavailable",
2260
2265
  "use_this_till": "Use this Till"
2261
2266
  },
@@ -2254,8 +2254,13 @@
2254
2254
  "opening_shift_float_title": "Cambio flotante de apertura",
2255
2255
  "pay_in_pay_out_section": "Transacciones de entrada y salida de efectivo",
2256
2256
  "shift_summary": "Resumen de turno",
2257
+ "till_cash_in_out_error": "Ocurrió un error al intentar realizar una operación de entrada/salida de efectivo.",
2258
+ "till_currently_in_use_warning": "Esta caja registradora está siendo utilizada actualmente por otro usuario. Seleccione una caja diferente.",
2259
+ "till_error": "Se produjo un error en el lado del servidor.",
2257
2260
  "till_in_use_by": "Caja registradora en uso por: {{user_name}}",
2261
+ "till_name_already_exist_warning": "El nombre de caja registradora que ingresó ya existe. Ingrese un nombre de caja diferente.",
2258
2262
  "till_title": "Caja registradora",
2263
+ "till_warning_user_already_has_a_till": "Este usuario ya tiene una caja asignada. Realice un informe de turno de fin de día antes de asignar una caja a este usuario.",
2259
2264
  "un_available": "Indisponible",
2260
2265
  "use_this_till": "Usa esta caja"
2261
2266
  },
@@ -2254,8 +2254,13 @@
2254
2254
  "opening_shift_float_title": "Flotteur de quart d'ouverture",
2255
2255
  "pay_in_pay_out_section": "Opérations d'encaissement et de retrait",
2256
2256
  "shift_summary": "Résumé du quart de travail",
2257
+ "till_cash_in_out_error": "Une erreur s'est produite lors de la tentative d'exécution d'une opération d'encaissement/de retrait.",
2258
+ "till_currently_in_use_warning": "Cette caisse est actuellement utilisée par un autre utilisateur. Veuillez sélectionner une caisse différente.",
2259
+ "till_error": "Une erreur s'est produite côté serveur.",
2257
2260
  "till_in_use_by": "Caisse utilisée par: {{user_name}}",
2261
+ "till_name_already_exist_warning": "Le nom de caisse que vous avez entré existe déjà. Veuillez saisir un autre nom de caisse.",
2258
2262
  "till_title": "Caisse",
2263
+ "till_warning_user_already_has_a_till": "Cet utilisateur a déjà une caisse assignée. Veuillez effectuer un rapport de fin de journée avant d'attribuer une caisse à cet utilisateur.",
2259
2264
  "un_available": "Caisse Indisponible",
2260
2265
  "use_this_till": "Utilisez cette caisse"
2261
2266
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.191",
3
+ "version": "0.0.192",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {