pcm-shared-components 0.0.186 → 0.0.187

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.
@@ -410,6 +410,7 @@
410
410
  "none": "None",
411
411
  "not_active": "Not Active",
412
412
  "not_connected": "Not Connected",
413
+ "notes": "Notes",
413
414
  "number_of_items": "Number of Items",
414
415
  "off": "Off",
415
416
  "offline": "Offline",
@@ -2223,6 +2224,24 @@
2223
2224
  "tax_description_assigned_to_tax_group": "Update Assigned Taxes"
2224
2225
  }
2225
2226
  },
2227
+ "till": {
2228
+ "add_new_till": "Add New Till",
2229
+ "add_new_till_message": "There are currently no till configured. ",
2230
+ "available": "Till Available",
2231
+ "cash_in": "Cash In",
2232
+ "cash_out": "Cash Out",
2233
+ "date_float_opened": "Date float opened",
2234
+ "default_opening_float_amount": "Default opening float amount",
2235
+ "direction": "Cash Direction",
2236
+ "end_of_shift": "End of Shift",
2237
+ "name": "Till Name",
2238
+ "opening_float": "Opening Float",
2239
+ "opening_float_amount": "Opening float amount",
2240
+ "shift_summary": "Shift Summary",
2241
+ "til_title": "Till",
2242
+ "till_in_use_by": "Till in use by: {{user_name}}",
2243
+ "un_available": "Till Unavailable"
2244
+ },
2226
2245
  "transaction": {
2227
2246
  "types": {
2228
2247
  "product_return": "Product Return",
@@ -410,6 +410,7 @@
410
410
  "none": "Ninguna",
411
411
  "not_active": "No activo",
412
412
  "not_connected": "No conectado",
413
+ "notes": "Notas",
413
414
  "number_of_items": "Número de items",
414
415
  "off": "Apagado",
415
416
  "offline": "Desconectado",
@@ -2223,6 +2224,24 @@
2223
2224
  "tax_description_assigned_to_tax_group": "Actualizar impuestos asignados"
2224
2225
  }
2225
2226
  },
2227
+ "till": {
2228
+ "add_new_till": "Agregar caja nueva",
2229
+ "add_new_till_message": "Actualmente no hay cajas registradoras configuradas.",
2230
+ "available": "Disponible",
2231
+ "cash_in": "Dinero en efectivo en",
2232
+ "cash_out": "Retirar",
2233
+ "date_float_opened": "Fecha de apertura de la resistencia de efectivo",
2234
+ "default_opening_float_amount": "Cantidad predeterminada de caja registradora de apertura",
2235
+ "direction": "Dirección de efectivo",
2236
+ "end_of_shift": "Fin del turno",
2237
+ "name": "Nombre de caja",
2238
+ "opening_float": "Flotador de apertura",
2239
+ "opening_float_amount": "Monto flotante de apertura",
2240
+ "shift_summary": "Resumen de turno",
2241
+ "til_title": "Caja registradora",
2242
+ "till_in_use_by": "Caja registradora en uso por: {{user_name}}",
2243
+ "un_available": "Indisponible"
2244
+ },
2226
2245
  "transaction": {
2227
2246
  "types": {
2228
2247
  "product_return": "Devolución Producto",
@@ -410,6 +410,7 @@
410
410
  "none": "Aucun",
411
411
  "not_active": "Pas actif",
412
412
  "not_connected": "Pas connecté",
413
+ "notes": "Remarques",
413
414
  "number_of_items": "Nombre d'Articles",
414
415
  "off": "Eteint",
415
416
  "offline": "Hors ligne",
@@ -2223,6 +2224,24 @@
2223
2224
  "tax_description_assigned_to_tax_group": "Mettre à jour les taxes affectées"
2224
2225
  }
2225
2226
  },
2227
+ "till": {
2228
+ "add_new_till": "Ajouter une nouvelle caisse",
2229
+ "add_new_till_message": "Il n'y a actuellement pas de caisse configurée.",
2230
+ "available": "Caisse Disponible",
2231
+ "cash_in": "Cash in",
2232
+ "cash_out": "Retrait",
2233
+ "date_float_opened": "Date d'ouverture de la réserve de caisse",
2234
+ "default_opening_float_amount": "Montant d'ouverture de caisse par défaut",
2235
+ "direction": "Direction de trésorerie",
2236
+ "end_of_shift": "Fin de quart de travail",
2237
+ "name": "Nom de la caisse",
2238
+ "opening_float": "Caisse d'ouverture",
2239
+ "opening_float_amount": "Montant d'ouverture de caisse",
2240
+ "shift_summary": "Résumé du quart de travail",
2241
+ "til_title": "Caisse",
2242
+ "till_in_use_by": "Caisse utilisée par: {{user_name}}",
2243
+ "un_available": "Caisse Indisponible"
2244
+ },
2226
2245
  "transaction": {
2227
2246
  "types": {
2228
2247
  "product_return": "Remboursement Produit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.186",
3
+ "version": "0.0.187",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {