lang-zh.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "logout": "退出登录",
  39. "okBtn": "确定",
  40. "cancelBtn": "取消",
  41. "tip": "提示",
  42. "okText": "确定退出登录?"
  43. },
  44. "management": {
  45. "knowledgeTitle": "欢迎回来,GuanLi4",
  46. "knowledgeDesc": "今天我们要使用哪个知识库?",
  47. "modelTitle": "模型提供商",
  48. "modelDesc": "在此设置模型参数和 APIKey。",
  49. "intelligentTitle": "智能体管理",
  50. "intelligentDesc": "智能体通过可视化的流程编排,明确任务执行步骤我们提供场景模板供您使用和参考。",
  51. "search": "搜索",
  52. "createKnowledgeBase": "创建知识库",
  53. "setModel": "系统模型设置",
  54. "createIntelligent": "新建智能体",
  55. "document": "文档",
  56. "edit": "编辑",
  57. "delete": "删除",
  58. "online": "上线",
  59. "offline": "下线",
  60. "createUser": "创建用户",
  61. "addedModel": "添加了的模型",
  62. "unaddModel": "待添加的模型",
  63. "addModelBtn": "添加模型",
  64. "showMoreModelBtn": "展示更多模型",
  65. "downBtn": "展开",
  66. "upBtn": "收起",
  67. "useBtn": "使用",
  68. "addLabelBtn": "添加标签",
  69. "loadingDataTip": "正在加载数据,请稍后……",
  70. "noMoreData": "没有更多数据了"
  71. },
  72. "permission": {
  73. "role": "角色",
  74. "account": "用户",
  75. "organization": "机构",
  76. "resource": "资源",
  77. "group": "用户组"
  78. },
  79. "conversation": {
  80. "chat_new": "开启新会话",
  81. "chat_history": "历史会话",
  82. "chat_smart": "SmartAI+",
  83. "search_history": "搜索历史会话",
  84. "history_today": "今天",
  85. "history_month": "本月",
  86. "history_earlier": "一个月以前",
  87. "history_loadmore": "加载更多",
  88. "history_nomore": "没有更多了",
  89. "history_empty": "暂无数据",
  90. "hello": "你好",
  91. "nice_day": "让我们一起度过美好的一天"
  92. }
  93. }