@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.63 kB
JavaScript
//#region src/providers/i18n-provider/intl/et-EE.ts
const data = {
autocomplete: {
"Clear value": "Tühjenda väärtus",
"No results found": "Tulemusi ei leitud"
},
avatar: { "Avatar Icon": "Avatari ikoon" },
breadcrumb: {
Breadcrumb: "Leivapuru",
Ellipsis: "Kolmikpunkt"
},
calendar: {
"Choose the month": "Vali kuu",
"Choose the year": "Vali aasta",
"Go to the next month": "Mine järgmisele kuule",
"Go to the previous month": "Mine eelmisele kuule",
Today: "Täna"
},
carousel: {
"Go to next slide": "Mine järgmisele slaidile",
"Go to previous slide": "Mine eelmisele slaidile",
"Go to {page} slide": "Mine slaidile {page}",
Slides: "Slaidid",
"{page} of {total}": "{page} / {total}"
},
closeButton: { Close: "Sulge" },
colorPicker: { "Pick a color": "Vali värv" },
colorSelector: { "Pick a color": "Vali värv" },
datePicker: { "Clear value": "Tühjenda väärtus" },
hueSlider: {
Blue: "Sinine",
Cyan: "Tsüaan",
Green: "Roheline",
Magenta: "Magenta",
Red: "Punane",
Yellow: "Kollane"
},
modal: {
"Close modal": "Sulge modaal",
"Open modal": "Ava modaal"
},
numberInput: {
Decrease: "Vähenda",
Increase: "Suurenda"
},
pagination: {
"Go to first page": "Mine esimesele lehele",
"Go to last page": "Mine viimasele lehele",
"Go to next page": "Mine järgmisele lehele",
"Go to page {value}": "Mine lehele {value}",
"Go to previous page": "Mine eelmisele lehele",
Pagination: "Lehekülgede nummerdamine",
"{value} / {total}": "{value} / {total}",
"{value} of {total}": "{value} / {total}"
},
passwordInput: {
"Password strength meter": "Parooli tugevuse mõõtur",
"Toggle password visibility": "Lülita parooli nähtavus"
},
progress: {
"Loading...": "Laadimine...",
"{value} percent": "{value} protsenti"
},
saturationSlider: {
"Saturation and brightness thumb": "Küllastuse ja heleduse liugur",
"Saturation {saturation}%, Brightness {brightness}%": "Küllastus {saturation}%, Heledus {brightness}%"
},
select: { "Clear value": "Tühjenda väärtus" },
slider: { "Slider thumb": "Liuguri pöial" },
stat: {
"Decreased by": "Vähenenud",
"Increased by": "Suurenenud"
},
table: {
"Clear sorting": "Tühjenda sortimine",
"Page size": "Lehekülje suurus",
"Select all rows": "Vali kõik read",
"Select row": "Vali rida",
"Sort ascending": "Sorteeri kasvavalt",
"Sort descending": "Sorteeri kahanevalt"
},
tag: { "Close tag": "Sulge silt" },
toggle: { "Toggle button": "Lülitusnupp" }
};
var et_EE_default = data;
//#endregion
exports.default = et_EE_default;
//# sourceMappingURL=et-EE.cjs.map