lang-en.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  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",
  14. "知识库管理": "Knowledge Base Management",
  15. "AI搜索": "AI search",
  16. "模型管理": "Model Management",
  17. "Agent": "Agent",
  18. "智能体": "Intelligent",
  19. "权限管理": "Permission",
  20. "小数": "Xiaoshu",
  21. "用户组管理": "User Group Management",
  22. "用户管理": "User Management",
  23. "角色管理": "Role Management",
  24. "机构管理": "Organization Management",
  25. "资源管理": "Resource Management",
  26. "search": "Search",
  27. "language": "Language",
  28. "theme": "Theme",
  29. "setting": "Settings"
  30. },
  31. "login": {
  32. "logoTitle": "SmartAI Large Model Platform",
  33. "titleTips": "Covering Most Typical Business Scenarios",
  34. "loginModel": "User Login",
  35. "registerModel": "User Registration",
  36. "usernameTips": "Please enter your username",
  37. "passwordTips": "Please enter your password",
  38. "emailTips": "Please enter your email",
  39. "loginBtn": "Login",
  40. "registerBtn": "Register",
  41. "hasAccount": "Already have an account?",
  42. "noAccount": "Don't have an account?",
  43. "usernameLength": "Username must be between 3 and 20 characters long",
  44. "passwordLength": "Password must be between 6 and 20 characters long",
  45. "emailFormat": "Incorrect email format",
  46. "logout": "Exit",
  47. "okBtn": "OK",
  48. "cancelBtn": "Cancel",
  49. "tip": "Prompt",
  50. "okText": "Are you sure you want to log out?"
  51. },
  52. "management": {
  53. "knowledgeTitle": "Welcome back",
  54. "knowledgeDesc": "Which knowledge base are we going to use today?",
  55. "modelTitle": "Model Provider",
  56. "modelDesc": "Set model parameters and API key here.",
  57. "intelligentTitle": "Intelligent Agent Management",
  58. "intelligentDesc": "The intelligent agent executes tasks through a visual workflow with clear steps. We provide scenario templates for your use and reference.",
  59. "search": "Search",
  60. "createKnowledgeBase": "Create Knowledge Base",
  61. "setModel": "System Model Settings",
  62. "createIntelligent": "Create Intelligent Agent",
  63. "document": "Document",
  64. "edit": "Edit",
  65. "delete": "Delete",
  66. "online": "Online",
  67. "offline": "Offline",
  68. "delete_success": "Deletion Successful",
  69. "delete_fail": "Deletion Failed",
  70. "create_success": "Creation Successful",
  71. "create_fail": "Creation Failed",
  72. "edit_success": "Edit Successful",
  73. "edit_fail": "Edit Failed",
  74. "no_permission": "No Permission",
  75. "empty_tip": "Name cannot be empty",
  76. "empty_tip_request": "Please fill in the required fields",
  77. "rules": {
  78. "name_rule": "Name cannot be empty",
  79. "system_rule": "System cannot be empty",
  80. "lim_rule": "Model cannot be empty",
  81. "kb_rule": "Knowledge base cannot be empty"
  82. },
  83. "createUser": "Create User",
  84. "addedModel": "Added Models",
  85. "unaddModel": "Models to be Added",
  86. "addModelBtn": "Add Model",
  87. "showMoreModelBtn": "Show More Models",
  88. "downBtn": "Expand",
  89. "upBtn": "Collapse",
  90. "useBtn": "Use",
  91. "addLabelBtn": "Add Label",
  92. "loadingDataTip": "Loading data, please wait...",
  93. "noMoreData": "No more data available",
  94. "searchAppTip": "All Application Types",
  95. "searchLabelTip": "All Labels",
  96. "create_kb_title": "Create Knowledge Base",
  97. "create_intel_title": "Create Intelligent Agent",
  98. "label_name": "Icon & Name",
  99. "label_desc": "Description",
  100. "input_placeholder": "Enter Name",
  101. "change_icon_title": "Change Icon",
  102. "all_icon": "All Icons",
  103. "create_intelligent_title": "Create Intelligent Agent",
  104. "create_btn": "Create",
  105. "default_intelligent": {
  106. "name_1": "Knowledge Q&A Assistant",
  107. "name_2": "Chat Assistant",
  108. "name_3": "Intelligent Agent",
  109. "name_4": "Workflow Application",
  110. "desc_1": "An intelligent Q&A assistant built based on a dedicated knowledge base, efficiently retrieving and answering domain-specific questions. Suitable for scenarios such as document Q&A, customer support, etc.",
  111. "desc_2": "A conversational interaction assistant built on a large language model, suitable for multi-turn dialogue scenarios.",
  112. "desc_3": "A conversational intelligent assistant that can decompose tasks, perform reasoning, and call tools. Suitable for handling complex tasks.",
  113. "desc_4": "A flexible LLM workflow defined through process orchestration, enabling more stable and controllable outputs."
  114. },
  115. "rg_config": {
  116. "title": "Agent Configuration",
  117. "tab_1": "Assistant Settings",
  118. "tab_2": "Prompt Engine",
  119. "tab_3": "Model Settings",
  120. "label_name": "Agent Name",
  121. "input_placeholder": "Enter Name",
  122. "label_icon": "Agent Icon",
  123. "label_empty": "Empty Response",
  124. "label_set_word": "Set Greeting",
  125. "label_quo": "Show Quote",
  126. "label_kb": "Knowledge Base",
  127. "select_placeholder": "Please Select...",
  128. "system": "System",
  129. "similarity_threshold": "Similarity Threshold",
  130. "similarity_weight": "Keyword Similarity Weight",
  131. "rerank_model": "Rerank Model",
  132. "label_var": "Variable",
  133. "create_btn": "Create",
  134. "table_column_1": "Keyword",
  135. "table_column_2": "Optional",
  136. "table_column_3": "Actions",
  137. "label_llm": "Model",
  138. "label_free": "Free",
  139. "option_1": "Impromptu",
  140. "option_2": "Precise",
  141. "option_3": "Balanced",
  142. "label_temp": "Temperature",
  143. "label_attend": "Attendance Penalty",
  144. "label_frequency": "Frequency Penalty",
  145. "max_token_count": "Max Token Count"
  146. }
  147. },
  148. "knowledgeLib": {
  149. "tab_1": "Dataset",
  150. "tab_2": "Test",
  151. "tab_3": "Configuration",
  152. "select_all": "Batch",
  153. "select_enable": "Enable",
  154. "select_disable": "Disable",
  155. "select_start": "Start",
  156. "select_cancel": "Cancel",
  157. "select_delete": "Delete",
  158. "tips_fresh": "Refresh",
  159. "tips_density": "Density",
  160. "font_size": {
  161. "mini": "迷你",
  162. "small": "偏小",
  163. "medium": "中等",
  164. "large": "偏大"
  165. },
  166. "search_placeholder": "Search",
  167. "create_file": "Create file",
  168. "upload_file": "Upload file",
  169. "file": "File",
  170. "folder": "Folder",
  171. "table_name": "Name",
  172. "table_chunk": "Chunk Count",
  173. "table_create_time": "Upload Time",
  174. "table_parser": "Parser Method",
  175. "table_start": "Enable",
  176. "table_run": "Parsing Status",
  177. "table_action": "Action",
  178. "table_status_finish": "Finish",
  179. "table_status_fail": "Fail",
  180. "table_status_running": "Parsing",
  181. "table_status_cancel": "Cancelled",
  182. "table_status_stop": "Not Started",
  183. "popover_label_1": "The process starts at",
  184. "popover_label_2": "Process duration",
  185. "popover_label_3": "Progress message",
  186. "action_tip_parser": "Parser Method",
  187. "action_tip_delete": "Delete",
  188. "action_tip_download": "Download",
  189. "action_tip_rename": "Rename",
  190. "rename_form_label": "name",
  191. "rename_form_placeholder": "Please enter a name",
  192. "submit": "Ok",
  193. "cancel": "Cancel",
  194. "delete_confirm": "Are you sure you want to delete?",
  195. "tool_tab_1": "Parser Method",
  196. "tool_tab_2": "Create Parsing Task",
  197. "block_token_count": "Block Token Count",
  198. "use_strategy": "Use Recall-Enhanced RAPTOR Strategy",
  199. "prompt": "Prompt",
  200. "prompt_placeholder": "Please enter a prompt",
  201. "max_token_count": "Maximum Token Count",
  202. "threshold": "Threshold",
  203. "max_clusters": "Maximum Number of Clusters",
  204. "random_seed": "Random Seed",
  205. "radio_label_1": "Full Text",
  206. "radio_label_2": "Ellipsis",
  207. "check_all": "Select All",
  208. "enable_checked": "Enable Selected",
  209. "disable_checked": "Disable Selected",
  210. "delete_checked": "Delete Selected",
  211. "start_checked": "Start Selected",
  212. "all": "All",
  213. "enable": "Enable",
  214. "disable": "Disable",
  215. "edit_parser_block": "Edit Parsing Block",
  216. "parse_block": "Parsing Block",
  217. "keyword": "Keyword *",
  218. "create_parser_block": "Create Parsing Block",
  219. "test_title": "Retrieval Test",
  220. "test_tips": "Last step! Once successful, leave the rest to Infiniflow AI.",
  221. "similarity_threshold": "Similarity Threshold",
  222. "similarity_weight": "Keyword Similarity Weight",
  223. "rerank_model": "Rerank Model",
  224. "select_placeholder": "Please select...",
  225. "test_content": "Test Text",
  226. "test_btn": "Test",
  227. "test_result_head": "Selected Files",
  228. "test_success": "Test successful",
  229. "test_preview": "Preview",
  230. "hybrid_similarity": "Hybrid Similarity",
  231. "keyword_similarity": "Keyword Similarity",
  232. "vector_similarity": "Vector Similarity",
  233. "config_header": "Update your knowledge base details here, especially the parsing method.",
  234. "label_name": "Knowledge Base Name",
  235. "input_placeholder": "Please enter",
  236. "label_desc": "Knowledge Base Description",
  237. "label_permission": "Permission",
  238. "permission_tooltip": "If the permission is set to 'Team', all team members can operate the knowledge base.",
  239. "permission_item_1": "Only Me",
  240. "permission_item_2": "Team",
  241. "label_model": "Embedded Model",
  242. "label_parser": "Parsing Method",
  243. "label_layout": "Layout Recognition",
  244. "label_prompt_placeholder": "Please fill in the prompt",
  245. "save_btn": "Save",
  246. "config_success": "Configuration successful",
  247. "config_form_rule": {
  248. "rule_1": "Knowledge base name cannot be empty",
  249. "rule_2": "Please select",
  250. "rule_3": "Prompt word cannot be empty"
  251. },
  252. "config_info": {
  253. "h4_1": "Block Method Description",
  254. "h4_2": "Example",
  255. "h4_3": "Dialogue Example",
  256. "p_1_1": "Supported file formats are",
  257. "p_1_2": "This method applies a simple approach to block files:",
  258. "p_1_3": "The system will use a visual detection model to split continuous text into multiple segments.",
  259. "p_1_4": "Next, these continuous segments are combined into blocks with a token count not exceeding 'Token Count'.",
  260. "p_2_1": "The following screenshots are provided to aid understanding."
  261. }
  262. },
  263. "permission": {
  264. "no_permission_sorry": "Sorry, you do not have permission to access this page",
  265. "no_permission_route": "You do not have permission to access this page. Please contact the administrator",
  266. "btn_back": "Back",
  267. "query": "Query",
  268. "reset": "Reset",
  269. "delete": "Delete",
  270. "edit": "Edit",
  271. "add": "Add",
  272. "refresh": "Refresh",
  273. "density": "Density",
  274. "success": "Success",
  275. "delete_confirm": "Are you sure you want to delete this data?",
  276. "bread_crumb": {
  277. "用户": "User",
  278. "用户组": "User Group",
  279. "机构": "Organization",
  280. "资源": "Resource",
  281. "角色": "Role"
  282. },
  283. "table_size": {
  284. "mini": "Mini",
  285. "small": "Small",
  286. "medium": "Medium",
  287. "large": "Large"
  288. },
  289. "max_length_30": "Maximum length is 30",
  290. "select_placeholder": "Please select...",
  291. "input_placeholder": "Please enter",
  292. "role": {
  293. "name": "Role",
  294. "add": "Add Role",
  295. "permissionEdit": "Permission Configuration",
  296. "deptEdit": "Department Configuration",
  297. "confirmDelete": "Are you sure you want to delete this record?",
  298. "roleName": "Role Name",
  299. "remark": "Remark",
  300. "roleNameRequired": "Role Name is required",
  301. "permissionConfig": "Permission Configuration",
  302. "deptConfig": "Department Configuration",
  303. "menuFunctions": "Menu Functions",
  304. "roleMenuPermissions": "Role Menu Permissions",
  305. "organization": "Organization",
  306. "roleDepartments": "Role Departments",
  307. "serial_number": "Serial Number",
  308. "status": "Status",
  309. "action": "Action",
  310. "search_placeholder": "Enter text"
  311. },
  312. "account": {
  313. "new_user": "New User",
  314. "reset_password": "Reset Password",
  315. "view_permission": "View Permission",
  316. "dept_config": "Department Configuration",
  317. "user_permission": "User Permission",
  318. "menu_function": "Menu Function",
  319. "knowledge_base": "Knowledge Base",
  320. "agent": "Agent",
  321. "organization": "Organization",
  322. "user_department": "User Department",
  323. "department_roles": "Department Roles",
  324. "username": "Username",
  325. "name": "Name",
  326. "phone": "Phone",
  327. "email": "Email",
  328. "password": "Password",
  329. "roles": "Roles",
  330. "reset_password_success": "The user's password has been reset to 000000",
  331. "delete_success": "Deletion Successful",
  332. "dept_config_success": "Department Configuration Successful"
  333. },
  334. "org": {
  335. "tree_title": "Organization",
  336. "details": "Details",
  337. "add": "Add",
  338. "parent_org": "Parent Organization",
  339. "status": "Organization Status",
  340. "org_name": "Organization Name",
  341. "leader": "Leader",
  342. "phone": "Phone",
  343. "address": "Address",
  344. "save": "Save",
  345. "reset": "Reset",
  346. "delete_success": "Deletion Successful",
  347. "org_name_required": "Organization Name is required",
  348. "leader_required": "Leader is required",
  349. "phone_required": "Phone is required"
  350. },
  351. "resource": {
  352. "tree_title": "Resource",
  353. "details": "Details",
  354. "add": "Add",
  355. "parent_org": "Parent Resource",
  356. "status": "Resource Status",
  357. "resource_name": "Resource Name",
  358. "leader": "Leader",
  359. "phone": "Phone",
  360. "address": "Resource Address",
  361. "save": "Save",
  362. "reset": "Reset",
  363. "icon": "Resource Icon",
  364. "menuType": "Resource Type",
  365. "description": "Description",
  366. "perms": "Resource Permission Character",
  367. "component": "Component Address",
  368. "resource_name_required": "Resource Name is required",
  369. "address_required": "Resource Address is required",
  370. "menu_type": "Resource Type",
  371. "menu_type_required": "Resource Type is required",
  372. "perms_required": "Resource Permission Character is required",
  373. "component_required": "Component Address is required",
  374. "page": "Page",
  375. "menu": "Menu",
  376. "button": "Button"
  377. },
  378. "group": {
  379. "name": "User Group",
  380. "create_user_group": "Create User Group",
  381. "member_management": "Member Management",
  382. "permission_management": "Permission Management",
  383. "modal_title_edit": "Edit",
  384. "modal_title_add": "Add New",
  385. "serial_number": "Serial Number",
  386. "groupName": "Group Name",
  387. "description": "Description",
  388. "status": "Status",
  389. "action": "Action",
  390. "member_title": "Permission Configuration",
  391. "search_placeholder": "Please enter username to search",
  392. "optional_members": "Available Members",
  393. "selected_members": "Selected Members",
  394. "permission_title": "Permission Configuration",
  395. "knowledge_feature": "Knowledge Base Features:",
  396. "agent_feature": "Agent Features:",
  397. "all_permissions": "All Permissions",
  398. "permission_config_success": "Permission Configuration Successful",
  399. "delete_success": "Deletion Successful",
  400. "member_management_success": "Member Management Successful",
  401. "group_name": "Group Name",
  402. "group_name_required": "Group Name is required"
  403. }
  404. },
  405. "conversation": {
  406. "chat_new": "New Session",
  407. "chat_history": "History",
  408. "chat_smart": "SmartAI+",
  409. "search_history": "Search history",
  410. "history_today": "Today",
  411. "history_month": "This month",
  412. "history_earlier": "Earlier",
  413. "history_loadmore": "Load more",
  414. "history_nomore": "No more",
  415. "history_empty": "Empty",
  416. "hello": "Welcome",
  417. "nice_day": "Let's spend a wonderful day together!",
  418. "attention": "The content is generated by an AI big model, please carefully identify it",
  419. "file_upload_message": "Upload",
  420. "input_message": "Enter your question",
  421. "input_placholder_v0": "Enter text content",
  422. "input_placholder_v1": "Enter “/” to use Smart intelligent dialogue to solve your problem",
  423. "input_placholder": "",
  424. "input_confirm": "Confirm",
  425. "back": "Back",
  426. "source": "Source",
  427. "view_links": "View all associations",
  428. "view_details": "View details",
  429. "doc_details": "Document Details",
  430. "related_docs": "Documents",
  431. "doc_total": "There are a total of {total}",
  432. "fragments": "Retrieve fragments",
  433. "btn_ok": "Confirm",
  434. "btn_cancel": "Cancel",
  435. "btn_stop": "Stop",
  436. "are_you_sure": "Are you sure to delete?",
  437. "btn_yes": "Yes",
  438. "btn_no": "No",
  439. "del_success": "Success",
  440. "online_search": "Online search",
  441. "tag_all": "All",
  442. "copy": "Copy",
  443. "please_input_text": "Please enter text",
  444. "please_upload_file": "Please upload the file"
  445. },
  446. "wendangchujuan": {
  447. "agent_title": "Document paper",
  448. "dynamic_title": "Custom",
  449. "dificulty": "Difficulty",
  450. "should_generate_paper": "Whether to generate a test paper",
  451. "count_q_single_choice": "Number of Single choice question",
  452. "count_q_muilty_choice": "Multiple Choice Question Quantity",
  453. "count_q_fill_blank": "Number of fill in the blank questions",
  454. "count_q_judge": "Number of True or False Questions",
  455. "count_q_ask": "Number of short answer questions",
  456. "count_q_case": "Number of Case Questions",
  457. "keywords": "Topic direction or keywords",
  458. "optional": "(Optional)",
  459. "type_easy": "Easy",
  460. "type_difficulty": "Difficult",
  461. "type_yes": "Yes",
  462. "type_no": "No"
  463. },
  464. "common": {
  465. "confirm_delete": "Are you sure delete?",
  466. "doc_error": "Document loading error",
  467. "click_2_download": "Click to download the file"
  468. }
  469. }