| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- //#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}"
- }
- }
- };
- //#endregion
- export { ca_default as default };
- //# sourceMappingURL=ca.mjs.map
|