| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "common": {
- "noData": "暂无数据",
- "actions": "操作",
- "loading": "加载中...",
- "empty": "为空",
- "error": "错误",
- "retry": "重试"
- },
- "table": {
- "pagination": "分页",
- "sorting": "排序",
- "filtering": "筛选",
- "search": "搜索",
- "refresh": "刷新",
- "columns": "列",
- "previousPage": "上一页",
- "nextPage": "下一页",
- "pageInfo": "第 {current} 页,共 {total} 页",
- "itemsPerPage": "每页条数",
- "selectAll": "全选",
- "deselectAll": "取消全选"
- },
- "errorBoundary": {
- "title": "出现错误",
- "defaultDescription": "遇到了一个意外错误,请重试。",
- "refreshPage": "刷新页面",
- "listErrorTitle": "加载列表失败",
- "listErrorDescription": "加载列表时出错,请重试。"
- },
- "pagination": {
- "first": "首页",
- "last": "末页",
- "previous": "上一页",
- "next": "下一页",
- "goToPage": "跳转到页",
- "pageSize": "每页数量",
- "total": "共 {total} 项"
- },
- "empty": {
- "title": "暂无数据",
- "description": "没有数据可显示"
- },
- "loading": {
- "title": "加载中",
- "description": "请稍候..."
- },
- "tagInput": {
- "placeholder": "输入标签后按回车或逗号添加",
- "emptyTag": "标签不能为空",
- "duplicateTag": "标签已存在",
- "maxTags": "已达到最大标签数量",
- "tooLong": "标签长度不能超过 {max} 个字符",
- "invalidFormat": "标签只能包含字母、数字、下划线和连字符",
- "removeTag": "移除标签 {tag}"
- },
- "providerGroupSelect": {
- "placeholder": "选择供应商分组",
- "searchPlaceholder": "搜索分组...",
- "noGroupsAvailable": "无可用分组",
- "clearAll": "清除全部",
- "removeGroup": "移除分组 {group}"
- }
- }
|