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

23 lines
877 B
TypeScript

/*
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-04-19 14:07:32
* @LastEditors: donghao donghao@supervision.ltd
* @LastEditTime: 2024-07-16 10:20:29
* @FilePath: \general-ai-platform-web\src\locales\zh-CN\component.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
export default {
'component.tagSelect.expand': '展开',
'component.tagSelect.collapse': '收起',
'component.tagSelect.all': '全部',
'pagination.total': '总共 {total} 条数据',
'pagination.items_per_page': '每页 {size} 条',
'pagination.jump_to': '跳至',
'pagination.page': '页',
'pagination.prev_page': '上一页',
'pagination.next_page': '下一页',
'pagination.prev_5': '向前 5 页',
'pagination.next_5': '向后 5 页',
};