lang-en.json 817 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "message": {
  3. "hello": "hello world"
  4. },
  5. "header": {
  6. "conversation": "Conversation",
  7. "knowledge": "Knowledge Base Management",
  8. "model": "Model Management",
  9. "agent": "Agent",
  10. "intelligent": "Intelligent",
  11. "permission": "Permission",
  12. "search": "Search",
  13. "language": "Language",
  14. "theme": "Theme",
  15. "setting": "Settings"
  16. },
  17. "login": {
  18. "logoTitle": "SmartAI Large Model Platform",
  19. "titleTips": "Covering Most Typical Business Scenarios",
  20. "loginModel": "User Login",
  21. "registerModel": "User Registration",
  22. "usernameTips": "Please enter your username",
  23. "passwordTips": "Please enter your password",
  24. "emailTips": "Please enter your email",
  25. "loginBtn": "Login",
  26. "registerBtn": "Register",
  27. "noAccount": "Don't have an account?"
  28. }
  29. }