| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- //#region ../../packages/locale/lang/lv.ts
- var lv_default = {
- name: "lv",
- el: {
- breadcrumb: { label: "Breadcrumb" },
- colorpicker: {
- confirm: "Labi",
- clear: "Notīrīt",
- defaultLabel: "color picker",
- description: "current color is {color}. press enter to select a new color.",
- alphaLabel: "pick alpha value",
- alphaDescription: "alpha {alpha}, current color is {color}",
- hueLabel: "pick hue value",
- hueDescription: "hue {hue}, current color is {color}",
- svLabel: "pick saturation and brightness value",
- svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
- predefineDescription: "select {value} as the color"
- },
- datepicker: {
- now: "Tagad",
- today: "Šodien",
- cancel: "Atcelt",
- clear: "Notīrīt",
- confirm: "Labi",
- dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
- monthTablePrompt: "Use the arrow keys and enter to select the month",
- yearTablePrompt: "Use the arrow keys and enter to select the year",
- selectedDate: "Selected date",
- selectDate: "Izvēlēties datumu",
- selectTime: "Izvēlēties laiku",
- startDate: "Sākuma datums",
- startTime: "Sākuma laiks",
- endDate: "Beigu datums",
- endTime: "Beigu laiks",
- prevYear: "Iepriekšējais gads",
- nextYear: "Nākamais gads",
- prevMonth: "Iepriekšējais mēnesis",
- nextMonth: "Nākamais mēnesis",
- year: "",
- month1: "Janvāris",
- month2: "Februāris",
- month3: "Marts",
- month4: "Aprīlis",
- month5: "Maijs",
- month6: "Jūnijs",
- month7: "Jūlijs",
- month8: "Augusts",
- month9: "Septembris",
- month10: "Oktobris",
- month11: "Novembris",
- month12: "Decembris",
- weeks: {
- sun: "Sv",
- mon: "Pr",
- tue: "Ot",
- wed: "Tr",
- thu: "Ce",
- fri: "Pk",
- sat: "Se"
- },
- weeksFull: {
- sun: "Sunday",
- mon: "Monday",
- tue: "Tuesday",
- wed: "Wednesday",
- thu: "Thursday",
- fri: "Friday",
- sat: "Saturday"
- },
- months: {
- jan: "Jan",
- feb: "Feb",
- mar: "Mar",
- apr: "Apr",
- may: "Mai",
- jun: "Jūn",
- jul: "Jūl",
- aug: "Aug",
- sep: "Sep",
- oct: "Okt",
- nov: "Nov",
- dec: "Dec"
- }
- },
- inputNumber: {
- decrease: "decrease number",
- increase: "increase number"
- },
- select: {
- loading: "Ielādē",
- noMatch: "Nav atbilstošu datu",
- noData: "Nav datu",
- placeholder: "Izvēlēties"
- },
- mention: { loading: "Ielādē" },
- dropdown: { toggleDropdown: "Toggle Dropdown" },
- cascader: {
- noMatch: "Nav atbilstošu datu",
- loading: "Ielādē",
- placeholder: "Izvēlēties",
- noData: "Nav datu"
- },
- pagination: {
- goto: "Iet uz",
- pagesize: "/lapa",
- total: "Kopā {total}",
- pageClassifier: "",
- page: "Page",
- prev: "Go to previous page",
- next: "Go to next page",
- currentPage: "page {pager}",
- prevPages: "Previous {pager} pages",
- nextPages: "Next {pager} pages",
- deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
- },
- dialog: { close: "Close this dialog" },
- drawer: { close: "Close this dialog" },
- messagebox: {
- title: "Paziņojums",
- confirm: "Labi",
- cancel: "Atcelt",
- error: "Nederīga ievade",
- close: "Close this dialog"
- },
- upload: {
- deleteTip: "Nospiediet dzēst lai izņemtu",
- delete: "Dzēst",
- preview: "Priekšskatīt",
- continue: "Turpināt"
- },
- slider: {
- defaultLabel: "slider between {min} and {max}",
- defaultRangeStartLabel: "pick start value",
- defaultRangeEndLabel: "pick end value"
- },
- table: {
- emptyText: "Nav datu",
- confirmFilter: "Apstiprināt",
- resetFilter: "Atiestatīt",
- clearFilter: "Visi",
- sumText: "Summa",
- selectAllLabel: "Select all rows",
- selectRowLabel: "Select this row",
- expandRowLabel: "Expand this row",
- collapseRowLabel: "Collapse this row",
- sortLabel: "Sort by {column}",
- filterLabel: "Filter by {column}"
- },
- tag: { close: "Close this tag" },
- tour: {
- next: "Next",
- previous: "Previous",
- finish: "Finish",
- close: "Close this dialog"
- },
- tree: { emptyText: "Nav datu" },
- transfer: {
- noMatch: "Nav atbilstošu datu",
- noData: "Nav datu",
- titles: ["Saraksts 1", "Saraksts 2"],
- filterPlaceholder: "Ievadīt atslēgvārdu",
- noCheckedFormat: "{total} vienības",
- hasCheckedFormat: "{checked}/{total} atzīmēti"
- },
- image: { error: "FAILED" },
- pageHeader: { title: "Back" },
- popconfirm: {
- confirmButtonText: "Yes",
- cancelButtonText: "No"
- },
- carousel: {
- leftArrow: "Carousel arrow left",
- rightArrow: "Carousel arrow right",
- indicator: "Carousel switch to index {index}"
- }
- }
- };
- //#endregion
- export { lv_default as default };
- //# sourceMappingURL=lv.mjs.map
|