@react-spectrum/s2
Version:
Spectrum 2 UI components in React
46 lines (43 loc) • 1.89 kB
JavaScript
module.exports = {
"actionbar.actions": `Acciones`,
"actionbar.actionsAvailable": `Acciones disponibles.`,
"actionbar.clearSelection": `Borrar selecci\xf3n`,
"actionbar.selected": (args, formatter)=>`${formatter.plural(args.count, {
"=0": `Ninguno seleccionado`,
other: ()=>`${formatter.number(args.count)} seleccionados`
})}`,
"actionbar.selectedAll": `Todos seleccionados`,
"breadcrumbs.more": `M\xe1s elementos`,
"button.pending": `pendiente`,
"combobox.noResults": `Sin resultados`,
"contextualhelp.help": `Ayuda`,
"contextualhelp.info": `Informaci\xf3n`,
"dialog.alert": `Alerta`,
"dialog.dismiss": `Descartar`,
"dropzone.replaceMessage": `Suelte el archivo para reemplazar`,
"inlinealert.informative": `Informaci\xf3n`,
"inlinealert.negative": `Error`,
"inlinealert.notice": `Advertencia`,
"inlinealert.positive": `\xc9xito`,
"label.(optional)": `(opcional)`,
"label.(required)": `(obligatorio)`,
"menu.moreActions": `M\xe1s acciones`,
"notificationbadge.indicatorOnly": `Nueva actividad`,
"notificationbadge.plus": (args)=>`${args.notifications}+`,
"picker.placeholder": `Seleccione\u{2026}`,
"slider.maximum": `M\xe1ximo`,
"slider.minimum": `M\xednimo`,
"table.loading": `Cargando\u{2026}`,
"table.loadingMore": `Cargando m\xe1s\u{2026}`,
"table.resizeColumn": `Cambiar el tama\xf1o de la columna`,
"table.sortAscending": `Orden ascendente`,
"table.sortDescending": `Orden descendente`,
"tag.actions": `Acciones`,
"tag.hideButtonLabel": `Mostrar menos`,
"tag.noTags": `Ninguno`,
"tag.showAllButtonLabel": (args, formatter)=>`Mostrar todo (${formatter.number(args.tagCount)})`,
"toast.clearAll": `Clear all`,
"toast.collapse": `Collapse`,
"toast.showAll": `Show all`
};
//# sourceMappingURL=es-ES.cjs.map