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. }