@commercetools/nimbus-i18n 0.0.0-canary-20251112154930 → 0.0.0-canary-20251112164100

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/data/pt-BR.json CHANGED
@@ -1 +1,454 @@
1
- {}
1
+ {
2
+ "Nimbus.Alert.dismiss": {
3
+ "developer_comment": "aria-label for the dismiss button in an alert",
4
+ "string": "Dispensar"
5
+ },
6
+ "Nimbus.Avatar.avatarLabel": {
7
+ "developer_comment": "aria-label for avatar component with user's full name",
8
+ "string": "Avatar para {fullName}"
9
+ },
10
+ "Nimbus.Calendar.nextMonth": {
11
+ "developer_comment": "aria-label for next month navigation button",
12
+ "string": "Próximo mês"
13
+ },
14
+ "Nimbus.Calendar.nextYear": {
15
+ "developer_comment": "aria-label for next year navigation button",
16
+ "string": "Próximo ano"
17
+ },
18
+ "Nimbus.Calendar.previousMonth": {
19
+ "developer_comment": "aria-label for previous month navigation button",
20
+ "string": "Mês anterior"
21
+ },
22
+ "Nimbus.Calendar.previousYear": {
23
+ "developer_comment": "aria-label for previous year navigation button",
24
+ "string": "Ano anterior"
25
+ },
26
+ "Nimbus.ComboBox.clearSelection": {
27
+ "developer_comment": "aria-label for the clear selection button",
28
+ "string": "Limpar seleção"
29
+ },
30
+ "Nimbus.ComboBox.comboboxDialog": {
31
+ "developer_comment": "aria-label for the combobox dialog overlay",
32
+ "string": "Caixa de diálogo combobox"
33
+ },
34
+ "Nimbus.ComboBox.filterOptions": {
35
+ "developer_comment": "aria-label for the combobox filter input field",
36
+ "string": "Opções de filtro da combobox"
37
+ },
38
+ "Nimbus.ComboBox.options": {
39
+ "developer_comment": "aria-label for the combobox options list",
40
+ "string": "Opções da combobox"
41
+ },
42
+ "Nimbus.ComboBox.selectedValues": {
43
+ "developer_comment": "aria-label for the selected values tag group in multi-select",
44
+ "string": "Selecionar valores"
45
+ },
46
+ "Nimbus.ComboBox.toggleCombobox": {
47
+ "developer_comment": "aria-label for the combobox toggle button",
48
+ "string": "Escolher combobox"
49
+ },
50
+ "Nimbus.DataTable.dataTable": {
51
+ "developer_comment": "aria-label for the data table element",
52
+ "string": "Tabela de dados"
53
+ },
54
+ "Nimbus.DataTable.dataTableBody": {
55
+ "developer_comment": "aria-label for the data table body element",
56
+ "string": "Corpo da tabela de dados"
57
+ },
58
+ "Nimbus.DataTable.dataTableHeader": {
59
+ "developer_comment": "aria-label for the data table header element",
60
+ "string": "Cabeçalho da tabela de dados"
61
+ },
62
+ "Nimbus.DataTable.expandRows": {
63
+ "developer_comment": "aria-label for the expand rows column header",
64
+ "string": "Expandir linhas"
65
+ },
66
+ "Nimbus.DataTable.pinRows": {
67
+ "developer_comment": "aria-label for the pin rows column header",
68
+ "string": "Fixar linhas"
69
+ },
70
+ "Nimbus.DataTable.resizeColumn": {
71
+ "developer_comment": "aria-label for the column resizer",
72
+ "string": "Redimensionar colunas"
73
+ },
74
+ "Nimbus.DataTable.selectRow": {
75
+ "developer_comment": "aria-label for the row selection checkbox",
76
+ "string": "Selecionar linha"
77
+ },
78
+ "Nimbus.DatePicker.Time.enterTime": {
79
+ "developer_comment": "aria-label for time input field in date picker",
80
+ "string": "Inserir hora"
81
+ },
82
+ "Nimbus.DatePicker.Time.enterTimeHour": {
83
+ "developer_comment": "aria-label for hour-only time input in date picker",
84
+ "string": "Inserir hora (hora)"
85
+ },
86
+ "Nimbus.DatePicker.Time.enterTimeHourMinute": {
87
+ "developer_comment": "aria-label for hour and minute time input in date picker",
88
+ "string": "Inserir hora (hora e minutos)"
89
+ },
90
+ "Nimbus.DatePicker.Time.enterTimeHourMinuteSecond": {
91
+ "developer_comment": "aria-label for full time input with seconds in date picker",
92
+ "string": "Inserir hora (hora, minutos e segundos)"
93
+ },
94
+ "Nimbus.DatePicker.Time.startTime": {
95
+ "developer_comment": "Label for start time in date picker",
96
+ "string": "Hora de início"
97
+ },
98
+ "Nimbus.DatePicker.clearInput": {
99
+ "developer_comment": "aria-label for clear input button in date picker",
100
+ "string": "Limpar valores inseridos"
101
+ },
102
+ "Nimbus.DateRangePicker.clearInput": {
103
+ "developer_comment": "aria-label for clear input button in date range picker",
104
+ "string": "Limpar valores inseridos"
105
+ },
106
+ "Nimbus.DateRangePicker.clearSelection": {
107
+ "developer_comment": "aria-label for clear button in date range picker",
108
+ "string": "Limpar intervalo de datas"
109
+ },
110
+ "Nimbus.DateRangePicker.endTime": {
111
+ "developer_comment": "aria-label for end time input (default)",
112
+ "string": "Hora de término"
113
+ },
114
+ "Nimbus.DateRangePicker.endTimeHour": {
115
+ "developer_comment": "aria-label for end time input (hour granularity)",
116
+ "string": "Hora de término (hora)"
117
+ },
118
+ "Nimbus.DateRangePicker.endTimeHourMinute": {
119
+ "developer_comment": "aria-label for end time input (minute granularity)",
120
+ "string": "Hora de término (hora e minutos)"
121
+ },
122
+ "Nimbus.DateRangePicker.endTimeHourMinuteSecond": {
123
+ "developer_comment": "aria-label for end time input (second granularity)",
124
+ "string": "Hora de término (hora, minutos e segundos)"
125
+ },
126
+ "Nimbus.DateRangePicker.endTimeLabel": {
127
+ "developer_comment": "visible label for end time input field",
128
+ "string": "Hora de término"
129
+ },
130
+ "Nimbus.DateRangePicker.openCalendar": {
131
+ "developer_comment": "aria-label for calendar toggle button in date range picker",
132
+ "string": "Abrir agenda"
133
+ },
134
+ "Nimbus.DateRangePicker.startTime": {
135
+ "developer_comment": "aria-label for start time input (default)",
136
+ "string": "Hora de início"
137
+ },
138
+ "Nimbus.DateRangePicker.startTimeHour": {
139
+ "developer_comment": "aria-label for start time input (hour granularity)",
140
+ "string": "Hora de início (hora)"
141
+ },
142
+ "Nimbus.DateRangePicker.startTimeHourMinute": {
143
+ "developer_comment": "aria-label for start time input (minute granularity)",
144
+ "string": "Hora de início (hora e minutos)"
145
+ },
146
+ "Nimbus.DateRangePicker.startTimeHourMinuteSecond": {
147
+ "developer_comment": "aria-label for start time input (second granularity)",
148
+ "string": "Hora de início (hora, minutos e segundos)"
149
+ },
150
+ "Nimbus.DateRangePicker.startTimeLabel": {
151
+ "developer_comment": "visible label for start time input field",
152
+ "string": "Hora de início"
153
+ },
154
+ "Nimbus.Dialog.closeTrigger": {
155
+ "developer_comment": "aria-label for the default close trigger button",
156
+ "string": "Fechar caixa de diálogo"
157
+ },
158
+ "Nimbus.DraggableList.emptyMessage": {
159
+ "developer_comment": "message displayed when drag-and-drop enabled list is empty",
160
+ "string": "arrastar itens aqui"
161
+ },
162
+ "Nimbus.DraggableList.removeButtonLabel": {
163
+ "developer_comment": "label for button that removes an item from the list",
164
+ "string": "remover item"
165
+ },
166
+ "Nimbus.Drawer.closeTrigger": {
167
+ "developer_comment": "aria-label for the default close trigger button",
168
+ "string": "Fechar gaveta"
169
+ },
170
+ "Nimbus.FieldErrors.duplicateValue": {
171
+ "developer_comment": "Error message for duplicate value validation",
172
+ "string": "O valor já está em uso. Use um valor único."
173
+ },
174
+ "Nimbus.FieldErrors.emptyValue": {
175
+ "developer_comment": "Error message for empty value when content is required",
176
+ "string": "O campo não pode estar vazio."
177
+ },
178
+ "Nimbus.FieldErrors.invalidFormat": {
179
+ "developer_comment": "Error message for format validation",
180
+ "string": "Insira um formato válido."
181
+ },
182
+ "Nimbus.FieldErrors.invalidFractionalNumber": {
183
+ "developer_comment": "Error message when fractional number is used",
184
+ "string": "É necessário um número inteiro."
185
+ },
186
+ "Nimbus.FieldErrors.invalidFromServer": {
187
+ "developer_comment": "Error message for server-side validation errors",
188
+ "string": "A validação do servidor falhou. Verifique os dados inseridos."
189
+ },
190
+ "Nimbus.FieldErrors.invalidNegativeNumber": {
191
+ "developer_comment": "Error message when negative number is used",
192
+ "string": "Números negativos não podem ser usados."
193
+ },
194
+ "Nimbus.FieldErrors.invalidValue": {
195
+ "developer_comment": "Error message for invalid value or format",
196
+ "string": "O valor fornecido é inválido."
197
+ },
198
+ "Nimbus.FieldErrors.missingRequiredField": {
199
+ "developer_comment": "Error message for missing required value",
200
+ "string": "Este campo é obrigatório. Informe um valor."
201
+ },
202
+ "Nimbus.FieldErrors.resourceNotFound": {
203
+ "developer_comment": "Error message when a resource is not found",
204
+ "string": "O recurso solicitado não foi encontrado."
205
+ },
206
+ "Nimbus.FieldErrors.valueAboveMaximum": {
207
+ "developer_comment": "Error message for values above maximum threshold",
208
+ "string": "O valor deve ser menor ou igual ao máximo."
209
+ },
210
+ "Nimbus.FieldErrors.valueBelowMinimum": {
211
+ "developer_comment": "Error message for values below minimum threshold",
212
+ "string": "O valor deve ser maior ou igual ao mínimo."
213
+ },
214
+ "Nimbus.FieldErrors.valueBlocked": {
215
+ "developer_comment": "Error message for blocked or restricted values",
216
+ "string": "O valor não é permitido."
217
+ },
218
+ "Nimbus.FieldErrors.valueOutOfRange": {
219
+ "developer_comment": "Error message for values outside acceptable range",
220
+ "string": "O valor deve estar dentro do intervalo aceitável."
221
+ },
222
+ "Nimbus.FieldErrors.valueTooLong": {
223
+ "developer_comment": "Error message for maximum length validation",
224
+ "string": "O valor é muito longo."
225
+ },
226
+ "Nimbus.FieldErrors.valueTooShort": {
227
+ "developer_comment": "Error message for minimum length validation",
228
+ "string": "O valor é muito curto."
229
+ },
230
+ "Nimbus.LoadingSpinner.default": {
231
+ "developer_comment": "Default loading message for loading spinners",
232
+ "string": "Carregando dados"
233
+ },
234
+ "Nimbus.LocalizedField.hideCurrencies": {
235
+ "developer_comment": "Label for hiding all currency inputs when toggle button is pressed",
236
+ "string": "Ocultar todas as ocorrências"
237
+ },
238
+ "Nimbus.LocalizedField.hideLanguages": {
239
+ "developer_comment": "Label for hiding all language inputs when toggle button is pressed",
240
+ "string": "Ocultar todos os idiomas"
241
+ },
242
+ "Nimbus.LocalizedField.infoBoxTriggerAriaLabel": {
243
+ "developer_comment": "aria label for button that triggers more info dialog",
244
+ "string": "mais informações"
245
+ },
246
+ "Nimbus.LocalizedField.missingRequiredField": {
247
+ "developer_comment": "Error message for missing required value",
248
+ "string": "Este campo é obrigatório. Forneça pelo menos um valor."
249
+ },
250
+ "Nimbus.LocalizedField.showCurrencies": {
251
+ "developer_comment": "Label for showing all currency inputs when toggle button is pressed",
252
+ "string": "Mostrar todas as ocorrências"
253
+ },
254
+ "Nimbus.LocalizedField.showLanguages": {
255
+ "developer_comment": "Label for showing all language inputs when toggle button is pressed",
256
+ "string": "Mostrar todos os idiomas"
257
+ },
258
+ "Nimbus.MoneyInput.amountInputLabel": {
259
+ "developer_comment": "aria-label for amount input",
260
+ "string": "Valor"
261
+ },
262
+ "Nimbus.MoneyInput.currencySelectLabel": {
263
+ "developer_comment": "aria-label for currency selection dropdown",
264
+ "string": "Moeda"
265
+ },
266
+ "Nimbus.MoneyInput.highPrecisionPrice": {
267
+ "developer_comment": "tooltip text for high precision price badge",
268
+ "string": "Preço de alta precisão"
269
+ },
270
+ "Nimbus.NumberInput.decrement": {
271
+ "developer_comment": "aria-label for the decrement button in number input",
272
+ "string": "Redução"
273
+ },
274
+ "Nimbus.NumberInput.increment": {
275
+ "developer_comment": "aria-label for the increment button in number input",
276
+ "string": "Aumento"
277
+ },
278
+ "Nimbus.Pagination.currentPage": {
279
+ "developer_comment": "aria-label for the current page input field",
280
+ "string": "Página atual"
281
+ },
282
+ "Nimbus.Pagination.goToNextPage": {
283
+ "developer_comment": "aria-label for the next page button",
284
+ "string": "Ir para a próxima página"
285
+ },
286
+ "Nimbus.Pagination.goToPreviousPage": {
287
+ "developer_comment": "aria-label for the previous page button",
288
+ "string": "Ir para a página anterior"
289
+ },
290
+ "Nimbus.Pagination.itemsPerPage": {
291
+ "developer_comment": "aria-label for the items per page selector",
292
+ "string": "Itens por página"
293
+ },
294
+ "Nimbus.Pagination.itemsPerPageText": {
295
+ "developer_comment": "text label displayed next to the page size selector",
296
+ "string": "Itens por página"
297
+ },
298
+ "Nimbus.Pagination.ofTotalPages": {
299
+ "developer_comment": "text showing total pages count after current page input",
300
+ "string": "de {totalPages}"
301
+ },
302
+ "Nimbus.Pagination.page": {
303
+ "developer_comment": "text label displayed before the page number",
304
+ "string": "Página"
305
+ },
306
+ "Nimbus.Pagination.pagination": {
307
+ "developer_comment": "aria-label for the pagination navigation element",
308
+ "string": "Paginação"
309
+ },
310
+ "Nimbus.PasswordInput.hide": {
311
+ "developer_comment": "aria-label & tooltip for hide password button",
312
+ "string": "Ocultar senha"
313
+ },
314
+ "Nimbus.PasswordInput.show": {
315
+ "developer_comment": "aria-label & tooltip for show password button",
316
+ "string": "Mostrar senha"
317
+ },
318
+ "Nimbus.RangeCalendar.nextMonth": {
319
+ "developer_comment": "aria-label for next month navigation button",
320
+ "string": "Próximo mês"
321
+ },
322
+ "Nimbus.RangeCalendar.nextYear": {
323
+ "developer_comment": "aria-label for next year navigation button",
324
+ "string": "Próximo ano"
325
+ },
326
+ "Nimbus.RangeCalendar.previousMonth": {
327
+ "developer_comment": "aria-label for previous month navigation button",
328
+ "string": "Mês anterior"
329
+ },
330
+ "Nimbus.RangeCalendar.previousYear": {
331
+ "developer_comment": "aria-label for previous year navigation button",
332
+ "string": "Ano anterior"
333
+ },
334
+ "Nimbus.RichTextInput.bold": {
335
+ "developer_comment": "aria-label and tooltip for the bold formatting button",
336
+ "string": "Negrito"
337
+ },
338
+ "Nimbus.RichTextInput.bulletedList": {
339
+ "developer_comment": "aria-label for the bulleted list button",
340
+ "string": "Lista com marcadores"
341
+ },
342
+ "Nimbus.RichTextInput.code": {
343
+ "developer_comment": "label for the code formatting menu item",
344
+ "string": "Código"
345
+ },
346
+ "Nimbus.RichTextInput.headingFive": {
347
+ "developer_comment": "label for heading 5 text style",
348
+ "string": "Cabeçalho 5"
349
+ },
350
+ "Nimbus.RichTextInput.headingFour": {
351
+ "developer_comment": "label for heading 4 text style",
352
+ "string": "Cabeçalho 4"
353
+ },
354
+ "Nimbus.RichTextInput.headingOne": {
355
+ "developer_comment": "label for heading 1 text style",
356
+ "string": "Cabeçalho 1"
357
+ },
358
+ "Nimbus.RichTextInput.headingThree": {
359
+ "developer_comment": "label for heading 3 text style",
360
+ "string": "Cabeçalho 3"
361
+ },
362
+ "Nimbus.RichTextInput.headingTwo": {
363
+ "developer_comment": "label for heading 2 text style",
364
+ "string": "Cabeçalho 2"
365
+ },
366
+ "Nimbus.RichTextInput.italic": {
367
+ "developer_comment": "aria-label and tooltip for the italic formatting button",
368
+ "string": "Itálico"
369
+ },
370
+ "Nimbus.RichTextInput.listFormatting": {
371
+ "developer_comment": "aria-label for the list formatting toggle group",
372
+ "string": "Formatação de lista"
373
+ },
374
+ "Nimbus.RichTextInput.moreFormattingOptions": {
375
+ "developer_comment": "aria-label for the more formatting options menu button",
376
+ "string": "Mais opções de formatação"
377
+ },
378
+ "Nimbus.RichTextInput.moreStyles": {
379
+ "developer_comment": "tooltip text for the more formatting options menu",
380
+ "string": "Mais estilos"
381
+ },
382
+ "Nimbus.RichTextInput.numberedList": {
383
+ "developer_comment": "aria-label for the numbered list button",
384
+ "string": "Lista numerada"
385
+ },
386
+ "Nimbus.RichTextInput.paragraph": {
387
+ "developer_comment": "label for paragraph text style",
388
+ "string": "Parágrafo"
389
+ },
390
+ "Nimbus.RichTextInput.quote": {
391
+ "developer_comment": "label for block quote text style",
392
+ "string": "Cotação"
393
+ },
394
+ "Nimbus.RichTextInput.redo": {
395
+ "developer_comment": "aria-label and tooltip for the redo button",
396
+ "string": "Refazer"
397
+ },
398
+ "Nimbus.RichTextInput.strikethrough": {
399
+ "developer_comment": "label for the strikethrough menu item",
400
+ "string": "Tachado"
401
+ },
402
+ "Nimbus.RichTextInput.subscript": {
403
+ "developer_comment": "label for the subscript formatting menu item",
404
+ "string": "Subscrito"
405
+ },
406
+ "Nimbus.RichTextInput.superscript": {
407
+ "developer_comment": "label for the superscript formatting menu item",
408
+ "string": "Sobrescrito"
409
+ },
410
+ "Nimbus.RichTextInput.textFormatting": {
411
+ "developer_comment": "aria-label for the text formatting toolbar",
412
+ "string": "Formatação de texto"
413
+ },
414
+ "Nimbus.RichTextInput.textStyle": {
415
+ "developer_comment": "tooltip text for the text style menu",
416
+ "string": "Estilo de texto"
417
+ },
418
+ "Nimbus.RichTextInput.textStyleMenu": {
419
+ "developer_comment": "aria-label for the text style menu trigger button",
420
+ "string": "Menu de estilo de texto"
421
+ },
422
+ "Nimbus.RichTextInput.underline": {
423
+ "developer_comment": "aria-label and tooltip for the underline formatting button",
424
+ "string": "Sublinhado"
425
+ },
426
+ "Nimbus.RichTextInput.undo": {
427
+ "developer_comment": "aria-label and tooltip for the undo button",
428
+ "string": "Desfazer"
429
+ },
430
+ "Nimbus.ScopedSearchInput.searchLabel": {
431
+ "developer_comment": "Default aria-label for search input",
432
+ "string": "Pesquisa"
433
+ },
434
+ "Nimbus.ScopedSearchInput.selectLabel": {
435
+ "developer_comment": "Default aria-label for select dropdown",
436
+ "string": "Filtrar por"
437
+ },
438
+ "Nimbus.SearchInput.clearInput": {
439
+ "developer_comment": "aria-label for search input clear button",
440
+ "string": "Limpar entrada de pesquisa"
441
+ },
442
+ "Nimbus.Select.clearSelection": {
443
+ "developer_comment": "aria-label for select clear button",
444
+ "string": "Limpar seleção"
445
+ },
446
+ "Nimbus.SplitButton.noActionsAvailable": {
447
+ "developer_comment": "fallback message when split button has no menu items",
448
+ "string": "Não há ações disponíveis"
449
+ },
450
+ "Nimbus.TagGroup.removeTag": {
451
+ "developer_comment": "aria-label for remove tag button",
452
+ "string": "Remover tag"
453
+ }
454
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus-i18n",
3
3
  "description": "All translation messages from the Nimbus design system.",
4
- "version": "0.0.0-canary-20251112154930",
4
+ "version": "0.0.0-canary-20251112164100",
5
5
  "bugs": "https://github.com/commercetools/nimbus/issues",
6
6
  "repository": {
7
7
  "type": "git",