123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- /*! Element Plus v2.9.1 */
- (function (global, factory) {
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
- typeof define === 'function' && define.amd ? define(factory) :
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ElementPlusLocaleLt = factory());
- })(this, (function () { 'use strict';
- var lt = {
- name: "lt",
- el: {
- breadcrumb: {
- label: "Breadcrumb"
- },
- colorpicker: {
- confirm: "OK",
- clear: "Valyti"
- },
- datepicker: {
- now: "Dabar",
- today: "\u0160iandien",
- cancel: "At\u0161aukti",
- clear: "Valyti",
- confirm: "OK",
- selectDate: "Pasirink dat\u0105",
- selectTime: "Pasirink laik\u0105",
- startDate: "Data nuo",
- startTime: "Laikas nuo",
- endDate: "Data iki",
- endTime: "Laikas iki",
- prevYear: "Metai atgal",
- nextYear: "Metai \u012F priek\u012F",
- prevMonth: "M\u0117n. atgal",
- nextMonth: "M\u0117n. \u012F priek\u012F",
- year: "",
- month1: "Sausis",
- month2: "Vasaris",
- month3: "Kovas",
- month4: "Balandis",
- month5: "Gegu\u017E\u0117",
- month6: "Bir\u017Eelis",
- month7: "Liepa",
- month8: "Rugpj\u016Btis",
- month9: "Rugs\u0117jis",
- month10: "Spalis",
- month11: "Lapkritis",
- month12: "Gruodis",
- weeks: {
- sun: "S.",
- mon: "Pr.",
- tue: "A.",
- wed: "T.",
- thu: "K.",
- fri: "Pn.",
- sat: "\u0160."
- },
- months: {
- jan: "Sau",
- feb: "Vas",
- mar: "Kov",
- apr: "Bal",
- may: "Geg",
- jun: "Bir",
- jul: "Lie",
- aug: "Rugp",
- sep: "Rugs",
- oct: "Spa",
- nov: "Lap",
- dec: "Gruo"
- }
- },
- select: {
- loading: "Kraunasi",
- noMatch: "Duomen\u0173 nerasta",
- noData: "N\u0117ra duomen\u0173",
- placeholder: "Pasirink"
- },
- mention: {
- loading: "Kraunasi"
- },
- cascader: {
- noMatch: "Duomen\u0173 nerasta",
- loading: "Kraunasi",
- placeholder: "Pasirink",
- noData: "N\u0117ra duomen\u0173"
- },
- pagination: {
- goto: "Eiti \u012F",
- pagesize: "/p",
- total: "Viso {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"
- },
- messagebox: {
- title: "\u017Dinut\u0117",
- confirm: "OK",
- cancel: "At\u0161aukti",
- error: "Klaida \u012Fvestuose duomenyse"
- },
- upload: {
- deleteTip: 'spauskite "Trinti" nor\u0117dami pa\u0161alinti',
- delete: "Trinti",
- preview: "Per\u017Ei\u016Br\u0117ti",
- continue: "Toliau"
- },
- table: {
- emptyText: "Duomen\u0173 nerasta",
- confirmFilter: "Patvirtinti",
- resetFilter: "Atstatyti",
- clearFilter: "I\u0161valyti",
- sumText: "Suma"
- },
- tour: {
- next: "Kitas",
- previous: "Ankstesnis",
- finish: "Baigti"
- },
- tree: {
- emptyText: "N\u0117ra duomen\u0173"
- },
- transfer: {
- noMatch: "Duomen\u0173 nerasta",
- noData: "N\u0117ra duomen\u0173",
- titles: ["S\u0105ra\u0161as 1", "S\u0105ra\u0161as 2"],
- filterPlaceholder: "\u012Evesk rakta\u017Eod\u012F",
- noCheckedFormat: "Viso: {total}",
- hasCheckedFormat: "Pa\u017Eym\u0117ta {checked} i\u0161 {total}"
- },
- 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}"
- }
- }
- };
- return lt;
- }));
|