UNPKG

@aliretail/react-materials-components

Version:
22 lines 521 B
/** * 组件内置的多语言文案 */ 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' } }; export default bundles;