pcm-shared-components 0.0.120 → 0.0.121

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.
@@ -53,7 +53,7 @@ export default /*#__PURE__*/memo(TillButton);
53
53
  TillButton.defaultProps = {
54
54
  inUse: false,
55
55
  name: '',
56
- defaultText: i18n.t('common.app.copy'),
56
+ defaultText: i18n.t('common.app.till'),
57
57
  menuData: [],
58
58
  size: 'x-small',
59
59
  borderRadius: 8,
@@ -516,6 +516,7 @@
516
516
  "tax_group_name": "Tax group name",
517
517
  "terms_and_policy": "Terms and Conditions",
518
518
  "theme": "Theme",
519
+ "till": "Till",
519
520
  "to": "To",
520
521
  "todays_date": "Today's date",
521
522
  "toggle_view": "Toggle View",
@@ -516,6 +516,7 @@
516
516
  "tax_group_name": "Nombre del grupo fiscal",
517
517
  "terms_and_policy": "Términos y condiciones",
518
518
  "theme": "Tema",
519
+ "till": "Caja Registradora",
519
520
  "to": "A",
520
521
  "todays_date": "Fecha",
521
522
  "toggle_view": "Cambiar vista",
@@ -516,6 +516,7 @@
516
516
  "tax_group_name": "Nom du groupe de taxes",
517
517
  "terms_and_policy": "Termes et conditions",
518
518
  "theme": "Thème",
519
+ "till": "Caisse",
519
520
  "to": "à",
520
521
  "todays_date": "La date d'aujourd'hui",
521
522
  "toggle_view": "Basculer la vue",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {