feat: add more share config (#3120)
* feat: add more share config * add i18n en
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
"code_error.error_code.502": "Gateway Error",
|
||||
"code_error.error_code.503": "Server Overloaded or Under Maintenance",
|
||||
"code_error.error_code.504": "Gateway Timeout",
|
||||
"code_error.error_code[429]": "Requests are too frequent",
|
||||
"code_error.error_message.403": "Credential Error",
|
||||
"code_error.error_message.510": "Insufficient Account Balance",
|
||||
"code_error.error_message.511": "Unauthorized to Operate This Model",
|
||||
@@ -79,6 +80,7 @@
|
||||
"code_error.team_error.plugin_amount_not_enough": "Plugin Limit Reached",
|
||||
"code_error.team_error.re_rank_not_enough": "Unauthorized to Use Re-Rank",
|
||||
"code_error.team_error.un_auth": "Unauthorized to Operate This Team",
|
||||
"code_error.team_error.user_not_active": "The user did not accept or has left the team",
|
||||
"code_error.team_error.website_sync_not_enough": "Unauthorized to Use Website Sync",
|
||||
"code_error.token_error_code.403": "Invalid Login Status, Please Re-login",
|
||||
"code_error.user_error.balance_not_enough": "Insufficient Account Balance",
|
||||
@@ -120,6 +122,7 @@
|
||||
"common.Documents": "Documents",
|
||||
"common.Done": "Done",
|
||||
"common.Edit": "Edit",
|
||||
"common.Error": "Error",
|
||||
"common.Exit": "Exit",
|
||||
"common.Exit Directly": "Exit Directly",
|
||||
"common.Expired Time": "Expiration Time",
|
||||
@@ -151,6 +154,7 @@
|
||||
"common.Params": "Parameters",
|
||||
"common.Password inconsistency": "Passwords Do Not Match",
|
||||
"common.Permission": "Permission",
|
||||
"common.Permission_tip": "Individual permissions are greater than group permissions",
|
||||
"common.Please Input Name": "Please Enter a Name",
|
||||
"common.Read document": "Read Document",
|
||||
"common.Read intro": "Read Introduction",
|
||||
@@ -188,7 +192,6 @@
|
||||
"common.Update Successful": "Updated Successfully",
|
||||
"common.Username": "Username",
|
||||
"common.Waiting": "Waiting",
|
||||
"common.Error": "Error",
|
||||
"common.Warning": "Warning",
|
||||
"common.Website": "Website",
|
||||
"common.all_result": "Full Results",
|
||||
@@ -546,6 +549,7 @@
|
||||
"core.dataset.import.Chunk Range": "Range: {{min}}~{{max}}",
|
||||
"core.dataset.import.Chunk Split": "Direct Segmentation",
|
||||
"core.dataset.import.Chunk Split Tip": "Segment the text according to certain rules and convert it into a format that can be semantically searched. Suitable for most scenarios. No additional model processing is required, and the cost is low.",
|
||||
"core.dataset.import.Continue upload": "Continue upload",
|
||||
"core.dataset.import.Custom process": "Custom Rules",
|
||||
"core.dataset.import.Custom process desc": "Customize segmentation and preprocessing rules",
|
||||
"core.dataset.import.Custom prompt": "Custom Prompt",
|
||||
@@ -574,11 +578,10 @@
|
||||
"core.dataset.import.Select source": "Select Source",
|
||||
"core.dataset.import.Source name": "Source Name",
|
||||
"core.dataset.import.Sources list": "Source List",
|
||||
"core.dataset.import.Continue upload": "Continue upload",
|
||||
"core.dataset.import.Upload complete": "Upload complete",
|
||||
"core.dataset.import.Start upload": "Start Upload",
|
||||
"core.dataset.import.Total files": "Total {{total}} Files",
|
||||
"core.dataset.import.Training mode": "Training Mode",
|
||||
"core.dataset.import.Upload complete": "Upload complete",
|
||||
"core.dataset.import.Upload data": "Confirm Upload",
|
||||
"core.dataset.import.Upload file progress": "File Upload Progress",
|
||||
"core.dataset.import.Upload status": "Status",
|
||||
@@ -889,7 +892,9 @@
|
||||
"is_using": "In Use",
|
||||
"item_description": "Field Description",
|
||||
"item_name": "Field Name",
|
||||
"just_now": "just",
|
||||
"key_repetition": "Key Repetition",
|
||||
"move.confirm": "Confirm move",
|
||||
"navbar.Account": "Account",
|
||||
"navbar.Chat": "Chat",
|
||||
"navbar.Datasets": "Datasets",
|
||||
@@ -970,6 +975,9 @@
|
||||
"support.outlink.Usage points": "Points Consumption",
|
||||
"support.outlink.share.Response Quote": "Return Quote",
|
||||
"support.outlink.share.Response Quote tips": "Return quoted content in the share link, but do not allow users to download the original document",
|
||||
"support.outlink.share.running_node": "Running node",
|
||||
"support.outlink.share.show_complete_quote": "View original source",
|
||||
"support.outlink.share.show_complete_quote_tips": "View and download the complete citation document, or jump to the citation website",
|
||||
"support.permission.Permission": "Permission",
|
||||
"support.standard.AI Bonus Points": "AI Points",
|
||||
"support.standard.due_date": "Due Date",
|
||||
@@ -1200,6 +1208,8 @@
|
||||
"user.team.member.waiting": "Pending Acceptance",
|
||||
"user.team.role.Admin": "Admin",
|
||||
"user.team.role.Owner": "Owner",
|
||||
"user.team.role.Visitor": "visitor",
|
||||
"user.team.role.writer": "writable member",
|
||||
"user.type": "Type",
|
||||
"verification": "Verification",
|
||||
"xx_search_result": "{{key}} Search Results",
|
||||
|
||||
Reference in New Issue
Block a user