UNPKG

10.2 kBJavaScriptView Raw
1var __create = Object.create;
2var __defProp = Object.defineProperty;
3var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4var __getOwnPropNames = Object.getOwnPropertyNames;
5var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6var __getProtoOf = Object.getPrototypeOf;
7var __hasOwnProp = Object.prototype.hasOwnProperty;
8var __propIsEnum = Object.prototype.propertyIsEnumerable;
9var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
10var __spreadValues = (a, b) => {
11 for (var prop in b || (b = {}))
12 if (__hasOwnProp.call(b, prop))
13 __defNormalProp(a, prop, b[prop]);
14 if (__getOwnPropSymbols)
15 for (var prop of __getOwnPropSymbols(b)) {
16 if (__propIsEnum.call(b, prop))
17 __defNormalProp(a, prop, b[prop]);
18 }
19 return a;
20};
21var __export = (target, all) => {
22 for (var name in all)
23 __defProp(target, name, { get: all[name], enumerable: true });
24};
25var __copyProps = (to, from, except, desc) => {
26 if (from && typeof from === "object" || typeof from === "function") {
27 for (let key of __getOwnPropNames(from))
28 if (!__hasOwnProp.call(to, key) && key !== except)
29 __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
30 }
31 return to;
32};
33var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
34var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
36// components/locale/ml_IN.tsx
37var ml_IN_exports = {};
38__export(ml_IN_exports, {
39 default: () => ml_IN_default4
40});
41module.exports = __toCommonJS(ml_IN_exports);
42var import_ml_IN4 = __toESM(require("rc-pagination/lib/locale/ml_IN"));
43
44// components/date-picker/locale/ml_IN.tsx
45var import_ml_IN = __toESM(require("rc-picker/lib/locale/ml_IN"));
46
47// components/time-picker/locale/ml_IN.tsx
48var locale = {
49 placeholder: "സമയം തിരഞ്ഞെടുക്കുക",
50 rangePlaceholder: ["ആരംഭ സമയം", "അവസാന സമയം"]
51};
52var ml_IN_default = locale;
53
54// components/date-picker/locale/ml_IN.tsx
55var locale2 = {
56 lang: __spreadValues({
57 placeholder: "തിയതി തിരഞ്ഞെടുക്കുക",
58 yearPlaceholder: "വർഷം തിരഞ്ഞെടുക്കുക",
59 quarterPlaceholder: "ത്രൈമാസം തിരഞ്ഞെടുക്കുക",
60 monthPlaceholder: "മാസം തിരഞ്ഞെടുക്കുക",
61 weekPlaceholder: "വാരം തിരഞ്ഞെടുക്കുക",
62 rangePlaceholder: ["ആരംഭ ദിനം", "അവസാന ദിനം"],
63 rangeYearPlaceholder: ["ആരംഭ വർഷം", "അവസാന വർഷം"],
64 rangeMonthPlaceholder: ["ആരംഭ മാസം", "അവസാന മാസം"],
65 rangeWeekPlaceholder: ["ആരംഭ വാരം", "അവസാന വാരം"]
66 }, import_ml_IN.default),
67 timePickerLocale: __spreadValues({}, ml_IN_default)
68};
69var ml_IN_default2 = locale2;
70
71// components/calendar/locale/ml_IN.tsx
72var ml_IN_default3 = ml_IN_default2;
73
74// components/locale/ml_IN.tsx
75var typeTemplate = "${label} അസാധുവായ ${type} ആണ്";
76var localeValues = {
77 locale: "ml",
78 Pagination: import_ml_IN4.default,
79 DatePicker: ml_IN_default2,
80 TimePicker: ml_IN_default,
81 Calendar: ml_IN_default3,
82 global: {
83 placeholder: "ദയവായി തിരഞ്ഞെടുക്കുക"
84 },
85 Table: {
86 filterTitle: "ഫിൽറ്റർ",
87 filterConfirm: "ശരിയാണ്",
88 filterReset: "പുനഃക്രമീകരിക്കുക",
89 filterEmptyText: "ഫിൽറ്ററുകളൊന്നുമില്ല",
90 emptyText: "ഡാറ്റയൊന്നുമില്ല",
91 selectAll: "നിലവിലെ പേജ് തിരഞ്ഞെടുക്കുക",
92 selectInvert: "നിലവിലെ പേജിൽ ഇല്ലാത്തത് തിരഞ്ഞെടുക്കുക",
93 selectNone: "എല്ലാ ഡാറ്റയും നീക്കം ചെയ്യുക",
94 selectionAll: "എല്ലാ ഡാറ്റയും തിരഞ്ഞെടുക്കുക",
95 sortTitle: "ക്രമമാക്കുക",
96 expand: "വരി വികസിപ്പിക്കുക",
97 collapse: "വരി ചുരുക്കുക",
98 triggerDesc: "അവരോഹണ ക്രമത്തിനായി ക്ലിക്ക് ചെയ്യുക",
99 triggerAsc: "ആരോഹണ ക്രമത്തിനായി ക്ലിക്ക് ചെയ്യുക",
100 cancelSort: "ക്രമീകരണം ഒഴിവാക്കുന്നതിനായി ക്ലിക്ക് ചെയ്യുക"
101 },
102 Modal: {
103 okText: "ശരിയാണ്",
104 cancelText: "റദ്ദാക്കുക",
105 justOkText: "ശരിയാണ്"
106 },
107 Popconfirm: {
108 okText: "ശരിയാണ്",
109 cancelText: "റദ്ദാക്കുക"
110 },
111 Transfer: {
112 titles: ["", ""],
113 searchPlaceholder: "ഇവിടെ തിരയുക",
114 itemUnit: "ഇനം",
115 itemsUnit: "ഇനങ്ങൾ",
116 remove: "നീക്കം ചെയ്യുക",
117 selectCurrent: "നിലവിലെ പേജ് തിരഞ്ഞെടുക്കുക",
118 removeCurrent: "നിലവിലെ പേജ് നീക്കം ചെയ്യുക",
119 selectAll: "എല്ലാ ഡാറ്റയും തിരഞ്ഞെടുക്കുക",
120 removeAll: "എല്ലാ ഡാറ്റയും നീക്കം ചെയ്യുക",
121 selectInvert: "നിലവിലെ പേജിൽ ഇല്ലാത്തത് തിരഞ്ഞെടുക്കുക"
122 },
123 Upload: {
124 uploading: "അപ്‌ലോഡ് ചെയ്തു കൊണ്ടിരിക്കുന്നു...",
125 removeFile: "ഫയൽ നീക്കം ചെയ്യുക",
126 uploadError: "അപ്‌ലോഡിൽ പിശക് സംഭവിച്ചിരിക്കുന്നു",
127 previewFile: "ഫയൽ പ്രിവ്യൂ ചെയ്യുക",
128 downloadFile: "ഫയൽ ഡൗൺലോഡ് ചെയ്യുക"
129 },
130 Empty: {
131 description: "ഡാറ്റയൊന്നുമില്ല"
132 },
133 Icon: {
134 icon: "ഐക്കൺ"
135 },
136 Text: {
137 edit: "തിരുത്തുക",
138 copy: "കോപ്പി ചെയ്യുക",
139 copied: "കോപ്പി ചെയ്തു",
140 expand: "വികസിപ്പിക്കുക"
141 },
142 PageHeader: {
143 back: "തിരികെ"
144 },
145 Form: {
146 optional: "(optional)",
147 defaultValidateMessages: {
148 default: "${label} ഫീൽഡിൽ വാലിഡേഷൻ പിശകുണ്ട്",
149 required: "ദയവായി ${label} രേഖപ്പെടുത്തുക",
150 enum: "${label} നിർബന്ധമായും [${enum}]-ൽ നിന്നുള്ളതായിരിക്കണം",
151 whitespace: "${label} ശൂന്യമായി വെക്കാനാകില്ല",
152 date: {
153 format: "${label} തീയതി രൂപരേഖ അസാധുവാണ്",
154 parse: "${label} ഒരു തീയതിയാക്കി മാറ്റാൻ സാധിക്കില്ല",
155 invalid: "${label} ഒരു അസാധുവായ തീയതി ആണ്"
156 },
157 types: {
158 string: typeTemplate,
159 method: typeTemplate,
160 array: typeTemplate,
161 object: typeTemplate,
162 number: typeTemplate,
163 date: typeTemplate,
164 boolean: typeTemplate,
165 integer: typeTemplate,
166 float: typeTemplate,
167 regexp: typeTemplate,
168 email: typeTemplate,
169 url: typeTemplate,
170 hex: typeTemplate
171 },
172 string: {
173 len: "${label} നിർബന്ധമായും ${len} അക്ഷരങ്ങൾ ഉണ്ടായിരിക്കണം",
174 min: "${label} നിർബന്ധമായും ${min} അക്ഷരങ്ങൾ എങ്കിലും ഉണ്ടായിരിക്കണം",
175 max: "${label} നിർബന്ധമായും ${max} അക്ഷരങ്ങളിൽ കൂടാൻ പാടില്ല",
176 range: "${label} നിർബന്ധമായും ${min}-നും ${max}-നും ഇടയിൽ അക്ഷരങ്ങൾ ഉള്ളതായിരിക്കണം"
177 },
178 number: {
179 len: "${label} നിർബന്ധമായും ${len}-നു തുല്യമായിരിക്കണം",
180 min: "${label} നിർബന്ധമായും ${min}-ൽ കുറയാൻ പാടില്ല",
181 max: "${label} നിർബന്ധമായും ${max}-ൽ കൂടാൻ പാടില്ല",
182 range: "${label} നിർബന്ധമായും ${min}-നും ${max}-നും ഇടയിൽ ആയിരിക്കണം"
183 },
184 array: {
185 len: "നിർബന്ധമായും ${len} ${label} ഉണ്ടായിരിക്കണം",
186 min: "കുറഞ്ഞപക്ഷം ${min} ${label} എങ്കിലും ഉണ്ടായിരിക്കണം",
187 max: "അങ്ങേയറ്റം ${max} ${label} ആയിരിക്കണം",
188 range: "${label}-ന്റെ എണ്ണം നിർബന്ധമായും ${min}-നും ${max}-നും ഇടയിൽ ആയിരിക്കണം"
189 },
190 pattern: {
191 mismatch: "${label} ${pattern} മാതൃകയുമായി യോജിക്കുന്നില്ല"
192 }
193 }
194 },
195 Image: {
196 preview: "പ്രിവ്യൂ"
197 }
198};
199var ml_IN_default4 = localeValues;
200// Annotate the CommonJS export names for ESM import in node:
2010 && (module.exports = {});