1 line
8.9 KiB
Plaintext
1 line
8.9 KiB
Plaintext
|
|
{"version":3,"file":"es.min.mjs","sources":["../../../../packages/locale/lang/es.ts"],"sourcesContent":["export default {\n name: 'es',\n el: {\n breadcrumb: {\n label: 'Breadcrumb', // to be translated\n },\n colorpicker: {\n confirm: 'Confirmar',\n clear: 'Despejar',\n defaultLabel: 'color picker', // to be translated\n description:\n 'current color is {color}. press enter to select a new color.', // to be translated\n alphaLabel: 'pick alpha value', // to be translated\n alphaDescription: 'alpha {alpha}, current color is {color}', // to be translated\n hueLabel: 'pick hue value', // to be translated\n hueDescription: 'hue {hue}, current color is {color}', // to be translated\n },\n datepicker: {\n now: 'Ahora',\n today: 'Hoy',\n cancel: 'Cancelar',\n clear: 'Despejar',\n confirm: 'Confirmar',\n dateTablePrompt:\n 'Use the arrow keys and enter to select the day of the month', // to be translated\n monthTablePrompt: 'Use the arrow keys and enter to select the month', // to be translated\n yearTablePrompt: 'Use the arrow keys and enter to select the year', // to be translated\n selectedDate: 'Selected date', // to be translated\n selectDate: 'Seleccionar fecha',\n selectTime: 'Seleccionar hora',\n startDate: 'Fecha Incial',\n startTime: 'Hora Inicial',\n endDate: 'Fecha Final',\n endTime: 'Hora Final',\n prevYear: 'Año Anterior',\n nextYear: 'Próximo Año',\n prevMonth: 'Mes Anterior',\n nextMonth: 'Próximo Mes',\n year: '',\n month1: 'enero',\n month2: 'febrero',\n month3: 'marzo',\n month4: 'abril',\n month5: 'mayo',\n month6: 'junio',\n month7: 'julio',\n month8: 'agosto',\n month9: 'septiembre',\n month10: 'octubre',\n month11: 'noviembre',\n month12: 'diciembre',\n weeks: {\n sun: 'dom',\n mon: 'lun',\n tue: 'mar',\n wed: 'mié',\n thu: 'jue',\n fri: 'vie',\n sat: 'sáb',\n },\n weeksFull: {\n sun: 'Sunday', // to be translated\n mon: 'Monday', // to be translated\n tue: 'Tuesday', // to be translated\n wed: 'Wednesday', // to be translated\n thu: 'Thursday', // to be translated\n fri: 'Friday', // to be translated\n sat: 'Saturday', // to be translated\n },\n months: {\n jan: 'ene',\n feb: 'feb',\n mar: 'mar',\n apr: 'abr',\n may: 'may',\n jun: 'jun',\n jul: 'jul',\n aug: 'ago',\n sep: 'sep',\n oct: 'oct',\n nov: 'nov',\n dec: 'dic',\n },\n },\n inputNumber: {\n decrease: 'decrease number', // to be translated\n increase: 'increase number', // to be translated\n },\n select: {\n loading: 'Cargando',\n noMatch: 'No hay datos que coincidan',\n noData: 'Sin datos',\n placeholder: 'Seleccionar',\n },\n mention: {\n loading: 'Cargando',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown', // to be translated\n },\n cascader: {\n noMatch: 'No hay datos que coincidan',\n loading: 'Cargando',\n placeholder: 'Seleccionar',\n noData: 'Sin datos',\n },\n pagination: {\n goto: 'Ir a',\n pagesize: '/página',\n total: 'Total {total}',\n pageClassifier: '',\n page: 'Page', // to be translated\n prev: 'Go to previous page', // to be translated\n next: 'Go to next page', // to be translated\n currentPage: 'page {pager}', // to be translated\n prevPages: 'Previous {pager} pages', // to be translated\n nextPages: 'Next {pager} pages', // to be translated\n deprecationWarning:\n 'Deprecated usages detected, please refer to the el-pagination documentation for more details', // to be translated\n },\n dialog: {\n close: 'Close this dialog', // to be translated\n },\n drawer: {\n close: 'Close this dialog', // to
|