完全跑通1.0版本
This commit is contained in:
193
frontend/node_modules/element-plus/dist/locale/af.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/af.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleAf = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/af.ts
|
||||
var af_default = {
|
||||
name: "af",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Bevestig",
|
||||
clear: "Maak skoon",
|
||||
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: "Nou",
|
||||
today: "Vandag",
|
||||
cancel: "Kanselleer",
|
||||
clear: "Maak skoon",
|
||||
confirm: "Bevestig",
|
||||
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: "Kies datum",
|
||||
selectTime: "Kies tyd",
|
||||
startDate: "Begindatum",
|
||||
startTime: "Begintyd",
|
||||
endDate: "Einddatum",
|
||||
endTime: "Eindtyd",
|
||||
prevYear: "Previous Year",
|
||||
nextYear: "Next Year",
|
||||
prevMonth: "Previous Month",
|
||||
nextMonth: "Next Month",
|
||||
year: "Jaar",
|
||||
month1: "Jan",
|
||||
month2: "Feb",
|
||||
month3: "Mrt",
|
||||
month4: "Apr",
|
||||
month5: "Mei",
|
||||
month6: "Jun",
|
||||
month7: "Jul",
|
||||
month8: "Aug",
|
||||
month9: "Sep",
|
||||
month10: "Okt",
|
||||
month11: "Nov",
|
||||
month12: "Des",
|
||||
weeks: {
|
||||
sun: "So",
|
||||
mon: "Ma",
|
||||
tue: "Di",
|
||||
wed: "Wo",
|
||||
thu: "Do",
|
||||
fri: "Vr",
|
||||
sat: "Sa"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Jan",
|
||||
feb: "Feb",
|
||||
mar: "Mrt",
|
||||
apr: "Apr",
|
||||
may: "Mei",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Des"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Laai",
|
||||
noMatch: "Geen toepaslike data",
|
||||
noData: "Geen data",
|
||||
placeholder: "Kies"
|
||||
},
|
||||
mention: { loading: "Laai" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Geen toepaslike data",
|
||||
loading: "Laai",
|
||||
placeholder: "Kies",
|
||||
noData: "Geen data"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Gaan na",
|
||||
pagesize: "/page",
|
||||
total: "Totaal {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: "Boodskap",
|
||||
confirm: "Bevestig",
|
||||
cancel: "Kanselleer",
|
||||
error: "Ongeldige invoer",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "press delete to remove",
|
||||
delete: "Verwyder",
|
||||
preview: "Voorskou",
|
||||
continue: "Gaan voort"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Geen Data",
|
||||
confirmFilter: "Bevestig",
|
||||
resetFilter: "Herstel",
|
||||
clearFilter: "Alles",
|
||||
sumText: "Som",
|
||||
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: "Geen Data" },
|
||||
transfer: {
|
||||
noMatch: "Geen toepaslike data",
|
||||
noData: "Geen data",
|
||||
titles: ["Lys 1", "Lys 2"],
|
||||
filterPlaceholder: "Voer sleutelwoord in",
|
||||
noCheckedFormat: "{total} items",
|
||||
hasCheckedFormat: "{checked}/{total} gekies"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return af_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/af.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/af.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleAf=t())})(this,function(){return{name:`af`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Bevestig`,clear:`Maak skoon`,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:`Nou`,today:`Vandag`,cancel:`Kanselleer`,clear:`Maak skoon`,confirm:`Bevestig`,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:`Kies datum`,selectTime:`Kies tyd`,startDate:`Begindatum`,startTime:`Begintyd`,endDate:`Einddatum`,endTime:`Eindtyd`,prevYear:`Previous Year`,nextYear:`Next Year`,prevMonth:`Previous Month`,nextMonth:`Next Month`,year:`Jaar`,month1:`Jan`,month2:`Feb`,month3:`Mrt`,month4:`Apr`,month5:`Mei`,month6:`Jun`,month7:`Jul`,month8:`Aug`,month9:`Sep`,month10:`Okt`,month11:`Nov`,month12:`Des`,weeks:{sun:`So`,mon:`Ma`,tue:`Di`,wed:`Wo`,thu:`Do`,fri:`Vr`,sat:`Sa`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Jan`,feb:`Feb`,mar:`Mrt`,apr:`Apr`,may:`Mei`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Okt`,nov:`Nov`,dec:`Des`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Laai`,noMatch:`Geen toepaslike data`,noData:`Geen data`,placeholder:`Kies`},mention:{loading:`Laai`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Geen toepaslike data`,loading:`Laai`,placeholder:`Kies`,noData:`Geen data`},pagination:{goto:`Gaan na`,pagesize:`/page`,total:`Totaal {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:`Boodskap`,confirm:`Bevestig`,cancel:`Kanselleer`,error:`Ongeldige invoer`,close:`Close this dialog`},upload:{deleteTip:`press delete to remove`,delete:`Verwyder`,preview:`Voorskou`,continue:`Gaan voort`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Geen Data`,confirmFilter:`Bevestig`,resetFilter:`Herstel`,clearFilter:`Alles`,sumText:`Som`,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:`Geen Data`},transfer:{noMatch:`Geen toepaslike data`,noData:`Geen data`,titles:[`Lys 1`,`Lys 2`],filterPlaceholder:`Voer sleutelwoord in`,noCheckedFormat:`{total} items`,hasCheckedFormat:`{checked}/{total} gekies`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=af.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/af.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/af.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/af.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/af.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`af`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Bevestig`,clear:`Maak skoon`,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:`Nou`,today:`Vandag`,cancel:`Kanselleer`,clear:`Maak skoon`,confirm:`Bevestig`,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:`Kies datum`,selectTime:`Kies tyd`,startDate:`Begindatum`,startTime:`Begintyd`,endDate:`Einddatum`,endTime:`Eindtyd`,prevYear:`Previous Year`,nextYear:`Next Year`,prevMonth:`Previous Month`,nextMonth:`Next Month`,year:`Jaar`,month1:`Jan`,month2:`Feb`,month3:`Mrt`,month4:`Apr`,month5:`Mei`,month6:`Jun`,month7:`Jul`,month8:`Aug`,month9:`Sep`,month10:`Okt`,month11:`Nov`,month12:`Des`,weeks:{sun:`So`,mon:`Ma`,tue:`Di`,wed:`Wo`,thu:`Do`,fri:`Vr`,sat:`Sa`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Jan`,feb:`Feb`,mar:`Mrt`,apr:`Apr`,may:`Mei`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Okt`,nov:`Nov`,dec:`Des`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Laai`,noMatch:`Geen toepaslike data`,noData:`Geen data`,placeholder:`Kies`},mention:{loading:`Laai`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Geen toepaslike data`,loading:`Laai`,placeholder:`Kies`,noData:`Geen data`},pagination:{goto:`Gaan na`,pagesize:`/page`,total:`Totaal {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:`Boodskap`,confirm:`Bevestig`,cancel:`Kanselleer`,error:`Ongeldige invoer`,close:`Close this dialog`},upload:{deleteTip:`press delete to remove`,delete:`Verwyder`,preview:`Voorskou`,continue:`Gaan voort`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Geen Data`,confirmFilter:`Bevestig`,resetFilter:`Herstel`,clearFilter:`Alles`,sumText:`Som`,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:`Geen Data`},transfer:{noMatch:`Geen toepaslike data`,noData:`Geen data`,titles:[`Lys 1`,`Lys 2`],filterPlaceholder:`Voer sleutelwoord in`,noCheckedFormat:`{total} items`,hasCheckedFormat:`{checked}/{total} gekies`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=af.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/af.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/af.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/af.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/af.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/af.ts
|
||||
var af_default = {
|
||||
name: "af",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Bevestig",
|
||||
clear: "Maak skoon",
|
||||
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: "Nou",
|
||||
today: "Vandag",
|
||||
cancel: "Kanselleer",
|
||||
clear: "Maak skoon",
|
||||
confirm: "Bevestig",
|
||||
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: "Kies datum",
|
||||
selectTime: "Kies tyd",
|
||||
startDate: "Begindatum",
|
||||
startTime: "Begintyd",
|
||||
endDate: "Einddatum",
|
||||
endTime: "Eindtyd",
|
||||
prevYear: "Previous Year",
|
||||
nextYear: "Next Year",
|
||||
prevMonth: "Previous Month",
|
||||
nextMonth: "Next Month",
|
||||
year: "Jaar",
|
||||
month1: "Jan",
|
||||
month2: "Feb",
|
||||
month3: "Mrt",
|
||||
month4: "Apr",
|
||||
month5: "Mei",
|
||||
month6: "Jun",
|
||||
month7: "Jul",
|
||||
month8: "Aug",
|
||||
month9: "Sep",
|
||||
month10: "Okt",
|
||||
month11: "Nov",
|
||||
month12: "Des",
|
||||
weeks: {
|
||||
sun: "So",
|
||||
mon: "Ma",
|
||||
tue: "Di",
|
||||
wed: "Wo",
|
||||
thu: "Do",
|
||||
fri: "Vr",
|
||||
sat: "Sa"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Jan",
|
||||
feb: "Feb",
|
||||
mar: "Mrt",
|
||||
apr: "Apr",
|
||||
may: "Mei",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Des"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Laai",
|
||||
noMatch: "Geen toepaslike data",
|
||||
noData: "Geen data",
|
||||
placeholder: "Kies"
|
||||
},
|
||||
mention: { loading: "Laai" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Geen toepaslike data",
|
||||
loading: "Laai",
|
||||
placeholder: "Kies",
|
||||
noData: "Geen data"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Gaan na",
|
||||
pagesize: "/page",
|
||||
total: "Totaal {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: "Boodskap",
|
||||
confirm: "Bevestig",
|
||||
cancel: "Kanselleer",
|
||||
error: "Ongeldige invoer",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "press delete to remove",
|
||||
delete: "Verwyder",
|
||||
preview: "Voorskou",
|
||||
continue: "Gaan voort"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Geen Data",
|
||||
confirmFilter: "Bevestig",
|
||||
resetFilter: "Herstel",
|
||||
clearFilter: "Alles",
|
||||
sumText: "Som",
|
||||
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: "Geen Data" },
|
||||
transfer: {
|
||||
noMatch: "Geen toepaslike data",
|
||||
noData: "Geen data",
|
||||
titles: ["Lys 1", "Lys 2"],
|
||||
filterPlaceholder: "Voer sleutelwoord in",
|
||||
noCheckedFormat: "{total} items",
|
||||
hasCheckedFormat: "{checked}/{total} gekies"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { af_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/ar-eg.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/ar-eg.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleArEg = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/ar-eg.ts
|
||||
var ar_eg_default = {
|
||||
name: "ar-eg",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "موافق",
|
||||
clear: "إزالة",
|
||||
defaultLabel: "إختر اللون",
|
||||
description: "اللون الحالي هو {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: "الآن",
|
||||
today: "اليوم",
|
||||
cancel: "إلغاء",
|
||||
clear: "إزالة",
|
||||
confirm: "موافق",
|
||||
dateTablePrompt: "استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر",
|
||||
monthTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر",
|
||||
yearTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة",
|
||||
selectedDate: "Selected date",
|
||||
selectDate: "إختر التاريخ",
|
||||
selectTime: "إختر الوقت",
|
||||
startDate: "تاريخ البدء",
|
||||
startTime: "وقت البدء",
|
||||
endDate: "تاريخ الإنتهاء",
|
||||
endTime: "وقت الإنتهاء",
|
||||
prevYear: "السنة السابقة",
|
||||
nextYear: "السنة التالية",
|
||||
prevMonth: "الشهر السابق",
|
||||
nextMonth: "الشهر التالي",
|
||||
year: "سنة",
|
||||
month1: "يناير",
|
||||
month2: "فبراير",
|
||||
month3: "مارس",
|
||||
month4: "أبريل",
|
||||
month5: "مايو",
|
||||
month6: "يونيو",
|
||||
month7: "يوليو",
|
||||
month8: "أغسطس",
|
||||
month9: "سبتمبر",
|
||||
month10: "أكتوبر",
|
||||
month11: "نوفمبر",
|
||||
month12: "ديسمبر",
|
||||
weeks: {
|
||||
sun: "الأحد",
|
||||
mon: "الأثنين",
|
||||
tue: "الثلاثاء",
|
||||
wed: "الأربعاء",
|
||||
thu: "الخميس",
|
||||
fri: "الجمعة",
|
||||
sat: "السبت"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "يناير",
|
||||
feb: "فبراير",
|
||||
mar: "مارس",
|
||||
apr: "أبريل",
|
||||
may: "مايو",
|
||||
jun: "يونيو",
|
||||
jul: "يوليو",
|
||||
aug: "أغسطس",
|
||||
sep: "سبتمبر",
|
||||
oct: "أكتوبر",
|
||||
nov: "نوفمبر",
|
||||
dec: "ديسمبر"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "طرح رقم",
|
||||
increase: "زيادة رقم"
|
||||
},
|
||||
select: {
|
||||
loading: "جار التحميل",
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
noData: "لايوجد بيانات",
|
||||
placeholder: "إختر"
|
||||
},
|
||||
mention: { loading: "جار التحميل" },
|
||||
dropdown: { toggleDropdown: "تبديل القائمة" },
|
||||
cascader: {
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
loading: "جار التحميل",
|
||||
placeholder: "إختر",
|
||||
noData: "لايوجد بيانات"
|
||||
},
|
||||
pagination: {
|
||||
goto: "أذهب إلى",
|
||||
pagesize: "/صفحة",
|
||||
total: "الكل {total}",
|
||||
pageClassifier: "",
|
||||
page: "صفحة",
|
||||
prev: "انتقل إلى الصفحة السابقة",
|
||||
next: "انتقل إلى الصفحة التالية",
|
||||
currentPage: "صفحة رقم {pager}",
|
||||
prevPages: "صفحات {pager} السابقة",
|
||||
nextPages: "صفحات {pager} التالية",
|
||||
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
||||
},
|
||||
dialog: { close: "أغلق هذا التبويب" },
|
||||
drawer: { close: "أغلق هذا التبويب" },
|
||||
messagebox: {
|
||||
title: "العنوان",
|
||||
confirm: "موافق",
|
||||
cancel: "إلغاء",
|
||||
error: "مدخل غير صحيح",
|
||||
close: "أغلق هذا التبويب"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "اضغط ازالة لحذف المحتوى",
|
||||
delete: "حذف",
|
||||
preview: "عرض",
|
||||
continue: "إستمرار"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "شريط التمرير بين {min} و {max}",
|
||||
defaultRangeStartLabel: "اختر قيمة البدء",
|
||||
defaultRangeEndLabel: "اختر قيمة النهاية"
|
||||
},
|
||||
table: {
|
||||
emptyText: "لايوجد بيانات",
|
||||
confirmFilter: "تأكيد",
|
||||
resetFilter: "حذف",
|
||||
clearFilter: "الكل",
|
||||
sumText: "المجموع",
|
||||
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: "لايوجد بيانات" },
|
||||
transfer: {
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
noData: "لايوجد بيانات",
|
||||
titles: ["قائمة 1", "قائمة 2"],
|
||||
filterPlaceholder: "ادخل كلمة",
|
||||
noCheckedFormat: "{total} عناصر",
|
||||
hasCheckedFormat: "{checked}/{total} مختار"
|
||||
},
|
||||
image: { error: "فشل" },
|
||||
pageHeader: { title: "عودة" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "نعم",
|
||||
cancelButtonText: "لا"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return ar_eg_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/ar-eg.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/ar-eg.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleArEg=t())})(this,function(){return{name:`ar-eg`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`موافق`,clear:`إزالة`,defaultLabel:`إختر اللون`,description:`اللون الحالي هو {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:`الآن`,today:`اليوم`,cancel:`إلغاء`,clear:`إزالة`,confirm:`موافق`,dateTablePrompt:`استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر`,monthTablePrompt:`استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر`,yearTablePrompt:`استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة`,selectedDate:`Selected date`,selectDate:`إختر التاريخ`,selectTime:`إختر الوقت`,startDate:`تاريخ البدء`,startTime:`وقت البدء`,endDate:`تاريخ الإنتهاء`,endTime:`وقت الإنتهاء`,prevYear:`السنة السابقة`,nextYear:`السنة التالية`,prevMonth:`الشهر السابق`,nextMonth:`الشهر التالي`,year:`سنة`,month1:`يناير`,month2:`فبراير`,month3:`مارس`,month4:`أبريل`,month5:`مايو`,month6:`يونيو`,month7:`يوليو`,month8:`أغسطس`,month9:`سبتمبر`,month10:`أكتوبر`,month11:`نوفمبر`,month12:`ديسمبر`,weeks:{sun:`الأحد`,mon:`الأثنين`,tue:`الثلاثاء`,wed:`الأربعاء`,thu:`الخميس`,fri:`الجمعة`,sat:`السبت`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`يناير`,feb:`فبراير`,mar:`مارس`,apr:`أبريل`,may:`مايو`,jun:`يونيو`,jul:`يوليو`,aug:`أغسطس`,sep:`سبتمبر`,oct:`أكتوبر`,nov:`نوفمبر`,dec:`ديسمبر`}},inputNumber:{decrease:`طرح رقم`,increase:`زيادة رقم`},select:{loading:`جار التحميل`,noMatch:`لايوجد بيانات مطابقة`,noData:`لايوجد بيانات`,placeholder:`إختر`},mention:{loading:`جار التحميل`},dropdown:{toggleDropdown:`تبديل القائمة`},cascader:{noMatch:`لايوجد بيانات مطابقة`,loading:`جار التحميل`,placeholder:`إختر`,noData:`لايوجد بيانات`},pagination:{goto:`أذهب إلى`,pagesize:`/صفحة`,total:`الكل {total}`,pageClassifier:``,page:`صفحة`,prev:`انتقل إلى الصفحة السابقة`,next:`انتقل إلى الصفحة التالية`,currentPage:`صفحة رقم {pager}`,prevPages:`صفحات {pager} السابقة`,nextPages:`صفحات {pager} التالية`,deprecationWarning:`Deprecated usages detected, please refer to the el-pagination documentation for more details`},dialog:{close:`أغلق هذا التبويب`},drawer:{close:`أغلق هذا التبويب`},messagebox:{title:`العنوان`,confirm:`موافق`,cancel:`إلغاء`,error:`مدخل غير صحيح`,close:`أغلق هذا التبويب`},upload:{deleteTip:`اضغط ازالة لحذف المحتوى`,delete:`حذف`,preview:`عرض`,continue:`إستمرار`},slider:{defaultLabel:`شريط التمرير بين {min} و {max}`,defaultRangeStartLabel:`اختر قيمة البدء`,defaultRangeEndLabel:`اختر قيمة النهاية`},table:{emptyText:`لايوجد بيانات`,confirmFilter:`تأكيد`,resetFilter:`حذف`,clearFilter:`الكل`,sumText:`المجموع`,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:`لايوجد بيانات`},transfer:{noMatch:`لايوجد بيانات مطابقة`,noData:`لايوجد بيانات`,titles:[`قائمة 1`,`قائمة 2`],filterPlaceholder:`ادخل كلمة`,noCheckedFormat:`{total} عناصر`,hasCheckedFormat:`{checked}/{total} مختار`},image:{error:`فشل`},pageHeader:{title:`عودة`},popconfirm:{confirmButtonText:`نعم`,cancelButtonText:`لا`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=ar-eg.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/ar-eg.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/ar-eg.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/ar-eg.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/ar-eg.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`ar-eg`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`موافق`,clear:`إزالة`,defaultLabel:`إختر اللون`,description:`اللون الحالي هو {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:`الآن`,today:`اليوم`,cancel:`إلغاء`,clear:`إزالة`,confirm:`موافق`,dateTablePrompt:`استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر`,monthTablePrompt:`استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر`,yearTablePrompt:`استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة`,selectedDate:`Selected date`,selectDate:`إختر التاريخ`,selectTime:`إختر الوقت`,startDate:`تاريخ البدء`,startTime:`وقت البدء`,endDate:`تاريخ الإنتهاء`,endTime:`وقت الإنتهاء`,prevYear:`السنة السابقة`,nextYear:`السنة التالية`,prevMonth:`الشهر السابق`,nextMonth:`الشهر التالي`,year:`سنة`,month1:`يناير`,month2:`فبراير`,month3:`مارس`,month4:`أبريل`,month5:`مايو`,month6:`يونيو`,month7:`يوليو`,month8:`أغسطس`,month9:`سبتمبر`,month10:`أكتوبر`,month11:`نوفمبر`,month12:`ديسمبر`,weeks:{sun:`الأحد`,mon:`الأثنين`,tue:`الثلاثاء`,wed:`الأربعاء`,thu:`الخميس`,fri:`الجمعة`,sat:`السبت`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`يناير`,feb:`فبراير`,mar:`مارس`,apr:`أبريل`,may:`مايو`,jun:`يونيو`,jul:`يوليو`,aug:`أغسطس`,sep:`سبتمبر`,oct:`أكتوبر`,nov:`نوفمبر`,dec:`ديسمبر`}},inputNumber:{decrease:`طرح رقم`,increase:`زيادة رقم`},select:{loading:`جار التحميل`,noMatch:`لايوجد بيانات مطابقة`,noData:`لايوجد بيانات`,placeholder:`إختر`},mention:{loading:`جار التحميل`},dropdown:{toggleDropdown:`تبديل القائمة`},cascader:{noMatch:`لايوجد بيانات مطابقة`,loading:`جار التحميل`,placeholder:`إختر`,noData:`لايوجد بيانات`},pagination:{goto:`أذهب إلى`,pagesize:`/صفحة`,total:`الكل {total}`,pageClassifier:``,page:`صفحة`,prev:`انتقل إلى الصفحة السابقة`,next:`انتقل إلى الصفحة التالية`,currentPage:`صفحة رقم {pager}`,prevPages:`صفحات {pager} السابقة`,nextPages:`صفحات {pager} التالية`,deprecationWarning:`Deprecated usages detected, please refer to the el-pagination documentation for more details`},dialog:{close:`أغلق هذا التبويب`},drawer:{close:`أغلق هذا التبويب`},messagebox:{title:`العنوان`,confirm:`موافق`,cancel:`إلغاء`,error:`مدخل غير صحيح`,close:`أغلق هذا التبويب`},upload:{deleteTip:`اضغط ازالة لحذف المحتوى`,delete:`حذف`,preview:`عرض`,continue:`إستمرار`},slider:{defaultLabel:`شريط التمرير بين {min} و {max}`,defaultRangeStartLabel:`اختر قيمة البدء`,defaultRangeEndLabel:`اختر قيمة النهاية`},table:{emptyText:`لايوجد بيانات`,confirmFilter:`تأكيد`,resetFilter:`حذف`,clearFilter:`الكل`,sumText:`المجموع`,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:`لايوجد بيانات`},transfer:{noMatch:`لايوجد بيانات مطابقة`,noData:`لايوجد بيانات`,titles:[`قائمة 1`,`قائمة 2`],filterPlaceholder:`ادخل كلمة`,noCheckedFormat:`{total} عناصر`,hasCheckedFormat:`{checked}/{total} مختار`},image:{error:`فشل`},pageHeader:{title:`عودة`},popconfirm:{confirmButtonText:`نعم`,cancelButtonText:`لا`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=ar-eg.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/ar-eg.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/ar-eg.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/ar-eg.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/ar-eg.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/ar-eg.ts
|
||||
var ar_eg_default = {
|
||||
name: "ar-eg",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "موافق",
|
||||
clear: "إزالة",
|
||||
defaultLabel: "إختر اللون",
|
||||
description: "اللون الحالي هو {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: "الآن",
|
||||
today: "اليوم",
|
||||
cancel: "إلغاء",
|
||||
clear: "إزالة",
|
||||
confirm: "موافق",
|
||||
dateTablePrompt: "استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر",
|
||||
monthTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر",
|
||||
yearTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة",
|
||||
selectedDate: "Selected date",
|
||||
selectDate: "إختر التاريخ",
|
||||
selectTime: "إختر الوقت",
|
||||
startDate: "تاريخ البدء",
|
||||
startTime: "وقت البدء",
|
||||
endDate: "تاريخ الإنتهاء",
|
||||
endTime: "وقت الإنتهاء",
|
||||
prevYear: "السنة السابقة",
|
||||
nextYear: "السنة التالية",
|
||||
prevMonth: "الشهر السابق",
|
||||
nextMonth: "الشهر التالي",
|
||||
year: "سنة",
|
||||
month1: "يناير",
|
||||
month2: "فبراير",
|
||||
month3: "مارس",
|
||||
month4: "أبريل",
|
||||
month5: "مايو",
|
||||
month6: "يونيو",
|
||||
month7: "يوليو",
|
||||
month8: "أغسطس",
|
||||
month9: "سبتمبر",
|
||||
month10: "أكتوبر",
|
||||
month11: "نوفمبر",
|
||||
month12: "ديسمبر",
|
||||
weeks: {
|
||||
sun: "الأحد",
|
||||
mon: "الأثنين",
|
||||
tue: "الثلاثاء",
|
||||
wed: "الأربعاء",
|
||||
thu: "الخميس",
|
||||
fri: "الجمعة",
|
||||
sat: "السبت"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "يناير",
|
||||
feb: "فبراير",
|
||||
mar: "مارس",
|
||||
apr: "أبريل",
|
||||
may: "مايو",
|
||||
jun: "يونيو",
|
||||
jul: "يوليو",
|
||||
aug: "أغسطس",
|
||||
sep: "سبتمبر",
|
||||
oct: "أكتوبر",
|
||||
nov: "نوفمبر",
|
||||
dec: "ديسمبر"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "طرح رقم",
|
||||
increase: "زيادة رقم"
|
||||
},
|
||||
select: {
|
||||
loading: "جار التحميل",
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
noData: "لايوجد بيانات",
|
||||
placeholder: "إختر"
|
||||
},
|
||||
mention: { loading: "جار التحميل" },
|
||||
dropdown: { toggleDropdown: "تبديل القائمة" },
|
||||
cascader: {
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
loading: "جار التحميل",
|
||||
placeholder: "إختر",
|
||||
noData: "لايوجد بيانات"
|
||||
},
|
||||
pagination: {
|
||||
goto: "أذهب إلى",
|
||||
pagesize: "/صفحة",
|
||||
total: "الكل {total}",
|
||||
pageClassifier: "",
|
||||
page: "صفحة",
|
||||
prev: "انتقل إلى الصفحة السابقة",
|
||||
next: "انتقل إلى الصفحة التالية",
|
||||
currentPage: "صفحة رقم {pager}",
|
||||
prevPages: "صفحات {pager} السابقة",
|
||||
nextPages: "صفحات {pager} التالية",
|
||||
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
||||
},
|
||||
dialog: { close: "أغلق هذا التبويب" },
|
||||
drawer: { close: "أغلق هذا التبويب" },
|
||||
messagebox: {
|
||||
title: "العنوان",
|
||||
confirm: "موافق",
|
||||
cancel: "إلغاء",
|
||||
error: "مدخل غير صحيح",
|
||||
close: "أغلق هذا التبويب"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "اضغط ازالة لحذف المحتوى",
|
||||
delete: "حذف",
|
||||
preview: "عرض",
|
||||
continue: "إستمرار"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "شريط التمرير بين {min} و {max}",
|
||||
defaultRangeStartLabel: "اختر قيمة البدء",
|
||||
defaultRangeEndLabel: "اختر قيمة النهاية"
|
||||
},
|
||||
table: {
|
||||
emptyText: "لايوجد بيانات",
|
||||
confirmFilter: "تأكيد",
|
||||
resetFilter: "حذف",
|
||||
clearFilter: "الكل",
|
||||
sumText: "المجموع",
|
||||
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: "لايوجد بيانات" },
|
||||
transfer: {
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
noData: "لايوجد بيانات",
|
||||
titles: ["قائمة 1", "قائمة 2"],
|
||||
filterPlaceholder: "ادخل كلمة",
|
||||
noCheckedFormat: "{total} عناصر",
|
||||
hasCheckedFormat: "{checked}/{total} مختار"
|
||||
},
|
||||
image: { error: "فشل" },
|
||||
pageHeader: { title: "عودة" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "نعم",
|
||||
cancelButtonText: "لا"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { ar_eg_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/ar.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/ar.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleAr = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/ar.ts
|
||||
var ar_default = {
|
||||
name: "ar",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "موافق",
|
||||
clear: "إزالة",
|
||||
defaultLabel: "إختر اللون",
|
||||
description: "اللون الحالي هو {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: "الآن",
|
||||
today: "اليوم",
|
||||
cancel: "إلغاء",
|
||||
clear: "إزالة",
|
||||
confirm: "موافق",
|
||||
dateTablePrompt: "استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر",
|
||||
monthTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر",
|
||||
yearTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة",
|
||||
selectedDate: "Selected date",
|
||||
selectDate: "إختر التاريخ",
|
||||
selectTime: "إختر الوقت",
|
||||
startDate: "تاريخ البدء",
|
||||
startTime: "وقت البدء",
|
||||
endDate: "تاريخ الإنتهاء",
|
||||
endTime: "وقت الإنتهاء",
|
||||
prevYear: "السنة السابقة",
|
||||
nextYear: "السنة التالية",
|
||||
prevMonth: "الشهر السابق",
|
||||
nextMonth: "الشهر التالي",
|
||||
year: "سنة",
|
||||
month1: "كانون الثاني",
|
||||
month2: "شباط",
|
||||
month3: "اذار",
|
||||
month4: "نيسان",
|
||||
month5: "أيار",
|
||||
month6: "حزيران",
|
||||
month7: "تموز",
|
||||
month8: "اّب",
|
||||
month9: "ايلول",
|
||||
month10: "تشرين الاول",
|
||||
month11: "تشرين الثاني",
|
||||
month12: "كانون الاول",
|
||||
weeks: {
|
||||
sun: "الأحد",
|
||||
mon: "الأثنين",
|
||||
tue: "الثلاثاء",
|
||||
wed: "الأربعاء",
|
||||
thu: "الخميس",
|
||||
fri: "الجمعة",
|
||||
sat: "السبت"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "كانون الثاني",
|
||||
feb: "شباط",
|
||||
mar: "اذار",
|
||||
apr: "نيسان",
|
||||
may: "ايار",
|
||||
jun: "حزيران",
|
||||
jul: "تمور",
|
||||
aug: "اّب",
|
||||
sep: "ايلول",
|
||||
oct: "تشرين الاول",
|
||||
nov: "تشرين الثاني",
|
||||
dec: "كانون الاول"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "طرح رقم",
|
||||
increase: "زيادة رقم"
|
||||
},
|
||||
select: {
|
||||
loading: "جار التحميل",
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
noData: "لايوجد بيانات",
|
||||
placeholder: "إختر"
|
||||
},
|
||||
mention: { loading: "جار التحميل" },
|
||||
dropdown: { toggleDropdown: "تبديل القائمة" },
|
||||
cascader: {
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
loading: "جار التحميل",
|
||||
placeholder: "إختر",
|
||||
noData: "لايوجد بيانات"
|
||||
},
|
||||
pagination: {
|
||||
goto: "أذهب إلى",
|
||||
pagesize: "/صفحة",
|
||||
total: "الكل {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: "أغلق هذا التبويب" },
|
||||
drawer: { close: "أغلق هذا التبويب" },
|
||||
messagebox: {
|
||||
title: "العنوان",
|
||||
confirm: "موافق",
|
||||
cancel: "إلغاء",
|
||||
error: "مدخل غير صحيح",
|
||||
close: "أغلق هذا التبويب"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "اضغط ازالة لحذف المحتوى",
|
||||
delete: "حذف",
|
||||
preview: "عرض",
|
||||
continue: "إستمرار"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "لايوجد بيانات",
|
||||
confirmFilter: "تأكيد",
|
||||
resetFilter: "حذف",
|
||||
clearFilter: "الكل",
|
||||
sumText: "المجموع",
|
||||
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: "لايوجد بيانات" },
|
||||
transfer: {
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
noData: "لايوجد بيانات",
|
||||
titles: ["قائمة 1", "قائمة 2"],
|
||||
filterPlaceholder: "ادخل كلمة",
|
||||
noCheckedFormat: "{total} عناصر",
|
||||
hasCheckedFormat: "{checked}/{total} مختار"
|
||||
},
|
||||
image: { error: "فشل" },
|
||||
pageHeader: { title: "عودة" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Yes",
|
||||
cancelButtonText: "No"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return ar_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/ar.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/ar.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleAr=t())})(this,function(){return{name:`ar`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`موافق`,clear:`إزالة`,defaultLabel:`إختر اللون`,description:`اللون الحالي هو {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:`الآن`,today:`اليوم`,cancel:`إلغاء`,clear:`إزالة`,confirm:`موافق`,dateTablePrompt:`استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر`,monthTablePrompt:`استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر`,yearTablePrompt:`استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة`,selectedDate:`Selected date`,selectDate:`إختر التاريخ`,selectTime:`إختر الوقت`,startDate:`تاريخ البدء`,startTime:`وقت البدء`,endDate:`تاريخ الإنتهاء`,endTime:`وقت الإنتهاء`,prevYear:`السنة السابقة`,nextYear:`السنة التالية`,prevMonth:`الشهر السابق`,nextMonth:`الشهر التالي`,year:`سنة`,month1:`كانون الثاني`,month2:`شباط`,month3:`اذار`,month4:`نيسان`,month5:`أيار`,month6:`حزيران`,month7:`تموز`,month8:`اّب`,month9:`ايلول`,month10:`تشرين الاول`,month11:`تشرين الثاني`,month12:`كانون الاول`,weeks:{sun:`الأحد`,mon:`الأثنين`,tue:`الثلاثاء`,wed:`الأربعاء`,thu:`الخميس`,fri:`الجمعة`,sat:`السبت`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`كانون الثاني`,feb:`شباط`,mar:`اذار`,apr:`نيسان`,may:`ايار`,jun:`حزيران`,jul:`تمور`,aug:`اّب`,sep:`ايلول`,oct:`تشرين الاول`,nov:`تشرين الثاني`,dec:`كانون الاول`}},inputNumber:{decrease:`طرح رقم`,increase:`زيادة رقم`},select:{loading:`جار التحميل`,noMatch:`لايوجد بيانات مطابقة`,noData:`لايوجد بيانات`,placeholder:`إختر`},mention:{loading:`جار التحميل`},dropdown:{toggleDropdown:`تبديل القائمة`},cascader:{noMatch:`لايوجد بيانات مطابقة`,loading:`جار التحميل`,placeholder:`إختر`,noData:`لايوجد بيانات`},pagination:{goto:`أذهب إلى`,pagesize:`/صفحة`,total:`الكل {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:`أغلق هذا التبويب`},drawer:{close:`أغلق هذا التبويب`},messagebox:{title:`العنوان`,confirm:`موافق`,cancel:`إلغاء`,error:`مدخل غير صحيح`,close:`أغلق هذا التبويب`},upload:{deleteTip:`اضغط ازالة لحذف المحتوى`,delete:`حذف`,preview:`عرض`,continue:`إستمرار`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`لايوجد بيانات`,confirmFilter:`تأكيد`,resetFilter:`حذف`,clearFilter:`الكل`,sumText:`المجموع`,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:`لايوجد بيانات`},transfer:{noMatch:`لايوجد بيانات مطابقة`,noData:`لايوجد بيانات`,titles:[`قائمة 1`,`قائمة 2`],filterPlaceholder:`ادخل كلمة`,noCheckedFormat:`{total} عناصر`,hasCheckedFormat:`{checked}/{total} مختار`},image:{error:`فشل`},pageHeader:{title:`عودة`},popconfirm:{confirmButtonText:`Yes`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=ar.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/ar.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/ar.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/ar.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/ar.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`ar`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`موافق`,clear:`إزالة`,defaultLabel:`إختر اللون`,description:`اللون الحالي هو {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:`الآن`,today:`اليوم`,cancel:`إلغاء`,clear:`إزالة`,confirm:`موافق`,dateTablePrompt:`استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر`,monthTablePrompt:`استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر`,yearTablePrompt:`استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة`,selectedDate:`Selected date`,selectDate:`إختر التاريخ`,selectTime:`إختر الوقت`,startDate:`تاريخ البدء`,startTime:`وقت البدء`,endDate:`تاريخ الإنتهاء`,endTime:`وقت الإنتهاء`,prevYear:`السنة السابقة`,nextYear:`السنة التالية`,prevMonth:`الشهر السابق`,nextMonth:`الشهر التالي`,year:`سنة`,month1:`كانون الثاني`,month2:`شباط`,month3:`اذار`,month4:`نيسان`,month5:`أيار`,month6:`حزيران`,month7:`تموز`,month8:`اّب`,month9:`ايلول`,month10:`تشرين الاول`,month11:`تشرين الثاني`,month12:`كانون الاول`,weeks:{sun:`الأحد`,mon:`الأثنين`,tue:`الثلاثاء`,wed:`الأربعاء`,thu:`الخميس`,fri:`الجمعة`,sat:`السبت`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`كانون الثاني`,feb:`شباط`,mar:`اذار`,apr:`نيسان`,may:`ايار`,jun:`حزيران`,jul:`تمور`,aug:`اّب`,sep:`ايلول`,oct:`تشرين الاول`,nov:`تشرين الثاني`,dec:`كانون الاول`}},inputNumber:{decrease:`طرح رقم`,increase:`زيادة رقم`},select:{loading:`جار التحميل`,noMatch:`لايوجد بيانات مطابقة`,noData:`لايوجد بيانات`,placeholder:`إختر`},mention:{loading:`جار التحميل`},dropdown:{toggleDropdown:`تبديل القائمة`},cascader:{noMatch:`لايوجد بيانات مطابقة`,loading:`جار التحميل`,placeholder:`إختر`,noData:`لايوجد بيانات`},pagination:{goto:`أذهب إلى`,pagesize:`/صفحة`,total:`الكل {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:`أغلق هذا التبويب`},drawer:{close:`أغلق هذا التبويب`},messagebox:{title:`العنوان`,confirm:`موافق`,cancel:`إلغاء`,error:`مدخل غير صحيح`,close:`أغلق هذا التبويب`},upload:{deleteTip:`اضغط ازالة لحذف المحتوى`,delete:`حذف`,preview:`عرض`,continue:`إستمرار`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`لايوجد بيانات`,confirmFilter:`تأكيد`,resetFilter:`حذف`,clearFilter:`الكل`,sumText:`المجموع`,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:`لايوجد بيانات`},transfer:{noMatch:`لايوجد بيانات مطابقة`,noData:`لايوجد بيانات`,titles:[`قائمة 1`,`قائمة 2`],filterPlaceholder:`ادخل كلمة`,noCheckedFormat:`{total} عناصر`,hasCheckedFormat:`{checked}/{total} مختار`},image:{error:`فشل`},pageHeader:{title:`عودة`},popconfirm:{confirmButtonText:`Yes`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=ar.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/ar.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/ar.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/ar.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/ar.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/ar.ts
|
||||
var ar_default = {
|
||||
name: "ar",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "موافق",
|
||||
clear: "إزالة",
|
||||
defaultLabel: "إختر اللون",
|
||||
description: "اللون الحالي هو {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: "الآن",
|
||||
today: "اليوم",
|
||||
cancel: "إلغاء",
|
||||
clear: "إزالة",
|
||||
confirm: "موافق",
|
||||
dateTablePrompt: "استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر",
|
||||
monthTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر",
|
||||
yearTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة",
|
||||
selectedDate: "Selected date",
|
||||
selectDate: "إختر التاريخ",
|
||||
selectTime: "إختر الوقت",
|
||||
startDate: "تاريخ البدء",
|
||||
startTime: "وقت البدء",
|
||||
endDate: "تاريخ الإنتهاء",
|
||||
endTime: "وقت الإنتهاء",
|
||||
prevYear: "السنة السابقة",
|
||||
nextYear: "السنة التالية",
|
||||
prevMonth: "الشهر السابق",
|
||||
nextMonth: "الشهر التالي",
|
||||
year: "سنة",
|
||||
month1: "كانون الثاني",
|
||||
month2: "شباط",
|
||||
month3: "اذار",
|
||||
month4: "نيسان",
|
||||
month5: "أيار",
|
||||
month6: "حزيران",
|
||||
month7: "تموز",
|
||||
month8: "اّب",
|
||||
month9: "ايلول",
|
||||
month10: "تشرين الاول",
|
||||
month11: "تشرين الثاني",
|
||||
month12: "كانون الاول",
|
||||
weeks: {
|
||||
sun: "الأحد",
|
||||
mon: "الأثنين",
|
||||
tue: "الثلاثاء",
|
||||
wed: "الأربعاء",
|
||||
thu: "الخميس",
|
||||
fri: "الجمعة",
|
||||
sat: "السبت"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "كانون الثاني",
|
||||
feb: "شباط",
|
||||
mar: "اذار",
|
||||
apr: "نيسان",
|
||||
may: "ايار",
|
||||
jun: "حزيران",
|
||||
jul: "تمور",
|
||||
aug: "اّب",
|
||||
sep: "ايلول",
|
||||
oct: "تشرين الاول",
|
||||
nov: "تشرين الثاني",
|
||||
dec: "كانون الاول"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "طرح رقم",
|
||||
increase: "زيادة رقم"
|
||||
},
|
||||
select: {
|
||||
loading: "جار التحميل",
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
noData: "لايوجد بيانات",
|
||||
placeholder: "إختر"
|
||||
},
|
||||
mention: { loading: "جار التحميل" },
|
||||
dropdown: { toggleDropdown: "تبديل القائمة" },
|
||||
cascader: {
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
loading: "جار التحميل",
|
||||
placeholder: "إختر",
|
||||
noData: "لايوجد بيانات"
|
||||
},
|
||||
pagination: {
|
||||
goto: "أذهب إلى",
|
||||
pagesize: "/صفحة",
|
||||
total: "الكل {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: "أغلق هذا التبويب" },
|
||||
drawer: { close: "أغلق هذا التبويب" },
|
||||
messagebox: {
|
||||
title: "العنوان",
|
||||
confirm: "موافق",
|
||||
cancel: "إلغاء",
|
||||
error: "مدخل غير صحيح",
|
||||
close: "أغلق هذا التبويب"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "اضغط ازالة لحذف المحتوى",
|
||||
delete: "حذف",
|
||||
preview: "عرض",
|
||||
continue: "إستمرار"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "لايوجد بيانات",
|
||||
confirmFilter: "تأكيد",
|
||||
resetFilter: "حذف",
|
||||
clearFilter: "الكل",
|
||||
sumText: "المجموع",
|
||||
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: "لايوجد بيانات" },
|
||||
transfer: {
|
||||
noMatch: "لايوجد بيانات مطابقة",
|
||||
noData: "لايوجد بيانات",
|
||||
titles: ["قائمة 1", "قائمة 2"],
|
||||
filterPlaceholder: "ادخل كلمة",
|
||||
noCheckedFormat: "{total} عناصر",
|
||||
hasCheckedFormat: "{checked}/{total} مختار"
|
||||
},
|
||||
image: { error: "فشل" },
|
||||
pageHeader: { title: "عودة" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Yes",
|
||||
cancelButtonText: "No"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { ar_default as default };
|
||||
194
frontend/node_modules/element-plus/dist/locale/az.js
generated
vendored
Normal file
194
frontend/node_modules/element-plus/dist/locale/az.js
generated
vendored
Normal file
@@ -0,0 +1,194 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleAz = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/az.ts
|
||||
var az_default = {
|
||||
name: "az",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Təsdiqlə",
|
||||
clear: "Təmizlə",
|
||||
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: "İndi",
|
||||
today: "Bugün",
|
||||
cancel: "İmtina",
|
||||
clear: "Təmizlə",
|
||||
confirm: "Təsdiqlə",
|
||||
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: "Tarix seç",
|
||||
selectTime: "Saat seç",
|
||||
startDate: "Başlanğıc Tarixi",
|
||||
startTime: "Başlanğıc Saatı",
|
||||
endDate: "Bitmə Tarixi",
|
||||
endTime: "Bitmə Saatı",
|
||||
prevYear: "Öncəki il",
|
||||
nextYear: "Sonrakı il",
|
||||
prevMonth: "Öncəki ay",
|
||||
nextMonth: "Sonrakı ay",
|
||||
year: "",
|
||||
month1: "Yanvar",
|
||||
month2: "Fevral",
|
||||
month3: "Mart",
|
||||
month4: "Aprel",
|
||||
month5: "May",
|
||||
month6: "İyun",
|
||||
month7: "İyul",
|
||||
month8: "Avqust",
|
||||
month9: "Sentyabr",
|
||||
month10: "Oktyabr",
|
||||
month11: "Noyabr",
|
||||
month12: "Dekabr",
|
||||
weeks: {
|
||||
sun: "Baz",
|
||||
mon: "B.e",
|
||||
tue: "Ç.a",
|
||||
wed: "Çər",
|
||||
thu: "C.a",
|
||||
fri: "Cüm",
|
||||
sat: "Şən"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Yan",
|
||||
feb: "Fev",
|
||||
mar: "Mar",
|
||||
apr: "Apr",
|
||||
may: "May",
|
||||
jun: "İyn",
|
||||
jul: "İyl",
|
||||
aug: "Avq",
|
||||
sep: "Sen",
|
||||
oct: "Okt",
|
||||
nov: "Noy",
|
||||
dec: "Dek"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Yüklənir",
|
||||
noMatch: "Nəticə tapılmadı",
|
||||
noData: "Məlumat yoxdur",
|
||||
placeholder: "Seç"
|
||||
},
|
||||
mention: { loading: "Yüklənir" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Nəticə tapılmadı",
|
||||
loading: "Yüklənir",
|
||||
placeholder: "Seç",
|
||||
noData: "Məlumat yoxdur"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Get",
|
||||
pagesize: "/səhifə",
|
||||
total: "Toplam {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: "Mesaj",
|
||||
confirm: "Təsdiqlə",
|
||||
cancel: "İmtina",
|
||||
error: "Səhv",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Sürüşdürmədən sonra sil",
|
||||
delete: "Sil",
|
||||
preview: "Ön izlə",
|
||||
continue: "Davam et"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Məlumat yoxdur",
|
||||
confirmFilter: "Təsdiqlə",
|
||||
resetFilter: "Sıfırla",
|
||||
clearFilter: "Bütün",
|
||||
sumText: "Cəmi",
|
||||
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: "Məlumat yoxdur" },
|
||||
transfer: {
|
||||
noMatch: "Nəticə tapılmadı",
|
||||
noData: "Məlumat yoxdur",
|
||||
titles: ["Siyahı 1", "Siyahı 2"],
|
||||
filterPlaceholder: "Kəlimələri daxil et",
|
||||
noCheckedFormat: "{total} ədəd",
|
||||
hasCheckedFormat: "{checked}/{total} seçildi"
|
||||
},
|
||||
image: { error: "SƏHV" },
|
||||
pageHeader: { title: "Geri" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Bəli",
|
||||
cancelButtonText: "Xeyr"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
},
|
||||
empty: { description: "Məlumat yoxdur" }
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return az_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/az.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/az.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleAz=t())})(this,function(){return{name:`az`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Təsdiqlə`,clear:`Təmizlə`,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:`İndi`,today:`Bugün`,cancel:`İmtina`,clear:`Təmizlə`,confirm:`Təsdiqlə`,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:`Tarix seç`,selectTime:`Saat seç`,startDate:`Başlanğıc Tarixi`,startTime:`Başlanğıc Saatı`,endDate:`Bitmə Tarixi`,endTime:`Bitmə Saatı`,prevYear:`Öncəki il`,nextYear:`Sonrakı il`,prevMonth:`Öncəki ay`,nextMonth:`Sonrakı ay`,year:``,month1:`Yanvar`,month2:`Fevral`,month3:`Mart`,month4:`Aprel`,month5:`May`,month6:`İyun`,month7:`İyul`,month8:`Avqust`,month9:`Sentyabr`,month10:`Oktyabr`,month11:`Noyabr`,month12:`Dekabr`,weeks:{sun:`Baz`,mon:`B.e`,tue:`Ç.a`,wed:`Çər`,thu:`C.a`,fri:`Cüm`,sat:`Şən`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Yan`,feb:`Fev`,mar:`Mar`,apr:`Apr`,may:`May`,jun:`İyn`,jul:`İyl`,aug:`Avq`,sep:`Sen`,oct:`Okt`,nov:`Noy`,dec:`Dek`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Yüklənir`,noMatch:`Nəticə tapılmadı`,noData:`Məlumat yoxdur`,placeholder:`Seç`},mention:{loading:`Yüklənir`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Nəticə tapılmadı`,loading:`Yüklənir`,placeholder:`Seç`,noData:`Məlumat yoxdur`},pagination:{goto:`Get`,pagesize:`/səhifə`,total:`Toplam {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:`Mesaj`,confirm:`Təsdiqlə`,cancel:`İmtina`,error:`Səhv`,close:`Close this dialog`},upload:{deleteTip:`Sürüşdürmədən sonra sil`,delete:`Sil`,preview:`Ön izlə`,continue:`Davam et`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Məlumat yoxdur`,confirmFilter:`Təsdiqlə`,resetFilter:`Sıfırla`,clearFilter:`Bütün`,sumText:`Cəmi`,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:`Məlumat yoxdur`},transfer:{noMatch:`Nəticə tapılmadı`,noData:`Məlumat yoxdur`,titles:[`Siyahı 1`,`Siyahı 2`],filterPlaceholder:`Kəlimələri daxil et`,noCheckedFormat:`{total} ədəd`,hasCheckedFormat:`{checked}/{total} seçildi`},image:{error:`SƏHV`},pageHeader:{title:`Geri`},popconfirm:{confirmButtonText:`Bəli`,cancelButtonText:`Xeyr`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`},empty:{description:`Məlumat yoxdur`}}}});
|
||||
//# sourceMappingURL=az.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/az.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/az.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/az.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/az.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`az`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Təsdiqlə`,clear:`Təmizlə`,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:`İndi`,today:`Bugün`,cancel:`İmtina`,clear:`Təmizlə`,confirm:`Təsdiqlə`,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:`Tarix seç`,selectTime:`Saat seç`,startDate:`Başlanğıc Tarixi`,startTime:`Başlanğıc Saatı`,endDate:`Bitmə Tarixi`,endTime:`Bitmə Saatı`,prevYear:`Öncəki il`,nextYear:`Sonrakı il`,prevMonth:`Öncəki ay`,nextMonth:`Sonrakı ay`,year:``,month1:`Yanvar`,month2:`Fevral`,month3:`Mart`,month4:`Aprel`,month5:`May`,month6:`İyun`,month7:`İyul`,month8:`Avqust`,month9:`Sentyabr`,month10:`Oktyabr`,month11:`Noyabr`,month12:`Dekabr`,weeks:{sun:`Baz`,mon:`B.e`,tue:`Ç.a`,wed:`Çər`,thu:`C.a`,fri:`Cüm`,sat:`Şən`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Yan`,feb:`Fev`,mar:`Mar`,apr:`Apr`,may:`May`,jun:`İyn`,jul:`İyl`,aug:`Avq`,sep:`Sen`,oct:`Okt`,nov:`Noy`,dec:`Dek`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Yüklənir`,noMatch:`Nəticə tapılmadı`,noData:`Məlumat yoxdur`,placeholder:`Seç`},mention:{loading:`Yüklənir`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Nəticə tapılmadı`,loading:`Yüklənir`,placeholder:`Seç`,noData:`Məlumat yoxdur`},pagination:{goto:`Get`,pagesize:`/səhifə`,total:`Toplam {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:`Mesaj`,confirm:`Təsdiqlə`,cancel:`İmtina`,error:`Səhv`,close:`Close this dialog`},upload:{deleteTip:`Sürüşdürmədən sonra sil`,delete:`Sil`,preview:`Ön izlə`,continue:`Davam et`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Məlumat yoxdur`,confirmFilter:`Təsdiqlə`,resetFilter:`Sıfırla`,clearFilter:`Bütün`,sumText:`Cəmi`,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:`Məlumat yoxdur`},transfer:{noMatch:`Nəticə tapılmadı`,noData:`Məlumat yoxdur`,titles:[`Siyahı 1`,`Siyahı 2`],filterPlaceholder:`Kəlimələri daxil et`,noCheckedFormat:`{total} ədəd`,hasCheckedFormat:`{checked}/{total} seçildi`},image:{error:`SƏHV`},pageHeader:{title:`Geri`},popconfirm:{confirmButtonText:`Bəli`,cancelButtonText:`Xeyr`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`},empty:{description:`Məlumat yoxdur`}}};export{e as default};
|
||||
//# sourceMappingURL=az.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/az.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/az.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
187
frontend/node_modules/element-plus/dist/locale/az.mjs
generated
vendored
Normal file
187
frontend/node_modules/element-plus/dist/locale/az.mjs
generated
vendored
Normal file
@@ -0,0 +1,187 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/az.ts
|
||||
var az_default = {
|
||||
name: "az",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Təsdiqlə",
|
||||
clear: "Təmizlə",
|
||||
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: "İndi",
|
||||
today: "Bugün",
|
||||
cancel: "İmtina",
|
||||
clear: "Təmizlə",
|
||||
confirm: "Təsdiqlə",
|
||||
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: "Tarix seç",
|
||||
selectTime: "Saat seç",
|
||||
startDate: "Başlanğıc Tarixi",
|
||||
startTime: "Başlanğıc Saatı",
|
||||
endDate: "Bitmə Tarixi",
|
||||
endTime: "Bitmə Saatı",
|
||||
prevYear: "Öncəki il",
|
||||
nextYear: "Sonrakı il",
|
||||
prevMonth: "Öncəki ay",
|
||||
nextMonth: "Sonrakı ay",
|
||||
year: "",
|
||||
month1: "Yanvar",
|
||||
month2: "Fevral",
|
||||
month3: "Mart",
|
||||
month4: "Aprel",
|
||||
month5: "May",
|
||||
month6: "İyun",
|
||||
month7: "İyul",
|
||||
month8: "Avqust",
|
||||
month9: "Sentyabr",
|
||||
month10: "Oktyabr",
|
||||
month11: "Noyabr",
|
||||
month12: "Dekabr",
|
||||
weeks: {
|
||||
sun: "Baz",
|
||||
mon: "B.e",
|
||||
tue: "Ç.a",
|
||||
wed: "Çər",
|
||||
thu: "C.a",
|
||||
fri: "Cüm",
|
||||
sat: "Şən"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Yan",
|
||||
feb: "Fev",
|
||||
mar: "Mar",
|
||||
apr: "Apr",
|
||||
may: "May",
|
||||
jun: "İyn",
|
||||
jul: "İyl",
|
||||
aug: "Avq",
|
||||
sep: "Sen",
|
||||
oct: "Okt",
|
||||
nov: "Noy",
|
||||
dec: "Dek"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Yüklənir",
|
||||
noMatch: "Nəticə tapılmadı",
|
||||
noData: "Məlumat yoxdur",
|
||||
placeholder: "Seç"
|
||||
},
|
||||
mention: { loading: "Yüklənir" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Nəticə tapılmadı",
|
||||
loading: "Yüklənir",
|
||||
placeholder: "Seç",
|
||||
noData: "Məlumat yoxdur"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Get",
|
||||
pagesize: "/səhifə",
|
||||
total: "Toplam {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: "Mesaj",
|
||||
confirm: "Təsdiqlə",
|
||||
cancel: "İmtina",
|
||||
error: "Səhv",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Sürüşdürmədən sonra sil",
|
||||
delete: "Sil",
|
||||
preview: "Ön izlə",
|
||||
continue: "Davam et"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Məlumat yoxdur",
|
||||
confirmFilter: "Təsdiqlə",
|
||||
resetFilter: "Sıfırla",
|
||||
clearFilter: "Bütün",
|
||||
sumText: "Cəmi",
|
||||
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: "Məlumat yoxdur" },
|
||||
transfer: {
|
||||
noMatch: "Nəticə tapılmadı",
|
||||
noData: "Məlumat yoxdur",
|
||||
titles: ["Siyahı 1", "Siyahı 2"],
|
||||
filterPlaceholder: "Kəlimələri daxil et",
|
||||
noCheckedFormat: "{total} ədəd",
|
||||
hasCheckedFormat: "{checked}/{total} seçildi"
|
||||
},
|
||||
image: { error: "SƏHV" },
|
||||
pageHeader: { title: "Geri" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Bəli",
|
||||
cancelButtonText: "Xeyr"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
},
|
||||
empty: { description: "Məlumat yoxdur" }
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { az_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/bg.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/bg.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleBg = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/bg.ts
|
||||
var bg_default = {
|
||||
name: "bg",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Изчисти",
|
||||
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: "Сега",
|
||||
today: "Днес",
|
||||
cancel: "Откажи",
|
||||
clear: "Изчисти",
|
||||
confirm: "ОК",
|
||||
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: "Избери дата",
|
||||
selectTime: "Избери час",
|
||||
startDate: "Начална дата",
|
||||
startTime: "Начален час",
|
||||
endDate: "Крайна дата",
|
||||
endTime: "Краен час",
|
||||
prevYear: "Previous Year",
|
||||
nextYear: "Next Year",
|
||||
prevMonth: "Previous Month",
|
||||
nextMonth: "Next Month",
|
||||
year: "",
|
||||
month1: "Януари",
|
||||
month2: "Февруари",
|
||||
month3: "Март",
|
||||
month4: "Април",
|
||||
month5: "Май",
|
||||
month6: "Юни",
|
||||
month7: "Юли",
|
||||
month8: "Август",
|
||||
month9: "Септември",
|
||||
month10: "Октомври",
|
||||
month11: "Ноември",
|
||||
month12: "Декември",
|
||||
weeks: {
|
||||
sun: "Нед",
|
||||
mon: "Пон",
|
||||
tue: "Вто",
|
||||
wed: "Сря",
|
||||
thu: "Чет",
|
||||
fri: "Пет",
|
||||
sat: "Съб"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Яну",
|
||||
feb: "Фев",
|
||||
mar: "Мар",
|
||||
apr: "Апр",
|
||||
may: "Май",
|
||||
jun: "Юни",
|
||||
jul: "Юли",
|
||||
aug: "Авг",
|
||||
sep: "Сеп",
|
||||
oct: "Окт",
|
||||
nov: "Ное",
|
||||
dec: "Дек"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Зареждане",
|
||||
noMatch: "Няма намерени",
|
||||
noData: "Няма данни",
|
||||
placeholder: "Избери"
|
||||
},
|
||||
mention: { loading: "Зареждане" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Няма намерени",
|
||||
loading: "Зареждане",
|
||||
placeholder: "Избери",
|
||||
noData: "Няма данни"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Иди на",
|
||||
pagesize: "/страница",
|
||||
total: "Общо {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: "Съобщение",
|
||||
confirm: "ОК",
|
||||
cancel: "Откажи",
|
||||
error: "Невалидни данни",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "press delete to remove",
|
||||
delete: "Изтрий",
|
||||
preview: "Прегледай",
|
||||
continue: "Продължи"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Няма данни",
|
||||
confirmFilter: "Потвърди",
|
||||
resetFilter: "Изчисти",
|
||||
clearFilter: "Всички",
|
||||
sumText: "Sum",
|
||||
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: "Няма данни" },
|
||||
transfer: {
|
||||
noMatch: "Няма намерени",
|
||||
noData: "Няма данни",
|
||||
titles: ["List 1", "List 2"],
|
||||
filterPlaceholder: "Enter keyword",
|
||||
noCheckedFormat: "{total} items",
|
||||
hasCheckedFormat: "{checked}/{total} checked"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return bg_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/bg.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/bg.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleBg=t())})(this,function(){return{name:`bg`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Изчисти`,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:`Сега`,today:`Днес`,cancel:`Откажи`,clear:`Изчисти`,confirm:`ОК`,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:`Избери дата`,selectTime:`Избери час`,startDate:`Начална дата`,startTime:`Начален час`,endDate:`Крайна дата`,endTime:`Краен час`,prevYear:`Previous Year`,nextYear:`Next Year`,prevMonth:`Previous Month`,nextMonth:`Next Month`,year:``,month1:`Януари`,month2:`Февруари`,month3:`Март`,month4:`Април`,month5:`Май`,month6:`Юни`,month7:`Юли`,month8:`Август`,month9:`Септември`,month10:`Октомври`,month11:`Ноември`,month12:`Декември`,weeks:{sun:`Нед`,mon:`Пон`,tue:`Вто`,wed:`Сря`,thu:`Чет`,fri:`Пет`,sat:`Съб`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Яну`,feb:`Фев`,mar:`Мар`,apr:`Апр`,may:`Май`,jun:`Юни`,jul:`Юли`,aug:`Авг`,sep:`Сеп`,oct:`Окт`,nov:`Ное`,dec:`Дек`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Зареждане`,noMatch:`Няма намерени`,noData:`Няма данни`,placeholder:`Избери`},mention:{loading:`Зареждане`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Няма намерени`,loading:`Зареждане`,placeholder:`Избери`,noData:`Няма данни`},pagination:{goto:`Иди на`,pagesize:`/страница`,total:`Общо {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:`Съобщение`,confirm:`ОК`,cancel:`Откажи`,error:`Невалидни данни`,close:`Close this dialog`},upload:{deleteTip:`press delete to remove`,delete:`Изтрий`,preview:`Прегледай`,continue:`Продължи`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Няма данни`,confirmFilter:`Потвърди`,resetFilter:`Изчисти`,clearFilter:`Всички`,sumText:`Sum`,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:`Няма данни`},transfer:{noMatch:`Няма намерени`,noData:`Няма данни`,titles:[`List 1`,`List 2`],filterPlaceholder:`Enter keyword`,noCheckedFormat:`{total} items`,hasCheckedFormat:`{checked}/{total} checked`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=bg.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/bg.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/bg.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/bg.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/bg.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`bg`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Изчисти`,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:`Сега`,today:`Днес`,cancel:`Откажи`,clear:`Изчисти`,confirm:`ОК`,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:`Избери дата`,selectTime:`Избери час`,startDate:`Начална дата`,startTime:`Начален час`,endDate:`Крайна дата`,endTime:`Краен час`,prevYear:`Previous Year`,nextYear:`Next Year`,prevMonth:`Previous Month`,nextMonth:`Next Month`,year:``,month1:`Януари`,month2:`Февруари`,month3:`Март`,month4:`Април`,month5:`Май`,month6:`Юни`,month7:`Юли`,month8:`Август`,month9:`Септември`,month10:`Октомври`,month11:`Ноември`,month12:`Декември`,weeks:{sun:`Нед`,mon:`Пон`,tue:`Вто`,wed:`Сря`,thu:`Чет`,fri:`Пет`,sat:`Съб`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Яну`,feb:`Фев`,mar:`Мар`,apr:`Апр`,may:`Май`,jun:`Юни`,jul:`Юли`,aug:`Авг`,sep:`Сеп`,oct:`Окт`,nov:`Ное`,dec:`Дек`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Зареждане`,noMatch:`Няма намерени`,noData:`Няма данни`,placeholder:`Избери`},mention:{loading:`Зареждане`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Няма намерени`,loading:`Зареждане`,placeholder:`Избери`,noData:`Няма данни`},pagination:{goto:`Иди на`,pagesize:`/страница`,total:`Общо {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:`Съобщение`,confirm:`ОК`,cancel:`Откажи`,error:`Невалидни данни`,close:`Close this dialog`},upload:{deleteTip:`press delete to remove`,delete:`Изтрий`,preview:`Прегледай`,continue:`Продължи`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Няма данни`,confirmFilter:`Потвърди`,resetFilter:`Изчисти`,clearFilter:`Всички`,sumText:`Sum`,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:`Няма данни`},transfer:{noMatch:`Няма намерени`,noData:`Няма данни`,titles:[`List 1`,`List 2`],filterPlaceholder:`Enter keyword`,noCheckedFormat:`{total} items`,hasCheckedFormat:`{checked}/{total} checked`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=bg.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/bg.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/bg.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/bg.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/bg.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/bg.ts
|
||||
var bg_default = {
|
||||
name: "bg",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Изчисти",
|
||||
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: "Сега",
|
||||
today: "Днес",
|
||||
cancel: "Откажи",
|
||||
clear: "Изчисти",
|
||||
confirm: "ОК",
|
||||
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: "Избери дата",
|
||||
selectTime: "Избери час",
|
||||
startDate: "Начална дата",
|
||||
startTime: "Начален час",
|
||||
endDate: "Крайна дата",
|
||||
endTime: "Краен час",
|
||||
prevYear: "Previous Year",
|
||||
nextYear: "Next Year",
|
||||
prevMonth: "Previous Month",
|
||||
nextMonth: "Next Month",
|
||||
year: "",
|
||||
month1: "Януари",
|
||||
month2: "Февруари",
|
||||
month3: "Март",
|
||||
month4: "Април",
|
||||
month5: "Май",
|
||||
month6: "Юни",
|
||||
month7: "Юли",
|
||||
month8: "Август",
|
||||
month9: "Септември",
|
||||
month10: "Октомври",
|
||||
month11: "Ноември",
|
||||
month12: "Декември",
|
||||
weeks: {
|
||||
sun: "Нед",
|
||||
mon: "Пон",
|
||||
tue: "Вто",
|
||||
wed: "Сря",
|
||||
thu: "Чет",
|
||||
fri: "Пет",
|
||||
sat: "Съб"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Яну",
|
||||
feb: "Фев",
|
||||
mar: "Мар",
|
||||
apr: "Апр",
|
||||
may: "Май",
|
||||
jun: "Юни",
|
||||
jul: "Юли",
|
||||
aug: "Авг",
|
||||
sep: "Сеп",
|
||||
oct: "Окт",
|
||||
nov: "Ное",
|
||||
dec: "Дек"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Зареждане",
|
||||
noMatch: "Няма намерени",
|
||||
noData: "Няма данни",
|
||||
placeholder: "Избери"
|
||||
},
|
||||
mention: { loading: "Зареждане" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Няма намерени",
|
||||
loading: "Зареждане",
|
||||
placeholder: "Избери",
|
||||
noData: "Няма данни"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Иди на",
|
||||
pagesize: "/страница",
|
||||
total: "Общо {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: "Съобщение",
|
||||
confirm: "ОК",
|
||||
cancel: "Откажи",
|
||||
error: "Невалидни данни",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "press delete to remove",
|
||||
delete: "Изтрий",
|
||||
preview: "Прегледай",
|
||||
continue: "Продължи"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Няма данни",
|
||||
confirmFilter: "Потвърди",
|
||||
resetFilter: "Изчисти",
|
||||
clearFilter: "Всички",
|
||||
sumText: "Sum",
|
||||
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: "Няма данни" },
|
||||
transfer: {
|
||||
noMatch: "Няма намерени",
|
||||
noData: "Няма данни",
|
||||
titles: ["List 1", "List 2"],
|
||||
filterPlaceholder: "Enter keyword",
|
||||
noCheckedFormat: "{total} items",
|
||||
hasCheckedFormat: "{checked}/{total} checked"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { bg_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/bn.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/bn.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleBn = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/bn.ts
|
||||
var bn_default = {
|
||||
name: "bn",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "ঠিক আছে",
|
||||
clear: "ক্লিয়ার",
|
||||
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: "এখন",
|
||||
today: "আজ",
|
||||
cancel: "বাতিল",
|
||||
clear: "ক্লিয়ার",
|
||||
confirm: "ঠিক আছে",
|
||||
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: "তারিখ নির্বাচন করুন",
|
||||
selectTime: "সময় নির্বাচন করুন",
|
||||
startDate: "যে তারিখ থেকে",
|
||||
startTime: "যে সময় থেকে",
|
||||
endDate: "যে তারিখ পর্যন্ত",
|
||||
endTime: "যে সময় পর্যন্ত",
|
||||
prevYear: "পূর্ববর্তী বছর",
|
||||
nextYear: "পরবর্তী বছর",
|
||||
prevMonth: "পূর্ববর্তী মাস",
|
||||
nextMonth: "পরবর্তী মাস",
|
||||
year: "সাল",
|
||||
month1: "জানুয়ারি",
|
||||
month2: "ফেব্রুয়ারী",
|
||||
month3: "মার্চ",
|
||||
month4: "এপ্রিল",
|
||||
month5: "মে",
|
||||
month6: "জুন",
|
||||
month7: "জুলাই",
|
||||
month8: "আগষ্ট",
|
||||
month9: "সেপ্টেম্বর",
|
||||
month10: "অক্টোবর",
|
||||
month11: "নভেম্বর",
|
||||
month12: "ডিসেম্বর",
|
||||
weeks: {
|
||||
sun: "রবি",
|
||||
mon: "সোম",
|
||||
tue: "মঙ্গল",
|
||||
wed: "বুধ",
|
||||
thu: "বৃহঃ",
|
||||
fri: "শুক্র",
|
||||
sat: "শনি"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "জানু",
|
||||
feb: "ফেব্রু",
|
||||
mar: "মার্চ",
|
||||
apr: "এপ্রি",
|
||||
may: "মে",
|
||||
jun: "জুন",
|
||||
jul: "জুলা",
|
||||
aug: "আগ",
|
||||
sep: "সেপ্টে",
|
||||
oct: "আক্টো",
|
||||
nov: "নভে",
|
||||
dec: "ডিসে"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "লোড হচ্ছে",
|
||||
noMatch: "কোন মিল পওয়া যায়নি",
|
||||
noData: "কোন ডাটা নেই",
|
||||
placeholder: "নির্বাচন করুন"
|
||||
},
|
||||
mention: { loading: "লোড হচ্ছে" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "কোন মিল পওয়া যায়নি",
|
||||
loading: "লোড হচ্ছে",
|
||||
placeholder: "নির্বাচন করুন",
|
||||
noData: "কোন ডাটা নেই"
|
||||
},
|
||||
pagination: {
|
||||
goto: "যান",
|
||||
pagesize: "/পেজ",
|
||||
total: "মোট {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) ব্যাবহার পওয়া গেছে, আরও জানতে চাইলে, দয়া করে el-pagination এর ডকুমেন্টেশন দেখুন"
|
||||
},
|
||||
dialog: { close: "Close this dialog" },
|
||||
drawer: { close: "Close this dialog" },
|
||||
messagebox: {
|
||||
title: "বার্তা",
|
||||
confirm: "ঠিক আছে",
|
||||
cancel: "বাতিল",
|
||||
error: "ইনপুট ডাটা গ্রহনযোগ্য নয়",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "অপসারণ করতে \"ডিলিট\" এ ক্লিক করুন",
|
||||
delete: "ডিলিট",
|
||||
preview: "প্রিভিউ",
|
||||
continue: "চালিয়ে যান"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "কোন ডাটা নেই",
|
||||
confirmFilter: "নিশ্চিত করুন",
|
||||
resetFilter: "রিসেট",
|
||||
clearFilter: "সব",
|
||||
sumText: "সারাংশ",
|
||||
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: "কোন ডাটা নেই" },
|
||||
transfer: {
|
||||
noMatch: "কোন মিল পওয়া যায়নি",
|
||||
noData: "কোন ডাটা নেই",
|
||||
titles: ["লিস্ট ১", "লিস্ট ২"],
|
||||
filterPlaceholder: "সার্চ করুন",
|
||||
noCheckedFormat: "{total} আইটেম",
|
||||
hasCheckedFormat: "{checked}/{total} টিক করা হয়েছে"
|
||||
},
|
||||
image: { error: "ব্যর্থ হয়েছে" },
|
||||
pageHeader: { title: "পিছনে" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "হ্যা",
|
||||
cancelButtonText: "না"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return bn_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/bn.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/bn.min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/node_modules/element-plus/dist/locale/bn.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/bn.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/bn.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/bn.min.mjs
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/node_modules/element-plus/dist/locale/bn.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/bn.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/bn.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/bn.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/bn.ts
|
||||
var bn_default = {
|
||||
name: "bn",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "ঠিক আছে",
|
||||
clear: "ক্লিয়ার",
|
||||
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: "এখন",
|
||||
today: "আজ",
|
||||
cancel: "বাতিল",
|
||||
clear: "ক্লিয়ার",
|
||||
confirm: "ঠিক আছে",
|
||||
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: "তারিখ নির্বাচন করুন",
|
||||
selectTime: "সময় নির্বাচন করুন",
|
||||
startDate: "যে তারিখ থেকে",
|
||||
startTime: "যে সময় থেকে",
|
||||
endDate: "যে তারিখ পর্যন্ত",
|
||||
endTime: "যে সময় পর্যন্ত",
|
||||
prevYear: "পূর্ববর্তী বছর",
|
||||
nextYear: "পরবর্তী বছর",
|
||||
prevMonth: "পূর্ববর্তী মাস",
|
||||
nextMonth: "পরবর্তী মাস",
|
||||
year: "সাল",
|
||||
month1: "জানুয়ারি",
|
||||
month2: "ফেব্রুয়ারী",
|
||||
month3: "মার্চ",
|
||||
month4: "এপ্রিল",
|
||||
month5: "মে",
|
||||
month6: "জুন",
|
||||
month7: "জুলাই",
|
||||
month8: "আগষ্ট",
|
||||
month9: "সেপ্টেম্বর",
|
||||
month10: "অক্টোবর",
|
||||
month11: "নভেম্বর",
|
||||
month12: "ডিসেম্বর",
|
||||
weeks: {
|
||||
sun: "রবি",
|
||||
mon: "সোম",
|
||||
tue: "মঙ্গল",
|
||||
wed: "বুধ",
|
||||
thu: "বৃহঃ",
|
||||
fri: "শুক্র",
|
||||
sat: "শনি"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "জানু",
|
||||
feb: "ফেব্রু",
|
||||
mar: "মার্চ",
|
||||
apr: "এপ্রি",
|
||||
may: "মে",
|
||||
jun: "জুন",
|
||||
jul: "জুলা",
|
||||
aug: "আগ",
|
||||
sep: "সেপ্টে",
|
||||
oct: "আক্টো",
|
||||
nov: "নভে",
|
||||
dec: "ডিসে"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "লোড হচ্ছে",
|
||||
noMatch: "কোন মিল পওয়া যায়নি",
|
||||
noData: "কোন ডাটা নেই",
|
||||
placeholder: "নির্বাচন করুন"
|
||||
},
|
||||
mention: { loading: "লোড হচ্ছে" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "কোন মিল পওয়া যায়নি",
|
||||
loading: "লোড হচ্ছে",
|
||||
placeholder: "নির্বাচন করুন",
|
||||
noData: "কোন ডাটা নেই"
|
||||
},
|
||||
pagination: {
|
||||
goto: "যান",
|
||||
pagesize: "/পেজ",
|
||||
total: "মোট {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) ব্যাবহার পওয়া গেছে, আরও জানতে চাইলে, দয়া করে el-pagination এর ডকুমেন্টেশন দেখুন"
|
||||
},
|
||||
dialog: { close: "Close this dialog" },
|
||||
drawer: { close: "Close this dialog" },
|
||||
messagebox: {
|
||||
title: "বার্তা",
|
||||
confirm: "ঠিক আছে",
|
||||
cancel: "বাতিল",
|
||||
error: "ইনপুট ডাটা গ্রহনযোগ্য নয়",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "অপসারণ করতে \"ডিলিট\" এ ক্লিক করুন",
|
||||
delete: "ডিলিট",
|
||||
preview: "প্রিভিউ",
|
||||
continue: "চালিয়ে যান"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "কোন ডাটা নেই",
|
||||
confirmFilter: "নিশ্চিত করুন",
|
||||
resetFilter: "রিসেট",
|
||||
clearFilter: "সব",
|
||||
sumText: "সারাংশ",
|
||||
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: "কোন ডাটা নেই" },
|
||||
transfer: {
|
||||
noMatch: "কোন মিল পওয়া যায়নি",
|
||||
noData: "কোন ডাটা নেই",
|
||||
titles: ["লিস্ট ১", "লিস্ট ২"],
|
||||
filterPlaceholder: "সার্চ করুন",
|
||||
noCheckedFormat: "{total} আইটেম",
|
||||
hasCheckedFormat: "{checked}/{total} টিক করা হয়েছে"
|
||||
},
|
||||
image: { error: "ব্যর্থ হয়েছে" },
|
||||
pageHeader: { title: "পিছনে" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "হ্যা",
|
||||
cancelButtonText: "না"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { bn_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/ca.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/ca.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleCa = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/ca.ts
|
||||
var ca_default = {
|
||||
name: "ca",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Confirmar",
|
||||
clear: "Netejar",
|
||||
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: "Ara",
|
||||
today: "Avui",
|
||||
cancel: "Cancel·lar",
|
||||
clear: "Netejar",
|
||||
confirm: "Confirmar",
|
||||
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: "Seleccionar data",
|
||||
selectTime: "Seleccionar hora",
|
||||
startDate: "Data Inici",
|
||||
startTime: "Hora Inici",
|
||||
endDate: "Data Final",
|
||||
endTime: "Hora Final",
|
||||
prevYear: "Any anterior",
|
||||
nextYear: "Pròxim Any",
|
||||
prevMonth: "Mes anterior",
|
||||
nextMonth: "Pròxim Mes",
|
||||
year: "",
|
||||
month1: "Gener",
|
||||
month2: "Febrer",
|
||||
month3: "Març",
|
||||
month4: "Abril",
|
||||
month5: "Maig",
|
||||
month6: "Juny",
|
||||
month7: "Juliol",
|
||||
month8: "Agost",
|
||||
month9: "Setembre",
|
||||
month10: "Octubre",
|
||||
month11: "Novembre",
|
||||
month12: "Desembre",
|
||||
weeks: {
|
||||
sun: "Dg",
|
||||
mon: "Dl",
|
||||
tue: "Dt",
|
||||
wed: "Dc",
|
||||
thu: "Dj",
|
||||
fri: "Dv",
|
||||
sat: "Ds"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Gen",
|
||||
feb: "Febr",
|
||||
mar: "Març",
|
||||
apr: "Abr",
|
||||
may: "Maig",
|
||||
jun: "Juny",
|
||||
jul: "Jul",
|
||||
aug: "Ag",
|
||||
sep: "Set",
|
||||
oct: "Oct",
|
||||
nov: "Nov",
|
||||
dec: "Des"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Carregant",
|
||||
noMatch: "No hi ha dades que coincideixin",
|
||||
noData: "Sense Dades",
|
||||
placeholder: "Seleccionar"
|
||||
},
|
||||
mention: { loading: "Carregant" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "No hi ha dades que coincideixin",
|
||||
loading: "Carregant",
|
||||
placeholder: "Seleccionar",
|
||||
noData: "Sense Dades"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Anar a",
|
||||
pagesize: "/pàgina",
|
||||
total: "Total {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: "Message",
|
||||
confirm: "Acceptar",
|
||||
cancel: "Cancel·lar",
|
||||
error: "Entrada invàlida",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "premi eliminar per descartar",
|
||||
delete: "Eliminar",
|
||||
preview: "Vista Prèvia",
|
||||
continue: "Continuar"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Sense Dades",
|
||||
confirmFilter: "Confirmar",
|
||||
resetFilter: "Netejar",
|
||||
clearFilter: "Tot",
|
||||
sumText: "Tot",
|
||||
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: "Sense Dades" },
|
||||
transfer: {
|
||||
noMatch: "No hi ha dades que coincideixin",
|
||||
noData: "Sense Dades",
|
||||
titles: ["Llista 1", "Llista 2"],
|
||||
filterPlaceholder: "Introdueix la paraula clau",
|
||||
noCheckedFormat: "{total} ítems",
|
||||
hasCheckedFormat: "{checked}/{total} seleccionats"
|
||||
},
|
||||
image: { error: "HA FALLAT" },
|
||||
pageHeader: { title: "Tornar" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Sí",
|
||||
cancelButtonText: "No"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return ca_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/ca.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/ca.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleCa=t())})(this,function(){return{name:`ca`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Confirmar`,clear:`Netejar`,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:`Ara`,today:`Avui`,cancel:`Cancel·lar`,clear:`Netejar`,confirm:`Confirmar`,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:`Seleccionar data`,selectTime:`Seleccionar hora`,startDate:`Data Inici`,startTime:`Hora Inici`,endDate:`Data Final`,endTime:`Hora Final`,prevYear:`Any anterior`,nextYear:`Pròxim Any`,prevMonth:`Mes anterior`,nextMonth:`Pròxim Mes`,year:``,month1:`Gener`,month2:`Febrer`,month3:`Març`,month4:`Abril`,month5:`Maig`,month6:`Juny`,month7:`Juliol`,month8:`Agost`,month9:`Setembre`,month10:`Octubre`,month11:`Novembre`,month12:`Desembre`,weeks:{sun:`Dg`,mon:`Dl`,tue:`Dt`,wed:`Dc`,thu:`Dj`,fri:`Dv`,sat:`Ds`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Gen`,feb:`Febr`,mar:`Març`,apr:`Abr`,may:`Maig`,jun:`Juny`,jul:`Jul`,aug:`Ag`,sep:`Set`,oct:`Oct`,nov:`Nov`,dec:`Des`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Carregant`,noMatch:`No hi ha dades que coincideixin`,noData:`Sense Dades`,placeholder:`Seleccionar`},mention:{loading:`Carregant`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`No hi ha dades que coincideixin`,loading:`Carregant`,placeholder:`Seleccionar`,noData:`Sense Dades`},pagination:{goto:`Anar a`,pagesize:`/pàgina`,total:`Total {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:`Message`,confirm:`Acceptar`,cancel:`Cancel·lar`,error:`Entrada invàlida`,close:`Close this dialog`},upload:{deleteTip:`premi eliminar per descartar`,delete:`Eliminar`,preview:`Vista Prèvia`,continue:`Continuar`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Sense Dades`,confirmFilter:`Confirmar`,resetFilter:`Netejar`,clearFilter:`Tot`,sumText:`Tot`,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:`Sense Dades`},transfer:{noMatch:`No hi ha dades que coincideixin`,noData:`Sense Dades`,titles:[`Llista 1`,`Llista 2`],filterPlaceholder:`Introdueix la paraula clau`,noCheckedFormat:`{total} ítems`,hasCheckedFormat:`{checked}/{total} seleccionats`},image:{error:`HA FALLAT`},pageHeader:{title:`Tornar`},popconfirm:{confirmButtonText:`Sí`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=ca.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/ca.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/ca.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/ca.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/ca.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`ca`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Confirmar`,clear:`Netejar`,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:`Ara`,today:`Avui`,cancel:`Cancel·lar`,clear:`Netejar`,confirm:`Confirmar`,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:`Seleccionar data`,selectTime:`Seleccionar hora`,startDate:`Data Inici`,startTime:`Hora Inici`,endDate:`Data Final`,endTime:`Hora Final`,prevYear:`Any anterior`,nextYear:`Pròxim Any`,prevMonth:`Mes anterior`,nextMonth:`Pròxim Mes`,year:``,month1:`Gener`,month2:`Febrer`,month3:`Març`,month4:`Abril`,month5:`Maig`,month6:`Juny`,month7:`Juliol`,month8:`Agost`,month9:`Setembre`,month10:`Octubre`,month11:`Novembre`,month12:`Desembre`,weeks:{sun:`Dg`,mon:`Dl`,tue:`Dt`,wed:`Dc`,thu:`Dj`,fri:`Dv`,sat:`Ds`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Gen`,feb:`Febr`,mar:`Març`,apr:`Abr`,may:`Maig`,jun:`Juny`,jul:`Jul`,aug:`Ag`,sep:`Set`,oct:`Oct`,nov:`Nov`,dec:`Des`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Carregant`,noMatch:`No hi ha dades que coincideixin`,noData:`Sense Dades`,placeholder:`Seleccionar`},mention:{loading:`Carregant`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`No hi ha dades que coincideixin`,loading:`Carregant`,placeholder:`Seleccionar`,noData:`Sense Dades`},pagination:{goto:`Anar a`,pagesize:`/pàgina`,total:`Total {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:`Message`,confirm:`Acceptar`,cancel:`Cancel·lar`,error:`Entrada invàlida`,close:`Close this dialog`},upload:{deleteTip:`premi eliminar per descartar`,delete:`Eliminar`,preview:`Vista Prèvia`,continue:`Continuar`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Sense Dades`,confirmFilter:`Confirmar`,resetFilter:`Netejar`,clearFilter:`Tot`,sumText:`Tot`,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:`Sense Dades`},transfer:{noMatch:`No hi ha dades que coincideixin`,noData:`Sense Dades`,titles:[`Llista 1`,`Llista 2`],filterPlaceholder:`Introdueix la paraula clau`,noCheckedFormat:`{total} ítems`,hasCheckedFormat:`{checked}/{total} seleccionats`},image:{error:`HA FALLAT`},pageHeader:{title:`Tornar`},popconfirm:{confirmButtonText:`Sí`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=ca.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/ca.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/ca.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/ca.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/ca.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/ca.ts
|
||||
var ca_default = {
|
||||
name: "ca",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Confirmar",
|
||||
clear: "Netejar",
|
||||
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: "Ara",
|
||||
today: "Avui",
|
||||
cancel: "Cancel·lar",
|
||||
clear: "Netejar",
|
||||
confirm: "Confirmar",
|
||||
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: "Seleccionar data",
|
||||
selectTime: "Seleccionar hora",
|
||||
startDate: "Data Inici",
|
||||
startTime: "Hora Inici",
|
||||
endDate: "Data Final",
|
||||
endTime: "Hora Final",
|
||||
prevYear: "Any anterior",
|
||||
nextYear: "Pròxim Any",
|
||||
prevMonth: "Mes anterior",
|
||||
nextMonth: "Pròxim Mes",
|
||||
year: "",
|
||||
month1: "Gener",
|
||||
month2: "Febrer",
|
||||
month3: "Març",
|
||||
month4: "Abril",
|
||||
month5: "Maig",
|
||||
month6: "Juny",
|
||||
month7: "Juliol",
|
||||
month8: "Agost",
|
||||
month9: "Setembre",
|
||||
month10: "Octubre",
|
||||
month11: "Novembre",
|
||||
month12: "Desembre",
|
||||
weeks: {
|
||||
sun: "Dg",
|
||||
mon: "Dl",
|
||||
tue: "Dt",
|
||||
wed: "Dc",
|
||||
thu: "Dj",
|
||||
fri: "Dv",
|
||||
sat: "Ds"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Gen",
|
||||
feb: "Febr",
|
||||
mar: "Març",
|
||||
apr: "Abr",
|
||||
may: "Maig",
|
||||
jun: "Juny",
|
||||
jul: "Jul",
|
||||
aug: "Ag",
|
||||
sep: "Set",
|
||||
oct: "Oct",
|
||||
nov: "Nov",
|
||||
dec: "Des"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Carregant",
|
||||
noMatch: "No hi ha dades que coincideixin",
|
||||
noData: "Sense Dades",
|
||||
placeholder: "Seleccionar"
|
||||
},
|
||||
mention: { loading: "Carregant" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "No hi ha dades que coincideixin",
|
||||
loading: "Carregant",
|
||||
placeholder: "Seleccionar",
|
||||
noData: "Sense Dades"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Anar a",
|
||||
pagesize: "/pàgina",
|
||||
total: "Total {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: "Message",
|
||||
confirm: "Acceptar",
|
||||
cancel: "Cancel·lar",
|
||||
error: "Entrada invàlida",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "premi eliminar per descartar",
|
||||
delete: "Eliminar",
|
||||
preview: "Vista Prèvia",
|
||||
continue: "Continuar"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Sense Dades",
|
||||
confirmFilter: "Confirmar",
|
||||
resetFilter: "Netejar",
|
||||
clearFilter: "Tot",
|
||||
sumText: "Tot",
|
||||
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: "Sense Dades" },
|
||||
transfer: {
|
||||
noMatch: "No hi ha dades que coincideixin",
|
||||
noData: "Sense Dades",
|
||||
titles: ["Llista 1", "Llista 2"],
|
||||
filterPlaceholder: "Introdueix la paraula clau",
|
||||
noCheckedFormat: "{total} ítems",
|
||||
hasCheckedFormat: "{checked}/{total} seleccionats"
|
||||
},
|
||||
image: { error: "HA FALLAT" },
|
||||
pageHeader: { title: "Tornar" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Sí",
|
||||
cancelButtonText: "No"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { ca_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/ckb.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/ckb.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleCkb = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/ckb.ts
|
||||
var ckb_default = {
|
||||
name: "ckb",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "باشە",
|
||||
clear: "پاککردنەوە",
|
||||
defaultLabel: "هەڵبژاردنی ڕەنگ",
|
||||
description: "ڕەنگی ئێستا {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: "ئێستا",
|
||||
today: "ئەمڕۆ",
|
||||
cancel: "پەشیمانبوونەوە",
|
||||
clear: "پاککردنەوە",
|
||||
confirm: "باشە",
|
||||
dateTablePrompt: "کلیلی ئاراستەکان بەکاربهێنەر بۆ هەڵبژاردنی ڕۆژی مانگەکە",
|
||||
monthTablePrompt: "کلیلی ئاراستەکان بەکاربهێنەر بۆ هەڵبژاردنی مانگ",
|
||||
yearTablePrompt: "کلیلی ئاراستەکان بەکاربهێنەر بۆ هەڵبژاردنی ساڵ",
|
||||
selectedDate: "بەرواری هەڵبژێردراو",
|
||||
selectDate: "هەڵبژاردنی بەروار",
|
||||
selectTime: "هەڵبژاردنی کات",
|
||||
startDate: "بەرواری دەستپێک",
|
||||
startTime: "کاتی دەستپێک",
|
||||
endDate: "بەرواری کۆتایی",
|
||||
endTime: "کاتی کۆتایی",
|
||||
prevYear: "ساڵی پێشوو",
|
||||
nextYear: "ساڵ داهاتوو",
|
||||
prevMonth: "مانگی پێشوو",
|
||||
nextMonth: "مانگی داهاتوو",
|
||||
year: "",
|
||||
month1: "ڕێبەندان",
|
||||
month2: "ڕەشەمە",
|
||||
month3: "نەورۆز",
|
||||
month4: "گوڵان",
|
||||
month5: "جۆزەردان",
|
||||
month6: "پووشپەڕ",
|
||||
month7: "گەلاوێژ",
|
||||
month8: "خەرمانان",
|
||||
month9: "ڕەزبەر",
|
||||
month10: "گەڵاڕێزان",
|
||||
month11: "سەرماوەز",
|
||||
month12: "بەفرانبار",
|
||||
weeks: {
|
||||
sun: "یەکشەممە",
|
||||
mon: "دووشەممە",
|
||||
tue: "سێشەممە",
|
||||
wed: "چوارشەممە",
|
||||
thu: "پێنجشەممە",
|
||||
fri: "هەینی",
|
||||
sat: "شەممە"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "یەکشەممە",
|
||||
mon: "دووشەممە",
|
||||
tue: "سێشەممە",
|
||||
wed: "چوارشەممە",
|
||||
thu: "پێنجشەممە",
|
||||
fri: "هەینی",
|
||||
sat: "شەممە"
|
||||
},
|
||||
months: {
|
||||
jan: "ڕێبەندان",
|
||||
feb: "ڕەشەمە",
|
||||
mar: "نەورۆز",
|
||||
apr: "گوڵان",
|
||||
may: "جۆزەردان",
|
||||
jun: "پووشپەڕ",
|
||||
jul: "گەلاوێژ",
|
||||
aug: "خەرمانان",
|
||||
sep: "ڕەزبەر",
|
||||
oct: "گەڵاڕێزان",
|
||||
nov: "سەرماوەز",
|
||||
dec: "بەفرانبار"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "کەمکردنەوەی ژمارە",
|
||||
increase: "زیادکردنی ژمارە"
|
||||
},
|
||||
select: {
|
||||
loading: "بارکردن",
|
||||
noMatch: "هیچ داتایەکی هاوتا نیە",
|
||||
noData: "هیچ داتایەک نیە",
|
||||
placeholder: "هەڵبژاردن"
|
||||
},
|
||||
mention: { loading: "بارکردن" },
|
||||
dropdown: { toggleDropdown: "کردنەوەو داخستنی کشاو" },
|
||||
cascader: {
|
||||
noMatch: "هیچ داتایەکی هاوتا نیە",
|
||||
loading: "بارکردن",
|
||||
placeholder: "هەڵبژاردن",
|
||||
noData: "هیچ داتایەک نیە"
|
||||
},
|
||||
pagination: {
|
||||
goto: "بڕۆ بۆ",
|
||||
pagesize: "/لاپەڕە",
|
||||
total: "کۆی گشتیی {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: "بەکارهێنانی بەکارنەهێنراو دۆزراوەتەوە، تکایە بۆ وردەکاری زیاتر سەردانی بەڵگەنامەکانی el-pagination بکە"
|
||||
},
|
||||
dialog: { close: "داخستنی ئەم دیالۆگە" },
|
||||
drawer: { close: "داخستنی ئەم دیالۆگە" },
|
||||
messagebox: {
|
||||
title: "پەیام",
|
||||
confirm: "باشە",
|
||||
cancel: "پەشایمانبوونەوە",
|
||||
error: "داخلکردنی نایاسایی",
|
||||
close: "داخستنی ئەم دیالۆگە"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "فشار لەسەر سڕینەوە بکە بۆ لابردن",
|
||||
delete: "سڕینەوە",
|
||||
preview: "بینینەوە",
|
||||
continue: "بەردەوامبوون"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "سلاید لە نێوان {min} و {max}",
|
||||
defaultRangeStartLabel: "بەهای دەستپێک هەلبژێرە",
|
||||
defaultRangeEndLabel: "بەهای کۆتایی هەلبژێرە"
|
||||
},
|
||||
table: {
|
||||
emptyText: "هیچ داتا نیە",
|
||||
confirmFilter: "دووپاتکردنەوە",
|
||||
resetFilter: "جێگیرکردنەوە",
|
||||
clearFilter: "هەموو",
|
||||
sumText: "کۆ",
|
||||
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: "هیچ داتا نیە" },
|
||||
transfer: {
|
||||
noMatch: "هیچ داتای هاوتا نیە",
|
||||
noData: "هیچ داتا نیە",
|
||||
titles: ["لیستی 1", "لیستی 2"],
|
||||
filterPlaceholder: "کلیلەوشە داخڵ بکە",
|
||||
noCheckedFormat: "{total} دانە",
|
||||
hasCheckedFormat: "{checked}/{total} هەڵبژێردراوە"
|
||||
},
|
||||
image: { error: "شکستی هێنا" },
|
||||
pageHeader: { title: "گەڕانەوە" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "بەڵێ",
|
||||
cancelButtonText: "نەخێر"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return ckb_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/ckb.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/ckb.min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/node_modules/element-plus/dist/locale/ckb.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/ckb.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/ckb.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/ckb.min.mjs
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/node_modules/element-plus/dist/locale/ckb.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/ckb.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/ckb.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/ckb.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/ckb.ts
|
||||
var ckb_default = {
|
||||
name: "ckb",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "باشە",
|
||||
clear: "پاککردنەوە",
|
||||
defaultLabel: "هەڵبژاردنی ڕەنگ",
|
||||
description: "ڕەنگی ئێستا {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: "ئێستا",
|
||||
today: "ئەمڕۆ",
|
||||
cancel: "پەشیمانبوونەوە",
|
||||
clear: "پاککردنەوە",
|
||||
confirm: "باشە",
|
||||
dateTablePrompt: "کلیلی ئاراستەکان بەکاربهێنەر بۆ هەڵبژاردنی ڕۆژی مانگەکە",
|
||||
monthTablePrompt: "کلیلی ئاراستەکان بەکاربهێنەر بۆ هەڵبژاردنی مانگ",
|
||||
yearTablePrompt: "کلیلی ئاراستەکان بەکاربهێنەر بۆ هەڵبژاردنی ساڵ",
|
||||
selectedDate: "بەرواری هەڵبژێردراو",
|
||||
selectDate: "هەڵبژاردنی بەروار",
|
||||
selectTime: "هەڵبژاردنی کات",
|
||||
startDate: "بەرواری دەستپێک",
|
||||
startTime: "کاتی دەستپێک",
|
||||
endDate: "بەرواری کۆتایی",
|
||||
endTime: "کاتی کۆتایی",
|
||||
prevYear: "ساڵی پێشوو",
|
||||
nextYear: "ساڵ داهاتوو",
|
||||
prevMonth: "مانگی پێشوو",
|
||||
nextMonth: "مانگی داهاتوو",
|
||||
year: "",
|
||||
month1: "ڕێبەندان",
|
||||
month2: "ڕەشەمە",
|
||||
month3: "نەورۆز",
|
||||
month4: "گوڵان",
|
||||
month5: "جۆزەردان",
|
||||
month6: "پووشپەڕ",
|
||||
month7: "گەلاوێژ",
|
||||
month8: "خەرمانان",
|
||||
month9: "ڕەزبەر",
|
||||
month10: "گەڵاڕێزان",
|
||||
month11: "سەرماوەز",
|
||||
month12: "بەفرانبار",
|
||||
weeks: {
|
||||
sun: "یەکشەممە",
|
||||
mon: "دووشەممە",
|
||||
tue: "سێشەممە",
|
||||
wed: "چوارشەممە",
|
||||
thu: "پێنجشەممە",
|
||||
fri: "هەینی",
|
||||
sat: "شەممە"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "یەکشەممە",
|
||||
mon: "دووشەممە",
|
||||
tue: "سێشەممە",
|
||||
wed: "چوارشەممە",
|
||||
thu: "پێنجشەممە",
|
||||
fri: "هەینی",
|
||||
sat: "شەممە"
|
||||
},
|
||||
months: {
|
||||
jan: "ڕێبەندان",
|
||||
feb: "ڕەشەمە",
|
||||
mar: "نەورۆز",
|
||||
apr: "گوڵان",
|
||||
may: "جۆزەردان",
|
||||
jun: "پووشپەڕ",
|
||||
jul: "گەلاوێژ",
|
||||
aug: "خەرمانان",
|
||||
sep: "ڕەزبەر",
|
||||
oct: "گەڵاڕێزان",
|
||||
nov: "سەرماوەز",
|
||||
dec: "بەفرانبار"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "کەمکردنەوەی ژمارە",
|
||||
increase: "زیادکردنی ژمارە"
|
||||
},
|
||||
select: {
|
||||
loading: "بارکردن",
|
||||
noMatch: "هیچ داتایەکی هاوتا نیە",
|
||||
noData: "هیچ داتایەک نیە",
|
||||
placeholder: "هەڵبژاردن"
|
||||
},
|
||||
mention: { loading: "بارکردن" },
|
||||
dropdown: { toggleDropdown: "کردنەوەو داخستنی کشاو" },
|
||||
cascader: {
|
||||
noMatch: "هیچ داتایەکی هاوتا نیە",
|
||||
loading: "بارکردن",
|
||||
placeholder: "هەڵبژاردن",
|
||||
noData: "هیچ داتایەک نیە"
|
||||
},
|
||||
pagination: {
|
||||
goto: "بڕۆ بۆ",
|
||||
pagesize: "/لاپەڕە",
|
||||
total: "کۆی گشتیی {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: "بەکارهێنانی بەکارنەهێنراو دۆزراوەتەوە، تکایە بۆ وردەکاری زیاتر سەردانی بەڵگەنامەکانی el-pagination بکە"
|
||||
},
|
||||
dialog: { close: "داخستنی ئەم دیالۆگە" },
|
||||
drawer: { close: "داخستنی ئەم دیالۆگە" },
|
||||
messagebox: {
|
||||
title: "پەیام",
|
||||
confirm: "باشە",
|
||||
cancel: "پەشایمانبوونەوە",
|
||||
error: "داخلکردنی نایاسایی",
|
||||
close: "داخستنی ئەم دیالۆگە"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "فشار لەسەر سڕینەوە بکە بۆ لابردن",
|
||||
delete: "سڕینەوە",
|
||||
preview: "بینینەوە",
|
||||
continue: "بەردەوامبوون"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "سلاید لە نێوان {min} و {max}",
|
||||
defaultRangeStartLabel: "بەهای دەستپێک هەلبژێرە",
|
||||
defaultRangeEndLabel: "بەهای کۆتایی هەلبژێرە"
|
||||
},
|
||||
table: {
|
||||
emptyText: "هیچ داتا نیە",
|
||||
confirmFilter: "دووپاتکردنەوە",
|
||||
resetFilter: "جێگیرکردنەوە",
|
||||
clearFilter: "هەموو",
|
||||
sumText: "کۆ",
|
||||
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: "هیچ داتا نیە" },
|
||||
transfer: {
|
||||
noMatch: "هیچ داتای هاوتا نیە",
|
||||
noData: "هیچ داتا نیە",
|
||||
titles: ["لیستی 1", "لیستی 2"],
|
||||
filterPlaceholder: "کلیلەوشە داخڵ بکە",
|
||||
noCheckedFormat: "{total} دانە",
|
||||
hasCheckedFormat: "{checked}/{total} هەڵبژێردراوە"
|
||||
},
|
||||
image: { error: "شکستی هێنا" },
|
||||
pageHeader: { title: "گەڕانەوە" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "بەڵێ",
|
||||
cancelButtonText: "نەخێر"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { ckb_default as default };
|
||||
195
frontend/node_modules/element-plus/dist/locale/cs.js
generated
vendored
Normal file
195
frontend/node_modules/element-plus/dist/locale/cs.js
generated
vendored
Normal file
@@ -0,0 +1,195 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleCs = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/cs.ts
|
||||
var cs_default = {
|
||||
name: "cs",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Vymazat",
|
||||
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: "Teď",
|
||||
today: "Dnes",
|
||||
cancel: "Zrušit",
|
||||
clear: "Vymazat",
|
||||
confirm: "OK",
|
||||
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: "Vybrat datum",
|
||||
selectTime: "Vybrat čas",
|
||||
startDate: "Datum začátku",
|
||||
startTime: "Čas začátku",
|
||||
endDate: "Datum konce",
|
||||
endTime: "Čas konce",
|
||||
prevYear: "Předchozí rok",
|
||||
nextYear: "Příští rok",
|
||||
prevMonth: "Předchozí měsíc",
|
||||
nextMonth: "Příští měsíc",
|
||||
year: "Rok",
|
||||
month1: "Leden",
|
||||
month2: "Únor",
|
||||
month3: "Březen",
|
||||
month4: "Duben",
|
||||
month5: "Květen",
|
||||
month6: "Červen",
|
||||
month7: "Červenec",
|
||||
month8: "Srpen",
|
||||
month9: "Září",
|
||||
month10: "Říjen",
|
||||
month11: "Listopad",
|
||||
month12: "Prosinec",
|
||||
weeks: {
|
||||
sun: "Ne",
|
||||
mon: "Po",
|
||||
tue: "Út",
|
||||
wed: "St",
|
||||
thu: "Čt",
|
||||
fri: "Pá",
|
||||
sat: "So"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Led",
|
||||
feb: "Úno",
|
||||
mar: "Bře",
|
||||
apr: "Dub",
|
||||
may: "Kvě",
|
||||
jun: "Čer",
|
||||
jul: "Čvc",
|
||||
aug: "Srp",
|
||||
sep: "Zář",
|
||||
oct: "Říj",
|
||||
nov: "Lis",
|
||||
dec: "Pro"
|
||||
},
|
||||
day: "Den",
|
||||
month: "Měsíc"
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Načítání",
|
||||
noMatch: "Žádná shoda",
|
||||
noData: "Žádná data",
|
||||
placeholder: "Vybrat"
|
||||
},
|
||||
mention: { loading: "Načítání" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Žádná shoda",
|
||||
loading: "Načítání",
|
||||
placeholder: "Vybrat",
|
||||
noData: "Žádná data"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Jít na",
|
||||
pagesize: "na stranu",
|
||||
total: "Celkem {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: "Zpráva",
|
||||
confirm: "OK",
|
||||
cancel: "Zrušit",
|
||||
error: "Neplatný vstup",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Stisknout pro smazání",
|
||||
delete: "Vymazat",
|
||||
preview: "Náhled",
|
||||
continue: "Pokračovat"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Žádná data",
|
||||
confirmFilter: "Potvrdit",
|
||||
resetFilter: "Resetovat",
|
||||
clearFilter: "Vše",
|
||||
sumText: "Celkem",
|
||||
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: "Žádná data" },
|
||||
transfer: {
|
||||
noMatch: "Žádná shoda",
|
||||
noData: "Žádná data",
|
||||
titles: ["Seznam 1", "Seznam 2"],
|
||||
filterPlaceholder: "Klíčové slovo",
|
||||
noCheckedFormat: "{total} položek",
|
||||
hasCheckedFormat: "{checked}/{total} vybráno"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return cs_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/cs.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/cs.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleCs=t())})(this,function(){return{name:`cs`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Vymazat`,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:`Teď`,today:`Dnes`,cancel:`Zrušit`,clear:`Vymazat`,confirm:`OK`,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:`Vybrat datum`,selectTime:`Vybrat čas`,startDate:`Datum začátku`,startTime:`Čas začátku`,endDate:`Datum konce`,endTime:`Čas konce`,prevYear:`Předchozí rok`,nextYear:`Příští rok`,prevMonth:`Předchozí měsíc`,nextMonth:`Příští měsíc`,year:`Rok`,month1:`Leden`,month2:`Únor`,month3:`Březen`,month4:`Duben`,month5:`Květen`,month6:`Červen`,month7:`Červenec`,month8:`Srpen`,month9:`Září`,month10:`Říjen`,month11:`Listopad`,month12:`Prosinec`,weeks:{sun:`Ne`,mon:`Po`,tue:`Út`,wed:`St`,thu:`Čt`,fri:`Pá`,sat:`So`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Led`,feb:`Úno`,mar:`Bře`,apr:`Dub`,may:`Kvě`,jun:`Čer`,jul:`Čvc`,aug:`Srp`,sep:`Zář`,oct:`Říj`,nov:`Lis`,dec:`Pro`},day:`Den`,month:`Měsíc`},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Načítání`,noMatch:`Žádná shoda`,noData:`Žádná data`,placeholder:`Vybrat`},mention:{loading:`Načítání`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Žádná shoda`,loading:`Načítání`,placeholder:`Vybrat`,noData:`Žádná data`},pagination:{goto:`Jít na`,pagesize:`na stranu`,total:`Celkem {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:`Zpráva`,confirm:`OK`,cancel:`Zrušit`,error:`Neplatný vstup`,close:`Close this dialog`},upload:{deleteTip:`Stisknout pro smazání`,delete:`Vymazat`,preview:`Náhled`,continue:`Pokračovat`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Žádná data`,confirmFilter:`Potvrdit`,resetFilter:`Resetovat`,clearFilter:`Vše`,sumText:`Celkem`,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:`Žádná data`},transfer:{noMatch:`Žádná shoda`,noData:`Žádná data`,titles:[`Seznam 1`,`Seznam 2`],filterPlaceholder:`Klíčové slovo`,noCheckedFormat:`{total} položek`,hasCheckedFormat:`{checked}/{total} vybráno`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=cs.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/cs.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/cs.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/cs.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/cs.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`cs`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Vymazat`,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:`Teď`,today:`Dnes`,cancel:`Zrušit`,clear:`Vymazat`,confirm:`OK`,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:`Vybrat datum`,selectTime:`Vybrat čas`,startDate:`Datum začátku`,startTime:`Čas začátku`,endDate:`Datum konce`,endTime:`Čas konce`,prevYear:`Předchozí rok`,nextYear:`Příští rok`,prevMonth:`Předchozí měsíc`,nextMonth:`Příští měsíc`,year:`Rok`,month1:`Leden`,month2:`Únor`,month3:`Březen`,month4:`Duben`,month5:`Květen`,month6:`Červen`,month7:`Červenec`,month8:`Srpen`,month9:`Září`,month10:`Říjen`,month11:`Listopad`,month12:`Prosinec`,weeks:{sun:`Ne`,mon:`Po`,tue:`Út`,wed:`St`,thu:`Čt`,fri:`Pá`,sat:`So`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Led`,feb:`Úno`,mar:`Bře`,apr:`Dub`,may:`Kvě`,jun:`Čer`,jul:`Čvc`,aug:`Srp`,sep:`Zář`,oct:`Říj`,nov:`Lis`,dec:`Pro`},day:`Den`,month:`Měsíc`},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Načítání`,noMatch:`Žádná shoda`,noData:`Žádná data`,placeholder:`Vybrat`},mention:{loading:`Načítání`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Žádná shoda`,loading:`Načítání`,placeholder:`Vybrat`,noData:`Žádná data`},pagination:{goto:`Jít na`,pagesize:`na stranu`,total:`Celkem {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:`Zpráva`,confirm:`OK`,cancel:`Zrušit`,error:`Neplatný vstup`,close:`Close this dialog`},upload:{deleteTip:`Stisknout pro smazání`,delete:`Vymazat`,preview:`Náhled`,continue:`Pokračovat`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Žádná data`,confirmFilter:`Potvrdit`,resetFilter:`Resetovat`,clearFilter:`Vše`,sumText:`Celkem`,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:`Žádná data`},transfer:{noMatch:`Žádná shoda`,noData:`Žádná data`,titles:[`Seznam 1`,`Seznam 2`],filterPlaceholder:`Klíčové slovo`,noCheckedFormat:`{total} položek`,hasCheckedFormat:`{checked}/{total} vybráno`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=cs.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/cs.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/cs.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
188
frontend/node_modules/element-plus/dist/locale/cs.mjs
generated
vendored
Normal file
188
frontend/node_modules/element-plus/dist/locale/cs.mjs
generated
vendored
Normal file
@@ -0,0 +1,188 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/cs.ts
|
||||
var cs_default = {
|
||||
name: "cs",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Vymazat",
|
||||
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: "Teď",
|
||||
today: "Dnes",
|
||||
cancel: "Zrušit",
|
||||
clear: "Vymazat",
|
||||
confirm: "OK",
|
||||
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: "Vybrat datum",
|
||||
selectTime: "Vybrat čas",
|
||||
startDate: "Datum začátku",
|
||||
startTime: "Čas začátku",
|
||||
endDate: "Datum konce",
|
||||
endTime: "Čas konce",
|
||||
prevYear: "Předchozí rok",
|
||||
nextYear: "Příští rok",
|
||||
prevMonth: "Předchozí měsíc",
|
||||
nextMonth: "Příští měsíc",
|
||||
year: "Rok",
|
||||
month1: "Leden",
|
||||
month2: "Únor",
|
||||
month3: "Březen",
|
||||
month4: "Duben",
|
||||
month5: "Květen",
|
||||
month6: "Červen",
|
||||
month7: "Červenec",
|
||||
month8: "Srpen",
|
||||
month9: "Září",
|
||||
month10: "Říjen",
|
||||
month11: "Listopad",
|
||||
month12: "Prosinec",
|
||||
weeks: {
|
||||
sun: "Ne",
|
||||
mon: "Po",
|
||||
tue: "Út",
|
||||
wed: "St",
|
||||
thu: "Čt",
|
||||
fri: "Pá",
|
||||
sat: "So"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Led",
|
||||
feb: "Úno",
|
||||
mar: "Bře",
|
||||
apr: "Dub",
|
||||
may: "Kvě",
|
||||
jun: "Čer",
|
||||
jul: "Čvc",
|
||||
aug: "Srp",
|
||||
sep: "Zář",
|
||||
oct: "Říj",
|
||||
nov: "Lis",
|
||||
dec: "Pro"
|
||||
},
|
||||
day: "Den",
|
||||
month: "Měsíc"
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Načítání",
|
||||
noMatch: "Žádná shoda",
|
||||
noData: "Žádná data",
|
||||
placeholder: "Vybrat"
|
||||
},
|
||||
mention: { loading: "Načítání" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Žádná shoda",
|
||||
loading: "Načítání",
|
||||
placeholder: "Vybrat",
|
||||
noData: "Žádná data"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Jít na",
|
||||
pagesize: "na stranu",
|
||||
total: "Celkem {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: "Zpráva",
|
||||
confirm: "OK",
|
||||
cancel: "Zrušit",
|
||||
error: "Neplatný vstup",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Stisknout pro smazání",
|
||||
delete: "Vymazat",
|
||||
preview: "Náhled",
|
||||
continue: "Pokračovat"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Žádná data",
|
||||
confirmFilter: "Potvrdit",
|
||||
resetFilter: "Resetovat",
|
||||
clearFilter: "Vše",
|
||||
sumText: "Celkem",
|
||||
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: "Žádná data" },
|
||||
transfer: {
|
||||
noMatch: "Žádná shoda",
|
||||
noData: "Žádná data",
|
||||
titles: ["Seznam 1", "Seznam 2"],
|
||||
filterPlaceholder: "Klíčové slovo",
|
||||
noCheckedFormat: "{total} položek",
|
||||
hasCheckedFormat: "{checked}/{total} vybráno"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { cs_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/da.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/da.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleDa = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/da.ts
|
||||
var da_default = {
|
||||
name: "da",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Ryd",
|
||||
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: "Nu",
|
||||
today: "I dag",
|
||||
cancel: "Annuller",
|
||||
clear: "Ryd",
|
||||
confirm: "OK",
|
||||
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: "Vælg dato",
|
||||
selectTime: "Vælg tidspunkt",
|
||||
startDate: "Startdato",
|
||||
startTime: "Starttidspunkt",
|
||||
endDate: "Slutdato",
|
||||
endTime: "Sluttidspunkt",
|
||||
prevYear: "Forrige år",
|
||||
nextYear: "Næste år",
|
||||
prevMonth: "Forrige måned",
|
||||
nextMonth: "Næste måned",
|
||||
year: "",
|
||||
month1: "Januar",
|
||||
month2: "Februar",
|
||||
month3: "Marts",
|
||||
month4: "April",
|
||||
month5: "Maj",
|
||||
month6: "Juni",
|
||||
month7: "Juli",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "Oktober",
|
||||
month11: "November",
|
||||
month12: "December",
|
||||
weeks: {
|
||||
sun: "Søn",
|
||||
mon: "Man",
|
||||
tue: "Tir",
|
||||
wed: "Ons",
|
||||
thu: "Tor",
|
||||
fri: "Fre",
|
||||
sat: "Lør"
|
||||
},
|
||||
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: "Maj",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Dec"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Henter",
|
||||
noMatch: "Ingen matchende data",
|
||||
noData: "Ingen data",
|
||||
placeholder: "Vælg"
|
||||
},
|
||||
mention: { loading: "Henter" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Ingen matchende data",
|
||||
loading: "Henter",
|
||||
placeholder: "Vælg",
|
||||
noData: "Ingen data"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Gå til",
|
||||
pagesize: "/side",
|
||||
total: "Total {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: "Message",
|
||||
confirm: "OK",
|
||||
cancel: "Annuller",
|
||||
error: "Ugyldig input",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "tryk slet for at fjerne",
|
||||
delete: "Slet",
|
||||
preview: "Forhåndsvisning",
|
||||
continue: "Fortsæt"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Ingen data",
|
||||
confirmFilter: "Bekræft",
|
||||
resetFilter: "Nulstil",
|
||||
clearFilter: "Alle",
|
||||
sumText: "Sum",
|
||||
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: "Ingen data" },
|
||||
transfer: {
|
||||
noMatch: "Ingen matchende data",
|
||||
noData: "Ingen data",
|
||||
titles: ["Liste 1", "Liste 2"],
|
||||
filterPlaceholder: "Indtast søgeord",
|
||||
noCheckedFormat: "{total} emner",
|
||||
hasCheckedFormat: "{checked}/{total} valgt"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return da_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/da.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/da.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleDa=t())})(this,function(){return{name:`da`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Ryd`,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:`Nu`,today:`I dag`,cancel:`Annuller`,clear:`Ryd`,confirm:`OK`,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:`Vælg dato`,selectTime:`Vælg tidspunkt`,startDate:`Startdato`,startTime:`Starttidspunkt`,endDate:`Slutdato`,endTime:`Sluttidspunkt`,prevYear:`Forrige år`,nextYear:`Næste år`,prevMonth:`Forrige måned`,nextMonth:`Næste måned`,year:``,month1:`Januar`,month2:`Februar`,month3:`Marts`,month4:`April`,month5:`Maj`,month6:`Juni`,month7:`Juli`,month8:`August`,month9:`September`,month10:`Oktober`,month11:`November`,month12:`December`,weeks:{sun:`Søn`,mon:`Man`,tue:`Tir`,wed:`Ons`,thu:`Tor`,fri:`Fre`,sat:`Lør`},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:`Maj`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Okt`,nov:`Nov`,dec:`Dec`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Henter`,noMatch:`Ingen matchende data`,noData:`Ingen data`,placeholder:`Vælg`},mention:{loading:`Henter`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Ingen matchende data`,loading:`Henter`,placeholder:`Vælg`,noData:`Ingen data`},pagination:{goto:`Gå til`,pagesize:`/side`,total:`Total {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:`Message`,confirm:`OK`,cancel:`Annuller`,error:`Ugyldig input`,close:`Close this dialog`},upload:{deleteTip:`tryk slet for at fjerne`,delete:`Slet`,preview:`Forhåndsvisning`,continue:`Fortsæt`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Ingen data`,confirmFilter:`Bekræft`,resetFilter:`Nulstil`,clearFilter:`Alle`,sumText:`Sum`,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:`Ingen data`},transfer:{noMatch:`Ingen matchende data`,noData:`Ingen data`,titles:[`Liste 1`,`Liste 2`],filterPlaceholder:`Indtast søgeord`,noCheckedFormat:`{total} emner`,hasCheckedFormat:`{checked}/{total} valgt`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=da.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/da.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/da.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/da.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/da.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`da`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Ryd`,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:`Nu`,today:`I dag`,cancel:`Annuller`,clear:`Ryd`,confirm:`OK`,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:`Vælg dato`,selectTime:`Vælg tidspunkt`,startDate:`Startdato`,startTime:`Starttidspunkt`,endDate:`Slutdato`,endTime:`Sluttidspunkt`,prevYear:`Forrige år`,nextYear:`Næste år`,prevMonth:`Forrige måned`,nextMonth:`Næste måned`,year:``,month1:`Januar`,month2:`Februar`,month3:`Marts`,month4:`April`,month5:`Maj`,month6:`Juni`,month7:`Juli`,month8:`August`,month9:`September`,month10:`Oktober`,month11:`November`,month12:`December`,weeks:{sun:`Søn`,mon:`Man`,tue:`Tir`,wed:`Ons`,thu:`Tor`,fri:`Fre`,sat:`Lør`},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:`Maj`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Okt`,nov:`Nov`,dec:`Dec`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Henter`,noMatch:`Ingen matchende data`,noData:`Ingen data`,placeholder:`Vælg`},mention:{loading:`Henter`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Ingen matchende data`,loading:`Henter`,placeholder:`Vælg`,noData:`Ingen data`},pagination:{goto:`Gå til`,pagesize:`/side`,total:`Total {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:`Message`,confirm:`OK`,cancel:`Annuller`,error:`Ugyldig input`,close:`Close this dialog`},upload:{deleteTip:`tryk slet for at fjerne`,delete:`Slet`,preview:`Forhåndsvisning`,continue:`Fortsæt`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Ingen data`,confirmFilter:`Bekræft`,resetFilter:`Nulstil`,clearFilter:`Alle`,sumText:`Sum`,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:`Ingen data`},transfer:{noMatch:`Ingen matchende data`,noData:`Ingen data`,titles:[`Liste 1`,`Liste 2`],filterPlaceholder:`Indtast søgeord`,noCheckedFormat:`{total} emner`,hasCheckedFormat:`{checked}/{total} valgt`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=da.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/da.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/da.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/da.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/da.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/da.ts
|
||||
var da_default = {
|
||||
name: "da",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Ryd",
|
||||
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: "Nu",
|
||||
today: "I dag",
|
||||
cancel: "Annuller",
|
||||
clear: "Ryd",
|
||||
confirm: "OK",
|
||||
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: "Vælg dato",
|
||||
selectTime: "Vælg tidspunkt",
|
||||
startDate: "Startdato",
|
||||
startTime: "Starttidspunkt",
|
||||
endDate: "Slutdato",
|
||||
endTime: "Sluttidspunkt",
|
||||
prevYear: "Forrige år",
|
||||
nextYear: "Næste år",
|
||||
prevMonth: "Forrige måned",
|
||||
nextMonth: "Næste måned",
|
||||
year: "",
|
||||
month1: "Januar",
|
||||
month2: "Februar",
|
||||
month3: "Marts",
|
||||
month4: "April",
|
||||
month5: "Maj",
|
||||
month6: "Juni",
|
||||
month7: "Juli",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "Oktober",
|
||||
month11: "November",
|
||||
month12: "December",
|
||||
weeks: {
|
||||
sun: "Søn",
|
||||
mon: "Man",
|
||||
tue: "Tir",
|
||||
wed: "Ons",
|
||||
thu: "Tor",
|
||||
fri: "Fre",
|
||||
sat: "Lør"
|
||||
},
|
||||
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: "Maj",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Dec"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Henter",
|
||||
noMatch: "Ingen matchende data",
|
||||
noData: "Ingen data",
|
||||
placeholder: "Vælg"
|
||||
},
|
||||
mention: { loading: "Henter" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Ingen matchende data",
|
||||
loading: "Henter",
|
||||
placeholder: "Vælg",
|
||||
noData: "Ingen data"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Gå til",
|
||||
pagesize: "/side",
|
||||
total: "Total {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: "Message",
|
||||
confirm: "OK",
|
||||
cancel: "Annuller",
|
||||
error: "Ugyldig input",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "tryk slet for at fjerne",
|
||||
delete: "Slet",
|
||||
preview: "Forhåndsvisning",
|
||||
continue: "Fortsæt"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Ingen data",
|
||||
confirmFilter: "Bekræft",
|
||||
resetFilter: "Nulstil",
|
||||
clearFilter: "Alle",
|
||||
sumText: "Sum",
|
||||
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: "Ingen data" },
|
||||
transfer: {
|
||||
noMatch: "Ingen matchende data",
|
||||
noData: "Ingen data",
|
||||
titles: ["Liste 1", "Liste 2"],
|
||||
filterPlaceholder: "Indtast søgeord",
|
||||
noCheckedFormat: "{total} emner",
|
||||
hasCheckedFormat: "{checked}/{total} valgt"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { da_default as default };
|
||||
195
frontend/node_modules/element-plus/dist/locale/de.js
generated
vendored
Normal file
195
frontend/node_modules/element-plus/dist/locale/de.js
generated
vendored
Normal file
@@ -0,0 +1,195 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleDe = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/de.ts
|
||||
var de_default = {
|
||||
name: "de",
|
||||
el: {
|
||||
breadcrumb: { label: "Brotkrümel" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Leeren",
|
||||
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: "Jetzt",
|
||||
today: "Heute",
|
||||
cancel: "Abbrechen",
|
||||
clear: "Leeren",
|
||||
confirm: "OK",
|
||||
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: "Datum wählen",
|
||||
selectTime: "Uhrzeit wählen",
|
||||
startDate: "Startdatum",
|
||||
startTime: "Startzeit",
|
||||
endDate: "Enddatum",
|
||||
endTime: "Endzeit",
|
||||
prevYear: "Letztes Jahr",
|
||||
nextYear: "Nächtes Jahr",
|
||||
prevMonth: "Letzter Monat",
|
||||
nextMonth: "Nächster Monat",
|
||||
year: "",
|
||||
month1: "Januar",
|
||||
month2: "Februar",
|
||||
month3: "März",
|
||||
month4: "April",
|
||||
month5: "Mai",
|
||||
month6: "Juni",
|
||||
month7: "Juli",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "Oktober",
|
||||
month11: "November",
|
||||
month12: "Dezember",
|
||||
weeks: {
|
||||
sun: "So",
|
||||
mon: "Mo",
|
||||
tue: "Di",
|
||||
wed: "Mi",
|
||||
thu: "Do",
|
||||
fri: "Fr",
|
||||
sat: "Sa"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Jan",
|
||||
feb: "Feb",
|
||||
mar: "Mär",
|
||||
apr: "Apr",
|
||||
may: "Mai",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Dez"
|
||||
},
|
||||
day: "Tag",
|
||||
month: "Monat"
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Lädt.",
|
||||
noMatch: "Nichts gefunden.",
|
||||
noData: "Keine Daten",
|
||||
placeholder: "Daten wählen"
|
||||
},
|
||||
mention: { loading: "Lädt." },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Nichts gefunden.",
|
||||
loading: "Lädt.",
|
||||
placeholder: "Daten wählen",
|
||||
noData: "Keine Daten"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Gehe zu",
|
||||
pagesize: " pro Seite",
|
||||
total: "Gesamt {total}",
|
||||
pageClassifier: "",
|
||||
page: "Seite",
|
||||
prev: "Zur vorherigen Seite gehen",
|
||||
next: "Zur nächsten Seite gehen",
|
||||
currentPage: "Seite {pager}",
|
||||
prevPages: "Vorherige {pager} Seiten",
|
||||
nextPages: "Nächste {pager} Seiten",
|
||||
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: "Message",
|
||||
confirm: "OK",
|
||||
cancel: "Abbrechen",
|
||||
error: "Fehler",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Klicke löschen zum entfernen",
|
||||
delete: "Löschen",
|
||||
preview: "Vorschau",
|
||||
continue: "Fortsetzen"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Keine Daten",
|
||||
confirmFilter: "Anwenden",
|
||||
resetFilter: "Zurücksetzen",
|
||||
clearFilter: "Alles ",
|
||||
sumText: "Summe",
|
||||
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: "Weiter",
|
||||
previous: "Zurück",
|
||||
finish: "Fertig",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
tree: { emptyText: "Keine Einträge" },
|
||||
transfer: {
|
||||
noMatch: "Nichts gefunden.",
|
||||
noData: "Keine Einträge",
|
||||
titles: ["Liste 1", "Liste 2"],
|
||||
filterPlaceholder: "Einträge filtern",
|
||||
noCheckedFormat: "{total} Einträge",
|
||||
hasCheckedFormat: "{checked}/{total} ausgewählt"
|
||||
},
|
||||
image: { error: "FEHLGESCHLAGEN" },
|
||||
pageHeader: { title: "Zurück" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Ja",
|
||||
cancelButtonText: "Nein"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Karussell-Pfeil links",
|
||||
rightArrow: "Karussell-Pfeil rechts",
|
||||
indicator: "Karussell zu Index {index} wechseln"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return de_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/de.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/de.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleDe=t())})(this,function(){return{name:`de`,el:{breadcrumb:{label:`Brotkrümel`},colorpicker:{confirm:`OK`,clear:`Leeren`,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:`Jetzt`,today:`Heute`,cancel:`Abbrechen`,clear:`Leeren`,confirm:`OK`,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:`Datum wählen`,selectTime:`Uhrzeit wählen`,startDate:`Startdatum`,startTime:`Startzeit`,endDate:`Enddatum`,endTime:`Endzeit`,prevYear:`Letztes Jahr`,nextYear:`Nächtes Jahr`,prevMonth:`Letzter Monat`,nextMonth:`Nächster Monat`,year:``,month1:`Januar`,month2:`Februar`,month3:`März`,month4:`April`,month5:`Mai`,month6:`Juni`,month7:`Juli`,month8:`August`,month9:`September`,month10:`Oktober`,month11:`November`,month12:`Dezember`,weeks:{sun:`So`,mon:`Mo`,tue:`Di`,wed:`Mi`,thu:`Do`,fri:`Fr`,sat:`Sa`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Jan`,feb:`Feb`,mar:`Mär`,apr:`Apr`,may:`Mai`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Okt`,nov:`Nov`,dec:`Dez`},day:`Tag`,month:`Monat`},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Lädt.`,noMatch:`Nichts gefunden.`,noData:`Keine Daten`,placeholder:`Daten wählen`},mention:{loading:`Lädt.`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Nichts gefunden.`,loading:`Lädt.`,placeholder:`Daten wählen`,noData:`Keine Daten`},pagination:{goto:`Gehe zu`,pagesize:` pro Seite`,total:`Gesamt {total}`,pageClassifier:``,page:`Seite`,prev:`Zur vorherigen Seite gehen`,next:`Zur nächsten Seite gehen`,currentPage:`Seite {pager}`,prevPages:`Vorherige {pager} Seiten`,nextPages:`Nächste {pager} Seiten`,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:`Message`,confirm:`OK`,cancel:`Abbrechen`,error:`Fehler`,close:`Close this dialog`},upload:{deleteTip:`Klicke löschen zum entfernen`,delete:`Löschen`,preview:`Vorschau`,continue:`Fortsetzen`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Keine Daten`,confirmFilter:`Anwenden`,resetFilter:`Zurücksetzen`,clearFilter:`Alles `,sumText:`Summe`,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:`Weiter`,previous:`Zurück`,finish:`Fertig`,close:`Close this dialog`},tree:{emptyText:`Keine Einträge`},transfer:{noMatch:`Nichts gefunden.`,noData:`Keine Einträge`,titles:[`Liste 1`,`Liste 2`],filterPlaceholder:`Einträge filtern`,noCheckedFormat:`{total} Einträge`,hasCheckedFormat:`{checked}/{total} ausgewählt`},image:{error:`FEHLGESCHLAGEN`},pageHeader:{title:`Zurück`},popconfirm:{confirmButtonText:`Ja`,cancelButtonText:`Nein`},carousel:{leftArrow:`Karussell-Pfeil links`,rightArrow:`Karussell-Pfeil rechts`,indicator:`Karussell zu Index {index} wechseln`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=de.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/de.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/de.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/de.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/de.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`de`,el:{breadcrumb:{label:`Brotkrümel`},colorpicker:{confirm:`OK`,clear:`Leeren`,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:`Jetzt`,today:`Heute`,cancel:`Abbrechen`,clear:`Leeren`,confirm:`OK`,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:`Datum wählen`,selectTime:`Uhrzeit wählen`,startDate:`Startdatum`,startTime:`Startzeit`,endDate:`Enddatum`,endTime:`Endzeit`,prevYear:`Letztes Jahr`,nextYear:`Nächtes Jahr`,prevMonth:`Letzter Monat`,nextMonth:`Nächster Monat`,year:``,month1:`Januar`,month2:`Februar`,month3:`März`,month4:`April`,month5:`Mai`,month6:`Juni`,month7:`Juli`,month8:`August`,month9:`September`,month10:`Oktober`,month11:`November`,month12:`Dezember`,weeks:{sun:`So`,mon:`Mo`,tue:`Di`,wed:`Mi`,thu:`Do`,fri:`Fr`,sat:`Sa`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Jan`,feb:`Feb`,mar:`Mär`,apr:`Apr`,may:`Mai`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Okt`,nov:`Nov`,dec:`Dez`},day:`Tag`,month:`Monat`},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Lädt.`,noMatch:`Nichts gefunden.`,noData:`Keine Daten`,placeholder:`Daten wählen`},mention:{loading:`Lädt.`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Nichts gefunden.`,loading:`Lädt.`,placeholder:`Daten wählen`,noData:`Keine Daten`},pagination:{goto:`Gehe zu`,pagesize:` pro Seite`,total:`Gesamt {total}`,pageClassifier:``,page:`Seite`,prev:`Zur vorherigen Seite gehen`,next:`Zur nächsten Seite gehen`,currentPage:`Seite {pager}`,prevPages:`Vorherige {pager} Seiten`,nextPages:`Nächste {pager} Seiten`,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:`Message`,confirm:`OK`,cancel:`Abbrechen`,error:`Fehler`,close:`Close this dialog`},upload:{deleteTip:`Klicke löschen zum entfernen`,delete:`Löschen`,preview:`Vorschau`,continue:`Fortsetzen`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Keine Daten`,confirmFilter:`Anwenden`,resetFilter:`Zurücksetzen`,clearFilter:`Alles `,sumText:`Summe`,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:`Weiter`,previous:`Zurück`,finish:`Fertig`,close:`Close this dialog`},tree:{emptyText:`Keine Einträge`},transfer:{noMatch:`Nichts gefunden.`,noData:`Keine Einträge`,titles:[`Liste 1`,`Liste 2`],filterPlaceholder:`Einträge filtern`,noCheckedFormat:`{total} Einträge`,hasCheckedFormat:`{checked}/{total} ausgewählt`},image:{error:`FEHLGESCHLAGEN`},pageHeader:{title:`Zurück`},popconfirm:{confirmButtonText:`Ja`,cancelButtonText:`Nein`},carousel:{leftArrow:`Karussell-Pfeil links`,rightArrow:`Karussell-Pfeil rechts`,indicator:`Karussell zu Index {index} wechseln`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=de.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/de.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/de.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
188
frontend/node_modules/element-plus/dist/locale/de.mjs
generated
vendored
Normal file
188
frontend/node_modules/element-plus/dist/locale/de.mjs
generated
vendored
Normal file
@@ -0,0 +1,188 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/de.ts
|
||||
var de_default = {
|
||||
name: "de",
|
||||
el: {
|
||||
breadcrumb: { label: "Brotkrümel" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Leeren",
|
||||
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: "Jetzt",
|
||||
today: "Heute",
|
||||
cancel: "Abbrechen",
|
||||
clear: "Leeren",
|
||||
confirm: "OK",
|
||||
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: "Datum wählen",
|
||||
selectTime: "Uhrzeit wählen",
|
||||
startDate: "Startdatum",
|
||||
startTime: "Startzeit",
|
||||
endDate: "Enddatum",
|
||||
endTime: "Endzeit",
|
||||
prevYear: "Letztes Jahr",
|
||||
nextYear: "Nächtes Jahr",
|
||||
prevMonth: "Letzter Monat",
|
||||
nextMonth: "Nächster Monat",
|
||||
year: "",
|
||||
month1: "Januar",
|
||||
month2: "Februar",
|
||||
month3: "März",
|
||||
month4: "April",
|
||||
month5: "Mai",
|
||||
month6: "Juni",
|
||||
month7: "Juli",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "Oktober",
|
||||
month11: "November",
|
||||
month12: "Dezember",
|
||||
weeks: {
|
||||
sun: "So",
|
||||
mon: "Mo",
|
||||
tue: "Di",
|
||||
wed: "Mi",
|
||||
thu: "Do",
|
||||
fri: "Fr",
|
||||
sat: "Sa"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Jan",
|
||||
feb: "Feb",
|
||||
mar: "Mär",
|
||||
apr: "Apr",
|
||||
may: "Mai",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Dez"
|
||||
},
|
||||
day: "Tag",
|
||||
month: "Monat"
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Lädt.",
|
||||
noMatch: "Nichts gefunden.",
|
||||
noData: "Keine Daten",
|
||||
placeholder: "Daten wählen"
|
||||
},
|
||||
mention: { loading: "Lädt." },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Nichts gefunden.",
|
||||
loading: "Lädt.",
|
||||
placeholder: "Daten wählen",
|
||||
noData: "Keine Daten"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Gehe zu",
|
||||
pagesize: " pro Seite",
|
||||
total: "Gesamt {total}",
|
||||
pageClassifier: "",
|
||||
page: "Seite",
|
||||
prev: "Zur vorherigen Seite gehen",
|
||||
next: "Zur nächsten Seite gehen",
|
||||
currentPage: "Seite {pager}",
|
||||
prevPages: "Vorherige {pager} Seiten",
|
||||
nextPages: "Nächste {pager} Seiten",
|
||||
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: "Message",
|
||||
confirm: "OK",
|
||||
cancel: "Abbrechen",
|
||||
error: "Fehler",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Klicke löschen zum entfernen",
|
||||
delete: "Löschen",
|
||||
preview: "Vorschau",
|
||||
continue: "Fortsetzen"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Keine Daten",
|
||||
confirmFilter: "Anwenden",
|
||||
resetFilter: "Zurücksetzen",
|
||||
clearFilter: "Alles ",
|
||||
sumText: "Summe",
|
||||
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: "Weiter",
|
||||
previous: "Zurück",
|
||||
finish: "Fertig",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
tree: { emptyText: "Keine Einträge" },
|
||||
transfer: {
|
||||
noMatch: "Nichts gefunden.",
|
||||
noData: "Keine Einträge",
|
||||
titles: ["Liste 1", "Liste 2"],
|
||||
filterPlaceholder: "Einträge filtern",
|
||||
noCheckedFormat: "{total} Einträge",
|
||||
hasCheckedFormat: "{checked}/{total} ausgewählt"
|
||||
},
|
||||
image: { error: "FEHLGESCHLAGEN" },
|
||||
pageHeader: { title: "Zurück" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Ja",
|
||||
cancelButtonText: "Nein"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Karussell-Pfeil links",
|
||||
rightArrow: "Karussell-Pfeil rechts",
|
||||
indicator: "Karussell zu Index {index} wechseln"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { de_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/el.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/el.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleEl = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/el.ts
|
||||
var el_default = {
|
||||
name: "el",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Εντάξει",
|
||||
clear: "Καθαρισμός",
|
||||
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: "Τώρα",
|
||||
today: "Σήμερα",
|
||||
cancel: "Ακύρωση",
|
||||
clear: "Καθαρισμός",
|
||||
confirm: "Εντάξει",
|
||||
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: "Επιλέξτε ημέρα",
|
||||
selectTime: "Επιλέξτε ώρα",
|
||||
startDate: "Ημερομηνία Έναρξης",
|
||||
startTime: "Ωρα Έναρξης",
|
||||
endDate: "Ημερομηνία Λήξης",
|
||||
endTime: "Ωρα Λήξης",
|
||||
prevYear: "Προηγούμενο Έτος",
|
||||
nextYear: "Επόμενο Έτος",
|
||||
prevMonth: "Προηγούμενος Μήνας",
|
||||
nextMonth: "Επόμενος Μήνας",
|
||||
year: "Έτος",
|
||||
month1: "Ιανουάριος",
|
||||
month2: "Φεβρουάριος",
|
||||
month3: "Μάρτιος",
|
||||
month4: "Απρίλιος",
|
||||
month5: "Μάιος",
|
||||
month6: "Ιούνιος",
|
||||
month7: "Ιούλιος",
|
||||
month8: "Αύγουστος",
|
||||
month9: "Σεπτέμβριος",
|
||||
month10: "Οκτώβριος",
|
||||
month11: "Νοέμβριος",
|
||||
month12: "Δεκέμβριος",
|
||||
weeks: {
|
||||
sun: "Κυρ",
|
||||
mon: "Δευ",
|
||||
tue: "Τρι",
|
||||
wed: "Τετ",
|
||||
thu: "Πεμ",
|
||||
fri: "Παρ",
|
||||
sat: "Σαβ"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Ιαν",
|
||||
feb: "Φεβ",
|
||||
mar: "Μαρ",
|
||||
apr: "Απρ",
|
||||
may: "Μαϊ",
|
||||
jun: "Ιουν",
|
||||
jul: "Ιουλ",
|
||||
aug: "Αυγ",
|
||||
sep: "Σεπ",
|
||||
oct: "Οκτ",
|
||||
nov: "Νοε",
|
||||
dec: "Δεκ"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Φόρτωση",
|
||||
noMatch: "Δεν βρέθηκαν αποτελέσματα",
|
||||
noData: "Χωρίς δεδομένα",
|
||||
placeholder: "Επιλογή"
|
||||
},
|
||||
mention: { loading: "Φόρτωση" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Δεν βρέθηκαν αποτελέσματα",
|
||||
loading: "Φόρτωση",
|
||||
placeholder: "Επιλογή",
|
||||
noData: "Χωρίς δεδομένα"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Μετάβαση σε",
|
||||
pagesize: "/σελίδα",
|
||||
total: "Σύνολο {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: "Μήνυμα",
|
||||
confirm: "Εντάξει",
|
||||
cancel: "Ακύρωση",
|
||||
error: "Άκυρη εισαγωγή",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Πάτησε Διαγραφή για αφαίρεση",
|
||||
delete: "Διαγραφή",
|
||||
preview: "Προεπισκόπηση",
|
||||
continue: "Συνέχεια"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Χωρίς Δεδομένα",
|
||||
confirmFilter: "Επιβεβαίωση",
|
||||
resetFilter: "Επαναφορά",
|
||||
clearFilter: "Όλα",
|
||||
sumText: "Σύνολο",
|
||||
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: "Χωρίς Δεδομένα" },
|
||||
transfer: {
|
||||
noMatch: "Δεν βρέθηκαν αποτελέσματα",
|
||||
noData: "Χωρίς δεδομένα",
|
||||
titles: ["Λίστα 1", "Λίστα 2"],
|
||||
filterPlaceholder: "Αναζήτηση",
|
||||
noCheckedFormat: "{total} Αντικείμενα",
|
||||
hasCheckedFormat: "{checked}/{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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return el_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/el.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/el.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleEl=t())})(this,function(){return{name:`el`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Εντάξει`,clear:`Καθαρισμός`,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:`Τώρα`,today:`Σήμερα`,cancel:`Ακύρωση`,clear:`Καθαρισμός`,confirm:`Εντάξει`,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:`Επιλέξτε ημέρα`,selectTime:`Επιλέξτε ώρα`,startDate:`Ημερομηνία Έναρξης`,startTime:`Ωρα Έναρξης`,endDate:`Ημερομηνία Λήξης`,endTime:`Ωρα Λήξης`,prevYear:`Προηγούμενο Έτος`,nextYear:`Επόμενο Έτος`,prevMonth:`Προηγούμενος Μήνας`,nextMonth:`Επόμενος Μήνας`,year:`Έτος`,month1:`Ιανουάριος`,month2:`Φεβρουάριος`,month3:`Μάρτιος`,month4:`Απρίλιος`,month5:`Μάιος`,month6:`Ιούνιος`,month7:`Ιούλιος`,month8:`Αύγουστος`,month9:`Σεπτέμβριος`,month10:`Οκτώβριος`,month11:`Νοέμβριος`,month12:`Δεκέμβριος`,weeks:{sun:`Κυρ`,mon:`Δευ`,tue:`Τρι`,wed:`Τετ`,thu:`Πεμ`,fri:`Παρ`,sat:`Σαβ`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Ιαν`,feb:`Φεβ`,mar:`Μαρ`,apr:`Απρ`,may:`Μαϊ`,jun:`Ιουν`,jul:`Ιουλ`,aug:`Αυγ`,sep:`Σεπ`,oct:`Οκτ`,nov:`Νοε`,dec:`Δεκ`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Φόρτωση`,noMatch:`Δεν βρέθηκαν αποτελέσματα`,noData:`Χωρίς δεδομένα`,placeholder:`Επιλογή`},mention:{loading:`Φόρτωση`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Δεν βρέθηκαν αποτελέσματα`,loading:`Φόρτωση`,placeholder:`Επιλογή`,noData:`Χωρίς δεδομένα`},pagination:{goto:`Μετάβαση σε`,pagesize:`/σελίδα`,total:`Σύνολο {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:`Μήνυμα`,confirm:`Εντάξει`,cancel:`Ακύρωση`,error:`Άκυρη εισαγωγή`,close:`Close this dialog`},upload:{deleteTip:`Πάτησε Διαγραφή για αφαίρεση`,delete:`Διαγραφή`,preview:`Προεπισκόπηση`,continue:`Συνέχεια`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Χωρίς Δεδομένα`,confirmFilter:`Επιβεβαίωση`,resetFilter:`Επαναφορά`,clearFilter:`Όλα`,sumText:`Σύνολο`,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:`Χωρίς Δεδομένα`},transfer:{noMatch:`Δεν βρέθηκαν αποτελέσματα`,noData:`Χωρίς δεδομένα`,titles:[`Λίστα 1`,`Λίστα 2`],filterPlaceholder:`Αναζήτηση`,noCheckedFormat:`{total} Αντικείμενα`,hasCheckedFormat:`{checked}/{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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=el.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/el.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/el.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/el.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/el.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`el`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Εντάξει`,clear:`Καθαρισμός`,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:`Τώρα`,today:`Σήμερα`,cancel:`Ακύρωση`,clear:`Καθαρισμός`,confirm:`Εντάξει`,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:`Επιλέξτε ημέρα`,selectTime:`Επιλέξτε ώρα`,startDate:`Ημερομηνία Έναρξης`,startTime:`Ωρα Έναρξης`,endDate:`Ημερομηνία Λήξης`,endTime:`Ωρα Λήξης`,prevYear:`Προηγούμενο Έτος`,nextYear:`Επόμενο Έτος`,prevMonth:`Προηγούμενος Μήνας`,nextMonth:`Επόμενος Μήνας`,year:`Έτος`,month1:`Ιανουάριος`,month2:`Φεβρουάριος`,month3:`Μάρτιος`,month4:`Απρίλιος`,month5:`Μάιος`,month6:`Ιούνιος`,month7:`Ιούλιος`,month8:`Αύγουστος`,month9:`Σεπτέμβριος`,month10:`Οκτώβριος`,month11:`Νοέμβριος`,month12:`Δεκέμβριος`,weeks:{sun:`Κυρ`,mon:`Δευ`,tue:`Τρι`,wed:`Τετ`,thu:`Πεμ`,fri:`Παρ`,sat:`Σαβ`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Ιαν`,feb:`Φεβ`,mar:`Μαρ`,apr:`Απρ`,may:`Μαϊ`,jun:`Ιουν`,jul:`Ιουλ`,aug:`Αυγ`,sep:`Σεπ`,oct:`Οκτ`,nov:`Νοε`,dec:`Δεκ`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Φόρτωση`,noMatch:`Δεν βρέθηκαν αποτελέσματα`,noData:`Χωρίς δεδομένα`,placeholder:`Επιλογή`},mention:{loading:`Φόρτωση`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Δεν βρέθηκαν αποτελέσματα`,loading:`Φόρτωση`,placeholder:`Επιλογή`,noData:`Χωρίς δεδομένα`},pagination:{goto:`Μετάβαση σε`,pagesize:`/σελίδα`,total:`Σύνολο {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:`Μήνυμα`,confirm:`Εντάξει`,cancel:`Ακύρωση`,error:`Άκυρη εισαγωγή`,close:`Close this dialog`},upload:{deleteTip:`Πάτησε Διαγραφή για αφαίρεση`,delete:`Διαγραφή`,preview:`Προεπισκόπηση`,continue:`Συνέχεια`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Χωρίς Δεδομένα`,confirmFilter:`Επιβεβαίωση`,resetFilter:`Επαναφορά`,clearFilter:`Όλα`,sumText:`Σύνολο`,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:`Χωρίς Δεδομένα`},transfer:{noMatch:`Δεν βρέθηκαν αποτελέσματα`,noData:`Χωρίς δεδομένα`,titles:[`Λίστα 1`,`Λίστα 2`],filterPlaceholder:`Αναζήτηση`,noCheckedFormat:`{total} Αντικείμενα`,hasCheckedFormat:`{checked}/{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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=el.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/el.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/el.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/el.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/el.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/el.ts
|
||||
var el_default = {
|
||||
name: "el",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Εντάξει",
|
||||
clear: "Καθαρισμός",
|
||||
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: "Τώρα",
|
||||
today: "Σήμερα",
|
||||
cancel: "Ακύρωση",
|
||||
clear: "Καθαρισμός",
|
||||
confirm: "Εντάξει",
|
||||
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: "Επιλέξτε ημέρα",
|
||||
selectTime: "Επιλέξτε ώρα",
|
||||
startDate: "Ημερομηνία Έναρξης",
|
||||
startTime: "Ωρα Έναρξης",
|
||||
endDate: "Ημερομηνία Λήξης",
|
||||
endTime: "Ωρα Λήξης",
|
||||
prevYear: "Προηγούμενο Έτος",
|
||||
nextYear: "Επόμενο Έτος",
|
||||
prevMonth: "Προηγούμενος Μήνας",
|
||||
nextMonth: "Επόμενος Μήνας",
|
||||
year: "Έτος",
|
||||
month1: "Ιανουάριος",
|
||||
month2: "Φεβρουάριος",
|
||||
month3: "Μάρτιος",
|
||||
month4: "Απρίλιος",
|
||||
month5: "Μάιος",
|
||||
month6: "Ιούνιος",
|
||||
month7: "Ιούλιος",
|
||||
month8: "Αύγουστος",
|
||||
month9: "Σεπτέμβριος",
|
||||
month10: "Οκτώβριος",
|
||||
month11: "Νοέμβριος",
|
||||
month12: "Δεκέμβριος",
|
||||
weeks: {
|
||||
sun: "Κυρ",
|
||||
mon: "Δευ",
|
||||
tue: "Τρι",
|
||||
wed: "Τετ",
|
||||
thu: "Πεμ",
|
||||
fri: "Παρ",
|
||||
sat: "Σαβ"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Ιαν",
|
||||
feb: "Φεβ",
|
||||
mar: "Μαρ",
|
||||
apr: "Απρ",
|
||||
may: "Μαϊ",
|
||||
jun: "Ιουν",
|
||||
jul: "Ιουλ",
|
||||
aug: "Αυγ",
|
||||
sep: "Σεπ",
|
||||
oct: "Οκτ",
|
||||
nov: "Νοε",
|
||||
dec: "Δεκ"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Φόρτωση",
|
||||
noMatch: "Δεν βρέθηκαν αποτελέσματα",
|
||||
noData: "Χωρίς δεδομένα",
|
||||
placeholder: "Επιλογή"
|
||||
},
|
||||
mention: { loading: "Φόρτωση" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Δεν βρέθηκαν αποτελέσματα",
|
||||
loading: "Φόρτωση",
|
||||
placeholder: "Επιλογή",
|
||||
noData: "Χωρίς δεδομένα"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Μετάβαση σε",
|
||||
pagesize: "/σελίδα",
|
||||
total: "Σύνολο {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: "Μήνυμα",
|
||||
confirm: "Εντάξει",
|
||||
cancel: "Ακύρωση",
|
||||
error: "Άκυρη εισαγωγή",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Πάτησε Διαγραφή για αφαίρεση",
|
||||
delete: "Διαγραφή",
|
||||
preview: "Προεπισκόπηση",
|
||||
continue: "Συνέχεια"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Χωρίς Δεδομένα",
|
||||
confirmFilter: "Επιβεβαίωση",
|
||||
resetFilter: "Επαναφορά",
|
||||
clearFilter: "Όλα",
|
||||
sumText: "Σύνολο",
|
||||
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: "Χωρίς Δεδομένα" },
|
||||
transfer: {
|
||||
noMatch: "Δεν βρέθηκαν αποτελέσματα",
|
||||
noData: "Χωρίς δεδομένα",
|
||||
titles: ["Λίστα 1", "Λίστα 2"],
|
||||
filterPlaceholder: "Αναζήτηση",
|
||||
noCheckedFormat: "{total} Αντικείμενα",
|
||||
hasCheckedFormat: "{checked}/{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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { el_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/en.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/en.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleEn = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/en.ts
|
||||
var en_default = {
|
||||
name: "en",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Clear",
|
||||
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: "Now",
|
||||
today: "Today",
|
||||
cancel: "Cancel",
|
||||
clear: "Clear",
|
||||
confirm: "OK",
|
||||
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: "Select date",
|
||||
selectTime: "Select time",
|
||||
startDate: "Start Date",
|
||||
startTime: "Start Time",
|
||||
endDate: "End Date",
|
||||
endTime: "End Time",
|
||||
prevYear: "Previous Year",
|
||||
nextYear: "Next Year",
|
||||
prevMonth: "Previous Month",
|
||||
nextMonth: "Next Month",
|
||||
year: "",
|
||||
month1: "January",
|
||||
month2: "February",
|
||||
month3: "March",
|
||||
month4: "April",
|
||||
month5: "May",
|
||||
month6: "June",
|
||||
month7: "July",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "October",
|
||||
month11: "November",
|
||||
month12: "December",
|
||||
weeks: {
|
||||
sun: "Sun",
|
||||
mon: "Mon",
|
||||
tue: "Tue",
|
||||
wed: "Wed",
|
||||
thu: "Thu",
|
||||
fri: "Fri",
|
||||
sat: "Sat"
|
||||
},
|
||||
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: "May",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Oct",
|
||||
nov: "Nov",
|
||||
dec: "Dec"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Loading",
|
||||
noMatch: "No matching data",
|
||||
noData: "No data",
|
||||
placeholder: "Select"
|
||||
},
|
||||
mention: { loading: "Loading" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "No matching data",
|
||||
loading: "Loading",
|
||||
placeholder: "Select",
|
||||
noData: "No data"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Go to",
|
||||
pagesize: "/page",
|
||||
total: "Total {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: "Message",
|
||||
confirm: "OK",
|
||||
cancel: "Cancel",
|
||||
error: "Illegal input",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "press delete to remove",
|
||||
delete: "Delete",
|
||||
preview: "Preview",
|
||||
continue: "Continue"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "No Data",
|
||||
confirmFilter: "Confirm",
|
||||
resetFilter: "Reset",
|
||||
clearFilter: "All",
|
||||
sumText: "Sum",
|
||||
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: "No Data" },
|
||||
transfer: {
|
||||
noMatch: "No matching data",
|
||||
noData: "No data",
|
||||
titles: ["List 1", "List 2"],
|
||||
filterPlaceholder: "Enter keyword",
|
||||
noCheckedFormat: "{total} items",
|
||||
hasCheckedFormat: "{checked}/{total} checked"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return en_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/en.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/en.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleEn=t())})(this,function(){return{name:`en`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Clear`,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:`Now`,today:`Today`,cancel:`Cancel`,clear:`Clear`,confirm:`OK`,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:`Select date`,selectTime:`Select time`,startDate:`Start Date`,startTime:`Start Time`,endDate:`End Date`,endTime:`End Time`,prevYear:`Previous Year`,nextYear:`Next Year`,prevMonth:`Previous Month`,nextMonth:`Next Month`,year:``,month1:`January`,month2:`February`,month3:`March`,month4:`April`,month5:`May`,month6:`June`,month7:`July`,month8:`August`,month9:`September`,month10:`October`,month11:`November`,month12:`December`,weeks:{sun:`Sun`,mon:`Mon`,tue:`Tue`,wed:`Wed`,thu:`Thu`,fri:`Fri`,sat:`Sat`},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:`May`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Oct`,nov:`Nov`,dec:`Dec`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Loading`,noMatch:`No matching data`,noData:`No data`,placeholder:`Select`},mention:{loading:`Loading`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`No matching data`,loading:`Loading`,placeholder:`Select`,noData:`No data`},pagination:{goto:`Go to`,pagesize:`/page`,total:`Total {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:`Message`,confirm:`OK`,cancel:`Cancel`,error:`Illegal input`,close:`Close this dialog`},upload:{deleteTip:`press delete to remove`,delete:`Delete`,preview:`Preview`,continue:`Continue`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`No Data`,confirmFilter:`Confirm`,resetFilter:`Reset`,clearFilter:`All`,sumText:`Sum`,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:`No Data`},transfer:{noMatch:`No matching data`,noData:`No data`,titles:[`List 1`,`List 2`],filterPlaceholder:`Enter keyword`,noCheckedFormat:`{total} items`,hasCheckedFormat:`{checked}/{total} checked`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=en.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/en.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/en.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/en.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/en.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`en`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Clear`,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:`Now`,today:`Today`,cancel:`Cancel`,clear:`Clear`,confirm:`OK`,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:`Select date`,selectTime:`Select time`,startDate:`Start Date`,startTime:`Start Time`,endDate:`End Date`,endTime:`End Time`,prevYear:`Previous Year`,nextYear:`Next Year`,prevMonth:`Previous Month`,nextMonth:`Next Month`,year:``,month1:`January`,month2:`February`,month3:`March`,month4:`April`,month5:`May`,month6:`June`,month7:`July`,month8:`August`,month9:`September`,month10:`October`,month11:`November`,month12:`December`,weeks:{sun:`Sun`,mon:`Mon`,tue:`Tue`,wed:`Wed`,thu:`Thu`,fri:`Fri`,sat:`Sat`},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:`May`,jun:`Jun`,jul:`Jul`,aug:`Aug`,sep:`Sep`,oct:`Oct`,nov:`Nov`,dec:`Dec`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Loading`,noMatch:`No matching data`,noData:`No data`,placeholder:`Select`},mention:{loading:`Loading`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`No matching data`,loading:`Loading`,placeholder:`Select`,noData:`No data`},pagination:{goto:`Go to`,pagesize:`/page`,total:`Total {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:`Message`,confirm:`OK`,cancel:`Cancel`,error:`Illegal input`,close:`Close this dialog`},upload:{deleteTip:`press delete to remove`,delete:`Delete`,preview:`Preview`,continue:`Continue`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`No Data`,confirmFilter:`Confirm`,resetFilter:`Reset`,clearFilter:`All`,sumText:`Sum`,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:`No Data`},transfer:{noMatch:`No matching data`,noData:`No data`,titles:[`List 1`,`List 2`],filterPlaceholder:`Enter keyword`,noCheckedFormat:`{total} items`,hasCheckedFormat:`{checked}/{total} checked`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=en.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/en.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/en.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/en.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/en.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/en.ts
|
||||
var en_default = {
|
||||
name: "en",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Clear",
|
||||
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: "Now",
|
||||
today: "Today",
|
||||
cancel: "Cancel",
|
||||
clear: "Clear",
|
||||
confirm: "OK",
|
||||
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: "Select date",
|
||||
selectTime: "Select time",
|
||||
startDate: "Start Date",
|
||||
startTime: "Start Time",
|
||||
endDate: "End Date",
|
||||
endTime: "End Time",
|
||||
prevYear: "Previous Year",
|
||||
nextYear: "Next Year",
|
||||
prevMonth: "Previous Month",
|
||||
nextMonth: "Next Month",
|
||||
year: "",
|
||||
month1: "January",
|
||||
month2: "February",
|
||||
month3: "March",
|
||||
month4: "April",
|
||||
month5: "May",
|
||||
month6: "June",
|
||||
month7: "July",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "October",
|
||||
month11: "November",
|
||||
month12: "December",
|
||||
weeks: {
|
||||
sun: "Sun",
|
||||
mon: "Mon",
|
||||
tue: "Tue",
|
||||
wed: "Wed",
|
||||
thu: "Thu",
|
||||
fri: "Fri",
|
||||
sat: "Sat"
|
||||
},
|
||||
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: "May",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aug",
|
||||
sep: "Sep",
|
||||
oct: "Oct",
|
||||
nov: "Nov",
|
||||
dec: "Dec"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Loading",
|
||||
noMatch: "No matching data",
|
||||
noData: "No data",
|
||||
placeholder: "Select"
|
||||
},
|
||||
mention: { loading: "Loading" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "No matching data",
|
||||
loading: "Loading",
|
||||
placeholder: "Select",
|
||||
noData: "No data"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Go to",
|
||||
pagesize: "/page",
|
||||
total: "Total {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: "Message",
|
||||
confirm: "OK",
|
||||
cancel: "Cancel",
|
||||
error: "Illegal input",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "press delete to remove",
|
||||
delete: "Delete",
|
||||
preview: "Preview",
|
||||
continue: "Continue"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "No Data",
|
||||
confirmFilter: "Confirm",
|
||||
resetFilter: "Reset",
|
||||
clearFilter: "All",
|
||||
sumText: "Sum",
|
||||
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: "No Data" },
|
||||
transfer: {
|
||||
noMatch: "No matching data",
|
||||
noData: "No data",
|
||||
titles: ["List 1", "List 2"],
|
||||
filterPlaceholder: "Enter keyword",
|
||||
noCheckedFormat: "{total} items",
|
||||
hasCheckedFormat: "{checked}/{total} checked"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { en_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/eo.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/eo.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleEo = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/eo.ts
|
||||
var eo_default = {
|
||||
name: "eo",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Bone",
|
||||
clear: "Malplenigi",
|
||||
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: "Nun",
|
||||
today: "Hodiaŭ",
|
||||
cancel: "Nuligi",
|
||||
clear: "Malplenigi",
|
||||
confirm: "Bone",
|
||||
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: "Elektu daton",
|
||||
selectTime: "Elektu horon",
|
||||
startDate: "Komenca Dato",
|
||||
startTime: "Komenca Horo",
|
||||
endDate: "Fina Dato",
|
||||
endTime: "Fina Horo",
|
||||
prevYear: "Antaŭa Jaro",
|
||||
nextYear: "Sekva Jaro",
|
||||
prevMonth: "Antaŭa Monato",
|
||||
nextMonth: "Sekva Monato",
|
||||
year: "Jaro",
|
||||
month1: "Januaro",
|
||||
month2: "Februaro",
|
||||
month3: "Marto",
|
||||
month4: "Aprilo",
|
||||
month5: "Majo",
|
||||
month6: "Junio",
|
||||
month7: "Julio",
|
||||
month8: "Aŭgusto",
|
||||
month9: "Septembro",
|
||||
month10: "Oktobro",
|
||||
month11: "Novembro",
|
||||
month12: "Decembro",
|
||||
weeks: {
|
||||
sun: "Dim",
|
||||
mon: "Lun",
|
||||
tue: "Mar",
|
||||
wed: "Mer",
|
||||
thu: "Ĵaŭ",
|
||||
fri: "Ven",
|
||||
sat: "Sab"
|
||||
},
|
||||
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: "Maj",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aŭg",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Dec"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Ŝarĝante",
|
||||
noMatch: "Neniuj kongruaj datumoj",
|
||||
noData: "Neniuj datumoj",
|
||||
placeholder: "Bonvolu elekti"
|
||||
},
|
||||
mention: { loading: "Ŝarĝante" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Neniuj kongruaj datumoj",
|
||||
loading: "Ŝarĝante",
|
||||
placeholder: "Bonvolu elekti",
|
||||
noData: "Neniuj datumoj"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Iru al",
|
||||
pagesize: "/ paĝo",
|
||||
total: "Entute {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: "Mesaĝo",
|
||||
confirm: "Bone",
|
||||
cancel: "Nuligi",
|
||||
error: "Nevalida Enigo!",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Premu \"Delete\" por forigi",
|
||||
delete: "Forigi",
|
||||
preview: "Antaŭrigardi",
|
||||
continue: "Daŭrigi"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Neniuj datumoj",
|
||||
confirmFilter: "Konfirmi",
|
||||
resetFilter: "Restarigi",
|
||||
clearFilter: "Ĉiuj",
|
||||
sumText: "Sumo",
|
||||
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: "Neniuj datumoj" },
|
||||
transfer: {
|
||||
noMatch: "Neniuj kongruaj datumoj",
|
||||
noData: "Neniuj datumoj",
|
||||
titles: ["Listo 1", "Listo 2"],
|
||||
filterPlaceholder: "Enigu ŝlosilvorton",
|
||||
noCheckedFormat: "{total} elementoj",
|
||||
hasCheckedFormat: "{checked}/{total} elektitaj"
|
||||
},
|
||||
image: { error: "MALSUKCESIS" },
|
||||
pageHeader: { title: "Reen" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Yes",
|
||||
cancelButtonText: "No"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return eo_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/eo.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/eo.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleEo=t())})(this,function(){return{name:`eo`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Bone`,clear:`Malplenigi`,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:`Nun`,today:`Hodiaŭ`,cancel:`Nuligi`,clear:`Malplenigi`,confirm:`Bone`,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:`Elektu daton`,selectTime:`Elektu horon`,startDate:`Komenca Dato`,startTime:`Komenca Horo`,endDate:`Fina Dato`,endTime:`Fina Horo`,prevYear:`Antaŭa Jaro`,nextYear:`Sekva Jaro`,prevMonth:`Antaŭa Monato`,nextMonth:`Sekva Monato`,year:`Jaro`,month1:`Januaro`,month2:`Februaro`,month3:`Marto`,month4:`Aprilo`,month5:`Majo`,month6:`Junio`,month7:`Julio`,month8:`Aŭgusto`,month9:`Septembro`,month10:`Oktobro`,month11:`Novembro`,month12:`Decembro`,weeks:{sun:`Dim`,mon:`Lun`,tue:`Mar`,wed:`Mer`,thu:`Ĵaŭ`,fri:`Ven`,sat:`Sab`},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:`Maj`,jun:`Jun`,jul:`Jul`,aug:`Aŭg`,sep:`Sep`,oct:`Okt`,nov:`Nov`,dec:`Dec`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Ŝarĝante`,noMatch:`Neniuj kongruaj datumoj`,noData:`Neniuj datumoj`,placeholder:`Bonvolu elekti`},mention:{loading:`Ŝarĝante`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Neniuj kongruaj datumoj`,loading:`Ŝarĝante`,placeholder:`Bonvolu elekti`,noData:`Neniuj datumoj`},pagination:{goto:`Iru al`,pagesize:`/ paĝo`,total:`Entute {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:`Mesaĝo`,confirm:`Bone`,cancel:`Nuligi`,error:`Nevalida Enigo!`,close:`Close this dialog`},upload:{deleteTip:`Premu "Delete" por forigi`,delete:`Forigi`,preview:`Antaŭrigardi`,continue:`Daŭrigi`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Neniuj datumoj`,confirmFilter:`Konfirmi`,resetFilter:`Restarigi`,clearFilter:`Ĉiuj`,sumText:`Sumo`,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:`Neniuj datumoj`},transfer:{noMatch:`Neniuj kongruaj datumoj`,noData:`Neniuj datumoj`,titles:[`Listo 1`,`Listo 2`],filterPlaceholder:`Enigu ŝlosilvorton`,noCheckedFormat:`{total} elementoj`,hasCheckedFormat:`{checked}/{total} elektitaj`},image:{error:`MALSUKCESIS`},pageHeader:{title:`Reen`},popconfirm:{confirmButtonText:`Yes`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=eo.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/eo.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/eo.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/eo.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/eo.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`eo`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Bone`,clear:`Malplenigi`,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:`Nun`,today:`Hodiaŭ`,cancel:`Nuligi`,clear:`Malplenigi`,confirm:`Bone`,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:`Elektu daton`,selectTime:`Elektu horon`,startDate:`Komenca Dato`,startTime:`Komenca Horo`,endDate:`Fina Dato`,endTime:`Fina Horo`,prevYear:`Antaŭa Jaro`,nextYear:`Sekva Jaro`,prevMonth:`Antaŭa Monato`,nextMonth:`Sekva Monato`,year:`Jaro`,month1:`Januaro`,month2:`Februaro`,month3:`Marto`,month4:`Aprilo`,month5:`Majo`,month6:`Junio`,month7:`Julio`,month8:`Aŭgusto`,month9:`Septembro`,month10:`Oktobro`,month11:`Novembro`,month12:`Decembro`,weeks:{sun:`Dim`,mon:`Lun`,tue:`Mar`,wed:`Mer`,thu:`Ĵaŭ`,fri:`Ven`,sat:`Sab`},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:`Maj`,jun:`Jun`,jul:`Jul`,aug:`Aŭg`,sep:`Sep`,oct:`Okt`,nov:`Nov`,dec:`Dec`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Ŝarĝante`,noMatch:`Neniuj kongruaj datumoj`,noData:`Neniuj datumoj`,placeholder:`Bonvolu elekti`},mention:{loading:`Ŝarĝante`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Neniuj kongruaj datumoj`,loading:`Ŝarĝante`,placeholder:`Bonvolu elekti`,noData:`Neniuj datumoj`},pagination:{goto:`Iru al`,pagesize:`/ paĝo`,total:`Entute {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:`Mesaĝo`,confirm:`Bone`,cancel:`Nuligi`,error:`Nevalida Enigo!`,close:`Close this dialog`},upload:{deleteTip:`Premu "Delete" por forigi`,delete:`Forigi`,preview:`Antaŭrigardi`,continue:`Daŭrigi`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Neniuj datumoj`,confirmFilter:`Konfirmi`,resetFilter:`Restarigi`,clearFilter:`Ĉiuj`,sumText:`Sumo`,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:`Neniuj datumoj`},transfer:{noMatch:`Neniuj kongruaj datumoj`,noData:`Neniuj datumoj`,titles:[`Listo 1`,`Listo 2`],filterPlaceholder:`Enigu ŝlosilvorton`,noCheckedFormat:`{total} elementoj`,hasCheckedFormat:`{checked}/{total} elektitaj`},image:{error:`MALSUKCESIS`},pageHeader:{title:`Reen`},popconfirm:{confirmButtonText:`Yes`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=eo.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/eo.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/eo.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/eo.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/eo.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/eo.ts
|
||||
var eo_default = {
|
||||
name: "eo",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Bone",
|
||||
clear: "Malplenigi",
|
||||
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: "Nun",
|
||||
today: "Hodiaŭ",
|
||||
cancel: "Nuligi",
|
||||
clear: "Malplenigi",
|
||||
confirm: "Bone",
|
||||
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: "Elektu daton",
|
||||
selectTime: "Elektu horon",
|
||||
startDate: "Komenca Dato",
|
||||
startTime: "Komenca Horo",
|
||||
endDate: "Fina Dato",
|
||||
endTime: "Fina Horo",
|
||||
prevYear: "Antaŭa Jaro",
|
||||
nextYear: "Sekva Jaro",
|
||||
prevMonth: "Antaŭa Monato",
|
||||
nextMonth: "Sekva Monato",
|
||||
year: "Jaro",
|
||||
month1: "Januaro",
|
||||
month2: "Februaro",
|
||||
month3: "Marto",
|
||||
month4: "Aprilo",
|
||||
month5: "Majo",
|
||||
month6: "Junio",
|
||||
month7: "Julio",
|
||||
month8: "Aŭgusto",
|
||||
month9: "Septembro",
|
||||
month10: "Oktobro",
|
||||
month11: "Novembro",
|
||||
month12: "Decembro",
|
||||
weeks: {
|
||||
sun: "Dim",
|
||||
mon: "Lun",
|
||||
tue: "Mar",
|
||||
wed: "Mer",
|
||||
thu: "Ĵaŭ",
|
||||
fri: "Ven",
|
||||
sat: "Sab"
|
||||
},
|
||||
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: "Maj",
|
||||
jun: "Jun",
|
||||
jul: "Jul",
|
||||
aug: "Aŭg",
|
||||
sep: "Sep",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Dec"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Ŝarĝante",
|
||||
noMatch: "Neniuj kongruaj datumoj",
|
||||
noData: "Neniuj datumoj",
|
||||
placeholder: "Bonvolu elekti"
|
||||
},
|
||||
mention: { loading: "Ŝarĝante" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Neniuj kongruaj datumoj",
|
||||
loading: "Ŝarĝante",
|
||||
placeholder: "Bonvolu elekti",
|
||||
noData: "Neniuj datumoj"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Iru al",
|
||||
pagesize: "/ paĝo",
|
||||
total: "Entute {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: "Mesaĝo",
|
||||
confirm: "Bone",
|
||||
cancel: "Nuligi",
|
||||
error: "Nevalida Enigo!",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Premu \"Delete\" por forigi",
|
||||
delete: "Forigi",
|
||||
preview: "Antaŭrigardi",
|
||||
continue: "Daŭrigi"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Neniuj datumoj",
|
||||
confirmFilter: "Konfirmi",
|
||||
resetFilter: "Restarigi",
|
||||
clearFilter: "Ĉiuj",
|
||||
sumText: "Sumo",
|
||||
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: "Neniuj datumoj" },
|
||||
transfer: {
|
||||
noMatch: "Neniuj kongruaj datumoj",
|
||||
noData: "Neniuj datumoj",
|
||||
titles: ["Listo 1", "Listo 2"],
|
||||
filterPlaceholder: "Enigu ŝlosilvorton",
|
||||
noCheckedFormat: "{total} elementoj",
|
||||
hasCheckedFormat: "{checked}/{total} elektitaj"
|
||||
},
|
||||
image: { error: "MALSUKCESIS" },
|
||||
pageHeader: { title: "Reen" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Yes",
|
||||
cancelButtonText: "No"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { eo_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/es.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/es.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleEs = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/es.ts
|
||||
var es_default = {
|
||||
name: "es",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Confirmar",
|
||||
clear: "Despejar",
|
||||
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: "Ahora",
|
||||
today: "Hoy",
|
||||
cancel: "Cancelar",
|
||||
clear: "Despejar",
|
||||
confirm: "Confirmar",
|
||||
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: "Seleccionar fecha",
|
||||
selectTime: "Seleccionar hora",
|
||||
startDate: "Fecha Incial",
|
||||
startTime: "Hora Inicial",
|
||||
endDate: "Fecha Final",
|
||||
endTime: "Hora Final",
|
||||
prevYear: "Año Anterior",
|
||||
nextYear: "Próximo Año",
|
||||
prevMonth: "Mes Anterior",
|
||||
nextMonth: "Próximo Mes",
|
||||
year: "",
|
||||
month1: "enero",
|
||||
month2: "febrero",
|
||||
month3: "marzo",
|
||||
month4: "abril",
|
||||
month5: "mayo",
|
||||
month6: "junio",
|
||||
month7: "julio",
|
||||
month8: "agosto",
|
||||
month9: "septiembre",
|
||||
month10: "octubre",
|
||||
month11: "noviembre",
|
||||
month12: "diciembre",
|
||||
weeks: {
|
||||
sun: "dom",
|
||||
mon: "lun",
|
||||
tue: "mar",
|
||||
wed: "mié",
|
||||
thu: "jue",
|
||||
fri: "vie",
|
||||
sat: "sáb"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "ene",
|
||||
feb: "feb",
|
||||
mar: "mar",
|
||||
apr: "abr",
|
||||
may: "may",
|
||||
jun: "jun",
|
||||
jul: "jul",
|
||||
aug: "ago",
|
||||
sep: "sep",
|
||||
oct: "oct",
|
||||
nov: "nov",
|
||||
dec: "dic"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Cargando",
|
||||
noMatch: "No hay datos que coincidan",
|
||||
noData: "Sin datos",
|
||||
placeholder: "Seleccionar"
|
||||
},
|
||||
mention: { loading: "Cargando" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "No hay datos que coincidan",
|
||||
loading: "Cargando",
|
||||
placeholder: "Seleccionar",
|
||||
noData: "Sin datos"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Ir a",
|
||||
pagesize: "/página",
|
||||
total: "Total {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: "Message",
|
||||
confirm: "Aceptar",
|
||||
cancel: "Cancelar",
|
||||
error: "Entrada inválida",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Pulse Eliminar para retirar",
|
||||
delete: "Eliminar",
|
||||
preview: "Vista Previa",
|
||||
continue: "Continuar"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Sin Datos",
|
||||
confirmFilter: "Confirmar",
|
||||
resetFilter: "Reiniciar",
|
||||
clearFilter: "Despejar",
|
||||
sumText: "Suma",
|
||||
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: "Sin Datos" },
|
||||
transfer: {
|
||||
noMatch: "No hay datos que coincidan",
|
||||
noData: "Sin datos",
|
||||
titles: ["Lista 1", "Lista 2"],
|
||||
filterPlaceholder: "Ingresar palabra clave",
|
||||
noCheckedFormat: "{total} artículos",
|
||||
hasCheckedFormat: "{checked}/{total} revisados"
|
||||
},
|
||||
image: { error: "HA FALLADO" },
|
||||
pageHeader: { title: "Volver" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Si",
|
||||
cancelButtonText: "No"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return es_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/es.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/es.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleEs=t())})(this,function(){return{name:`es`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Confirmar`,clear:`Despejar`,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:`Ahora`,today:`Hoy`,cancel:`Cancelar`,clear:`Despejar`,confirm:`Confirmar`,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:`Seleccionar fecha`,selectTime:`Seleccionar hora`,startDate:`Fecha Incial`,startTime:`Hora Inicial`,endDate:`Fecha Final`,endTime:`Hora Final`,prevYear:`Año Anterior`,nextYear:`Próximo Año`,prevMonth:`Mes Anterior`,nextMonth:`Próximo Mes`,year:``,month1:`enero`,month2:`febrero`,month3:`marzo`,month4:`abril`,month5:`mayo`,month6:`junio`,month7:`julio`,month8:`agosto`,month9:`septiembre`,month10:`octubre`,month11:`noviembre`,month12:`diciembre`,weeks:{sun:`dom`,mon:`lun`,tue:`mar`,wed:`mié`,thu:`jue`,fri:`vie`,sat:`sáb`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`ene`,feb:`feb`,mar:`mar`,apr:`abr`,may:`may`,jun:`jun`,jul:`jul`,aug:`ago`,sep:`sep`,oct:`oct`,nov:`nov`,dec:`dic`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Cargando`,noMatch:`No hay datos que coincidan`,noData:`Sin datos`,placeholder:`Seleccionar`},mention:{loading:`Cargando`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`No hay datos que coincidan`,loading:`Cargando`,placeholder:`Seleccionar`,noData:`Sin datos`},pagination:{goto:`Ir a`,pagesize:`/página`,total:`Total {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:`Message`,confirm:`Aceptar`,cancel:`Cancelar`,error:`Entrada inválida`,close:`Close this dialog`},upload:{deleteTip:`Pulse Eliminar para retirar`,delete:`Eliminar`,preview:`Vista Previa`,continue:`Continuar`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Sin Datos`,confirmFilter:`Confirmar`,resetFilter:`Reiniciar`,clearFilter:`Despejar`,sumText:`Suma`,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:`Sin Datos`},transfer:{noMatch:`No hay datos que coincidan`,noData:`Sin datos`,titles:[`Lista 1`,`Lista 2`],filterPlaceholder:`Ingresar palabra clave`,noCheckedFormat:`{total} artículos`,hasCheckedFormat:`{checked}/{total} revisados`},image:{error:`HA FALLADO`},pageHeader:{title:`Volver`},popconfirm:{confirmButtonText:`Si`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=es.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/es.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/es.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/es.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/es.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`es`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Confirmar`,clear:`Despejar`,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:`Ahora`,today:`Hoy`,cancel:`Cancelar`,clear:`Despejar`,confirm:`Confirmar`,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:`Seleccionar fecha`,selectTime:`Seleccionar hora`,startDate:`Fecha Incial`,startTime:`Hora Inicial`,endDate:`Fecha Final`,endTime:`Hora Final`,prevYear:`Año Anterior`,nextYear:`Próximo Año`,prevMonth:`Mes Anterior`,nextMonth:`Próximo Mes`,year:``,month1:`enero`,month2:`febrero`,month3:`marzo`,month4:`abril`,month5:`mayo`,month6:`junio`,month7:`julio`,month8:`agosto`,month9:`septiembre`,month10:`octubre`,month11:`noviembre`,month12:`diciembre`,weeks:{sun:`dom`,mon:`lun`,tue:`mar`,wed:`mié`,thu:`jue`,fri:`vie`,sat:`sáb`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`ene`,feb:`feb`,mar:`mar`,apr:`abr`,may:`may`,jun:`jun`,jul:`jul`,aug:`ago`,sep:`sep`,oct:`oct`,nov:`nov`,dec:`dic`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Cargando`,noMatch:`No hay datos que coincidan`,noData:`Sin datos`,placeholder:`Seleccionar`},mention:{loading:`Cargando`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`No hay datos que coincidan`,loading:`Cargando`,placeholder:`Seleccionar`,noData:`Sin datos`},pagination:{goto:`Ir a`,pagesize:`/página`,total:`Total {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:`Message`,confirm:`Aceptar`,cancel:`Cancelar`,error:`Entrada inválida`,close:`Close this dialog`},upload:{deleteTip:`Pulse Eliminar para retirar`,delete:`Eliminar`,preview:`Vista Previa`,continue:`Continuar`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Sin Datos`,confirmFilter:`Confirmar`,resetFilter:`Reiniciar`,clearFilter:`Despejar`,sumText:`Suma`,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:`Sin Datos`},transfer:{noMatch:`No hay datos que coincidan`,noData:`Sin datos`,titles:[`Lista 1`,`Lista 2`],filterPlaceholder:`Ingresar palabra clave`,noCheckedFormat:`{total} artículos`,hasCheckedFormat:`{checked}/{total} revisados`},image:{error:`HA FALLADO`},pageHeader:{title:`Volver`},popconfirm:{confirmButtonText:`Si`,cancelButtonText:`No`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=es.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/es.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/es.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/es.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/es.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/es.ts
|
||||
var es_default = {
|
||||
name: "es",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Confirmar",
|
||||
clear: "Despejar",
|
||||
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: "Ahora",
|
||||
today: "Hoy",
|
||||
cancel: "Cancelar",
|
||||
clear: "Despejar",
|
||||
confirm: "Confirmar",
|
||||
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: "Seleccionar fecha",
|
||||
selectTime: "Seleccionar hora",
|
||||
startDate: "Fecha Incial",
|
||||
startTime: "Hora Inicial",
|
||||
endDate: "Fecha Final",
|
||||
endTime: "Hora Final",
|
||||
prevYear: "Año Anterior",
|
||||
nextYear: "Próximo Año",
|
||||
prevMonth: "Mes Anterior",
|
||||
nextMonth: "Próximo Mes",
|
||||
year: "",
|
||||
month1: "enero",
|
||||
month2: "febrero",
|
||||
month3: "marzo",
|
||||
month4: "abril",
|
||||
month5: "mayo",
|
||||
month6: "junio",
|
||||
month7: "julio",
|
||||
month8: "agosto",
|
||||
month9: "septiembre",
|
||||
month10: "octubre",
|
||||
month11: "noviembre",
|
||||
month12: "diciembre",
|
||||
weeks: {
|
||||
sun: "dom",
|
||||
mon: "lun",
|
||||
tue: "mar",
|
||||
wed: "mié",
|
||||
thu: "jue",
|
||||
fri: "vie",
|
||||
sat: "sáb"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "ene",
|
||||
feb: "feb",
|
||||
mar: "mar",
|
||||
apr: "abr",
|
||||
may: "may",
|
||||
jun: "jun",
|
||||
jul: "jul",
|
||||
aug: "ago",
|
||||
sep: "sep",
|
||||
oct: "oct",
|
||||
nov: "nov",
|
||||
dec: "dic"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Cargando",
|
||||
noMatch: "No hay datos que coincidan",
|
||||
noData: "Sin datos",
|
||||
placeholder: "Seleccionar"
|
||||
},
|
||||
mention: { loading: "Cargando" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "No hay datos que coincidan",
|
||||
loading: "Cargando",
|
||||
placeholder: "Seleccionar",
|
||||
noData: "Sin datos"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Ir a",
|
||||
pagesize: "/página",
|
||||
total: "Total {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: "Message",
|
||||
confirm: "Aceptar",
|
||||
cancel: "Cancelar",
|
||||
error: "Entrada inválida",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Pulse Eliminar para retirar",
|
||||
delete: "Eliminar",
|
||||
preview: "Vista Previa",
|
||||
continue: "Continuar"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Sin Datos",
|
||||
confirmFilter: "Confirmar",
|
||||
resetFilter: "Reiniciar",
|
||||
clearFilter: "Despejar",
|
||||
sumText: "Suma",
|
||||
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: "Sin Datos" },
|
||||
transfer: {
|
||||
noMatch: "No hay datos que coincidan",
|
||||
noData: "Sin datos",
|
||||
titles: ["Lista 1", "Lista 2"],
|
||||
filterPlaceholder: "Ingresar palabra clave",
|
||||
noCheckedFormat: "{total} artículos",
|
||||
hasCheckedFormat: "{checked}/{total} revisados"
|
||||
},
|
||||
image: { error: "HA FALLADO" },
|
||||
pageHeader: { title: "Volver" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Si",
|
||||
cancelButtonText: "No"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { es_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/et.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/et.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleEt = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/et.ts
|
||||
var et_default = {
|
||||
name: "et",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Tühjenda",
|
||||
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: "Praegu",
|
||||
today: "Täna",
|
||||
cancel: "Tühista",
|
||||
clear: "Tühjenda",
|
||||
confirm: "OK",
|
||||
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: "Vali kuupäev",
|
||||
selectTime: "Vali kellaaeg",
|
||||
startDate: "Alguskuupäev",
|
||||
startTime: "Algusaeg",
|
||||
endDate: "Lõpukuupäev",
|
||||
endTime: "Lõpuaeg",
|
||||
prevYear: "Eelmine aasta",
|
||||
nextYear: "Järgmine aasta",
|
||||
prevMonth: "Eelmine kuu",
|
||||
nextMonth: "Järgmine kuu",
|
||||
year: "",
|
||||
month1: "Jaanuar",
|
||||
month2: "Veebruar",
|
||||
month3: "Märts",
|
||||
month4: "Aprill",
|
||||
month5: "Mai",
|
||||
month6: "Juuni",
|
||||
month7: "Juuli",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "Oktoober",
|
||||
month11: "November",
|
||||
month12: "Detsember",
|
||||
weeks: {
|
||||
sun: "P",
|
||||
mon: "E",
|
||||
tue: "T",
|
||||
wed: "K",
|
||||
thu: "N",
|
||||
fri: "R",
|
||||
sat: "L"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Jaan",
|
||||
feb: "Veeb",
|
||||
mar: "Mär",
|
||||
apr: "Apr",
|
||||
may: "Mai",
|
||||
jun: "Juun",
|
||||
jul: "Juul",
|
||||
aug: "Aug",
|
||||
sep: "Sept",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Dets"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Laadimine",
|
||||
noMatch: "Sobivad andmed puuduvad",
|
||||
noData: "Andmed puuduvad",
|
||||
placeholder: "Vali"
|
||||
},
|
||||
mention: { loading: "Laadimine" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Sobivad andmed puuduvad",
|
||||
loading: "Laadimine",
|
||||
placeholder: "Vali",
|
||||
noData: "Andmed puuduvad"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Mine lehele",
|
||||
pagesize: "/page",
|
||||
total: "Kokku {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: "Teade",
|
||||
confirm: "OK",
|
||||
cancel: "Tühista",
|
||||
error: "Vigane sisend",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Vajuta \"Kustuta\", et eemaldada",
|
||||
delete: "Kustuta",
|
||||
preview: "Eelvaate",
|
||||
continue: "Jätka"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Andmed puuduvad",
|
||||
confirmFilter: "Kinnita",
|
||||
resetFilter: "Taasta",
|
||||
clearFilter: "Kõik",
|
||||
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: "Andmed puuduvad" },
|
||||
transfer: {
|
||||
noMatch: "Sobivad andmed puuduvad",
|
||||
noData: "Andmed puuduvad",
|
||||
titles: ["Loend 1", "Loend 2"],
|
||||
filterPlaceholder: "Sisesta märksõna",
|
||||
noCheckedFormat: "{total} objekti",
|
||||
hasCheckedFormat: "{checked}/{total} valitud"
|
||||
},
|
||||
image: { error: "Ebaõnnestus" },
|
||||
pageHeader: { title: "Tagasi" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Jah",
|
||||
cancelButtonText: "Ei"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return et_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/et.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/et.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleEt=t())})(this,function(){return{name:`et`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Tühjenda`,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:`Praegu`,today:`Täna`,cancel:`Tühista`,clear:`Tühjenda`,confirm:`OK`,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:`Vali kuupäev`,selectTime:`Vali kellaaeg`,startDate:`Alguskuupäev`,startTime:`Algusaeg`,endDate:`Lõpukuupäev`,endTime:`Lõpuaeg`,prevYear:`Eelmine aasta`,nextYear:`Järgmine aasta`,prevMonth:`Eelmine kuu`,nextMonth:`Järgmine kuu`,year:``,month1:`Jaanuar`,month2:`Veebruar`,month3:`Märts`,month4:`Aprill`,month5:`Mai`,month6:`Juuni`,month7:`Juuli`,month8:`August`,month9:`September`,month10:`Oktoober`,month11:`November`,month12:`Detsember`,weeks:{sun:`P`,mon:`E`,tue:`T`,wed:`K`,thu:`N`,fri:`R`,sat:`L`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Jaan`,feb:`Veeb`,mar:`Mär`,apr:`Apr`,may:`Mai`,jun:`Juun`,jul:`Juul`,aug:`Aug`,sep:`Sept`,oct:`Okt`,nov:`Nov`,dec:`Dets`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Laadimine`,noMatch:`Sobivad andmed puuduvad`,noData:`Andmed puuduvad`,placeholder:`Vali`},mention:{loading:`Laadimine`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Sobivad andmed puuduvad`,loading:`Laadimine`,placeholder:`Vali`,noData:`Andmed puuduvad`},pagination:{goto:`Mine lehele`,pagesize:`/page`,total:`Kokku {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:`Teade`,confirm:`OK`,cancel:`Tühista`,error:`Vigane sisend`,close:`Close this dialog`},upload:{deleteTip:`Vajuta "Kustuta", et eemaldada`,delete:`Kustuta`,preview:`Eelvaate`,continue:`Jätka`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Andmed puuduvad`,confirmFilter:`Kinnita`,resetFilter:`Taasta`,clearFilter:`Kõik`,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:`Andmed puuduvad`},transfer:{noMatch:`Sobivad andmed puuduvad`,noData:`Andmed puuduvad`,titles:[`Loend 1`,`Loend 2`],filterPlaceholder:`Sisesta märksõna`,noCheckedFormat:`{total} objekti`,hasCheckedFormat:`{checked}/{total} valitud`},image:{error:`Ebaõnnestus`},pageHeader:{title:`Tagasi`},popconfirm:{confirmButtonText:`Jah`,cancelButtonText:`Ei`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=et.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/et.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/et.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/et.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/et.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`et`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`OK`,clear:`Tühjenda`,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:`Praegu`,today:`Täna`,cancel:`Tühista`,clear:`Tühjenda`,confirm:`OK`,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:`Vali kuupäev`,selectTime:`Vali kellaaeg`,startDate:`Alguskuupäev`,startTime:`Algusaeg`,endDate:`Lõpukuupäev`,endTime:`Lõpuaeg`,prevYear:`Eelmine aasta`,nextYear:`Järgmine aasta`,prevMonth:`Eelmine kuu`,nextMonth:`Järgmine kuu`,year:``,month1:`Jaanuar`,month2:`Veebruar`,month3:`Märts`,month4:`Aprill`,month5:`Mai`,month6:`Juuni`,month7:`Juuli`,month8:`August`,month9:`September`,month10:`Oktoober`,month11:`November`,month12:`Detsember`,weeks:{sun:`P`,mon:`E`,tue:`T`,wed:`K`,thu:`N`,fri:`R`,sat:`L`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`Jaan`,feb:`Veeb`,mar:`Mär`,apr:`Apr`,may:`Mai`,jun:`Juun`,jul:`Juul`,aug:`Aug`,sep:`Sept`,oct:`Okt`,nov:`Nov`,dec:`Dets`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Laadimine`,noMatch:`Sobivad andmed puuduvad`,noData:`Andmed puuduvad`,placeholder:`Vali`},mention:{loading:`Laadimine`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Sobivad andmed puuduvad`,loading:`Laadimine`,placeholder:`Vali`,noData:`Andmed puuduvad`},pagination:{goto:`Mine lehele`,pagesize:`/page`,total:`Kokku {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:`Teade`,confirm:`OK`,cancel:`Tühista`,error:`Vigane sisend`,close:`Close this dialog`},upload:{deleteTip:`Vajuta "Kustuta", et eemaldada`,delete:`Kustuta`,preview:`Eelvaate`,continue:`Jätka`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Andmed puuduvad`,confirmFilter:`Kinnita`,resetFilter:`Taasta`,clearFilter:`Kõik`,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:`Andmed puuduvad`},transfer:{noMatch:`Sobivad andmed puuduvad`,noData:`Andmed puuduvad`,titles:[`Loend 1`,`Loend 2`],filterPlaceholder:`Sisesta märksõna`,noCheckedFormat:`{total} objekti`,hasCheckedFormat:`{checked}/{total} valitud`},image:{error:`Ebaõnnestus`},pageHeader:{title:`Tagasi`},popconfirm:{confirmButtonText:`Jah`,cancelButtonText:`Ei`},carousel:{leftArrow:`Carousel arrow left`,rightArrow:`Carousel arrow right`,indicator:`Carousel switch to index {index}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=et.min.mjs.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/et.min.mjs.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/et.min.mjs.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
186
frontend/node_modules/element-plus/dist/locale/et.mjs
generated
vendored
Normal file
186
frontend/node_modules/element-plus/dist/locale/et.mjs
generated
vendored
Normal file
@@ -0,0 +1,186 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
//#region ../../packages/locale/lang/et.ts
|
||||
var et_default = {
|
||||
name: "et",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "OK",
|
||||
clear: "Tühjenda",
|
||||
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: "Praegu",
|
||||
today: "Täna",
|
||||
cancel: "Tühista",
|
||||
clear: "Tühjenda",
|
||||
confirm: "OK",
|
||||
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: "Vali kuupäev",
|
||||
selectTime: "Vali kellaaeg",
|
||||
startDate: "Alguskuupäev",
|
||||
startTime: "Algusaeg",
|
||||
endDate: "Lõpukuupäev",
|
||||
endTime: "Lõpuaeg",
|
||||
prevYear: "Eelmine aasta",
|
||||
nextYear: "Järgmine aasta",
|
||||
prevMonth: "Eelmine kuu",
|
||||
nextMonth: "Järgmine kuu",
|
||||
year: "",
|
||||
month1: "Jaanuar",
|
||||
month2: "Veebruar",
|
||||
month3: "Märts",
|
||||
month4: "Aprill",
|
||||
month5: "Mai",
|
||||
month6: "Juuni",
|
||||
month7: "Juuli",
|
||||
month8: "August",
|
||||
month9: "September",
|
||||
month10: "Oktoober",
|
||||
month11: "November",
|
||||
month12: "Detsember",
|
||||
weeks: {
|
||||
sun: "P",
|
||||
mon: "E",
|
||||
tue: "T",
|
||||
wed: "K",
|
||||
thu: "N",
|
||||
fri: "R",
|
||||
sat: "L"
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "Jaan",
|
||||
feb: "Veeb",
|
||||
mar: "Mär",
|
||||
apr: "Apr",
|
||||
may: "Mai",
|
||||
jun: "Juun",
|
||||
jul: "Juul",
|
||||
aug: "Aug",
|
||||
sep: "Sept",
|
||||
oct: "Okt",
|
||||
nov: "Nov",
|
||||
dec: "Dets"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Laadimine",
|
||||
noMatch: "Sobivad andmed puuduvad",
|
||||
noData: "Andmed puuduvad",
|
||||
placeholder: "Vali"
|
||||
},
|
||||
mention: { loading: "Laadimine" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Sobivad andmed puuduvad",
|
||||
loading: "Laadimine",
|
||||
placeholder: "Vali",
|
||||
noData: "Andmed puuduvad"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Mine lehele",
|
||||
pagesize: "/page",
|
||||
total: "Kokku {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: "Teade",
|
||||
confirm: "OK",
|
||||
cancel: "Tühista",
|
||||
error: "Vigane sisend",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "Vajuta \"Kustuta\", et eemaldada",
|
||||
delete: "Kustuta",
|
||||
preview: "Eelvaate",
|
||||
continue: "Jätka"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Andmed puuduvad",
|
||||
confirmFilter: "Kinnita",
|
||||
resetFilter: "Taasta",
|
||||
clearFilter: "Kõik",
|
||||
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: "Andmed puuduvad" },
|
||||
transfer: {
|
||||
noMatch: "Sobivad andmed puuduvad",
|
||||
noData: "Andmed puuduvad",
|
||||
titles: ["Loend 1", "Loend 2"],
|
||||
filterPlaceholder: "Sisesta märksõna",
|
||||
noCheckedFormat: "{total} objekti",
|
||||
hasCheckedFormat: "{checked}/{total} valitud"
|
||||
},
|
||||
image: { error: "Ebaõnnestus" },
|
||||
pageHeader: { title: "Tagasi" },
|
||||
popconfirm: {
|
||||
confirmButtonText: "Jah",
|
||||
cancelButtonText: "Ei"
|
||||
},
|
||||
carousel: {
|
||||
leftArrow: "Carousel arrow left",
|
||||
rightArrow: "Carousel arrow right",
|
||||
indicator: "Carousel switch to index {index}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { et_default as default };
|
||||
193
frontend/node_modules/element-plus/dist/locale/eu.js
generated
vendored
Normal file
193
frontend/node_modules/element-plus/dist/locale/eu.js
generated
vendored
Normal file
@@ -0,0 +1,193 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
|
||||
(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.ElementPlusLocaleEu = factory()));
|
||||
})(this, function() {
|
||||
|
||||
//#region ../../packages/locale/lang/eu.ts
|
||||
var eu_default = {
|
||||
name: "eu",
|
||||
el: {
|
||||
breadcrumb: { label: "Breadcrumb" },
|
||||
colorpicker: {
|
||||
confirm: "Ados",
|
||||
clear: "Garbitu",
|
||||
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: "Orain",
|
||||
today: "Gaur",
|
||||
cancel: "Utzi",
|
||||
clear: "Garbitu",
|
||||
confirm: "Ados",
|
||||
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: "Hautatu data",
|
||||
selectTime: "Hautatu ordua",
|
||||
startDate: "Hasierako data",
|
||||
startTime: "Hasierako ordua",
|
||||
endDate: "Amaierako data",
|
||||
endTime: "Amaierako ordua",
|
||||
prevYear: "Aurreko urtea",
|
||||
nextYear: "Hurrengo urtea",
|
||||
prevMonth: "Aurreko hilabetea",
|
||||
nextMonth: "Hurrengo hilabetea",
|
||||
year: "",
|
||||
month1: "Urtarrila",
|
||||
month2: "Otsaila",
|
||||
month3: "Martxoa",
|
||||
month4: "Apirila",
|
||||
month5: "Maiatza",
|
||||
month6: "Ekaina",
|
||||
month7: "Uztaila",
|
||||
month8: "Abuztua",
|
||||
month9: "Iraila",
|
||||
month10: "Urria",
|
||||
month11: "Azaroa",
|
||||
month12: "Abendua",
|
||||
weeks: {
|
||||
sun: "ig.",
|
||||
mon: "al.",
|
||||
tue: "ar.",
|
||||
wed: "az.",
|
||||
thu: "og.",
|
||||
fri: "ol.",
|
||||
sat: "lr."
|
||||
},
|
||||
weeksFull: {
|
||||
sun: "Sunday",
|
||||
mon: "Monday",
|
||||
tue: "Tuesday",
|
||||
wed: "Wednesday",
|
||||
thu: "Thursday",
|
||||
fri: "Friday",
|
||||
sat: "Saturday"
|
||||
},
|
||||
months: {
|
||||
jan: "urt",
|
||||
feb: "ots",
|
||||
mar: "mar",
|
||||
apr: "api",
|
||||
may: "mai",
|
||||
jun: "eka",
|
||||
jul: "uzt",
|
||||
aug: "abu",
|
||||
sep: "ira",
|
||||
oct: "urr",
|
||||
nov: "aza",
|
||||
dec: "abe"
|
||||
}
|
||||
},
|
||||
inputNumber: {
|
||||
decrease: "decrease number",
|
||||
increase: "increase number"
|
||||
},
|
||||
select: {
|
||||
loading: "Kargatzen",
|
||||
noMatch: "Bat datorren daturik ez",
|
||||
noData: "Daturik ez",
|
||||
placeholder: "Hautatu"
|
||||
},
|
||||
mention: { loading: "Kargatzen" },
|
||||
dropdown: { toggleDropdown: "Toggle Dropdown" },
|
||||
cascader: {
|
||||
noMatch: "Bat datorren daturik ez",
|
||||
loading: "Kargatzen",
|
||||
placeholder: "Hautatu",
|
||||
noData: "Daturik ez"
|
||||
},
|
||||
pagination: {
|
||||
goto: "Joan",
|
||||
pagesize: "/orria",
|
||||
total: "Guztira {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: "Mezua",
|
||||
confirm: "Ados",
|
||||
cancel: "Utzi",
|
||||
error: "Sarrera baliogabea",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
upload: {
|
||||
deleteTip: "sakatu Ezabatu kentzeko",
|
||||
delete: "Ezabatu",
|
||||
preview: "Aurrebista",
|
||||
continue: "Jarraitu"
|
||||
},
|
||||
slider: {
|
||||
defaultLabel: "slider between {min} and {max}",
|
||||
defaultRangeStartLabel: "pick start value",
|
||||
defaultRangeEndLabel: "pick end value"
|
||||
},
|
||||
table: {
|
||||
emptyText: "Daturik ez",
|
||||
confirmFilter: "Baieztatu",
|
||||
resetFilter: "Berrezarri",
|
||||
clearFilter: "Guztia",
|
||||
sumText: "Batura",
|
||||
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: "Hurrengoa",
|
||||
previous: "Aurrekoa",
|
||||
finish: "Bukatu",
|
||||
close: "Close this dialog"
|
||||
},
|
||||
tree: { emptyText: "Daturik ez" },
|
||||
transfer: {
|
||||
noMatch: "Bat datorren daturik ez",
|
||||
noData: "Daturik ez",
|
||||
titles: ["Zerrenda 1", "Zerrenda 2"],
|
||||
filterPlaceholder: "Sartu gako-hitza",
|
||||
noCheckedFormat: "{total} elementu",
|
||||
hasCheckedFormat: "{checked}/{total} hautatuta"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
inputOTP: {
|
||||
groupLabel: "OTP Input",
|
||||
defaultLabel: "Please enter OTP character {index}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
//#endregion
|
||||
return eu_default;
|
||||
});
|
||||
3
frontend/node_modules/element-plus/dist/locale/eu.min.js
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/eu.min.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.ElementPlusLocaleEu=t())})(this,function(){return{name:`eu`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Ados`,clear:`Garbitu`,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:`Orain`,today:`Gaur`,cancel:`Utzi`,clear:`Garbitu`,confirm:`Ados`,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:`Hautatu data`,selectTime:`Hautatu ordua`,startDate:`Hasierako data`,startTime:`Hasierako ordua`,endDate:`Amaierako data`,endTime:`Amaierako ordua`,prevYear:`Aurreko urtea`,nextYear:`Hurrengo urtea`,prevMonth:`Aurreko hilabetea`,nextMonth:`Hurrengo hilabetea`,year:``,month1:`Urtarrila`,month2:`Otsaila`,month3:`Martxoa`,month4:`Apirila`,month5:`Maiatza`,month6:`Ekaina`,month7:`Uztaila`,month8:`Abuztua`,month9:`Iraila`,month10:`Urria`,month11:`Azaroa`,month12:`Abendua`,weeks:{sun:`ig.`,mon:`al.`,tue:`ar.`,wed:`az.`,thu:`og.`,fri:`ol.`,sat:`lr.`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`urt`,feb:`ots`,mar:`mar`,apr:`api`,may:`mai`,jun:`eka`,jul:`uzt`,aug:`abu`,sep:`ira`,oct:`urr`,nov:`aza`,dec:`abe`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Kargatzen`,noMatch:`Bat datorren daturik ez`,noData:`Daturik ez`,placeholder:`Hautatu`},mention:{loading:`Kargatzen`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Bat datorren daturik ez`,loading:`Kargatzen`,placeholder:`Hautatu`,noData:`Daturik ez`},pagination:{goto:`Joan`,pagesize:`/orria`,total:`Guztira {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:`Mezua`,confirm:`Ados`,cancel:`Utzi`,error:`Sarrera baliogabea`,close:`Close this dialog`},upload:{deleteTip:`sakatu Ezabatu kentzeko`,delete:`Ezabatu`,preview:`Aurrebista`,continue:`Jarraitu`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Daturik ez`,confirmFilter:`Baieztatu`,resetFilter:`Berrezarri`,clearFilter:`Guztia`,sumText:`Batura`,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:`Hurrengoa`,previous:`Aurrekoa`,finish:`Bukatu`,close:`Close this dialog`},tree:{emptyText:`Daturik ez`},transfer:{noMatch:`Bat datorren daturik ez`,noData:`Daturik ez`,titles:[`Zerrenda 1`,`Zerrenda 2`],filterPlaceholder:`Sartu gako-hitza`,noCheckedFormat:`{total} elementu`,hasCheckedFormat:`{checked}/{total} hautatuta`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}}});
|
||||
//# sourceMappingURL=eu.min.js.map
|
||||
1
frontend/node_modules/element-plus/dist/locale/eu.min.js.map
generated
vendored
Normal file
1
frontend/node_modules/element-plus/dist/locale/eu.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/element-plus/dist/locale/eu.min.mjs
generated
vendored
Normal file
3
frontend/node_modules/element-plus/dist/locale/eu.min.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/*! Element Plus v2.14.0 */
|
||||
var e={name:`eu`,el:{breadcrumb:{label:`Breadcrumb`},colorpicker:{confirm:`Ados`,clear:`Garbitu`,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:`Orain`,today:`Gaur`,cancel:`Utzi`,clear:`Garbitu`,confirm:`Ados`,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:`Hautatu data`,selectTime:`Hautatu ordua`,startDate:`Hasierako data`,startTime:`Hasierako ordua`,endDate:`Amaierako data`,endTime:`Amaierako ordua`,prevYear:`Aurreko urtea`,nextYear:`Hurrengo urtea`,prevMonth:`Aurreko hilabetea`,nextMonth:`Hurrengo hilabetea`,year:``,month1:`Urtarrila`,month2:`Otsaila`,month3:`Martxoa`,month4:`Apirila`,month5:`Maiatza`,month6:`Ekaina`,month7:`Uztaila`,month8:`Abuztua`,month9:`Iraila`,month10:`Urria`,month11:`Azaroa`,month12:`Abendua`,weeks:{sun:`ig.`,mon:`al.`,tue:`ar.`,wed:`az.`,thu:`og.`,fri:`ol.`,sat:`lr.`},weeksFull:{sun:`Sunday`,mon:`Monday`,tue:`Tuesday`,wed:`Wednesday`,thu:`Thursday`,fri:`Friday`,sat:`Saturday`},months:{jan:`urt`,feb:`ots`,mar:`mar`,apr:`api`,may:`mai`,jun:`eka`,jul:`uzt`,aug:`abu`,sep:`ira`,oct:`urr`,nov:`aza`,dec:`abe`}},inputNumber:{decrease:`decrease number`,increase:`increase number`},select:{loading:`Kargatzen`,noMatch:`Bat datorren daturik ez`,noData:`Daturik ez`,placeholder:`Hautatu`},mention:{loading:`Kargatzen`},dropdown:{toggleDropdown:`Toggle Dropdown`},cascader:{noMatch:`Bat datorren daturik ez`,loading:`Kargatzen`,placeholder:`Hautatu`,noData:`Daturik ez`},pagination:{goto:`Joan`,pagesize:`/orria`,total:`Guztira {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:`Mezua`,confirm:`Ados`,cancel:`Utzi`,error:`Sarrera baliogabea`,close:`Close this dialog`},upload:{deleteTip:`sakatu Ezabatu kentzeko`,delete:`Ezabatu`,preview:`Aurrebista`,continue:`Jarraitu`},slider:{defaultLabel:`slider between {min} and {max}`,defaultRangeStartLabel:`pick start value`,defaultRangeEndLabel:`pick end value`},table:{emptyText:`Daturik ez`,confirmFilter:`Baieztatu`,resetFilter:`Berrezarri`,clearFilter:`Guztia`,sumText:`Batura`,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:`Hurrengoa`,previous:`Aurrekoa`,finish:`Bukatu`,close:`Close this dialog`},tree:{emptyText:`Daturik ez`},transfer:{noMatch:`Bat datorren daturik ez`,noData:`Daturik ez`,titles:[`Zerrenda 1`,`Zerrenda 2`],filterPlaceholder:`Sartu gako-hitza`,noCheckedFormat:`{total} elementu`,hasCheckedFormat:`{checked}/{total} hautatuta`},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}`},inputOTP:{groupLabel:`OTP Input`,defaultLabel:`Please enter OTP character {index}`}}};export{e as default};
|
||||
//# sourceMappingURL=eu.min.mjs.map
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user