@commercetools-frontend/ui-kit 18.5.0 → 19.1.0
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/commercetools-frontend-ui-kit.cjs.dev.js +7 -1
- package/dist/commercetools-frontend-ui-kit.cjs.prod.js +7 -1
- package/dist/commercetools-frontend-ui-kit.esm.js +2 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/i18n/data/core.json +292 -73
- package/i18n/data/de.json +292 -73
- package/i18n/data/en.json +292 -73
- package/i18n/data/es.json +292 -73
- package/i18n/data/fr-FR.json +292 -73
- package/i18n/data/pt-BR.json +292 -73
- package/i18n/data/zh-CN.json +292 -73
- package/materials/custom-properties.css +6 -0
- package/materials/custom-properties.json +2 -0
- package/materials/custom-properties_default.css +6 -0
- package/materials/custom-properties_recolouring.css +2 -0
- package/materials/internals/definition.yaml +7 -0
- package/package.json +37 -36
package/i18n/data/pt-BR.json
CHANGED
|
@@ -1,75 +1,294 @@
|
|
|
1
1
|
{
|
|
2
|
-
"UIKit.CalendarHeader.nextMonthTooltip":
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
"UIKit.CalendarHeader.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"UIKit.
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"UIKit.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"UIKit.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"UIKit.
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"UIKit.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"UIKit.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"UIKit.
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"UIKit.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"UIKit.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"UIKit.
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"UIKit.
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"UIKit.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"UIKit.
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"UIKit.
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"UIKit.
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"UIKit.
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"UIKit.
|
|
2
|
+
"UIKit.CalendarHeader.nextMonthTooltip": {
|
|
3
|
+
"developer_comment": "Tooltip title when user hovers the next month button",
|
|
4
|
+
"string": "Próximo mês"
|
|
5
|
+
},
|
|
6
|
+
"UIKit.CalendarHeader.nextYearTooltip": {
|
|
7
|
+
"developer_comment": "Tooltip title when user hovers the next year button",
|
|
8
|
+
"string": "Próximo ano"
|
|
9
|
+
},
|
|
10
|
+
"UIKit.CalendarHeader.previousMonthTooltip": {
|
|
11
|
+
"developer_comment": "Tooltip title when user hovers the previous month button",
|
|
12
|
+
"string": "Mês anterior"
|
|
13
|
+
},
|
|
14
|
+
"UIKit.CalendarHeader.previousYearTooltip": {
|
|
15
|
+
"developer_comment": "Tooltip title when user hovers the previous year button",
|
|
16
|
+
"string": "Ano anterior"
|
|
17
|
+
},
|
|
18
|
+
"UIKit.CalendarHeader.todayTooltip": {
|
|
19
|
+
"developer_comment": "Tooltip title when user hovers the today button",
|
|
20
|
+
"string": "Hoje"
|
|
21
|
+
},
|
|
22
|
+
"UIKit.ClearButton.clearButtonLabel": {
|
|
23
|
+
"developer_comment": "Label for the clear button",
|
|
24
|
+
"string": "Limpar"
|
|
25
|
+
},
|
|
26
|
+
"UIKit.CreatableSelectInput.createLabel": {
|
|
27
|
+
"developer_comment": "Text of dropdown when creating option",
|
|
28
|
+
"string": "Criar \"{inputValue}\""
|
|
29
|
+
},
|
|
30
|
+
"UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": {
|
|
31
|
+
"developer_comment": "Indicate that the user can use the search input to load more attributes",
|
|
32
|
+
"string": "Carregue mais atributos usando a entrada de pesquisa acima"
|
|
33
|
+
},
|
|
34
|
+
"UIKit.DataTableManager.ColumnManager.closeButtonLabel": {
|
|
35
|
+
"developer_comment": "Label for density manager close button.",
|
|
36
|
+
"string": "Fechar"
|
|
37
|
+
},
|
|
38
|
+
"UIKit.DataTableManager.ColumnManager.hiddenColumns": {
|
|
39
|
+
"developer_comment": "Message for the hidden columns section",
|
|
40
|
+
"string": "Colunas ocultas"
|
|
41
|
+
},
|
|
42
|
+
"UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": {
|
|
43
|
+
"developer_comment": "Label when there are no hidden columns to show",
|
|
44
|
+
"string": "Não há colunas ocultas para mostrar."
|
|
45
|
+
},
|
|
46
|
+
"UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": {
|
|
47
|
+
"developer_comment": "Label when there are no selected columns to show",
|
|
48
|
+
"string": "Não há colunas selecionadas para mostrar."
|
|
49
|
+
},
|
|
50
|
+
"UIKit.DataTableManager.ColumnManager.title": {
|
|
51
|
+
"developer_comment": "Title for the column manager component.",
|
|
52
|
+
"string": "Gerenciador de colunas"
|
|
53
|
+
},
|
|
54
|
+
"UIKit.DataTableManager.ColumnSelectorGroups.visible": {
|
|
55
|
+
"developer_comment": "Message for the visible columns section.",
|
|
56
|
+
"string": "Colunas visíveis"
|
|
57
|
+
},
|
|
58
|
+
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
|
|
59
|
+
"developer_comment": "Label for density manager close button.",
|
|
60
|
+
"string": "Fechar"
|
|
61
|
+
},
|
|
62
|
+
"UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": {
|
|
63
|
+
"developer_comment": "Density display default option.",
|
|
64
|
+
"string": "Confortável"
|
|
65
|
+
},
|
|
66
|
+
"UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": {
|
|
67
|
+
"developer_comment": "Density display compact option.",
|
|
68
|
+
"string": "Compacto"
|
|
69
|
+
},
|
|
70
|
+
"UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": {
|
|
71
|
+
"developer_comment": "Subtitle for the density display options.",
|
|
72
|
+
"string": "Exibição de densidade"
|
|
73
|
+
},
|
|
74
|
+
"UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": {
|
|
75
|
+
"developer_comment": "All wrapped texts visible option.",
|
|
76
|
+
"string": "Tornar todos os textos agrupados visíveis"
|
|
77
|
+
},
|
|
78
|
+
"UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": {
|
|
79
|
+
"developer_comment": "Show or hide texts on demand option.",
|
|
80
|
+
"string": "Mostrar/ocultar textos por linha sob demanda"
|
|
81
|
+
},
|
|
82
|
+
"UIKit.DataTableManager.DensityManager.textWrappingSubtitle": {
|
|
83
|
+
"developer_comment": "Subtitle for the text wrapping options.",
|
|
84
|
+
"string": "Quebra automática de texto"
|
|
85
|
+
},
|
|
86
|
+
"UIKit.DataTableManager.DensityManager.title": {
|
|
87
|
+
"developer_comment": "Title for the density manager component.",
|
|
88
|
+
"string": "Exibir configurações"
|
|
89
|
+
},
|
|
90
|
+
"UIKit.DataTableManager.TableSettings.columnManagerOption": {
|
|
91
|
+
"developer_comment": "Column manager dropdown option label.",
|
|
92
|
+
"string": "Gerenciador de colunas"
|
|
93
|
+
},
|
|
94
|
+
"UIKit.DataTableManager.TableSettings.displaySettingsOption": {
|
|
95
|
+
"developer_comment": "Display settings dropdown option label.",
|
|
96
|
+
"string": "Exibir configurações"
|
|
97
|
+
},
|
|
98
|
+
"UIKit.DataTableManager.TableSettings.placeholder": {
|
|
99
|
+
"developer_comment": "Placeholder for the table settings select component.",
|
|
100
|
+
"string": "Configurações da tabela"
|
|
101
|
+
},
|
|
102
|
+
"UIKit.FieldErrors.invalidFractionalNumber": {
|
|
103
|
+
"developer_comment": "Error message when fractional number is used",
|
|
104
|
+
"string": "É necessário um número inteiro."
|
|
105
|
+
},
|
|
106
|
+
"UIKit.FieldErrors.invalidNegativeNumber": {
|
|
107
|
+
"developer_comment": "Error message when negative number is used",
|
|
108
|
+
"string": "Número negativo não é compatível."
|
|
109
|
+
},
|
|
110
|
+
"UIKit.FieldErrors.missingRequiredField": {
|
|
111
|
+
"developer_comment": "Error message for missing required value",
|
|
112
|
+
"string": "Este campo é obrigatório. Forneça um valor."
|
|
113
|
+
},
|
|
114
|
+
"UIKit.LocalizedMoneyInput.hide": {
|
|
115
|
+
"developer_comment": "Hide currencies button",
|
|
116
|
+
"string": "Ocultar moedas ({remainingCurrencies})"
|
|
117
|
+
},
|
|
118
|
+
"UIKit.LocalizedMoneyInput.missingRequiredField": {
|
|
119
|
+
"developer_comment": "Error message for missing required value",
|
|
120
|
+
"string": "Este campo é obrigatório. Forneça pelo menos um valor."
|
|
121
|
+
},
|
|
122
|
+
"UIKit.LocalizedMoneyInput.show": {
|
|
123
|
+
"developer_comment": "Show all currencies button",
|
|
124
|
+
"string": "Mostrar todas as moedas ({remainingCurrencies})"
|
|
125
|
+
},
|
|
126
|
+
"UIKit.LocalizedTextInput.hide": {
|
|
127
|
+
"developer_comment": "Label of language collapse button",
|
|
128
|
+
"string": "Ocultar moeadas ({remainingLanguages})"
|
|
129
|
+
},
|
|
130
|
+
"UIKit.LocalizedTextInput.missingRequiredField": {
|
|
131
|
+
"developer_comment": "Error message for missing required value",
|
|
132
|
+
"string": "Este campo é obrigatório. Forneça pelo menos um valor."
|
|
133
|
+
},
|
|
134
|
+
"UIKit.LocalizedTextInput.show": {
|
|
135
|
+
"developer_comment": "Label of language expansion button",
|
|
136
|
+
"string": "Mostrar todos os idiomas ({remainingLanguages})"
|
|
137
|
+
},
|
|
138
|
+
"UIKit.MoneyInput.highPrecision": {
|
|
139
|
+
"developer_comment": "Label of high precision tooltip in MoneyInput",
|
|
140
|
+
"string": "Preço de alta precisão"
|
|
141
|
+
},
|
|
142
|
+
"UIKit.MultilineTextInput.collapse": {
|
|
143
|
+
"developer_comment": "The label for \"collapse\" action",
|
|
144
|
+
"string": "Recolher"
|
|
145
|
+
},
|
|
146
|
+
"UIKit.MultilineTextInput.expand": {
|
|
147
|
+
"developer_comment": "The label for \"expand\" action",
|
|
148
|
+
"string": "Expandir"
|
|
149
|
+
},
|
|
150
|
+
"UIKit.Pagination.PageNavigator.nextPageLabel": {
|
|
151
|
+
"developer_comment": "Label for next page button",
|
|
152
|
+
"string": "Próxima página"
|
|
153
|
+
},
|
|
154
|
+
"UIKit.Pagination.PageNavigator.page": {
|
|
155
|
+
"developer_comment": "Label for page",
|
|
156
|
+
"string": "Página"
|
|
157
|
+
},
|
|
158
|
+
"UIKit.Pagination.PageNavigator.pageCount": {
|
|
159
|
+
"developer_comment": "Label for total pages",
|
|
160
|
+
"string": "de {count}"
|
|
161
|
+
},
|
|
162
|
+
"UIKit.Pagination.PageNavigator.previousPageLabel": {
|
|
163
|
+
"developer_comment": "Label for previous page button",
|
|
164
|
+
"string": "Página anterior"
|
|
165
|
+
},
|
|
166
|
+
"UIKit.Pagination.PageSizeSelector.pageSize": {
|
|
167
|
+
"developer_comment": "How many items are per page",
|
|
168
|
+
"string": "Itens por página ({count} itens)"
|
|
169
|
+
},
|
|
170
|
+
"UIKit.PasswordField.hide": {
|
|
171
|
+
"developer_comment": "Label for the button to hide the password",
|
|
172
|
+
"string": "ocultar"
|
|
173
|
+
},
|
|
174
|
+
"UIKit.PasswordField.show": {
|
|
175
|
+
"developer_comment": "Label for the button to show the password",
|
|
176
|
+
"string": "mostrar"
|
|
177
|
+
},
|
|
178
|
+
"UIKit.RichTextBody.boldButtonLabel": {
|
|
179
|
+
"developer_comment": "Label for the bold button",
|
|
180
|
+
"string": "Negrito"
|
|
181
|
+
},
|
|
182
|
+
"UIKit.RichTextBody.expandButtonLabel": {
|
|
183
|
+
"developer_comment": "Label for the expand button",
|
|
184
|
+
"string": "Expandir"
|
|
185
|
+
},
|
|
186
|
+
"UIKit.RichTextBody.italicButtonLabel": {
|
|
187
|
+
"developer_comment": "Label for the italic button",
|
|
188
|
+
"string": "Itálico"
|
|
189
|
+
},
|
|
190
|
+
"UIKit.RichTextBody.moreStylesDropdownLabel": {
|
|
191
|
+
"developer_comment": "Label for the more styles dropdown",
|
|
192
|
+
"string": "Mais estilos"
|
|
193
|
+
},
|
|
194
|
+
"UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": {
|
|
195
|
+
"developer_comment": "label for the more styles `strikethrough` option",
|
|
196
|
+
"string": "Tachado"
|
|
197
|
+
},
|
|
198
|
+
"UIKit.RichTextBody.moreStylesDropdownOptionSubscript": {
|
|
199
|
+
"developer_comment": "label for the more styles `subscript` option",
|
|
200
|
+
"string": "Subscrito"
|
|
201
|
+
},
|
|
202
|
+
"UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": {
|
|
203
|
+
"developer_comment": "label for the more styles `superscript` option",
|
|
204
|
+
"string": "Sobrescrito"
|
|
205
|
+
},
|
|
206
|
+
"UIKit.RichTextBody.orderedListButtonLabel": {
|
|
207
|
+
"developer_comment": "Label for the numbered list button",
|
|
208
|
+
"string": "Lista numerada"
|
|
209
|
+
},
|
|
210
|
+
"UIKit.RichTextBody.redoButtonLabel": {
|
|
211
|
+
"developer_comment": "Label for the redo button",
|
|
212
|
+
"string": "Refazer"
|
|
213
|
+
},
|
|
214
|
+
"UIKit.RichTextBody.styleDropdownLabel": {
|
|
215
|
+
"developer_comment": "Label for the style dropdown",
|
|
216
|
+
"string": "Estilos de texto"
|
|
217
|
+
},
|
|
218
|
+
"UIKit.RichTextBody.styleDropdownOptionH1": {
|
|
219
|
+
"developer_comment": "Label for the `headline-one` option",
|
|
220
|
+
"string": "Título H1"
|
|
221
|
+
},
|
|
222
|
+
"UIKit.RichTextBody.styleDropdownOptionH2": {
|
|
223
|
+
"developer_comment": "Label for the `headline-two` option",
|
|
224
|
+
"string": "Título H2"
|
|
225
|
+
},
|
|
226
|
+
"UIKit.RichTextBody.styleDropdownOptionH3": {
|
|
227
|
+
"developer_comment": "Label for the `headline-three` option",
|
|
228
|
+
"string": "Título H3"
|
|
229
|
+
},
|
|
230
|
+
"UIKit.RichTextBody.styleDropdownOptionH4": {
|
|
231
|
+
"developer_comment": "Label for the `headline-four` option",
|
|
232
|
+
"string": "Título H4"
|
|
233
|
+
},
|
|
234
|
+
"UIKit.RichTextBody.styleDropdownOptionH5": {
|
|
235
|
+
"developer_comment": "Label for the `headline-five` option",
|
|
236
|
+
"string": "Título H5"
|
|
237
|
+
},
|
|
238
|
+
"UIKit.RichTextBody.styleDropdownOptionParagraph": {
|
|
239
|
+
"developer_comment": "Label for the `paragraph` option",
|
|
240
|
+
"string": "Parágrafo"
|
|
241
|
+
},
|
|
242
|
+
"UIKit.RichTextBody.styleDropdownOptionPreformatted": {
|
|
243
|
+
"developer_comment": "Label for the `code` option",
|
|
244
|
+
"string": "Pré-formatado"
|
|
245
|
+
},
|
|
246
|
+
"UIKit.RichTextBody.styleDropdownOptionQuote": {
|
|
247
|
+
"developer_comment": "Label for the `quote` option",
|
|
248
|
+
"string": "Aspas"
|
|
249
|
+
},
|
|
250
|
+
"UIKit.RichTextBody.underlinedButtonLabel": {
|
|
251
|
+
"developer_comment": "Label for the underline button",
|
|
252
|
+
"string": "Sublinhado"
|
|
253
|
+
},
|
|
254
|
+
"UIKit.RichTextBody.undoButtonLabel": {
|
|
255
|
+
"developer_comment": "Label for the undo button",
|
|
256
|
+
"string": "Desfazer"
|
|
257
|
+
},
|
|
258
|
+
"UIKit.RichTextBody.unorderedListButtonLabel": {
|
|
259
|
+
"developer_comment": "Label for the bullet list button",
|
|
260
|
+
"string": "Lista com marcadores"
|
|
261
|
+
},
|
|
262
|
+
"UIKit.SearchSelectInput.loadingOptionsMessage": {
|
|
263
|
+
"developer_comment": "Text showed while the options are being loaded",
|
|
264
|
+
"string": "Carregando correspondências exatas"
|
|
265
|
+
},
|
|
266
|
+
"UIKit.SearchSelectInput.noOptionsMessage": {
|
|
267
|
+
"developer_comment": "Text of search select dropdown when no options match search text",
|
|
268
|
+
"string": "Nenhuma correspondência encontrada para o seu termo de pesquisa"
|
|
269
|
+
},
|
|
270
|
+
"UIKit.SearchSelectInput.placeholderMessage": {
|
|
271
|
+
"developer_comment": "Placeholder text for the input",
|
|
272
|
+
"string": "Pesquisar por..."
|
|
273
|
+
},
|
|
274
|
+
"UIKit.SelectInput.loadingOptions": {
|
|
275
|
+
"developer_comment": "Default input loading text",
|
|
276
|
+
"string": "Carregando..."
|
|
277
|
+
},
|
|
278
|
+
"UIKit.SelectInput.noOptionsMessageWithInputValue": {
|
|
279
|
+
"developer_comment": "Text of dropdown when no options match search text",
|
|
280
|
+
"string": "Nenhuma opção"
|
|
281
|
+
},
|
|
282
|
+
"UIKit.SelectInput.noOptionsMessageWithoutInputValue": {
|
|
283
|
+
"developer_comment": "Text of dropdown when no options exist",
|
|
284
|
+
"string": "Nenhuma opção"
|
|
285
|
+
},
|
|
286
|
+
"UIKit.SelectInput.placeholder": {
|
|
287
|
+
"developer_comment": "Default input placeholder text",
|
|
288
|
+
"string": "Selecionar"
|
|
289
|
+
},
|
|
290
|
+
"UIKit.TimeInput.placeholder": {
|
|
291
|
+
"developer_comment": "Placeholder for time input",
|
|
292
|
+
"string": "HH:mm AM/PM"
|
|
293
|
+
}
|
|
75
294
|
}
|