@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.68 kB
JavaScript
//#region src/providers/i18n-provider/intl/fi-FI.ts
const data = {
autocomplete: {
"Clear value": "Tyhjennä arvo",
"No results found": "Ei tuloksia"
},
avatar: { "Avatar Icon": "Avatar-kuvake" },
breadcrumb: {
Breadcrumb: "Murupolku",
Ellipsis: "Kolmipiste"
},
calendar: {
"Choose the month": "Valitse kuukausi",
"Choose the year": "Valitse vuosi",
"Go to the next month": "Siirry seuraavaan kuukauteen",
"Go to the previous month": "Siirry edelliseen kuukauteen",
Today: "Tänään"
},
carousel: {
"Go to next slide": "Siirry seuraavaan diaan",
"Go to previous slide": "Siirry edelliseen diaan",
"Go to {page} slide": "Siirry diaan {page}",
Slides: "Diat",
"{page} of {total}": "{page} / {total}"
},
closeButton: { Close: "Sulje" },
colorPicker: { "Pick a color": "Valitse väri" },
colorSelector: { "Pick a color": "Valitse väri" },
datePicker: { "Clear value": "Tyhjennä arvo" },
hueSlider: {
Blue: "Sininen",
Cyan: "Syaani",
Green: "Vihreä",
Magenta: "Magenta",
Red: "Punainen",
Yellow: "Keltainen"
},
modal: {
"Close modal": "Sulje modaalinen",
"Open modal": "Avaa modaalinen"
},
numberInput: {
Decrease: "Vähennä",
Increase: "Lisää"
},
pagination: {
"Go to first page": "Siirry ensimmäiselle sivulle",
"Go to last page": "Siirry viimeiselle sivulle",
"Go to next page": "Siirry seuraavalle sivulle",
"Go to page {value}": "Siirry sivulle {value}",
"Go to previous page": "Siirry edelliselle sivulle",
Pagination: "Sivutus",
"{value} / {total}": "{value} / {total}",
"{value} of {total}": "{value} / {total}"
},
passwordInput: {
"Password strength meter": "Salasanan vahvuusmittari",
"Toggle password visibility": "Vaihda salasanan näkyvyyttä"
},
progress: {
"Loading...": "Ladataan...",
"{value} percent": "{value} prosenttia"
},
saturationSlider: {
"Saturation and brightness thumb": "Kylläisyyden ja kirkkauden liukusäädin",
"Saturation {saturation}%, Brightness {brightness}%": "Kylläisyys {saturation}%, Kirkkaus {brightness}%"
},
select: { "Clear value": "Tyhjennä arvo" },
slider: { "Slider thumb": "Liukusäädin" },
stat: {
"Decreased by": "Vähennetty",
"Increased by": "Lisätty"
},
table: {
"Clear sorting": "Tyhjennä lajittelu",
"Page size": "Sivun koko",
"Select all rows": "Valitse kaikki rivit",
"Select row": "Valitse rivi",
"Sort ascending": "Lajittele nousevasti",
"Sort descending": "Lajittele laskevasti"
},
tag: { "Close tag": "Sulje tunniste" },
toggle: { "Toggle button": "Vaihda painiketta" }
};
var fi_FI_default = data;
//#endregion
exports.default = fi_FI_default;
//# sourceMappingURL=fi-FI.cjs.map