| | |
| | | err: 'Failed to import this file, please make sure your provided a valid CSV file.', |
| | | download: 'Download Import Template', |
| | | result: 'Contacts import complete. Imported %{success} success, with %{error} errors', |
| | | } |
| | | }, |
| | | loadMore: 'Load More Data', |
| | | }, |
| | | }, |
| | | filters: { |
| | |
| | | err: '无法导入此文件,请确保您提供了有效的 CSV 文件', |
| | | download: '下载导入模板', |
| | | result: '导入完成。已导入 %{success} 成功, 和 %{error} 失败', |
| | | } |
| | | }, |
| | | loadMore: '加载更多', |
| | | }, |
| | | }, |
| | | filters: { |
| | |
| | | const [currCount, setCurrCount] = useState(pageSize); |
| | | const [records, setRecords] = useState(null); |
| | | const [total, setTotal] = useState(0); |
| | | const translate = useTranslate(); |
| | | |
| | | useEffect(() => { |
| | | const http = async () => { |
| | |
| | | fullWidth |
| | | sx={{ mt: 1 }} |
| | | > |
| | | Load more activity |
| | | {translate('common.action.loadMore')} |
| | | </Button> |
| | | )} |
| | | </List> |