@commercetools/nimbus-i18n 0.0.0-canary-20251112154042 → 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/es.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": "Desechar"
5
+ },
6
+ "Nimbus.Avatar.avatarLabel": {
7
+ "developer_comment": "aria-label for avatar component with user's full name",
8
+ "string": "Imagen de avatar para {fullName}"
9
+ },
10
+ "Nimbus.Calendar.nextMonth": {
11
+ "developer_comment": "aria-label for next month navigation button",
12
+ "string": "Próximo mes"
13
+ },
14
+ "Nimbus.Calendar.nextYear": {
15
+ "developer_comment": "aria-label for next year navigation button",
16
+ "string": "Próximo año"
17
+ },
18
+ "Nimbus.Calendar.previousMonth": {
19
+ "developer_comment": "aria-label for previous month navigation button",
20
+ "string": "Mes anterior"
21
+ },
22
+ "Nimbus.Calendar.previousYear": {
23
+ "developer_comment": "aria-label for previous year navigation button",
24
+ "string": "Año anterior"
25
+ },
26
+ "Nimbus.ComboBox.clearSelection": {
27
+ "developer_comment": "aria-label for the clear selection button",
28
+ "string": "Borrar selección"
29
+ },
30
+ "Nimbus.ComboBox.comboboxDialog": {
31
+ "developer_comment": "aria-label for the combobox dialog overlay",
32
+ "string": "Diálogo Combobox"
33
+ },
34
+ "Nimbus.ComboBox.filterOptions": {
35
+ "developer_comment": "aria-label for the combobox filter input field",
36
+ "string": "Filtrar opciones Combobox"
37
+ },
38
+ "Nimbus.ComboBox.options": {
39
+ "developer_comment": "aria-label for the combobox options list",
40
+ "string": "Opciones Combobox"
41
+ },
42
+ "Nimbus.ComboBox.selectedValues": {
43
+ "developer_comment": "aria-label for the selected values tag group in multi-select",
44
+ "string": "Valores seleccionados"
45
+ },
46
+ "Nimbus.ComboBox.toggleCombobox": {
47
+ "developer_comment": "aria-label for the combobox toggle button",
48
+ "string": "Conmutar combobox"
49
+ },
50
+ "Nimbus.DataTable.dataTable": {
51
+ "developer_comment": "aria-label for the data table element",
52
+ "string": "Tabla de datos"
53
+ },
54
+ "Nimbus.DataTable.dataTableBody": {
55
+ "developer_comment": "aria-label for the data table body element",
56
+ "string": "Cuerpo de la tabla de datos"
57
+ },
58
+ "Nimbus.DataTable.dataTableHeader": {
59
+ "developer_comment": "aria-label for the data table header element",
60
+ "string": "Encabezamiento de la tabla de datos"
61
+ },
62
+ "Nimbus.DataTable.expandRows": {
63
+ "developer_comment": "aria-label for the expand rows column header",
64
+ "string": "Extender filas"
65
+ },
66
+ "Nimbus.DataTable.pinRows": {
67
+ "developer_comment": "aria-label for the pin rows column header",
68
+ "string": "Fijar filas"
69
+ },
70
+ "Nimbus.DataTable.resizeColumn": {
71
+ "developer_comment": "aria-label for the column resizer",
72
+ "string": "Ajustar tamaño de columna"
73
+ },
74
+ "Nimbus.DataTable.selectRow": {
75
+ "developer_comment": "aria-label for the row selection checkbox",
76
+ "string": "Seleccionar fila"
77
+ },
78
+ "Nimbus.DatePicker.Time.enterTime": {
79
+ "developer_comment": "aria-label for time input field in date picker",
80
+ "string": "Indicar tiempo"
81
+ },
82
+ "Nimbus.DatePicker.Time.enterTimeHour": {
83
+ "developer_comment": "aria-label for hour-only time input in date picker",
84
+ "string": "Indicar tiempo (hora)"
85
+ },
86
+ "Nimbus.DatePicker.Time.enterTimeHourMinute": {
87
+ "developer_comment": "aria-label for hour and minute time input in date picker",
88
+ "string": "Indicar tiempo (hora y minuto)"
89
+ },
90
+ "Nimbus.DatePicker.Time.enterTimeHourMinuteSecond": {
91
+ "developer_comment": "aria-label for full time input with seconds in date picker",
92
+ "string": "Indicar tiempo (hora, minuto y segundo)"
93
+ },
94
+ "Nimbus.DatePicker.Time.startTime": {
95
+ "developer_comment": "Label for start time in date picker",
96
+ "string": "Iniciar tiempo"
97
+ },
98
+ "Nimbus.DatePicker.clearInput": {
99
+ "developer_comment": "aria-label for clear input button in date picker",
100
+ "string": "Eliminar valor de entrada"
101
+ },
102
+ "Nimbus.DateRangePicker.clearInput": {
103
+ "developer_comment": "aria-label for clear input button in date range picker",
104
+ "string": "Eliminar valor de entrada"
105
+ },
106
+ "Nimbus.DateRangePicker.clearSelection": {
107
+ "developer_comment": "aria-label for clear button in date range picker",
108
+ "string": "Borrar rango de fechas"
109
+ },
110
+ "Nimbus.DateRangePicker.endTime": {
111
+ "developer_comment": "aria-label for end time input (default)",
112
+ "string": "Finalizar tiempo"
113
+ },
114
+ "Nimbus.DateRangePicker.endTimeHour": {
115
+ "developer_comment": "aria-label for end time input (hour granularity)",
116
+ "string": "Finalizar tiempo (hora)"
117
+ },
118
+ "Nimbus.DateRangePicker.endTimeHourMinute": {
119
+ "developer_comment": "aria-label for end time input (minute granularity)",
120
+ "string": "Finalizar tiempo (hora y minuto)"
121
+ },
122
+ "Nimbus.DateRangePicker.endTimeHourMinuteSecond": {
123
+ "developer_comment": "aria-label for end time input (second granularity)",
124
+ "string": "Finalizar tiempo (hora, minuto, segundo)"
125
+ },
126
+ "Nimbus.DateRangePicker.endTimeLabel": {
127
+ "developer_comment": "visible label for end time input field",
128
+ "string": "Finalizar tiempo"
129
+ },
130
+ "Nimbus.DateRangePicker.openCalendar": {
131
+ "developer_comment": "aria-label for calendar toggle button in date range picker",
132
+ "string": "Abrir calendario"
133
+ },
134
+ "Nimbus.DateRangePicker.startTime": {
135
+ "developer_comment": "aria-label for start time input (default)",
136
+ "string": "Iniciar tiempo"
137
+ },
138
+ "Nimbus.DateRangePicker.startTimeHour": {
139
+ "developer_comment": "aria-label for start time input (hour granularity)",
140
+ "string": "Iniciar tiempo (hora)"
141
+ },
142
+ "Nimbus.DateRangePicker.startTimeHourMinute": {
143
+ "developer_comment": "aria-label for start time input (minute granularity)",
144
+ "string": "Iniciar tiempo (hora y minuto)"
145
+ },
146
+ "Nimbus.DateRangePicker.startTimeHourMinuteSecond": {
147
+ "developer_comment": "aria-label for start time input (second granularity)",
148
+ "string": "Iniciar tiempo (hora, minuto y segundo)"
149
+ },
150
+ "Nimbus.DateRangePicker.startTimeLabel": {
151
+ "developer_comment": "visible label for start time input field",
152
+ "string": "Iniciar tiempo"
153
+ },
154
+ "Nimbus.Dialog.closeTrigger": {
155
+ "developer_comment": "aria-label for the default close trigger button",
156
+ "string": "Cerrar diálogo"
157
+ },
158
+ "Nimbus.DraggableList.emptyMessage": {
159
+ "developer_comment": "message displayed when drag-and-drop enabled list is empty",
160
+ "string": "Soltar artículos aquí"
161
+ },
162
+ "Nimbus.DraggableList.removeButtonLabel": {
163
+ "developer_comment": "label for button that removes an item from the list",
164
+ "string": "Eliminar artículo"
165
+ },
166
+ "Nimbus.Drawer.closeTrigger": {
167
+ "developer_comment": "aria-label for the default close trigger button",
168
+ "string": "Cerrar bandeja"
169
+ },
170
+ "Nimbus.FieldErrors.duplicateValue": {
171
+ "developer_comment": "Error message for duplicate value validation",
172
+ "string": "Este valor ya está en uso. Debe ser único."
173
+ },
174
+ "Nimbus.FieldErrors.emptyValue": {
175
+ "developer_comment": "Error message for empty value when content is required",
176
+ "string": "Este campo no puede estar vacío."
177
+ },
178
+ "Nimbus.FieldErrors.invalidFormat": {
179
+ "developer_comment": "Error message for format validation",
180
+ "string": "Introduce un valor válido."
181
+ },
182
+ "Nimbus.FieldErrors.invalidFractionalNumber": {
183
+ "developer_comment": "Error message when fractional number is used",
184
+ "string": "Se requiere un número entero."
185
+ },
186
+ "Nimbus.FieldErrors.invalidFromServer": {
187
+ "developer_comment": "Error message for server-side validation errors",
188
+ "string": "Ha fallado la validación del servidor. Comprueba tus entradas."
189
+ },
190
+ "Nimbus.FieldErrors.invalidNegativeNumber": {
191
+ "developer_comment": "Error message when negative number is used",
192
+ "string": "Los números negativos no están permitidos."
193
+ },
194
+ "Nimbus.FieldErrors.invalidValue": {
195
+ "developer_comment": "Error message for invalid value or format",
196
+ "string": "El valor proporcionado no es válido."
197
+ },
198
+ "Nimbus.FieldErrors.missingRequiredField": {
199
+ "developer_comment": "Error message for missing required value",
200
+ "string": "Este campo es obligatorio. Proporciona un valor."
201
+ },
202
+ "Nimbus.FieldErrors.resourceNotFound": {
203
+ "developer_comment": "Error message when a resource is not found",
204
+ "string": "No se ha encontrado el recurso solicitado."
205
+ },
206
+ "Nimbus.FieldErrors.valueAboveMaximum": {
207
+ "developer_comment": "Error message for values above maximum threshold",
208
+ "string": "El valor debe ser igual o inferior al máximo."
209
+ },
210
+ "Nimbus.FieldErrors.valueBelowMinimum": {
211
+ "developer_comment": "Error message for values below minimum threshold",
212
+ "string": "El valor debe ser igual o superior al mínimo."
213
+ },
214
+ "Nimbus.FieldErrors.valueBlocked": {
215
+ "developer_comment": "Error message for blocked or restricted values",
216
+ "string": "Este valor no está permitido."
217
+ },
218
+ "Nimbus.FieldErrors.valueOutOfRange": {
219
+ "developer_comment": "Error message for values outside acceptable range",
220
+ "string": "El valor debe estar en un rango aceptable."
221
+ },
222
+ "Nimbus.FieldErrors.valueTooLong": {
223
+ "developer_comment": "Error message for maximum length validation",
224
+ "string": "Este valor es demasiado largo."
225
+ },
226
+ "Nimbus.FieldErrors.valueTooShort": {
227
+ "developer_comment": "Error message for minimum length validation",
228
+ "string": "Este valor es demasiado corto."
229
+ },
230
+ "Nimbus.LoadingSpinner.default": {
231
+ "developer_comment": "Default loading message for loading spinners",
232
+ "string": "Cargando datos"
233
+ },
234
+ "Nimbus.LocalizedField.hideCurrencies": {
235
+ "developer_comment": "Label for hiding all currency inputs when toggle button is pressed",
236
+ "string": "Ocultar todas las monedas"
237
+ },
238
+ "Nimbus.LocalizedField.hideLanguages": {
239
+ "developer_comment": "Label for hiding all language inputs when toggle button is pressed",
240
+ "string": "Ocultar todas las monedas"
241
+ },
242
+ "Nimbus.LocalizedField.infoBoxTriggerAriaLabel": {
243
+ "developer_comment": "aria label for button that triggers more info dialog",
244
+ "string": "más información"
245
+ },
246
+ "Nimbus.LocalizedField.missingRequiredField": {
247
+ "developer_comment": "Error message for missing required value",
248
+ "string": "Este valor es necesario. Proporciona al menos un valor."
249
+ },
250
+ "Nimbus.LocalizedField.showCurrencies": {
251
+ "developer_comment": "Label for showing all currency inputs when toggle button is pressed",
252
+ "string": "Mostrar todas las monedas"
253
+ },
254
+ "Nimbus.LocalizedField.showLanguages": {
255
+ "developer_comment": "Label for showing all language inputs when toggle button is pressed",
256
+ "string": "Mostrar todos los idiomas"
257
+ },
258
+ "Nimbus.MoneyInput.amountInputLabel": {
259
+ "developer_comment": "aria-label for amount input",
260
+ "string": "Cantidad"
261
+ },
262
+ "Nimbus.MoneyInput.currencySelectLabel": {
263
+ "developer_comment": "aria-label for currency selection dropdown",
264
+ "string": "Moneda"
265
+ },
266
+ "Nimbus.MoneyInput.highPrecisionPrice": {
267
+ "developer_comment": "tooltip text for high precision price badge",
268
+ "string": "Precio de alta precisión"
269
+ },
270
+ "Nimbus.NumberInput.decrement": {
271
+ "developer_comment": "aria-label for the decrement button in number input",
272
+ "string": "Merma"
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 actual"
281
+ },
282
+ "Nimbus.Pagination.goToNextPage": {
283
+ "developer_comment": "aria-label for the next page button",
284
+ "string": "Ir a la siguiente página"
285
+ },
286
+ "Nimbus.Pagination.goToPreviousPage": {
287
+ "developer_comment": "aria-label for the previous page button",
288
+ "string": "Ir a la página anterior"
289
+ },
290
+ "Nimbus.Pagination.itemsPerPage": {
291
+ "developer_comment": "aria-label for the items per page selector",
292
+ "string": "Artículos por página"
293
+ },
294
+ "Nimbus.Pagination.itemsPerPageText": {
295
+ "developer_comment": "text label displayed next to the page size selector",
296
+ "string": "artículos 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": "paginación"
309
+ },
310
+ "Nimbus.PasswordInput.hide": {
311
+ "developer_comment": "aria-label & tooltip for hide password button",
312
+ "string": "Ocultar contraseña"
313
+ },
314
+ "Nimbus.PasswordInput.show": {
315
+ "developer_comment": "aria-label & tooltip for show password button",
316
+ "string": "Mostrar contraseña"
317
+ },
318
+ "Nimbus.RangeCalendar.nextMonth": {
319
+ "developer_comment": "aria-label for next month navigation button",
320
+ "string": "Mes próximo"
321
+ },
322
+ "Nimbus.RangeCalendar.nextYear": {
323
+ "developer_comment": "aria-label for next year navigation button",
324
+ "string": "Año próximo"
325
+ },
326
+ "Nimbus.RangeCalendar.previousMonth": {
327
+ "developer_comment": "aria-label for previous month navigation button",
328
+ "string": "Mes anterior"
329
+ },
330
+ "Nimbus.RangeCalendar.previousYear": {
331
+ "developer_comment": "aria-label for previous year navigation button",
332
+ "string": "Año anterior"
333
+ },
334
+ "Nimbus.RichTextInput.bold": {
335
+ "developer_comment": "aria-label and tooltip for the bold formatting button",
336
+ "string": "Negrita"
337
+ },
338
+ "Nimbus.RichTextInput.bulletedList": {
339
+ "developer_comment": "aria-label for the bulleted list button",
340
+ "string": "Lista no numerada"
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": "Encabezamiento 5"
349
+ },
350
+ "Nimbus.RichTextInput.headingFour": {
351
+ "developer_comment": "label for heading 4 text style",
352
+ "string": "Encabezamiento 4"
353
+ },
354
+ "Nimbus.RichTextInput.headingOne": {
355
+ "developer_comment": "label for heading 1 text style",
356
+ "string": "Encabezamiento 1"
357
+ },
358
+ "Nimbus.RichTextInput.headingThree": {
359
+ "developer_comment": "label for heading 3 text style",
360
+ "string": "Encabezamiento 3"
361
+ },
362
+ "Nimbus.RichTextInput.headingTwo": {
363
+ "developer_comment": "label for heading 2 text style",
364
+ "string": "Encabezamiento 2"
365
+ },
366
+ "Nimbus.RichTextInput.italic": {
367
+ "developer_comment": "aria-label and tooltip for the italic formatting button",
368
+ "string": "Cursiva"
369
+ },
370
+ "Nimbus.RichTextInput.listFormatting": {
371
+ "developer_comment": "aria-label for the list formatting toggle group",
372
+ "string": "Formatear lista"
373
+ },
374
+ "Nimbus.RichTextInput.moreFormattingOptions": {
375
+ "developer_comment": "aria-label for the more formatting options menu button",
376
+ "string": "Más opciones de formato"
377
+ },
378
+ "Nimbus.RichTextInput.moreStyles": {
379
+ "developer_comment": "tooltip text for the more formatting options menu",
380
+ "string": "Más 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": "Párrafo"
389
+ },
390
+ "Nimbus.RichTextInput.quote": {
391
+ "developer_comment": "label for block quote text style",
392
+ "string": "Presupuesto"
393
+ },
394
+ "Nimbus.RichTextInput.redo": {
395
+ "developer_comment": "aria-label and tooltip for the redo button",
396
+ "string": "Repetir"
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": "Subíndice"
405
+ },
406
+ "Nimbus.RichTextInput.superscript": {
407
+ "developer_comment": "label for the superscript formatting menu item",
408
+ "string": "Índice superior"
409
+ },
410
+ "Nimbus.RichTextInput.textFormatting": {
411
+ "developer_comment": "aria-label for the text formatting toolbar",
412
+ "string": "Formatear 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": "Menú de estilo de texto"
421
+ },
422
+ "Nimbus.RichTextInput.underline": {
423
+ "developer_comment": "aria-label and tooltip for the underline formatting button",
424
+ "string": "Subrayar"
425
+ },
426
+ "Nimbus.RichTextInput.undo": {
427
+ "developer_comment": "aria-label and tooltip for the undo button",
428
+ "string": "Deshacer"
429
+ },
430
+ "Nimbus.ScopedSearchInput.searchLabel": {
431
+ "developer_comment": "Default aria-label for search input",
432
+ "string": "Buscar"
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": "Borrar entrada de búsqueda"
441
+ },
442
+ "Nimbus.Select.clearSelection": {
443
+ "developer_comment": "aria-label for select clear button",
444
+ "string": "Borrar selección"
445
+ },
446
+ "Nimbus.SplitButton.noActionsAvailable": {
447
+ "developer_comment": "fallback message when split button has no menu items",
448
+ "string": "No hay acciones disponibles"
449
+ },
450
+ "Nimbus.TagGroup.removeTag": {
451
+ "developer_comment": "aria-label for remove tag button",
452
+ "string": "Retirar etiqueta"
453
+ }
454
+ }