UNPKG

4.17 kBJavaScriptView Raw
1"use strict";
2
3var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
4Object.defineProperty(exports, "__esModule", {
5 value: true
6});
7exports["default"] = void 0;
8var _lt_LT = _interopRequireDefault(require("rc-pagination/lib/locale/lt_LT"));
9var _lt_LT2 = _interopRequireDefault(require("../calendar/locale/lt_LT"));
10var _lt_LT3 = _interopRequireDefault(require("../date-picker/locale/lt_LT"));
11var _lt_LT4 = _interopRequireDefault(require("../time-picker/locale/lt_LT"));
12/* eslint-disable no-template-curly-in-string */
13
14var typeTemplate = '${label} neatitinka tipo ${type}';
15var localeValues = {
16 locale: 'lt',
17 Pagination: _lt_LT["default"],
18 DatePicker: _lt_LT3["default"],
19 TimePicker: _lt_LT4["default"],
20 Calendar: _lt_LT2["default"],
21 Table: {
22 filterTitle: 'Filtras',
23 filterConfirm: 'Gerai',
24 filterReset: 'Atstatyti',
25 filterEmptyText: 'Be filtrų',
26 emptyText: 'Nėra duomenų',
27 selectAll: 'Pasirinkti viską',
28 selectInvert: 'Apversti pasirinkimą',
29 selectionAll: 'Rinktis visus',
30 sortTitle: 'Rikiavimas',
31 expand: 'Išskleisti',
32 collapse: 'Suskleisti',
33 triggerDesc: 'Spustelėkite norėdami rūšiuoti mažėjančia tvarka',
34 triggerAsc: 'Spustelėkite norėdami rūšiuoti didėjančia tvarka',
35 cancelSort: 'Spustelėkite, kad atšauktumėte rūšiavimą'
36 },
37 Modal: {
38 okText: 'Taip',
39 cancelText: 'Atšaukti',
40 justOkText: 'Gerai'
41 },
42 Popconfirm: {
43 okText: 'Taip',
44 cancelText: 'Atšaukti'
45 },
46 Transfer: {
47 titles: ['', ''],
48 searchPlaceholder: 'Paieška',
49 itemUnit: 'vnt.',
50 itemsUnit: 'vnt.',
51 remove: 'Pašalinti',
52 selectAll: 'Pasirinkti visus',
53 selectCurrent: 'Pasirinkite dabartinį puslapį',
54 selectInvert: 'Atkeist pasirinkimą',
55 removeAll: 'Ištrinti visus duomenis',
56 removeCurrent: 'Ištrinti dabartinį puslapį'
57 },
58 Upload: {
59 uploading: 'Gaunami duomenys...',
60 removeFile: 'Ištrinti failą',
61 uploadError: 'Įkeliant įvyko klaida',
62 previewFile: 'Failo peržiūra',
63 downloadFile: 'Įkelti failą'
64 },
65 Empty: {
66 description: 'Nėra duomenų'
67 },
68 Icon: {
69 icon: 'piktograma'
70 },
71 Text: {
72 edit: 'Redaguoti',
73 copy: 'Kopijuoti',
74 copied: 'Nukopijuota',
75 expand: 'Plačiau'
76 },
77 PageHeader: {
78 back: 'Atgal'
79 },
80 Form: {
81 defaultValidateMessages: {
82 "default": 'Laukelio klaida ${label}',
83 required: 'Prašome įvesti ${label}',
84 "enum": '${label} turėtu būti vienas iš [${enum}]',
85 whitespace: '${label} negali likti tuščiu',
86 date: {
87 format: '${label} neteisingas datos formatas',
88 parse: '${label} negali būti konvertuotas į datą',
89 invalid: '${label} neatitinka datos formato'
90 },
91 types: {
92 string: typeTemplate,
93 method: typeTemplate,
94 array: typeTemplate,
95 object: typeTemplate,
96 number: typeTemplate,
97 date: typeTemplate,
98 "boolean": typeTemplate,
99 integer: typeTemplate,
100 "float": typeTemplate,
101 regexp: typeTemplate,
102 email: typeTemplate,
103 url: typeTemplate,
104 hex: typeTemplate
105 },
106 string: {
107 len: '${label} turi būti ${len} simbolių',
108 min: '${label} turi būti ilgesnis nei ${min} simbolių',
109 max: '${label} turi būti ne trumpesnis ${max} simbolių',
110 range: 'Lauko ${label} reikšmės ribos ${min}-${max} simbolių'
111 },
112 number: {
113 len: '${label} turi būti lygi ${len}',
114 min: '${label} turi būti lygus arba didesnis ${min}',
115 max: '${label} turi būti lygus arba mažesnis ${max}'
116 },
117 array: {
118 len: 'Pasirinktas kiekis ${label} turi būti lygus ${len}',
119 min: 'Pasirinktas kiekis ${label} turi būti lygus arba didesnis ${min}',
120 max: 'Pasirinktas kiekis ${label} turi būti lygus arba mažesnis ${max}',
121 range: 'Pasirinktas kiekis ${label} turi būti tarp ${min} и ${max}'
122 },
123 pattern: {
124 mismatch: '${label} neatitinka modelio ${pattern}'
125 }
126 }
127 }
128};
129var _default = localeValues;
130exports["default"] = _default;
\No newline at end of file