@react-spectrum/s2
Version:
Spectrum 2 UI components in React
46 lines (43 loc) • 1.92 kB
JavaScript
module.exports = {
"actionbar.actions": `Dejanja`,
"actionbar.actionsAvailable": `Na voljo so dejanja.`,
"actionbar.clearSelection": `Po\u{10D}isti izbor`,
"actionbar.selected": (args, formatter)=>`${formatter.plural(args.count, {
"=0": `Ni\u{10D} ni izbrano`,
other: ()=>`${formatter.number(args.count)} izbrano`
})}`,
"actionbar.selectedAll": `Izbrano vse`,
"breadcrumbs.more": `Ve\u{10D} elementov`,
"button.pending": `v teku`,
"combobox.noResults": `Ni rezultatov`,
"contextualhelp.help": `Pomo\u{10D}`,
"contextualhelp.info": `Informacije`,
"dialog.alert": `Opozorilo`,
"dialog.dismiss": `Opusti`,
"dropzone.replaceMessage": `Spustite datoteko za zamenjavo`,
"inlinealert.informative": `Informacije`,
"inlinealert.negative": `Napaka`,
"inlinealert.notice": `Opozorilo`,
"inlinealert.positive": `Uspe\u{161}no`,
"label.(optional)": `(opcijsko)`,
"label.(required)": `(obvezno)`,
"menu.moreActions": `Ve\u{10D} mo\u{17E}nosti`,
"notificationbadge.indicatorOnly": `Nova dejavnost`,
"notificationbadge.plus": (args)=>`${args.notifications}+`,
"picker.placeholder": `Izberite\u{2026}`,
"slider.maximum": `Najve\u{10D}ji`,
"slider.minimum": `Najmanj`,
"table.loading": `Nalaganje...`,
"table.loadingMore": `Nalaganje ve\u{10D} vsebine...`,
"table.resizeColumn": `Spremeni velikost stolpca`,
"table.sortAscending": `Razvrsti nara\u{161}\u{10D}ajo\u{10D}e`,
"table.sortDescending": `Razvrsti padajo\u{10D}e`,
"tag.actions": `Dejanja`,
"tag.hideButtonLabel": `Prika\u{17E}i manj`,
"tag.noTags": `Ni\u{10D}`,
"tag.showAllButtonLabel": (args, formatter)=>`Prika\u{17E} vse (${formatter.number(args.tagCount)})`,
"toast.clearAll": `Clear all`,
"toast.collapse": `Collapse`,
"toast.showAll": `Show all`
};
//# sourceMappingURL=sl-SI.cjs.map