tycho-components 0.6.5 → 0.6.6

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.
@@ -41,7 +41,7 @@ export const CommonTexts = {
41
41
  'document.status.edited': 'Edited',
42
42
  'document.status.revision': 'In revision',
43
43
  'document.status.completed': 'Completed',
44
- 'document.status.syntactic': 'In syntactic revision',
44
+ 'document.status.syntactic': 'Revision',
45
45
  'document.status.copying': 'Copying',
46
46
  'document.status.error': 'Error',
47
47
  },
@@ -87,7 +87,7 @@ export const CommonTexts = {
87
87
  'document.status.edited': 'Editado',
88
88
  'document.status.revision': 'Em revisão',
89
89
  'document.status.completed': 'Completo',
90
- 'document.status.syntactic': 'Em revisão sintática',
90
+ 'document.status.syntactic': 'Revisão',
91
91
  'document.status.copying': 'Copiando',
92
92
  'document.status.error': 'Erro',
93
93
  },
@@ -133,7 +133,7 @@ export const CommonTexts = {
133
133
  'document.status.edited': 'Modificato',
134
134
  'document.status.revision': 'In revisione',
135
135
  'document.status.completed': 'Completato',
136
- 'document.status.syntactic': 'In revisione sintattica',
136
+ 'document.status.syntactic': 'Revisione',
137
137
  'document.status.copying': 'Copiando',
138
138
  'document.status.error': 'Errore',
139
139
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.6.5",
4
+ "version": "0.6.6",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {