lang-en.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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": "Conversation",
  14. "knowledge": "Knowledge Base Management",
  15. "model": "Model Management",
  16. "agent": "Agent",
  17. "intelligent": "Intelligent",
  18. "permission": "Permission",
  19. "search": "Search",
  20. "language": "Language",
  21. "theme": "Theme",
  22. "setting": "Settings"
  23. },
  24. "login": {
  25. "logoTitle": "SmartAI Large Model Platform",
  26. "titleTips": "Covering Most Typical Business Scenarios",
  27. "loginModel": "User Login",
  28. "registerModel": "User Registration",
  29. "usernameTips": "Please enter your username",
  30. "passwordTips": "Please enter your password",
  31. "emailTips": "Please enter your email",
  32. "loginBtn": "Login",
  33. "registerBtn": "Register",
  34. "noAccount": "Don't have an account?",
  35. "usernameLength": "Username must be between 3 and 20 characters long",
  36. "passwordLength": "Password must be between 6 and 20 characters long",
  37. "emailFormat": "Incorrect email format"
  38. },
  39. "management": {
  40. "knowledgeTitle": "Welcome back, GuanLi4",
  41. "knowledgeDesc": "Which knowledge base are we going to use today?",
  42. "modelTitle": "Model Provider",
  43. "modelDesc": "Set model parameters and API key here.",
  44. "intelligentTitle": "Intelligent Agent Management",
  45. "intelligentDesc": "The intelligent agent executes tasks through a visual workflow with clear steps. We provide scenario templates for your use and reference.",
  46. "search": "Search",
  47. "createKnowledgeBase": "Create Knowledge Base",
  48. "setModel": "System Model Settings",
  49. "createIntelligent": "Create Intelligent Agent",
  50. "document": "Document",
  51. "edit": "Edit",
  52. "delete": "Delete",
  53. "online": "Online",
  54. "offline": "Offline",
  55. "createUser": "Create User",
  56. "addedModel": "Added Models",
  57. "unaddModel": "Models to be Added",
  58. "addModelBtn": "Add Model",
  59. "showMoreModelBtn": "Show More Models",
  60. "downBtn": "Expand",
  61. "upBtn": "Collapse",
  62. "useBtn": "Use",
  63. "addLabelBtn": "Add Label",
  64. "loadingData": "Loading data, please wait...",
  65. "noMoreData": "No more data available"
  66. },
  67. "permission": {
  68. "role": "Role",
  69. "account": "Account",
  70. "organization": "Organization",
  71. "group": "Group",
  72. "resource": "Resource"
  73. },
  74. "conversation": {
  75. "chat_new": "New Session",
  76. "chat_history": "History",
  77. "chat_smart": "SmartAI+"
  78. }
  79. }