You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 lines
14 KiB

{"ast":null,"code":"var English = {\n name: \"en\",\n el: {\n breadcrumb: {\n label: \"Breadcrumb\"\n },\n colorpicker: {\n confirm: \"OK\",\n clear: \"Clear\",\n defaultLabel: \"color picker\",\n description: \"current color is {color}. press enter to select a new color.\",\n alphaLabel: \"pick alpha value\"\n },\n datepicker: {\n now: \"Now\",\n today: \"Today\",\n cancel: \"Cancel\",\n clear: \"Clear\",\n confirm: \"OK\",\n dateTablePrompt: \"Use the arrow keys and enter to select the day of the month\",\n monthTablePrompt: \"Use the arrow keys and enter to select the month\",\n yearTablePrompt: \"Use the arrow keys and enter to select the year\",\n selectedDate: \"Selected date\",\n selectDate: \"Select date\",\n selectTime: \"Select time\",\n startDate: \"Start Date\",\n startTime: \"Start Time\",\n endDate: \"End Date\",\n endTime: \"End Time\",\n prevYear: \"Previous Year\",\n nextYear: \"Next Year\",\n prevMonth: \"Previous Month\",\n nextMonth: \"Next Month\",\n year: \"\",\n month1: \"January\",\n month2: \"February\",\n month3: \"March\",\n month4: \"April\",\n month5: \"May\",\n month6: \"June\",\n month7: \"July\",\n month8: \"August\",\n month9: \"September\",\n month10: \"October\",\n month11: \"November\",\n month12: \"December\",\n week: \"week\",\n weeks: {\n sun: \"Sun\",\n mon: \"Mon\",\n tue: \"Tue\",\n wed: \"Wed\",\n thu: \"Thu\",\n fri: \"Fri\",\n sat: \"Sat\"\n },\n weeksFull: {\n sun: \"Sunday\",\n mon: \"Monday\",\n tue: \"Tuesday\",\n wed: \"Wednesday\",\n thu: \"Thursday\",\n fri: \"Friday\",\n sat: \"Saturday\"\n },\n months: {\n jan: \"Jan\",\n feb: \"Feb\",\n mar: \"Mar\",\n apr: \"Apr\",\n may: \"May\",\n jun: \"Jun\",\n jul: \"Jul\",\n aug: \"Aug\",\n sep: \"Sep\",\n oct: \"Oct\",\n nov: \"Nov\",\n dec: \"Dec\"\n }\n },\n inputNumber: {\n decrease: \"decrease number\",\n increase: \"increase number\"\n },\n select: {\n loading: \"Loading\",\n noMatch: \"No matching data\",\n noData: \"No data\",\n placeholder: \"Select\"\n },\n mention: {\n loading: \"Loading\"\n },\n dropdown: {\n toggleDropdown: \"Toggle Dropdown\"\n },\n cascader: {\n noMatch: \"No matching data\",\n loading: \"Loading\",\n placeholder: \"Select\",\n noData: \"No data\"\n },\n pagination: {\n goto: \"Go to\",\n pagesize: \"/page\",\n total: \"Total {total}\",\n pageClassifier: \"\",\n page: \"Page\",\n prev: \"Go to previous page\",\n next: \"Go to next page\",\n currentPage: \"page {pager}\",\n prevPages: \"Previous {pager} pages\",\n nextPages: \"Next {pager} pages\",\n deprecationWarning: \"Deprecated usages detected, please refer to the el-pagination documentation for more details\"\n },\n dialog: {\n close: \"Close this dialog\"\n },\n drawer: {\n close: \"Close this dialog\"\n },\n messagebox: {\n title: \"Message\",\n confirm: \"OK\",\n cancel: \"Cancel\",\n error: \"Illegal input\",\n close: \"Close this dialog\"\n },\n upload: {\n deleteTip: \"press delete to remove\",\n delete: \"Delete\",\n preview: \"Preview\",\n continue: \"Continue\"\n },\n slider: {\n defaultLabel: \"slider between {min} and {max}\",\n defaultRangeStartLabel: \"pick start value\",\n defaultRangeEndLabel: \"pick end value\"\n },\n table: {\n emptyText: \"No Data\",\n confirmFilter: \"Confirm\",\n resetFilter: \"Reset\",\n clearFilter: \"All\",\n sumText: \"Sum\"\n },\n tour: {\n next: \"Next\",\n previous: \"Previous\",\n finish: \"Finish\"\n },\n tree: {\n emptyText: \"No Data\"\n },\n transfer: {\n noMatch: \"No matching data\",\n noData: \"No data\",\n titles: [\"List 1\", \"List 2\"],\n filterPlaceholder: \"Enter keyword\",\n noCheckedFormat: \"{total} items\",\n hasCheckedFormat: \"{checked}/{total} checked\"\n },\n image: {\n error: \"FAILED\"\n },\n pageHeader: {\n title: \"Back\"\n },\n popconfirm: {\n confirmButtonText: \"Yes\",\n cancelButtonText: \"No\"\n },\n carousel: {\n leftArrow: \"Carousel arrow left\",\n rightArrow: \"Carousel arrow right\",\n indicator: \"Carousel switch to index {index}\"\n }\n }\n};\nexport { English as default };","map":{"version":3,"names":["English","name","el","breadcrumb","label","colorpicker","confirm","clear","defaultLabel","description","alphaLabel","datepicker","now","today","cancel","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","week","weeks","sun","mon","tue","wed","thu","fri","sat","weeksFull","months","jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec","inputNumber","decrease","increase","select","loading","noMatch","noData","placeholder","mention","dropdown","toggleDropdown","cascader","pagination","goto","pagesize","total","pageClassifier","page","prev","next","currentPage","prevPages","nextPages","deprecationWarning","dialog","close","drawer","messagebox","title","error","upload","deleteTip","delete","preview","continue","slider","defaultRangeStartLabel","defaultRangeEndLabel","table","emptyText","confirmFilter","resetFilter","clearFilter","sumText","tour","previous","finish","tree","transfer","titles","filterPlaceholder","noCheckedFormat","hasCheckedFormat","image","pageHeader","popconfirm","confirmButtonText","cancelButtonText","carousel","leftArrow","rightArrow","indicator"],"sources":["../../../../../packages/locale/lang/en.ts"],"sourcesContent":["export default {\n name: 'en',\n el: {\n breadcrumb: {\n label: 'Breadcrumb', // to be translated\n },\n colorpicker: {\n confirm: 'OK',\n clear: 'Clear',\n defaultLabel: 'color picker',\n description:\n 'current color is {color}. press enter to select a new color.',\n alphaLabel: 'pick alpha value',\n },\n datepicker: {\n now: 'Now',\n today: 'Today',\n cancel: 'Cancel',\n clear: 'Clear',\n confirm: 'OK',\n dateTablePrompt:\n 'Use the arrow keys and enter to select the day of the month',\n monthTablePrompt: 'Use the arrow keys and enter to select the month',\n yearTablePrompt: 'Use the arrow keys and enter to select the year',\n selectedDate: 'Selected date',\n selectDate: 'Select date',\n selectTime: 'Select time',\n startDate: 'Start Date',\n startTime: 'Start Time',\n endDate: 'End Date',\n endTime: 'End Time',\n prevYear: 'Previous Year',\n nextYear: 'Next Year',\n prevMonth: 'Previous Month',\n nextMonth: 'Next Month',\n year: '',\n month1: 'January',\n month2: 'February',\n month3: 'March',\n month4: 'April',\n month5: 'May',\n month6: 'June',\n month7: 'July',\n month8: 'August',\n month9: 'September',\n month10: 'October',\n month11: 'November',\n month12: 'December',\n week: 'week',\n weeks: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n weeksFull: {\n sun: 'Sunday',\n mon: 'Monday',\n tue: 'Tuesday',\n wed: 'Wednesday',\n thu: 'Thursday',\n fri: 'Friday',\n sat: 'Saturday',\n },\n months: {\n jan: 'Jan',\n feb: 'Feb',\n mar: 'Mar',\n apr: 'Apr',\n may: 'May',\n jun: 'Jun',\n jul: 'Jul',\n aug: 'Aug',\n sep: 'Sep',\n oct: 'Oct',\n nov: 'Nov',\n dec: 'Dec',\n },\n },\n inputNumber: {\n decrease: 'decrease number',\n increase: 'increase number',\n },\n select: {\n loading: 'Loading',\n noMatch: 'No matching data',\n noData: 'No data',\n placeholder: 'Select',\n },\n mention: {\n loading: 'Loading',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown',\n },\n cascader: {\n noMatch: 'No matching data',\n loading: 'Loading',\n placeholder: 'Select',\n noData: 'No data',\n },\n pagination: {\n goto: 'Go to',\n pagesize: '/page',\n total: 'Total {total}',\n pageClassifier: '',\n page: 'Page',\n prev: 'Go to previous page',\n next: 'Go to next page',\n currentPage: 'page {pager}',\n prevPages: 'Previous {pager} pages',\n nextPages: 'Next {pager} pages',\n deprecationWarning:\n 'Deprecated usages detected, please refer to the el-pagination documentation for more details',\n },\n dialog: {\n close: 'Close this dialog',\n },\n drawer: {\n close: 'Close this dialog',\n },\n messagebox: {\n title: 'Message',\n confirm: 'OK',\n cancel: 'Cancel',\n error: 'Illegal input',\n close: 'Close this dialog',\n },\n upload: {\n deleteTip: 'press delete to remove',\n delete: 'Delete',\n preview: 'Preview',\n continue: 'Continue',\n },\n slider: {\n defaultLabel: 'slider between {min} and {max}',\n defaultRangeStartLabel: 'pick start value',\n defaultRangeEndLabel: 'pick end value',\n },\n table: {\n emptyText: 'No Data',\n confirmFilter: 'Confirm',\n resetFilter: 'Reset',\n clearFilter: 'All',\n sumText: 'Sum',\n },\n tour: {\n next: 'Next',\n previous: 'Previous',\n finish: 'Finish',\n },\n tree: {\n emptyText: 'No Data',\n },\n transfer: {\n noMatch: 'No matching data',\n noData: 'No data',\n titles: ['List 1', 'List 2'], // to be translated\n filterPlaceholder: 'Enter keyword', // to be translated\n noCheckedFormat: '{total} items', // to be translated\n hasCheckedFormat: '{checked}/{total} checked', // to be translated\n },\n image: {\n error: 'FAILED',\n },\n pageHeader: {\n title: 'Back', // to be translated\n },\n popconfirm: {\n confirmButtonText: 'Yes',\n cancelButtonText: 'No',\n },\n carousel: {\n leftArrow: 'Carousel arrow left',\n rightArrow: 'Carousel arrow right',\n indicator: 'Carousel switch to index {index}',\n },\n },\n}\n"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}