lang-en.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. },
  51. "permission": {
  52. "role": "Role",
  53. "account": "Account",
  54. "organization": "Organization",
  55. "group": "Group",
  56. "resource": "Resource"
  57. },
  58. "conversation": {
  59. "chat_new": "New Session",
  60. "chat_history": "History",
  61. "chat_smart": "SmartAI+",
  62. "search_history": "Search history",
  63. "history_today": "Today",
  64. "history_month": "This month",
  65. "history_earlier": "Earlier",
  66. "history_loadmore": "Load more",
  67. "history_empty": "Empty"
  68. }
  69. }