lang-en.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "site": {
  3. "name": "SmartAI LM Platform"
  4. },
  5. "theme": {
  6. "light": "Light Mode",
  7. "dark": "Dark Mode"
  8. },
  9. "message": {
  10. "hello": "hello world"
  11. },
  12. "header": {
  13. "会话": "Conversation",
  14. "知识库管理": "Knowledge Base Management",
  15. "模型管理": "Model Management",
  16. "Agent": "Agent",
  17. "智能体": "Intelligent",
  18. "权限管理": "Permission",
  19. "小数": "Xiaoshu",
  20. "search": "Search",
  21. "language": "Language",
  22. "theme": "Theme",
  23. "setting": "Settings"
  24. },
  25. "login": {
  26. "logoTitle": "SmartAI Large Model Platform",
  27. "titleTips": "Covering Most Typical Business Scenarios",
  28. "loginModel": "User Login",
  29. "registerModel": "User Registration",
  30. "usernameTips": "Please enter your username",
  31. "passwordTips": "Please enter your password",
  32. "emailTips": "Please enter your email",
  33. "loginBtn": "Login",
  34. "registerBtn": "Register",
  35. "noAccount": "Don't have an account?",
  36. "usernameLength": "Username must be between 3 and 20 characters long",
  37. "passwordLength": "Password must be between 6 and 20 characters long",
  38. "emailFormat": "Incorrect email format",
  39. "logout": "Exit",
  40. "okBtn": "OK",
  41. "cancelBtn": "Cancel",
  42. "tip": "Prompt",
  43. "okText": "Are you sure you want to log out?"
  44. },
  45. "management": {
  46. "knowledgeTitle": "Welcome back",
  47. "knowledgeDesc": "Which knowledge base are we going to use today?",
  48. "modelTitle": "Model Provider",
  49. "modelDesc": "Set model parameters and API key here.",
  50. "intelligentTitle": "Intelligent Agent Management",
  51. "intelligentDesc": "The intelligent agent executes tasks through a visual workflow with clear steps. We provide scenario templates for your use and reference.",
  52. "search": "Search",
  53. "createKnowledgeBase": "Create Knowledge Base",
  54. "setModel": "System Model Settings",
  55. "createIntelligent": "Create Intelligent Agent",
  56. "document": "Document",
  57. "edit": "Edit",
  58. "delete": "Delete",
  59. "online": "Online",
  60. "offline": "Offline",
  61. "createUser": "Create User",
  62. "addedModel": "Added Models",
  63. "unaddModel": "Models to be Added",
  64. "addModelBtn": "Add Model",
  65. "showMoreModelBtn": "Show More Models",
  66. "downBtn": "Expand",
  67. "upBtn": "Collapse",
  68. "useBtn": "Use",
  69. "addLabelBtn": "Add Label",
  70. "loadingDataTip": "Loading data, please wait...",
  71. "noMoreData": "No more data available",
  72. "searchAppTip": "All Application Types",
  73. "searchLabelTip": "All Labels"
  74. },
  75. "permission": {
  76. "query": "Query",
  77. "reset": "Reset",
  78. "refresh": "Refresh",
  79. "density": "Density",
  80. "role": "Role",
  81. "account": "Account",
  82. "organization": "Organization",
  83. "resource": "Resource",
  84. "group": {
  85. "name": "User Group",
  86. "createUserGroup": "Create User Group",
  87. "deleteConfirm": "Are you sure you want to delete this data?",
  88. "edit": "Edit",
  89. "memberManagement": "Member Management",
  90. "permissionManagement": "Permission Management",
  91. "addNew": "Add New",
  92. "modalTitleEdit": "Edit",
  93. "modalTitleAdd": "Add New",
  94. "serialNumber": "Serial Number",
  95. "groupName": "Group Name",
  96. "description": "Description",
  97. "status": "Status",
  98. "action": "Action",
  99. "memberTitle": "Permission Configuration",
  100. "searchPlaceholder": "Please enter username to search",
  101. "optionalMembers": "Available Members",
  102. "selectedMembers": "Selected Members",
  103. "permissionTitle": "Permission Configuration",
  104. "knowledgeFeature": "Knowledge Base Features:",
  105. "agentFeature": "Agent Features:",
  106. "allPermissions": "All Permissions"
  107. }
  108. },
  109. "conversation": {
  110. "chat_new": "New Session",
  111. "chat_history": "History",
  112. "chat_smart": "SmartAI+",
  113. "search_history": "Search history",
  114. "history_today": "Today",
  115. "history_month": "This month",
  116. "history_earlier": "Earlier",
  117. "history_loadmore": "Load more",
  118. "history_nomore": "No more",
  119. "history_empty": "Empty",
  120. "hello": "Welcome",
  121. "nice_day": "Let's spend a wonderful day together",
  122. "attention": "The content is generated by an AI big model, please carefully identify it",
  123. "file_upload_message": "Upload",
  124. "input_message": "Enter your question",
  125. "input_placholder": "Enter text content",
  126. "input_confirm": "Confirm"
  127. }
  128. }