page.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "home": {
  3. "dashboard": {
  4. "cards": {
  5. "locale": {
  6. "description": "The home tab title and placeholder content now switch immediately with locale changes, ready for future modules.",
  7. "title": "Locale Ready"
  8. },
  9. "navigation": {
  10. "description": "The left tree menu keeps its current behavior and opens business tabs next to the home tab when clicked.",
  11. "title": "Navigation"
  12. },
  13. "workspace": {
  14. "description": "This area now provides the shell for a homepage so statistics, announcements, and shortcuts can be added next.",
  15. "title": "Homepage Shell"
  16. }
  17. },
  18. "crumb": "Home",
  19. "hero": {
  20. "description": "The home tab and its content container are in place, so the next step is wiring real business widgets into this area.",
  21. "eyebrow": "Enterprise Workspace",
  22. "title": "Home Is Ready"
  23. },
  24. "tab": "Home"
  25. },
  26. "dashboardTab": {
  27. "announcement": {
  28. "content": "A new version has been released",
  29. "more": "View more >",
  30. "placeholder": "xxxxx",
  31. "title": "Collaboration Notice"
  32. },
  33. "commonFeature": {
  34. "title": "Common Features"
  35. },
  36. "emptyPermission": {
  37. "alt": "No permission",
  38. "title": "No permission"
  39. },
  40. "fileStats": {
  41. "deleted": "Deleted",
  42. "edited": "Edited",
  43. "lastWeek": "Last 7 days",
  44. "loading": "Loading...",
  45. "loadMore": "Load more",
  46. "more": "View more >",
  47. "noData": "No data",
  48. "noMore": "No more data",
  49. "today": "Today",
  50. "title": "File Statistics",
  51. "added": "Added"
  52. },
  53. "links": {
  54. "title": "Links"
  55. },
  56. "overview": {
  57. "apiCount": "API Count",
  58. "fileCount": "File Count",
  59. "pageCount": "Page Count",
  60. "processCount": "Process Count",
  61. "tableViewCount": "Table View Count",
  62. "userCount": "User Count"
  63. },
  64. "resourceUsage": {
  65. "categories": {
  66. "cUserCount": "C-End Users",
  67. "pageRatio": "Page Ratio",
  68. "plannedPeople": "Planned People",
  69. "processRatio": "Process Ratio",
  70. "scenarioCount": "Business Scenarios",
  71. "tableRatio": "Data Table Ratio"
  72. },
  73. "planningCount": "Planned Count",
  74. "title": "Resource Usage Ratio",
  75. "usageCount": "Usage Count",
  76. "usagePercent": "Usage Percent"
  77. },
  78. "teamMembers": {
  79. "columns": {
  80. "account": "Account",
  81. "jobNo": "Employee No.",
  82. "mobile": "Mobile",
  83. "name": "Name",
  84. "status": "Status"
  85. },
  86. "status": {
  87. "abnormal": "Abnormal"
  88. },
  89. "title": "Project Team Members"
  90. }
  91. },
  92. "userMenu": {
  93. "logout": "Logout"
  94. }
  95. },
  96. "userProfile": {
  97. "avatar": "Avatar",
  98. "birthday": "Birthday",
  99. "cancel": "Cancel",
  100. "chooseDate": "Please select a date",
  101. "clickToChangeAvatar": "Click to change avatar",
  102. "gender": "Gender",
  103. "genderOptions": {
  104. "female": "Female",
  105. "male": "Male",
  106. "secret": "Secret"
  107. },
  108. "gitAccount": "Git account / email",
  109. "messages": {
  110. "avatarUploadFailed": "Avatar upload failed",
  111. "avatarUploadSuccess": "Avatar uploaded successfully",
  112. "updateFailed": "Save failed",
  113. "updateSuccess": "Saved successfully",
  114. "userIdRequired": "Missing user ID, unable to save"
  115. },
  116. "save": "Save",
  117. "title": "Personal Information",
  118. "uploadAvatar": "Upload avatar",
  119. "username": "Username"
  120. }
  121. }