blob: 2d2b48b48142fb6bcaf148f8c57c81b634ab8036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
module.exports = {
saved: 'Data has been saved',
updated: 'Data has been updated',
removed: 'Item has been removed',
posted: 'Your post has been submitted',
commented: 'Your comment has been submitted',
discard: 'Action canceled',
addCart: 'Item added to cart',
checkout: 'Thank you for shopping',
sent: 'Email sent',
labeled: 'You just changed email label',
};
|