ui.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "common": {
  3. "noData": "暂无数据",
  4. "actions": "操作",
  5. "loading": "加载中...",
  6. "empty": "为空",
  7. "error": "错误",
  8. "retry": "重试"
  9. },
  10. "table": {
  11. "pagination": "分页",
  12. "sorting": "排序",
  13. "filtering": "筛选",
  14. "search": "搜索",
  15. "refresh": "刷新",
  16. "columns": "列",
  17. "previousPage": "上一页",
  18. "nextPage": "下一页",
  19. "pageInfo": "第 {current} 页,共 {total} 页",
  20. "itemsPerPage": "每页条数",
  21. "selectAll": "全选",
  22. "deselectAll": "取消全选"
  23. },
  24. "errorBoundary": {
  25. "title": "出现错误",
  26. "defaultDescription": "遇到了一个意外错误,请重试。",
  27. "refreshPage": "刷新页面",
  28. "listErrorTitle": "加载列表失败",
  29. "listErrorDescription": "加载列表时出错,请重试。"
  30. },
  31. "pagination": {
  32. "first": "首页",
  33. "last": "末页",
  34. "previous": "上一页",
  35. "next": "下一页",
  36. "goToPage": "跳转到页",
  37. "pageSize": "每页数量",
  38. "total": "共 {total} 项"
  39. },
  40. "empty": {
  41. "title": "暂无数据",
  42. "description": "没有数据可显示"
  43. },
  44. "loading": {
  45. "title": "加载中",
  46. "description": "请稍候..."
  47. },
  48. "tagInput": {
  49. "placeholder": "输入标签后按回车或逗号添加",
  50. "emptyTag": "标签不能为空",
  51. "duplicateTag": "标签已存在",
  52. "maxTags": "已达到最大标签数量",
  53. "tooLong": "标签长度不能超过 {max} 个字符",
  54. "invalidFormat": "标签只能包含字母、数字、下划线和连字符",
  55. "removeTag": "移除标签 {tag}"
  56. },
  57. "providerGroupSelect": {
  58. "placeholder": "选择供应商分组",
  59. "searchPlaceholder": "搜索分组...",
  60. "noGroupsAvailable": "无可用分组",
  61. "clearAll": "清除全部",
  62. "removeGroup": "移除分组 {group}"
  63. }
  64. }