@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.65 kB
JavaScript
//#region src/providers/i18n-provider/intl/hr-HR.ts
const data = {
autocomplete: {
"Clear value": "Očisti vrijednost",
"No results found": "Nema pronađenih rezultata"
},
avatar: { "Avatar Icon": "Ikona avatara" },
breadcrumb: {
Breadcrumb: "Krušne mrvice",
Ellipsis: "Trokut"
},
calendar: {
"Choose the month": "Odaberite mjesec",
"Choose the year": "Odaberite godinu",
"Go to the next month": "Idi na sljedeći mjesec",
"Go to the previous month": "Idi na prethodni mjesec",
Today: "Danas"
},
carousel: {
"Go to next slide": "Idi na sljedeć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": "Odaberite boju" },
colorSelector: { "Pick a color": "Odaberite boju" },
datePicker: { "Clear value": "Očisti vrijednost" },
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 zadnju stranicu",
"Go to next page": "Idi na sljedeć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": "Mjerač jačine lozinke",
"Toggle password visibility": "Prebaci vidljivost lozinke"
},
progress: {
"Loading...": "Učitavanje...",
"{value} percent": "{value} posto"
},
saturationSlider: {
"Saturation and brightness thumb": "Klizač zasićenja i svjetline",
"Saturation {saturation}%, Brightness {brightness}%": "Zasićenje {saturation}%, Svjetlina {brightness}%"
},
select: { "Clear value": "Očisti vrijednost" },
slider: { "Slider thumb": "Palac klizača" },
stat: {
"Decreased by": "Smanjeno za",
"Increased by": "Povećano za"
},
table: {
"Clear sorting": "Očisti sortiranje",
"Page size": "Veličina stranice",
"Select all rows": "Odaberi sve retke",
"Select row": "Odaberi redak",
"Sort ascending": "Sortiraj uzlazno",
"Sort descending": "Sortiraj silazno"
},
tag: { "Close tag": "Zatvori oznaku" },
toggle: { "Toggle button": "Prekidač" }
};
var hr_HR_default = data;
//#endregion
exports.default = hr_HR_default;
//# sourceMappingURL=hr-HR.cjs.map