UNPKG

@aliretail/react-materials-components

Version:
28 lines (26 loc) 624 B
"use strict"; exports.__esModule = true; exports["default"] = void 0; /** * 组件内置的多语言文案 */ var bundles = { 'zh-CN': { customColumns: '自定义列', fullScreen: '全屏', total: '共', item: '项', items: '项', columnPickerError: '自定义列功能需要使用 columns prop 来声明列' }, 'en-US': { customColumns: 'Custom Columns', fullScreen: 'Full Screen', total: 'Total', item: 'item', items: 'items', columnPickerError: 'Customized comlun needs to be declared by columns prop' } }; var _default = bundles; exports["default"] = _default;