lang-en.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. "logout": "Exit",
  39. "okBtn": "OK",
  40. "cancelBtn": "Cancel",
  41. "tip": "Prompt",
  42. "okText": "Are you sure you want to log out?"
  43. },
  44. "management": {
  45. "knowledgeTitle": "Welcome back, GuanLi4",
  46. "knowledgeDesc": "Which knowledge base are we going to use today?",
  47. "modelTitle": "Model Provider",
  48. "modelDesc": "Set model parameters and API key here.",
  49. "intelligentTitle": "Intelligent Agent Management",
  50. "intelligentDesc": "The intelligent agent executes tasks through a visual workflow with clear steps. We provide scenario templates for your use and reference.",
  51. "search": "Search",
  52. "createKnowledgeBase": "Create Knowledge Base",
  53. "setModel": "System Model Settings",
  54. "createIntelligent": "Create Intelligent Agent",
  55. "document": "Document",
  56. "edit": "Edit",
  57. "delete": "Delete",
  58. "online": "Online",
  59. "offline": "Offline",
  60. "createUser": "Create User",
  61. "addedModel": "Added Models",
  62. "unaddModel": "Models to be Added",
  63. "addModelBtn": "Add Model",
  64. "showMoreModelBtn": "Show More Models",
  65. "downBtn": "Expand",
  66. "upBtn": "Collapse",
  67. "useBtn": "Use",
  68. "addLabelBtn": "Add Label",
  69. "loadingData": "Loading data, please wait...",
  70. "noMoreData": "No more data available"
  71. },
  72. "permission": {
  73. "role": "Role",
  74. "account": "Account",
  75. "organization": "Organization",
  76. "group": "Group",
  77. "resource": "Resource"
  78. },
  79. "conversation": {
  80. "chat_new": "New Session",
  81. "chat_history": "History",
  82. "chat_smart": "SmartAI+",
  83. "search_history": "Search history",
  84. "history_today": "Today",
  85. "history_month": "This month",
  86. "history_earlier": "Earlier",
  87. "history_loadmore": "Load more",
  88. "history_nomore": "No more",
  89. "history_empty": "Empty",
  90. "hello": "Welcome",
  91. "nice_day": "Let's spend a wonderful day together"
  92. }
  93. }