@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
90 lines (88 loc) • 2.64 kB
JavaScript
//#region src/providers/i18n-provider/intl/sr-RS.ts
const data = {
autocomplete: {
"Clear value": "Obriši vrednost",
"No results found": "Nema pronađenih rezultata"
},
avatar: { "Avatar Icon": "Ikona avatara" },
breadcrumb: {
Breadcrumb: "Putanja",
Ellipsis: "Trojtačka"
},
calendar: {
"Choose the month": "Izaberite mesec",
"Choose the year": "Izaberite godinu",
"Go to the next month": "Idi na sledeći mesec",
"Go to the previous month": "Idi na prethodni mesec",
Today: "Danas"
},
carousel: {
"Go to next slide": "Idi na sledeći slajd",
"Go to previous slide": "Idi na prethodni slajd",
"Go to {page} slide": "Idi na slajd {page}",
Slides: "Slajdovi",
"{page} of {total}": "{page} od {total}"
},
closeButton: { Close: "Zatvori" },
colorPicker: { "Pick a color": "Izaberite boju" },
colorSelector: { "Pick a color": "Izaberite boju" },
datePicker: { "Clear value": "Obriši vrednost" },
hueSlider: {
Blue: "Plava",
Cyan: "Cijan",
Green: "Zelena",
Magenta: "Magenta",
Red: "Crvena",
Yellow: "Žuta"
},
modal: {
"Close modal": "Zatvori modal",
"Open modal": "Otvori modal"
},
numberInput: {
Decrease: "Smanji",
Increase: "Povećaj"
},
pagination: {
"Go to first page": "Idi na prvu stranicu",
"Go to last page": "Idi na poslednju stranicu",
"Go to next page": "Idi na sledeću stranicu",
"Go to page {value}": "Idi na stranicu {value}",
"Go to previous page": "Idi na prethodnu stranicu",
Pagination: "Paginacija",
"{value} / {total}": "{value} / {total}",
"{value} of {total}": "{value} od {total}"
},
passwordInput: {
"Password strength meter": "Merač jačine lozinke",
"Toggle password visibility": "Prebaci vidljivost lozinke"
},
progress: {
"Loading...": "Učitavanje...",
"{value} percent": "{value} procenata"
},
saturationSlider: {
"Saturation and brightness thumb": "Klizač zasićenja i svetline",
"Saturation {saturation}%, Brightness {brightness}%": "Zasićenje {saturation}%, Svetlina {brightness}%"
},
select: { "Clear value": "Obriši vrednost" },
slider: { "Slider thumb": "Palac klizača" },
stat: {
"Decreased by": "Smanjeno za",
"Increased by": "Povećano za"
},
table: {
"Clear sorting": "Obriši sortiranje",
"Page size": "Veličina stranice",
"Select all rows": "Izaberi sve redove",
"Select row": "Izaberi red",
"Sort ascending": "Sortiraj rastuće",
"Sort descending": "Sortiraj opadajuće"
},
tag: { "Close tag": "Zatvori oznaku" },
toggle: { "Toggle button": "Prekidač" }
};
var sr_RS_default = data;
//#endregion
exports.default = sr_RS_default;
//# sourceMappingURL=sr-RS.cjs.map