pcm-shared-components 0.0.187 → 0.0.188

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.
@@ -2227,20 +2227,26 @@
2227
2227
  "till": {
2228
2228
  "add_new_till": "Add New Till",
2229
2229
  "add_new_till_message": "There are currently no till configured. ",
2230
+ "add_new_till_title": "Adding a New Till",
2230
2231
  "available": "Till Available",
2231
2232
  "cash_in": "Cash In",
2232
2233
  "cash_out": "Cash Out",
2233
2234
  "date_float_opened": "Date float opened",
2234
2235
  "default_opening_float_amount": "Default opening float amount",
2236
+ "delete_till": "Delete Till",
2235
2237
  "direction": "Cash Direction",
2238
+ "edit_opening_float_amount": "Edit opening float amount",
2239
+ "edit_opening_shift_float_title": "Edit Opening Shift Float",
2240
+ "edit_till": "Edit Till",
2236
2241
  "end_of_shift": "End of Shift",
2237
2242
  "name": "Till Name",
2238
2243
  "opening_float": "Opening Float",
2239
2244
  "opening_float_amount": "Opening float amount",
2240
2245
  "shift_summary": "Shift Summary",
2241
- "til_title": "Till",
2242
2246
  "till_in_use_by": "Till in use by: {{user_name}}",
2243
- "un_available": "Till Unavailable"
2247
+ "till_title": "Till",
2248
+ "un_available": "Till Unavailable",
2249
+ "use_this_till": "Use this Till"
2244
2250
  },
2245
2251
  "transaction": {
2246
2252
  "types": {
@@ -2227,20 +2227,26 @@
2227
2227
  "till": {
2228
2228
  "add_new_till": "Agregar caja nueva",
2229
2229
  "add_new_till_message": "Actualmente no hay cajas registradoras configuradas.",
2230
+ "add_new_till_title": "Agregar una caja nueva",
2230
2231
  "available": "Disponible",
2231
2232
  "cash_in": "Dinero en efectivo en",
2232
2233
  "cash_out": "Retirar",
2233
2234
  "date_float_opened": "Fecha de apertura de la resistencia de efectivo",
2234
2235
  "default_opening_float_amount": "Cantidad predeterminada de caja registradora de apertura",
2236
+ "delete_till": "Eliminar hasta",
2235
2237
  "direction": "Dirección de efectivo",
2238
+ "edit_opening_float_amount": "Editar cantidad flotante de apertura",
2239
+ "edit_opening_shift_float_title": "Editar apertura de turno flotante",
2240
+ "edit_till": "Editar hasta",
2236
2241
  "end_of_shift": "Fin del turno",
2237
2242
  "name": "Nombre de caja",
2238
2243
  "opening_float": "Flotador de apertura",
2239
2244
  "opening_float_amount": "Monto flotante de apertura",
2240
2245
  "shift_summary": "Resumen de turno",
2241
- "til_title": "Caja registradora",
2242
2246
  "till_in_use_by": "Caja registradora en uso por: {{user_name}}",
2243
- "un_available": "Indisponible"
2247
+ "till_title": "Caja registradora",
2248
+ "un_available": "Indisponible",
2249
+ "use_this_till": "Usa esta caja"
2244
2250
  },
2245
2251
  "transaction": {
2246
2252
  "types": {
@@ -2227,20 +2227,26 @@
2227
2227
  "till": {
2228
2228
  "add_new_till": "Ajouter une nouvelle caisse",
2229
2229
  "add_new_till_message": "Il n'y a actuellement pas de caisse configurée.",
2230
+ "add_new_till_title": "Ajouter une nouvelle caisse",
2230
2231
  "available": "Caisse Disponible",
2231
2232
  "cash_in": "Cash in",
2232
2233
  "cash_out": "Retrait",
2233
2234
  "date_float_opened": "Date d'ouverture de la réserve de caisse",
2234
2235
  "default_opening_float_amount": "Montant d'ouverture de caisse par défaut",
2236
+ "delete_till": "Supprimer la caisse",
2235
2237
  "direction": "Direction de trésorerie",
2238
+ "edit_opening_float_amount": "Modifier le montant d'ouverture de la caisse",
2239
+ "edit_opening_shift_float_title": "Modifier le montant d'ouverture de la caisse",
2240
+ "edit_till": "Modifier la caisse",
2236
2241
  "end_of_shift": "Fin de quart de travail",
2237
2242
  "name": "Nom de la caisse",
2238
2243
  "opening_float": "Caisse d'ouverture",
2239
2244
  "opening_float_amount": "Montant d'ouverture de caisse",
2240
2245
  "shift_summary": "Résumé du quart de travail",
2241
- "til_title": "Caisse",
2242
2246
  "till_in_use_by": "Caisse utilisée par: {{user_name}}",
2243
- "un_available": "Caisse Indisponible"
2247
+ "till_title": "Caisse",
2248
+ "un_available": "Caisse Indisponible",
2249
+ "use_this_till": "Utilisez cette caisse"
2244
2250
  },
2245
2251
  "transaction": {
2246
2252
  "types": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.187",
3
+ "version": "0.0.188",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {