summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/api/notifMessage.js
blob: bc7a60c7a32121db9aa8658bf1d74de0dc3b70e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
  saved: 'Se ha guardado correctamente',
  updated: 'Se ha actualizado correctamente',
  removed: 'Se ha eliminado correctamente',
  posted: 'Your post has been submitted',
  commented: 'Your comment has been submitted',
  discard: 'Cancelado',
  addCart: 'Item added to cart',
  checkout: 'Thank you for shopping',
  sent: 'Email sent',
  labeled: 'You just changed email label',
};