tycho-components 0.30.2 → 0.30.3

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.
@@ -55,13 +55,13 @@ export const CommonTexts = {
55
55
  'document.status.syntactic': 'Revision',
56
56
  'document.status.copying': 'Copying',
57
57
  'document.status.error': 'Error',
58
- 'sentence.status.todo': 'to do',
59
- 'sentence.status.done': 'done',
60
- 'sentence.status.ignore': 'ignore',
61
- 'sentence.status.tagged': 'tagged',
62
- 'sentence.status.review': 'review',
63
- 'sentence.status.error': 'error',
64
- 'sentence.status.auto': 'automatic',
58
+ 'sentence.status.todo': 'To do',
59
+ 'sentence.status.done': 'Done',
60
+ 'sentence.status.ignore': 'Ignore',
61
+ 'sentence.status.tagged': 'Tagged',
62
+ 'sentence.status.review': 'Review',
63
+ 'sentence.status.error': 'Error',
64
+ 'sentence.status.auto': 'Automatically Parsed',
65
65
  'corpus.status.active': 'Active',
66
66
  'corpus.status.inactive': 'Inactive',
67
67
  'corpus.status.archived': 'Archived',
@@ -133,13 +133,13 @@ export const CommonTexts = {
133
133
  'document.status.syntactic': 'Revisão',
134
134
  'document.status.copying': 'Copiando',
135
135
  'document.status.error': 'Erro',
136
- 'sentence.status.todo': 'a fazer',
137
- 'sentence.status.done': 'finalizado',
138
- 'sentence.status.ignore': 'ignorar',
139
- 'sentence.status.tagged': 'etiquetado',
140
- 'sentence.status.review': 'revisar',
141
- 'sentence.status.error': 'erro',
142
- 'sentence.status.auto': 'automático',
136
+ 'sentence.status.todo': 'A fazer',
137
+ 'sentence.status.done': 'Finalizado',
138
+ 'sentence.status.ignore': 'Ignorar',
139
+ 'sentence.status.tagged': 'Etiquetado',
140
+ 'sentence.status.review': 'Revisar',
141
+ 'sentence.status.error': 'Erro',
142
+ 'sentence.status.auto': 'Anotado Automaticamente',
143
143
  'corpus.status.active': 'Ativo',
144
144
  'corpus.status.inactive': 'Inativo',
145
145
  'corpus.status.archived': 'Arquivado',
@@ -211,13 +211,13 @@ export const CommonTexts = {
211
211
  'document.status.syntactic': 'Revisione',
212
212
  'document.status.copying': 'Copiando',
213
213
  'document.status.error': 'Errore',
214
- 'sentence.status.todo': 'da fare',
215
- 'sentence.status.done': 'fatto',
216
- 'sentence.status.ignore': 'ignora',
217
- 'sentence.status.tagged': 'etichettato',
218
- 'sentence.status.review': 'revisione',
219
- 'sentence.status.error': 'errore',
220
- 'sentence.status.auto': 'automatico',
214
+ 'sentence.status.todo': 'Da fare',
215
+ 'sentence.status.done': 'Fatto',
216
+ 'sentence.status.ignore': 'Ignora',
217
+ 'sentence.status.tagged': 'Etichettato',
218
+ 'sentence.status.review': 'Revisione',
219
+ 'sentence.status.error': 'Errore',
220
+ 'sentence.status.auto': 'Parsato Automaticamente',
221
221
  'corpus.status.active': 'Attivo',
222
222
  'corpus.status.inactive': 'Inattivo',
223
223
  'corpus.status.archived': 'Archiviato',
@@ -20,11 +20,6 @@ export default function CommentAdd({ uid, mode, users, references, keywords, com
20
20
  requested: comment.requested?.map((r) => r.uid),
21
21
  };
22
22
  if (reply) {
23
- console.log({
24
- ...EMPTY_COMMENT_REQUEST,
25
- reply: reply.id,
26
- requested: [reply.user],
27
- });
28
23
  return {
29
24
  ...EMPTY_COMMENT_REQUEST,
30
25
  reply: reply.id,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.30.2",
4
+ "version": "0.30.3",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {