@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
89 lines (88 loc) • 2.8 kB
JavaScript
//#region src/providers/i18n-provider/intl/lt-LT.ts
const data = {
autocomplete: {
"Clear value": "Išvalyti reikšmę",
"No results found": "Rezultatų nerasta"
},
avatar: { "Avatar Icon": "Avataro piktograma" },
breadcrumb: {
Breadcrumb: "Duonos trupiniai",
Ellipsis: "Elipsė"
},
calendar: {
"Choose the month": "Pasirinkite mėnesį",
"Choose the year": "Pasirinkite metus",
"Go to the next month": "Eiti į kitą mėnesį",
"Go to the previous month": "Eiti į ankstesnį mėnesį",
Today: "Šiandien"
},
carousel: {
"Go to next slide": "Eiti į kitą skaidrę",
"Go to previous slide": "Eiti į ankstesnę skaidrę",
"Go to {page} slide": "Eiti į {page} skaidrę",
Slides: "Skaidrės",
"{page} of {total}": "{page} iš {total}"
},
closeButton: { Close: "Uždaryti" },
colorPicker: { "Pick a color": "Pasirinkite spalvą" },
colorSelector: { "Pick a color": "Pasirinkite spalvą" },
datePicker: { "Clear value": "Išvalyti reikšmę" },
hueSlider: {
Blue: "Mėlyna",
Cyan: "Žydra",
Green: "Žalia",
Magenta: "Purpurinė",
Red: "Raudona",
Yellow: "Geltona"
},
modal: {
"Close modal": "Uždaryti modalą",
"Open modal": "Atidaryti modalą"
},
numberInput: {
Decrease: "Sumažinti",
Increase: "Padidinti"
},
pagination: {
"Go to first page": "Eiti į pirmą puslapį",
"Go to last page": "Eiti į paskutinį puslapį",
"Go to next page": "Eiti į kitą puslapį",
"Go to page {value}": "Eiti į puslapį {value}",
"Go to previous page": "Eiti į ankstesnį puslapį",
Pagination: "Puslapiavimas",
"{value} / {total}": "{value} / {total}",
"{value} of {total}": "{value} iš {total}"
},
passwordInput: {
"Password strength meter": "Slaptažodžio stiprumo matuoklis",
"Toggle password visibility": "Perjungti slaptažodžio matomumą"
},
progress: {
"Loading...": "Įkeliama...",
"{value} percent": "{value} procentų"
},
saturationSlider: {
"Saturation and brightness thumb": "Sodrumo ir šviesumo slankiklis",
"Saturation {saturation}%, Brightness {brightness}%": "Sodrumas {saturation}%, Šviesumas {brightness}%"
},
select: { "Clear value": "Išvalyti reikšmę" },
slider: { "Slider thumb": "Slinkties nykštys" },
stat: {
"Decreased by": "Sumažinta",
"Increased by": "Padidinta"
},
table: {
"Clear sorting": "Išvalyti rūšiavimą",
"Page size": "Puslapio dydis",
"Select all rows": "Pasirinkti visas eilutes",
"Select row": "Pasirinkti eilutę",
"Sort ascending": "Rūšiuoti didėjančia tvarka",
"Sort descending": "Rūšiuoti mažėjančia tvarka"
},
tag: { "Close tag": "Uždaryti žymą" },
toggle: { "Toggle button": "Perjungimo mygtukas" }
};
var lt_LT_default = data;
//#endregion
export { lt_LT_default as default };
//# sourceMappingURL=lt-LT.js.map