tycho-components 0.19.14 → 0.19.15

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.
@@ -42,7 +42,7 @@ export const CommonTexts = {
42
42
  'update.success': 'saved!',
43
43
  'internal.server.error': 'An unexpected error occurred. Contact the administrator.',
44
44
  'table.label.rows-page': 'Items per page',
45
- 'table.label.items': '{{first}} - {{last}} of {{total}} items',
45
+ 'table.label.items': '{{first}} - {{last}} of {{total}}',
46
46
  'table.pagination.scroll-strip-left': 'Scroll page numbers left',
47
47
  'table.pagination.scroll-strip-right': 'Scroll page numbers right',
48
48
  'tooltip.copy': 'Copy',
@@ -112,7 +112,7 @@ export const CommonTexts = {
112
112
  'update.success': 'salvo!',
113
113
  'internal.server.error': 'Ocorreu um erro inesperado. Entre em contato com o administrador.',
114
114
  'table.label.rows-page': 'Itens por página',
115
- 'table.label.items': '{{first}} - {{last}} de {{total}} itens',
115
+ 'table.label.items': '{{first}} - {{last}} de {{total}}',
116
116
  'table.pagination.scroll-strip-left': 'Rolar números das páginas à esquerda',
117
117
  'table.pagination.scroll-strip-right': 'Rolar números das páginas à direita',
118
118
  'tooltip.copy': 'Copiar',
@@ -182,7 +182,7 @@ export const CommonTexts = {
182
182
  'update.success': 'salvato!',
183
183
  'internal.server.error': "Si è verificato un errore inaspettato. Contatta l'amministratore.",
184
184
  'table.label.rows-page': 'Elementi per pagina',
185
- 'table.label.items': '{{first}} - {{last}} di {{total}} elementi',
185
+ 'table.label.items': '{{first}} - {{last}} di {{total}}',
186
186
  'table.pagination.scroll-strip-left': 'Scorri i numeri di pagina a sinistra',
187
187
  'table.pagination.scroll-strip-right': 'Scorri i numeri di pagina a destra',
188
188
  'tooltip.copy': 'Copia',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.19.14",
4
+ "version": "0.19.15",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {