tycho-components 0.16.2 → 0.16.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.
- package/dist/configs/Localization.d.ts +201 -195
- package/dist/configs/localization/CommonTexts.d.ts +202 -196
- package/dist/configs/localization/CommonTexts.js +202 -196
- package/package.json +1 -1
|
@@ -1,203 +1,209 @@
|
|
|
1
1
|
export const CommonTexts = {
|
|
2
2
|
en: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
3
|
+
"button.confirm": "Confirm",
|
|
4
|
+
"button.continue": "Continue",
|
|
5
|
+
"button.cancel": "Cancel",
|
|
6
|
+
"button.remove": "Remove",
|
|
7
|
+
"button.save": "Save",
|
|
8
|
+
"button.clone": "Clone",
|
|
9
|
+
"button.apply": "Apply",
|
|
10
|
+
"button.search": "Search",
|
|
11
|
+
"button.edit": "Edit",
|
|
12
|
+
"button.open": "Open",
|
|
13
|
+
"button.close": "Close",
|
|
14
|
+
"button.add": "Add",
|
|
15
|
+
"button.filter": "Filter",
|
|
16
|
+
"button.clear": "Clear",
|
|
17
|
+
"button.play": "Play",
|
|
18
|
+
"button.pause": "Pause",
|
|
19
|
+
"button.view": "View",
|
|
20
|
+
"button.next": "Next",
|
|
21
|
+
"button.back": "Back",
|
|
22
|
+
"label.public": "Public",
|
|
23
|
+
"label.private": "Private",
|
|
24
|
+
"label.notavailable": "N/A",
|
|
25
|
+
"generic.boolean.true": "Yes",
|
|
26
|
+
"generic.boolean.false": "No",
|
|
27
|
+
"select.empty": "Select",
|
|
28
|
+
"pagination.label.showing": "",
|
|
29
|
+
"pagination.label.results": "results per page",
|
|
30
|
+
"pagination.label.total": "Total",
|
|
31
|
+
"generic.loading": "Loading...",
|
|
32
|
+
"generic.placeholder": "Type here",
|
|
33
|
+
"generic.placeholder.comma.separated": "Type here separated by commas",
|
|
34
|
+
"generic.placeholder.select": "Select one here",
|
|
35
|
+
"validation.required": "Required field.",
|
|
36
|
+
"placeholder.check": "click to choose",
|
|
37
|
+
"placeholder.input": "click to add",
|
|
38
|
+
"user.status.active": "Active",
|
|
39
|
+
"user.status.inactive": "Inactive",
|
|
40
|
+
"user.status.super": "Super",
|
|
41
|
+
"user.status.visitor": "Visitor",
|
|
42
|
+
"update.success": "saved!",
|
|
43
|
+
"internal.server.error": "An unexpected error occurred. Contact the administrator.",
|
|
44
|
+
"table.label.rows-page": "Items per page",
|
|
45
|
+
"table.label.pages": "of {{value}} pages",
|
|
46
|
+
"table.label.items": "{{first}} - {{last}} of {{total}} items",
|
|
47
|
+
"tooltip.copy": "Copy",
|
|
48
|
+
"tooltip.copied": "Copied!",
|
|
49
|
+
"document.status.deleted": "Deleted",
|
|
50
|
+
"document.status.editing": "Editing",
|
|
51
|
+
"document.status.edited": "Edited",
|
|
52
|
+
"document.status.revision": "In revision",
|
|
53
|
+
"document.status.completed": "Completed",
|
|
54
|
+
"document.status.syntactic": "Revision",
|
|
55
|
+
"document.status.copying": "Copying",
|
|
56
|
+
"document.status.error": "Error",
|
|
57
|
+
"sentence.status.todo": "to do",
|
|
58
|
+
"sentence.status.done": "done",
|
|
59
|
+
"sentence.status.ignore": "ignore",
|
|
60
|
+
"sentence.status.tagged": "tagged",
|
|
61
|
+
"sentence.status.review": "review",
|
|
62
|
+
"sentence.status.error": "error",
|
|
63
|
+
"sentence.status.auto": "automatic",
|
|
64
|
+
"corpus.status.active": "Active",
|
|
65
|
+
"corpus.status.inactive": "Inactive",
|
|
66
|
+
"corpus.status.archived": "Archived",
|
|
67
|
+
"corpus.status.demo": "Demo",
|
|
68
|
+
"corpus.status.pending": "Pending",
|
|
69
|
+
"corpus.status.rejected": "Demo",
|
|
68
70
|
},
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
71
|
+
"pt-BR": {
|
|
72
|
+
"button.confirm": "Confirmar",
|
|
73
|
+
"button.continue": "Continuar",
|
|
74
|
+
"button.cancel": "Cancelar",
|
|
75
|
+
"button.remove": "Remover",
|
|
76
|
+
"button.save": "Salvar",
|
|
77
|
+
"button.clone": "Clonar",
|
|
78
|
+
"button.apply": "Aplicar",
|
|
79
|
+
"button.search": "Buscar",
|
|
80
|
+
"button.edit": "Editar",
|
|
81
|
+
"button.open": "Abrir",
|
|
82
|
+
"button.add": "Adicionar",
|
|
83
|
+
"button.close": "Fechar",
|
|
84
|
+
"button.filter": "Filtrar",
|
|
85
|
+
"button.clear": "Limpar",
|
|
86
|
+
"button.play": "Reproduzir",
|
|
87
|
+
"button.pause": "Pausar",
|
|
88
|
+
"button.view": "Visualizar",
|
|
89
|
+
"button.next": "Próximo",
|
|
90
|
+
"button.back": "Voltar",
|
|
91
|
+
"label.public": "Público",
|
|
92
|
+
"label.private": "Privado",
|
|
93
|
+
"label.notavailable": "N/A",
|
|
94
|
+
"generic.boolean.true": "Sim",
|
|
95
|
+
"generic.boolean.false": "Não",
|
|
96
|
+
"select.empty": "Selecionar",
|
|
97
|
+
"pagination.label.showing": "Exibindo",
|
|
98
|
+
"pagination.label.results": "resultados por página",
|
|
99
|
+
"pagination.label.total": "Total",
|
|
100
|
+
"generic.loading": "Carregando...",
|
|
101
|
+
"generic.placeholder": "Digite aqui",
|
|
102
|
+
"generic.placeholder.select": "Selecione um aqui",
|
|
103
|
+
"generic.placeholder.comma.separated": "Digite aqui separado por vírgulas",
|
|
104
|
+
"validation.required": "Campo obrigatório.",
|
|
105
|
+
"placeholder.check": "clique para selecionar",
|
|
106
|
+
"placeholder.input": "clique para adicionar",
|
|
107
|
+
"user.status.active": "Ativo",
|
|
108
|
+
"user.status.inactive": "Inativo",
|
|
109
|
+
"user.status.super": "Super",
|
|
110
|
+
"user.status.visitor": "Visitante",
|
|
111
|
+
"update.success": "salvo!",
|
|
112
|
+
"internal.server.error": "Ocorreu um erro inesperado. Entre em contato com o administrador.",
|
|
113
|
+
"table.label.rows-page": "Itens por página",
|
|
114
|
+
"table.label.pages": "de {{value}} páginas",
|
|
115
|
+
"table.label.items": "{{first}} - {{last}} de {{total}} itens",
|
|
116
|
+
"tooltip.copy": "Copiar",
|
|
117
|
+
"tooltip.copied": "Copiado!",
|
|
118
|
+
"document.status.deleted": "Excluído",
|
|
119
|
+
"document.status.editing": "Editando",
|
|
120
|
+
"document.status.edited": "Editado",
|
|
121
|
+
"document.status.revision": "Em revisão",
|
|
122
|
+
"document.status.completed": "Completo",
|
|
123
|
+
"document.status.syntactic": "Revisão",
|
|
124
|
+
"document.status.copying": "Copiando",
|
|
125
|
+
"document.status.error": "Erro",
|
|
126
|
+
"sentence.status.todo": "a fazer",
|
|
127
|
+
"sentence.status.done": "finalizado",
|
|
128
|
+
"sentence.status.ignore": "ignorar",
|
|
129
|
+
"sentence.status.tagged": "etiquetado",
|
|
130
|
+
"sentence.status.review": "revisar",
|
|
131
|
+
"sentence.status.error": "erro",
|
|
132
|
+
"sentence.status.auto": "automático",
|
|
133
|
+
"corpus.status.active": "Ativo",
|
|
134
|
+
"corpus.status.inactive": "Inativo",
|
|
135
|
+
"corpus.status.archived": "Arquivado",
|
|
136
|
+
"corpus.status.demo": "Demo",
|
|
137
|
+
"corpus.status.pending": "Pendente",
|
|
138
|
+
"corpus.status.rejected": "Rejeitado",
|
|
135
139
|
},
|
|
136
140
|
it: {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
141
|
+
"button.confirm": "Conferma",
|
|
142
|
+
"button.continue": "Continua",
|
|
143
|
+
"button.cancel": "Annulla",
|
|
144
|
+
"button.remove": "Rimuovi",
|
|
145
|
+
"button.save": "Salva",
|
|
146
|
+
"button.clone": "Clona",
|
|
147
|
+
"button.search": "Cerca",
|
|
148
|
+
"button.edit": "Modifica",
|
|
149
|
+
"button.open": "Apri",
|
|
150
|
+
"button.apply": "Applica",
|
|
151
|
+
"button.add": "Aggiungi",
|
|
152
|
+
"button.close": "Chiudi",
|
|
153
|
+
"button.filter": "Filtra",
|
|
154
|
+
"button.clear": "Pulisci",
|
|
155
|
+
"button.play": "Riproduci",
|
|
156
|
+
"button.pause": "Pausa",
|
|
157
|
+
"button.view": "Visualizza",
|
|
158
|
+
"button.back": "Indietro",
|
|
159
|
+
"button.next": "Avanti",
|
|
160
|
+
"label.public": "Pubblico",
|
|
161
|
+
"label.private": "Privato",
|
|
162
|
+
"label.notavailable": "N/A",
|
|
163
|
+
"generic.boolean.true": "Sì",
|
|
164
|
+
"generic.boolean.false": "No",
|
|
165
|
+
"select.empty": "Seleziona",
|
|
166
|
+
"pagination.label.showing": "Mostrando",
|
|
167
|
+
"pagination.label.results": "risultati per pagina",
|
|
168
|
+
"pagination.label.total": "Totale",
|
|
169
|
+
"generic.loading": "Caricamento...",
|
|
170
|
+
"generic.placeholder": "Scrivi qui",
|
|
171
|
+
"generic.placeholder.select": "Seleziona uno qui",
|
|
172
|
+
"generic.placeholder.comma.separated": "Scrivi qui separato per virgole",
|
|
173
|
+
"validation.required": "Campo obbligatorio.",
|
|
174
|
+
"placeholder.check": "clicca per scegliere",
|
|
175
|
+
"placeholder.input": "clicca per aggiungere",
|
|
176
|
+
"user.status.active": "Attivo",
|
|
177
|
+
"user.status.inactive": "Inattivo",
|
|
178
|
+
"user.status.super": "Super",
|
|
179
|
+
"user.status.visitor": "Visitatore",
|
|
180
|
+
"update.success": "salvato!",
|
|
181
|
+
"internal.server.error": "Si è verificato un errore inaspettato. Contatta l'amministratore.",
|
|
182
|
+
"table.label.rows-page": "Elementi per pagina",
|
|
183
|
+
"table.label.pages": "di {{value}} pagine",
|
|
184
|
+
"table.label.items": "{{first}} - {{last}} di {{total}} elementi",
|
|
185
|
+
"tooltip.copy": "Copia",
|
|
186
|
+
"tooltip.copied": "Copiato!",
|
|
187
|
+
"document.status.deleted": "Eliminato",
|
|
188
|
+
"document.status.editing": "Modifica",
|
|
189
|
+
"document.status.edited": "Modificato",
|
|
190
|
+
"document.status.revision": "In revisione",
|
|
191
|
+
"document.status.completed": "Completato",
|
|
192
|
+
"document.status.syntactic": "Revisione",
|
|
193
|
+
"document.status.copying": "Copiando",
|
|
194
|
+
"document.status.error": "Errore",
|
|
195
|
+
"sentence.status.todo": "da fare",
|
|
196
|
+
"sentence.status.done": "fatto",
|
|
197
|
+
"sentence.status.ignore": "ignora",
|
|
198
|
+
"sentence.status.tagged": "etichettato",
|
|
199
|
+
"sentence.status.review": "revisione",
|
|
200
|
+
"sentence.status.error": "errore",
|
|
201
|
+
"sentence.status.auto": "automatico",
|
|
202
|
+
"corpus.status.active": "Attivo",
|
|
203
|
+
"corpus.status.inactive": "Inattivo",
|
|
204
|
+
"corpus.status.archived": "Archiviato",
|
|
205
|
+
"corpus.status.demo": "Demo",
|
|
206
|
+
"corpus.status.pending": "In attesa",
|
|
207
|
+
"corpus.status.rejected": "Rifiutato",
|
|
202
208
|
},
|
|
203
209
|
};
|