lang-zh.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "site": {
  3. "name": "SmartAI大模型平台"
  4. },
  5. "theme": {
  6. "light": "亮色模式",
  7. "dark": "暗色模式"
  8. },
  9. "message": {
  10. "hello": "欢迎光临"
  11. },
  12. "header": {
  13. "conversation": "会话",
  14. "knowledge": "知识库管理",
  15. "model": "模型管理",
  16. "agent": "Agent",
  17. "intelligent": "智能体",
  18. "permission": "权限管理",
  19. "search": "搜索",
  20. "language": "语言",
  21. "theme": "主题",
  22. "setting": "设置"
  23. },
  24. "login": {
  25. "logoTitle": "SmartAI大模型平台",
  26. "titleTips": "覆盖大多数典型业务场景",
  27. "loginModel": "用户登录",
  28. "registerModel": "用户注册",
  29. "usernameTips": "请输入用户名",
  30. "passwordTips": "请输入密码",
  31. "emailTips": "请输入邮箱",
  32. "loginBtn": "登录",
  33. "registerBtn": "注册",
  34. "noAccount": "没有账号?",
  35. "usernameLength": "用户名长度必须在3-20个字符之间",
  36. "passwordLength": "密码长度必须在6-20个字符之间",
  37. "emailFormat": "邮箱格式不正确"
  38. },
  39. "management": {
  40. "knowledgeTitle": "欢迎回来,GuanLi4",
  41. "knowledgeDesc": "今天我们要使用哪个知识库?",
  42. "modelTitle": "模型提供商",
  43. "modelDesc": "在此设置模型参数和 APIKey。",
  44. "intelligentTitle": "智能体管理",
  45. "intelligentDesc": "智能体通过可视化的流程编排,明确任务执行步骤我们提供场景模板供您使用和参考。",
  46. "search": "搜索",
  47. "createKnowledgeBase": "创建知识库",
  48. "setModel": "系统模型设置",
  49. "createIntelligent": "新建智能体",
  50. "document": "文档",
  51. "edit": "编辑",
  52. "delete": "删除",
  53. "online": "在线",
  54. "offline": "下线",
  55. "createUser": "创建用户",
  56. "addedModel": "添加了的模型",
  57. "unaddModel": "待添加的模型",
  58. "addModelBtn": "添加模型",
  59. "showMoreModelBtn": "展示更多模型",
  60. "downBtn": "展开",
  61. "upBtn": "收起",
  62. "useBtn": "使用",
  63. "addLabelBtn": "添加标签",
  64. "loadingDataTip": "正在加载数据,请稍后……",
  65. "noMoreData": "没有更多数据了"
  66. },
  67. "permission": {
  68. "role": "角色",
  69. "account": "账号",
  70. "organization": "机构",
  71. "resource": "资源",
  72. "group": "用户组"
  73. },
  74. "conversation": {
  75. "chat_new": "开启新会话",
  76. "chat_history": "历史会话",
  77. "chat_smart": "SmartAI+"
  78. }
  79. }