mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 01:40:51 +00:00
V4.8.15 feature (#3331)
* feat: add customize toolkit (#3205) * chaoyang * fix-auth * add toolkit * add order * plugin usage * fix * delete console: * Fix: Fix fullscreen preview top positioning and improve Markdown rendering logic (#3247) * 完成任务:修复全屏预览顶部固定问题,优化 Markdown 渲染逻辑 * 有问题修改 * 问题再修改 * 修正问题 * fix: plugin standalone display issue (#3254) * 4.8.15 test (#3246) * o1 config * perf: system plugin code * 调整系统插件代码。增加html 渲染安全配置。 (#3258) * perf: base64 picker * perf: list app or dataset * perf: plugin config code * 小窗适配等问题 (#3257) * 小窗适配等问题 * git问题 * 小窗剩余问题 * feat: system plugin auth and lock version (#3265) * feat: system plugin auth and lock version * update comment * 4.8.15 test (#3267) * tmp log * perf: login direct * perf: iframe html code * remove log * fix: plugin standalone display (#3277) * refactor: 页面拆分&i18n拆分 (#3281) * refactor: account组件拆成独立页面 * script: 新增i18n json文件创建脚本 * refactor: 页面i18n拆分 * i18n: add en&hant * 4.8.15 test (#3285) * tmp log * remove log * fix: watch avatar refresh * perf: i18n code * fix(plugin): use intro instead of userguide (#3290) * Universal SSO (#3292) * tmp log * remove log * feat: common oauth * readme * perf: sso provider * remove sso code * perf: refresh plugins * feat: add api dataset (#3272) * add api-dataset * fix api-dataset * fix api dataset * fix ts * perf: create collection code (#3301) * tmp log * remove log * perf: i18n change * update version doc * feat: question guide from chatId * perf: create collection code * fix: request api * fix: request api * fix: tts auth and response type (#3303) * perf: md splitter * fix: tts auth and response type * fix: api file dataset (#3307) * perf: api dataset init (#3310) * perf: collection schema * perf: api dataset init * refactor: 团队管理独立页面 (#3302) * ui: 团队管理独立页面 * 代码优化 * fix * perf: sync collection and ui check (#3314) * perf: sync collection * remove script * perf: update api server * perf: api dataset parent * perf: team ui * perf: team 18n * update team ui * perf: ui check * perf: i18n * fix: debug variables & cronjob & system plugin callback load (#3315) * fix: debug variables & cronjob & system plugin callback load * fix type * fix * fix * fix: plugin dataset quote;perf: system variables init (#3316) * fix: plugin dataset quote * perf: system variables init * perf: node templates ui;fix: dataset import ui (#3318) * fix: dataset import ui * perf: node templates ui * perf: ui refresh * feat:套餐改名和套餐跳转配置 (#3309) * fixing:except Sidebar * 去除了多余的代码 * 修正了套餐说明的代码 * 修正了误删除的show_git代码 * 修正了名字部分等代码 * 修正了问题,遗留了其他和ui讨论不一致的部分 * 4.8.15 test (#3319) * remove log * pref: bill ui * pref: bill ui * perf: log * html渲染文档 (#3270) * html渲染文档 * 文档有点小问题 * feat: doc (#3322) * 集合重训练 (#3282) * rebaser * 一点补充 * 小问题 * 其他问题修正,删除集合保留文件的参数还没找到... * reTraining * delete uesless * 删除了一行错误代码 * 集合重训练部分 * fixing * 删除console代码 * feat: navbar item config (#3326) * perf: custom navbar code;perf: retraining code;feat: api dataset and dataset api doc (#3329) * feat: api dataset and dataset api doc * perf: retraining code * perf: custom navbar code * fix: ts (#3330) * fix: ts * fix: ts * retraining ui * perf: api collection filter * perf: retrining button --------- Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com> Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com>
This commit is contained in:
12
packages/web/i18n/en/account.json
Normal file
12
packages/web/i18n/en/account.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"api_key": "API key",
|
||||
"bills_and_invoices": "Bills",
|
||||
"confirm_logout": "Confirm to log out?",
|
||||
"logout": "Sign out",
|
||||
"notifications": "Notify",
|
||||
"personal_information": "Personal",
|
||||
"personalization": "Personalization",
|
||||
"promotion_records": "Promotions",
|
||||
"team": "Team",
|
||||
"usage_records": "Usage"
|
||||
}
|
3
packages/web/i18n/en/account_apikey.json
Normal file
3
packages/web/i18n/en/account_apikey.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"key_tips": "You can use API keys to access some specific interfaces (you cannot access the application, you need to use the API key in the application to access the application)"
|
||||
}
|
51
packages/web/i18n/en/account_bill.json
Normal file
51
packages/web/i18n/en/account_bill.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"all": "all",
|
||||
"back": "return",
|
||||
"bank_account": "Account opening account",
|
||||
"bank_name": "Bank of deposit",
|
||||
"bill_detail": "Bill details",
|
||||
"bill_record": "billing records",
|
||||
"company_address": "Company address",
|
||||
"company_phone": "Company phone number",
|
||||
"completed": "Completed",
|
||||
"confirm": "confirm",
|
||||
"default_header": "Default header",
|
||||
"detail": "Details",
|
||||
"email_address": "Email address",
|
||||
"extra_ai_points": "AI points calculation standard",
|
||||
"extra_dataset_size": "Additional knowledge base capacity",
|
||||
"generation_time": "Generation time",
|
||||
"has_invoice": "Whether the invoice has been issued",
|
||||
"invoice_amount": "Invoice amount",
|
||||
"invoice_detail": "Invoice details",
|
||||
"invoice_sending_info": "The invoice will be sent to your mailbox within 3-7 working days, please be patient.",
|
||||
"mm": "mm",
|
||||
"need_special_invoice": "Do you need a special ticket?",
|
||||
"no": "no",
|
||||
"no_invoice_record": "No bill record~",
|
||||
"no_invoice_record_tip": "No invoicing record yet",
|
||||
"order_number": "Order number",
|
||||
"order_type": "Order type",
|
||||
"organization_name": "Organization name",
|
||||
"payment_method": "Payment method",
|
||||
"save": "save",
|
||||
"save_failed": "Save exception",
|
||||
"save_success": "Saved successfully",
|
||||
"status": "state",
|
||||
"submit_failed": "Submission failed",
|
||||
"submit_success": "Submission successful",
|
||||
"submitted": "Submitted",
|
||||
"subscription_mode_month": "by month",
|
||||
"subscription_package": "Subscription package",
|
||||
"subscription_period": "Subscription cycle",
|
||||
"support_wallet_amount": "Amount",
|
||||
"support_wallet_apply_invoice": "Billable bills",
|
||||
"support_wallet_bill_tag_invoice": "bill invoice",
|
||||
"support_wallet_invoicing": "Invoicing",
|
||||
"time": "time",
|
||||
"type": "type",
|
||||
"unit_code": "unified credit code",
|
||||
"update": "renew",
|
||||
"yes": "yes",
|
||||
"yuan": "¥{{amount}}"
|
||||
}
|
6
packages/web/i18n/en/account_individuation.json
Normal file
6
packages/web/i18n/en/account_individuation.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"language": "language",
|
||||
"personalization": "personalization",
|
||||
"timezone": "time zone",
|
||||
"update_data_success": "Update data successfully"
|
||||
}
|
83
packages/web/i18n/en/account_info.json
Normal file
83
packages/web/i18n/en/account_info.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"account_duplicate": "account",
|
||||
"account_knowledge_base_cleanup_warning": "When the free version team does not log in to the system for 30 consecutive days, the system will automatically clean up the account knowledge base.",
|
||||
"active": "Taking effect",
|
||||
"ai_points": "AI points",
|
||||
"ai_points_calculation_standard": "AI points",
|
||||
"ai_points_usage": "AI points",
|
||||
"ai_points_usage_tip": "Each time the AI model is called, a certain amount of AI points will be consumed. \nFor specific calculation standards, please refer to the \"Billing Standards\" above.",
|
||||
"avatar": "Avatar",
|
||||
"avatar_selection_exception": "Abnormal avatar selection",
|
||||
"balance": "balance",
|
||||
"billing_standard": "Standards",
|
||||
"bind_notification_error": "Abnormal binding notification account",
|
||||
"bind_notification_hint": "Please bind the notification receiving account to ensure that you can normally receive notifications such as package expiration reminders and ensure the normal operation of your services.",
|
||||
"bind_notification_success": "Binding notification account successful",
|
||||
"cancel": "Cancel",
|
||||
"change": "change",
|
||||
"choose_avatar": "Click to select avatar",
|
||||
"click_modify_nickname": "Click to modify nickname",
|
||||
"code_required": "Verification code cannot be empty",
|
||||
"confirm": "confirm",
|
||||
"confirm_password": "Confirm Password",
|
||||
"contact_customer_service": "Contact customer service",
|
||||
"contact_us": "Contact us",
|
||||
"current_package": "Current plan",
|
||||
"current_token_price": "Current points price",
|
||||
"effective_time": "Effective time",
|
||||
"email_label": "Mail",
|
||||
"exchange": "Exchange",
|
||||
"exchange_failure": "Redemption failed",
|
||||
"exchange_success": "Redemption successful",
|
||||
"expiration_time": "Expiration time",
|
||||
"expired": "Expired",
|
||||
"group": "Group",
|
||||
"help_chatbot": "robot assistant",
|
||||
"help_document": "Help documentation",
|
||||
"knowledge_base_capacity": "Dataset usages",
|
||||
"manage": "Manage",
|
||||
"member_name": "Name",
|
||||
"month": "moon",
|
||||
"new_password": "New Password",
|
||||
"notification_receiving": "Notify",
|
||||
"notification_receiving_hint": "Notification reception",
|
||||
"old_password": "Old Password",
|
||||
"open_api_notice": "You can fill in the relevant key of OpenAI/OneAPI. \nIf you fill in this content, the online platform using [AI Dialogue], [Problem Classification] and [Content Extraction] will use the Key you filled in, and there will be no charge. \nPlease pay attention to whether your Key has permission to access the corresponding model. \nGPT models can choose FastAI.",
|
||||
"openai_account_configuration": "OpenAI account configuration",
|
||||
"openai_account_setting_exception": "Setting OpenAI account exception",
|
||||
"package_and_usage": "Plans",
|
||||
"package_details": "Details",
|
||||
"package_expiry_time": "Expired",
|
||||
"package_usage_rules": "Package usage rules: The system will give priority to using more advanced packages, and the original unused packages will take effect later.",
|
||||
"password": "Password",
|
||||
"password_length_error": "Password must be at least 4 characters and at most 60 characters",
|
||||
"password_mismatch": "Password Inconsistency: Two passwords are inconsistent",
|
||||
"password_update_error": "Exception when changing password",
|
||||
"password_update_success": "Password changed successfully",
|
||||
"pending_usage": "To be used",
|
||||
"personal_information": "My info",
|
||||
"phone_label": "Phone number",
|
||||
"please_bind_notification_receiving_path": "Please bind the notification receiving method first",
|
||||
"purchase_extra_package": "Upgrade",
|
||||
"reminder_create_bound_notification_account": "Remind the creator to bind the notification account",
|
||||
"request_address_notice": "Request address, default is openai official. \nThe forwarding address can be filled in, but \"v1\" is not automatically completed.",
|
||||
"resource_usage": "Usages",
|
||||
"select_avatar": "Click to select avatar",
|
||||
"standard_package_and_extra_resource_package": "Includes standard and extra plans",
|
||||
"storage_capacity": "Storage capacity",
|
||||
"team_balance": "Balance",
|
||||
"token_validity_period": "Points are valid for one year",
|
||||
"tokens": "integral",
|
||||
"type": "type",
|
||||
"unlimited": "Unlimited",
|
||||
"update_password": "Change password",
|
||||
"update_success_tip": "Update data successfully",
|
||||
"upgrade_package": "Upgrade",
|
||||
"usage_balance": "Use balance: Use balance",
|
||||
"usage_balance_notice": "Due to the system upgrade, the original \"automatic renewal and deduction from balance\" mode has been cancelled, and the balance recharge entrance has been closed. \nYour balance can be used to purchase points",
|
||||
"user_account": "Username",
|
||||
"user_team_team_name": "Team",
|
||||
"verification_code_required": "Verification code cannot be empty",
|
||||
"you_can_convert": "you can redeem",
|
||||
"yuan": "Yuan"
|
||||
}
|
4
packages/web/i18n/en/account_inform.json
Normal file
4
packages/web/i18n/en/account_inform.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"no_notifications": "No notification yet",
|
||||
"read": "Read"
|
||||
}
|
13
packages/web/i18n/en/account_promotion.json
Normal file
13
packages/web/i18n/en/account_promotion.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"amount": "Amount",
|
||||
"cashback_ratio": "Cash back ratio",
|
||||
"cashback_ratio_description": "When your friends recharge, you will receive a certain percentage of your balance as a reward.",
|
||||
"copy_invite_link": "Copy invitation link",
|
||||
"earnings": "Income (¥)",
|
||||
"invite_url": "Invitation link",
|
||||
"invite_url_tip": "Friends who register through this link will be permanently bound to you, and you will receive a certain balance reward when they recharge.\n \nIn addition, when your friends register using their mobile phone number, you will immediately receive a 5 yuan reward.\n \nRewards are sent to your default team.",
|
||||
"no_invite_records": "No invitation record yet",
|
||||
"time": "time",
|
||||
"total_invited": "Cumulative number of invitees",
|
||||
"type": "type"
|
||||
}
|
27
packages/web/i18n/en/account_team.json
Normal file
27
packages/web/i18n/en/account_team.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"action": "operate",
|
||||
"confirm_delete_group": "Confirm to delete group?",
|
||||
"confirm_leave_team": "Confirmed to leave the team? \n \nAfter you log out, all your resources in the team (applications, knowledge bases, folders, managed groups, etc.) will be transferred to the team owner.",
|
||||
"create_group": "Create group",
|
||||
"delete": "delete",
|
||||
"edit_info": "Edit information",
|
||||
"group": "group",
|
||||
"group_name": "Group name",
|
||||
"label_sync": "Tag sync",
|
||||
"leave_team_failed": "Leaving the team exception",
|
||||
"manage_member": "Managing members",
|
||||
"member": "member",
|
||||
"member_group": "Belonging to member group",
|
||||
"owner": "owner",
|
||||
"permission": "Permissions",
|
||||
"remove_tip": "Confirm to remove {{username}} from the team?",
|
||||
"retain_admin_permissions": "Keep administrator rights",
|
||||
"search_member_group_name": "Search member/group name",
|
||||
"total_team_members": "{{amount}} members in total",
|
||||
"transfer_ownership": "transfer owner",
|
||||
"user_name": "username",
|
||||
"user_team_invite_member": "Invite members",
|
||||
"user_team_leave_team": "Leave the team",
|
||||
"user_team_leave_team_failed": "Failure to leave the team",
|
||||
"waiting": "To be accepted"
|
||||
}
|
23
packages/web/i18n/en/account_usage.json
Normal file
23
packages/web/i18n/en/account_usage.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ai_model": "AI model",
|
||||
"all": "all",
|
||||
"app_name": "Application name",
|
||||
"billing_module": "Deduction module",
|
||||
"details": "Details",
|
||||
"duration_seconds": "Duration (seconds)",
|
||||
"generation_time": "Generation time",
|
||||
"member": "member",
|
||||
"member_name": "Member name",
|
||||
"module_name": "module name",
|
||||
"month": "moon",
|
||||
"no_usage_records": "No usage record yet",
|
||||
"order_number": "Order number",
|
||||
"project_name": "Project name",
|
||||
"source": "source",
|
||||
"text_length": "text length",
|
||||
"token_length": "token length",
|
||||
"total_points": "AI points consumption",
|
||||
"total_points_consumed": "AI points consumption",
|
||||
"usage_detail": "Usage details",
|
||||
"user_type": "type"
|
||||
}
|
@@ -16,6 +16,7 @@
|
||||
"app_detail": "Application Details",
|
||||
"auto_execute": "Automatic execution",
|
||||
"auto_execute_default_prompt_placeholder": "Default questions sent when executing automatically",
|
||||
"auto_execute_tip": "After turning it on, the workflow will be automatically triggered when the user enters the conversation interface. \nExecution order: 1. Dialogue starter; 2. Global variables; 3. Automatic execution.",
|
||||
"chat_debug": "Chat Preview",
|
||||
"chat_logs": "Conversation Logs",
|
||||
"chat_logs_tips": "Logs will record the online, shared, and API (requires chatId) conversation records of this app.",
|
||||
@@ -47,7 +48,6 @@
|
||||
"file_recover": "File will overwrite current content",
|
||||
"file_upload": "File Upload",
|
||||
"file_upload_tip": "Once enabled, documents/images can be uploaded. Documents are retained for 7 days, images for 15 days. Using this feature may incur additional costs. To ensure a good experience, please choose an AI model with a larger context length when using this feature.",
|
||||
"global_variables_desc": "Variable description",
|
||||
"go_to_chat": "Go to Conversation",
|
||||
"go_to_run": "Go to Execution",
|
||||
"image_upload": "Image Upload",
|
||||
@@ -86,7 +86,9 @@
|
||||
"permission.des.manage": "Based on write permissions, you can configure publishing channels, view conversation logs, and assign permissions to the application.",
|
||||
"permission.des.read": "Use the app to have conversations",
|
||||
"permission.des.write": "Can view and edit apps",
|
||||
"plugin_cost_per_times": "{{cost}}/time",
|
||||
"plugin.Instructions": "Instructions",
|
||||
"plugin_cost_by_token": "Charged based on token usage",
|
||||
"plugin_cost_per_times": "{{cost}} points/time",
|
||||
"plugin_dispatch": "Plugin Invocation",
|
||||
"plugin_dispatch_tip": "Adds extra capabilities to the model. The specific plugins to be invoked will be autonomously decided by the model.\nIf a plugin is selected, the Dataset invocation will automatically be treated as a special plugin.",
|
||||
"publish_channel": "Publish Channel",
|
||||
@@ -105,7 +107,6 @@
|
||||
"template.standard_template": "Standard template",
|
||||
"template.standard_template_des": "Standard prompt words for knowledge bases with unfixed structures.",
|
||||
"templateMarket.Search_template": "Search Template",
|
||||
"templateMarket.Template_market": "Template Market",
|
||||
"templateMarket.Use": "Use",
|
||||
"templateMarket.no_intro": "No introduction yet~",
|
||||
"templateMarket.templateTags.Image_generation": "Image Generation",
|
||||
@@ -114,7 +115,7 @@
|
||||
"templateMarket.templateTags.Roleplay": "Roleplay",
|
||||
"templateMarket.templateTags.Web_search": "Web Search",
|
||||
"templateMarket.templateTags.Writing": "Writing",
|
||||
"template_market": "Template Market",
|
||||
"template_market": "Templates",
|
||||
"template_market_description": "Explore more features in the template market, with configuration tutorials and usage guides to help you understand and get started with various applications.",
|
||||
"template_market_empty_data": "No suitable templates found",
|
||||
"time_zone": "Time Zone",
|
||||
|
@@ -48,4 +48,4 @@
|
||||
"upload": "Upload",
|
||||
"view_citations": "View References",
|
||||
"web_site_sync": "Web Site Sync"
|
||||
}
|
||||
}
|
@@ -18,6 +18,7 @@
|
||||
"FAQ.switch_package_a": "The package usage rule is to prioritize the use of higher-level packages. Therefore, if the newly purchased package is higher than the current package, the new package will take effect immediately; otherwise, the current package will continue to be used.",
|
||||
"FAQ.switch_package_q": "Will the subscription package be switched?",
|
||||
"Folder": "Folder",
|
||||
"Instructions": "Instruction",
|
||||
"Login": "Login",
|
||||
"Move": "Move",
|
||||
"Name": "Name",
|
||||
@@ -25,6 +26,7 @@
|
||||
"Rename": "Rename",
|
||||
"Resume": "Resume",
|
||||
"Running": "Running",
|
||||
"Select_all": "Select all",
|
||||
"Submit": "Submit",
|
||||
"UnKnow": "Unknown",
|
||||
"Warning": "Warning",
|
||||
@@ -96,6 +98,7 @@
|
||||
"common.Cancel": "Cancel",
|
||||
"common.Choose": "Choose",
|
||||
"common.Close": "Close",
|
||||
"common.Code": "Code",
|
||||
"common.Config": "Configuration",
|
||||
"common.Confirm": "Confirm",
|
||||
"common.Confirm Create": "Confirm Creation",
|
||||
@@ -108,7 +111,7 @@
|
||||
"common.Copy Successful": "Copied Successfully",
|
||||
"common.Copy_failed": "Copy Failed, Please Copy Manually",
|
||||
"common.Create Failed": "Creation Failed",
|
||||
"common.Create New": "Create New",
|
||||
"common.Create New": "Create",
|
||||
"common.Create Success": "Created Successfully",
|
||||
"common.Create Time": "Creation Time",
|
||||
"common.Creating": "Creating",
|
||||
@@ -128,6 +131,8 @@
|
||||
"common.Expired Time": "Expiration Time",
|
||||
"common.File": "File",
|
||||
"common.Finish": "Finish",
|
||||
"common.FullScreen": "FullScreen",
|
||||
"common.FullScreenLight": "FullScreenLight",
|
||||
"common.Import": "Import",
|
||||
"common.Import failed": "Import Failed",
|
||||
"common.Import success": "Imported Successfully",
|
||||
@@ -135,7 +140,7 @@
|
||||
"common.Input folder description": "Folder Description",
|
||||
"common.Input name": "Enter a Name",
|
||||
"common.Intro": "Introduction",
|
||||
"common.Last Step": "Previous Step",
|
||||
"common.Last Step": "Previous",
|
||||
"common.Last use time": "Last Use Time",
|
||||
"common.Load Failed": "Load Failed",
|
||||
"common.Loading": "Loading...",
|
||||
@@ -143,7 +148,7 @@
|
||||
"common.Move": "Move",
|
||||
"common.MultipleRowSelect.No data": "No Data Available",
|
||||
"common.Name": "Name",
|
||||
"common.Next Step": "Next Step",
|
||||
"common.Next Step": "Next",
|
||||
"common.No more data": "No More Data",
|
||||
"common.Not open": "Not Open",
|
||||
"common.OK": "OK",
|
||||
@@ -156,6 +161,7 @@
|
||||
"common.Permission": "Permission",
|
||||
"common.Permission_tip": "Individual permissions are greater than group permissions",
|
||||
"common.Please Input Name": "Please Enter a Name",
|
||||
"common.Preview": "Preview",
|
||||
"common.Read document": "Read Document",
|
||||
"common.Read intro": "Read Introduction",
|
||||
"common.Remove": "Remove",
|
||||
@@ -212,7 +218,7 @@
|
||||
"common.folder.Move to": "Move to",
|
||||
"common.folder.No Folder": "No Subdirectories, Place Here",
|
||||
"common.folder.Open folder": "Open Folder",
|
||||
"common.folder.Root Path": "Root Directory",
|
||||
"common.folder.Root Path": "Root",
|
||||
"common.folder.empty": "No More Items in This Directory",
|
||||
"common.folder.open_dataset": "Open Dataset",
|
||||
"common.have_done": "Completed",
|
||||
@@ -261,8 +267,8 @@
|
||||
"core.ai.Not deploy rerank model": "Re-rank Model Not Deployed",
|
||||
"core.ai.Prompt": "Prompt",
|
||||
"core.ai.Support tool": "Function Call",
|
||||
"core.ai.model.Dataset Agent Model": "File Processing Model",
|
||||
"core.ai.model.Vector Model": "Index Model",
|
||||
"core.ai.model.Dataset Agent Model": "File read model",
|
||||
"core.ai.model.Vector Model": "Index model",
|
||||
"core.ai.model.doc_index_and_dialog": "Document Index & Dialog Index",
|
||||
"core.app.Ai response": "AI Response",
|
||||
"core.app.Api request": "API Request",
|
||||
@@ -492,6 +498,7 @@
|
||||
"core.dataset.Start export": "Export Started",
|
||||
"core.dataset.Table collection": "Table Dataset",
|
||||
"core.dataset.Text collection": "Text Dataset",
|
||||
"core.dataset.apiFile": "API File",
|
||||
"core.dataset.collection.Click top config website": "Click to Configure Website",
|
||||
"core.dataset.collection.Collection name": "Dataset Name",
|
||||
"core.dataset.collection.Collection raw text": "Dataset Content",
|
||||
@@ -506,7 +513,6 @@
|
||||
"core.dataset.collection.metadata.Chunk Size": "Chunk Size",
|
||||
"core.dataset.collection.metadata.Createtime": "Creation Time",
|
||||
"core.dataset.collection.metadata.Raw text length": "Raw Text Length",
|
||||
"core.dataset.collection.metadata.Training Type": "Training Mode",
|
||||
"core.dataset.collection.metadata.Updatetime": "Update Time",
|
||||
"core.dataset.collection.metadata.Web page selector": "Web Page Selector",
|
||||
"core.dataset.collection.metadata.metadata": "Metadata",
|
||||
@@ -549,7 +555,7 @@
|
||||
"core.dataset.import.Auto process": "Automatic",
|
||||
"core.dataset.import.Auto process desc": "Automatically set segmentation and preprocessing rules",
|
||||
"core.dataset.import.Chunk Range": "Range: {{min}}~{{max}}",
|
||||
"core.dataset.import.Chunk Split": "Direct Segmentation",
|
||||
"core.dataset.import.Chunk Split": "Chunks",
|
||||
"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",
|
||||
@@ -579,10 +585,9 @@
|
||||
"core.dataset.import.Select file": "Select File",
|
||||
"core.dataset.import.Select source": "Select Source",
|
||||
"core.dataset.import.Source name": "Source Name",
|
||||
"core.dataset.import.Sources list": "Source List",
|
||||
"core.dataset.import.Sources list": "Sources",
|
||||
"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",
|
||||
@@ -636,12 +641,12 @@
|
||||
"core.dataset.test.test result placeholder": "Test results will be displayed here",
|
||||
"core.dataset.test.test result tip": "Sort based on the similarity between the Dataset content and the test text. You can adjust the corresponding text based on the test results.\nNote: The data in the test records may have been modified. Clicking on a test data will display the latest data.",
|
||||
"core.dataset.training.Agent queue": "QA Training Queue",
|
||||
"core.dataset.training.Auto mode": "Auto Processing",
|
||||
"core.dataset.training.Auto mode": "Auto index",
|
||||
"core.dataset.training.Auto mode Tip": "Increase the semantic richness of data blocks by generating related questions and summaries through sub-indexes and calling models, making it more conducive to retrieval. Requires more storage space and increases AI call times.",
|
||||
"core.dataset.training.Chunk mode": "Direct Segmentation",
|
||||
"core.dataset.training.Chunk mode": "Default",
|
||||
"core.dataset.training.Full": "Estimated Over 5 Minutes",
|
||||
"core.dataset.training.Leisure": "Idle",
|
||||
"core.dataset.training.QA mode": "QA Split",
|
||||
"core.dataset.training.QA mode": "QA Chunks",
|
||||
"core.dataset.training.Vector queue": "Index Queue",
|
||||
"core.dataset.training.Waiting": "Estimated 5 Minutes",
|
||||
"core.dataset.training.Website Sync": "Website Sync",
|
||||
@@ -736,7 +741,7 @@
|
||||
"core.module.template.AI support tool tip": "Models that support function calls can better use tool calls.",
|
||||
"core.module.template.Basic Node": "Basic",
|
||||
"core.module.template.Query extension": "Question Optimization",
|
||||
"core.module.template.System Plugin": "System",
|
||||
"core.module.template.System Plugin": "System Plugin",
|
||||
"core.module.template.System input module": "System Input",
|
||||
"core.module.template.Team app": "Team",
|
||||
"core.module.template.Tool module": "Tool",
|
||||
@@ -832,6 +837,7 @@
|
||||
"dataset.Create Folder": "Create Folder",
|
||||
"dataset.Create manual collection": "Create Manual Dataset",
|
||||
"dataset.Delete Dataset Error": "Delete Dataset Error",
|
||||
"dataset.Edit API Service": "Edit API Service",
|
||||
"dataset.Edit Folder": "Edit Folder",
|
||||
"dataset.Edit Info": "Edit Information",
|
||||
"dataset.Export": "Export",
|
||||
@@ -899,8 +905,9 @@
|
||||
"move.confirm": "Confirm move",
|
||||
"navbar.Account": "Account",
|
||||
"navbar.Chat": "Chat",
|
||||
"navbar.Datasets": "Datasets",
|
||||
"navbar.Datasets": "Dataset",
|
||||
"navbar.Studio": "Studio",
|
||||
"navbar.Toolkit": "Toolkit",
|
||||
"navbar.Tools": "Tools",
|
||||
"new_create": "Create New",
|
||||
"no": "No",
|
||||
@@ -1091,14 +1098,14 @@
|
||||
"support.wallet.subscription.mode.Year sale": "Two Months Free",
|
||||
"support.wallet.subscription.point": "Points",
|
||||
"support.wallet.subscription.rerank": "Result Re-rank",
|
||||
"support.wallet.subscription.standardSubLevel.custom": "Custom Version",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise": "Enterprise Version",
|
||||
"support.wallet.subscription.standardSubLevel.custom": "Custom",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise": "Enterprise",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise_desc": "Suitable for small and medium-sized enterprises to build Dataset applications in production environments",
|
||||
"support.wallet.subscription.standardSubLevel.experience": "Experience Version",
|
||||
"support.wallet.subscription.standardSubLevel.experience": "Experience",
|
||||
"support.wallet.subscription.standardSubLevel.experience_desc": "Unlock the full functionality of FastGPT",
|
||||
"support.wallet.subscription.standardSubLevel.free": "Free Version",
|
||||
"support.wallet.subscription.standardSubLevel.free": "Free",
|
||||
"support.wallet.subscription.standardSubLevel.free desc": "Basic functions can be used for free every month. If the system is not logged in for 30 consecutive days, the Dataset will be automatically cleared.",
|
||||
"support.wallet.subscription.standardSubLevel.team": "Team Version",
|
||||
"support.wallet.subscription.standardSubLevel.team": "Team",
|
||||
"support.wallet.subscription.standardSubLevel.team_desc": "Suitable for small teams to build Dataset applications and provide external services",
|
||||
"support.wallet.subscription.status.active": "Active",
|
||||
"support.wallet.subscription.status.expired": "Expired",
|
||||
@@ -1215,6 +1222,7 @@
|
||||
"user.team.role.writer": "writable member",
|
||||
"user.type": "Type",
|
||||
"verification": "Verification",
|
||||
"workflow.template.communication": "Communication",
|
||||
"xx_search_result": "{{key}} Search Results",
|
||||
"yes": "Yes",
|
||||
"yesterday": "yesterday",
|
||||
|
@@ -1,18 +1,28 @@
|
||||
{
|
||||
"Enable": "Enable",
|
||||
"add_file": "Import",
|
||||
"api_file": "API Dataset",
|
||||
"api_url": "API Url",
|
||||
"collection.Create update time": "Creation/Update Time",
|
||||
"collection.Training type": "Training Mode",
|
||||
"collection.Training type": "Training",
|
||||
"collection_not_support_retraining": "This collection type does not support retuning parameters",
|
||||
"collection_not_support_sync": "This collection does not support synchronization",
|
||||
"collection_sync": "Sync data",
|
||||
"collection_sync_confirm_tip": "Confirm to start synchronizing data? \nThe system will pull the latest data for comparison. If the contents are different, a new collection will be created and the old collection will be deleted. Please confirm!",
|
||||
"collection_tags": "Collection Tags",
|
||||
"common_dataset": "General Dataset",
|
||||
"common_dataset_desc": "Build a Dataset by importing files, web links, or manual input.",
|
||||
"confirm_to_rebuild_embedding_tip": "Are you sure you want to switch the index for the Dataset?\nSwitching the index is a significant operation that requires re-indexing all data in your Dataset, which may take a long time. Please ensure your account has sufficient remaining points.\n\nAdditionally, you need to update the applications that use this Dataset to avoid conflicts with other indexed model Datasets.",
|
||||
"core.dataset.import.Adjust parameters": "Adjust parameters",
|
||||
"custom_data_process_params": "Custom",
|
||||
"custom_data_process_params_desc": "Customize data processing rules",
|
||||
"data.ideal_chunk_length": "ideal block length",
|
||||
"data_process_params": "Processing parameters",
|
||||
"data_process_setting": "Data processing configuration",
|
||||
"data_process_params": "Params",
|
||||
"data_process_setting": "Processing config",
|
||||
"dataset.Unsupported operation": "dataset.Unsupported operation",
|
||||
"dataset.no_collections": "No datasets available",
|
||||
"dataset.no_tags": "No tags available",
|
||||
"error.collectionNotFound": "Collection not found~",
|
||||
"external_file": "External File Library",
|
||||
"external_file_dataset_desc": "Import files from an external file library to build a Dataset. The files will not be stored again.",
|
||||
"external_id": "File Reading ID",
|
||||
@@ -32,6 +42,11 @@
|
||||
"permission.des.write": "Ability to add and change knowledge base content",
|
||||
"rebuild_embedding_start_tip": "Index model switching task has started",
|
||||
"rebuilding_index_count": "Number of indexes being rebuilt: {{count}}",
|
||||
"request_headers": "Request headers, will automatically append 'Bearer '",
|
||||
"retain_collection": "Adjust Training Parameters",
|
||||
"retrain_task_submitted": "The retraining task has been submitted",
|
||||
"same_api_collection": "The same API set exists",
|
||||
"start_sync_website_tip": "Confirm to start synchronizing data? \nThe old data will be deleted and retrieved again, please confirm!",
|
||||
"tag.Add New": "Add New",
|
||||
"tag.Add_new_tag": "Add New Tag",
|
||||
"tag.Edit_tag": "Edit Tag",
|
||||
|
@@ -24,10 +24,8 @@
|
||||
"publish_name": "Name",
|
||||
"qpm_is_empty": "QPM cannot be empty",
|
||||
"qpm_tips": "Maximum number of queries per minute per IP",
|
||||
"quote_content": "Quote content",
|
||||
"request_address": "Request URL",
|
||||
"show_node": "real-time running status",
|
||||
"show_origin_content": "View original source",
|
||||
"show_share_link_modal_title": "Get Started",
|
||||
"token_auth": "Token Authentication",
|
||||
"token_auth_tips": "Token authentication server URL. If provided, a request will be sent to the specified server for authentication before each conversation.",
|
||||
@@ -38,4 +36,4 @@
|
||||
"wecom.create_modal_title": "Create WeCom Bot",
|
||||
"wecom.edit_modal_title": "Edit WeCom Bot",
|
||||
"wecom.title": "Publish to WeCom Bot"
|
||||
}
|
||||
}
|
@@ -17,9 +17,6 @@
|
||||
"bill.valid_time": "Effective Time",
|
||||
"bill.you_can_convert": "You can convert",
|
||||
"bill.yuan": "Yuan",
|
||||
"bill_and_invoices": "Bill & Invoice",
|
||||
"bind_inform_account_error": "Failed to Bind Notification Account",
|
||||
"bind_inform_account_success": "Notification Account Bound Successfully",
|
||||
"delete.admin_failed": "Failed to Delete Admin",
|
||||
"delete.admin_success": "Admin Deleted Successfully",
|
||||
"delete.failed": "Delete failed",
|
||||
@@ -29,8 +26,8 @@
|
||||
"login.error": "Login Error",
|
||||
"login.password_condition": "Password can be up to 60 characters",
|
||||
"login.success": "Login Successful",
|
||||
"manage_team": "Manage team",
|
||||
"name": "Name",
|
||||
"notice": "Notice",
|
||||
"notification.Bind Notification Pipe Hint": "Please bind a notification receiving account to ensure you receive notifications such as plan expiration reminders, ensuring your service runs smoothly.",
|
||||
"notification.remind_owner_bind": "Please remind the creator to bind a notification account",
|
||||
"operations": "Actions",
|
||||
@@ -73,11 +70,19 @@
|
||||
"register.success": "Registration Successful",
|
||||
"register.to_login": "Already have an account? Login",
|
||||
"search_user": "Search Username",
|
||||
"sign_out": "Sign out",
|
||||
"sso_auth_failed": "SSO authentication failed",
|
||||
"synchronization.button": "Sync Now",
|
||||
"synchronization.placeholder": "Enter Sync Tag",
|
||||
"synchronization.title": "Enter the sync tag link and click the sync button to synchronize",
|
||||
"team.Add manager": "Add Admin",
|
||||
"team.Confirm Invite": "Confirm invitation",
|
||||
"team.Create Team": "Create new team",
|
||||
"team.Invite Member Failed Tip": "An exception occurred when inviting members",
|
||||
"team.Invite Member Result Tip": "Invitation result prompt",
|
||||
"team.Invite Member Success Tip": "Invite members to complete\n\nSuccess: {{success}} people\n\nInvalid username: {{inValid}}\n\nAlready in team: {{inTeam}}",
|
||||
"team.Set Name": "Give the team a name",
|
||||
"team.Team Name": "Team name",
|
||||
"team.Update Team": "Update team information",
|
||||
"team.add_collaborator": "Add Collaborator",
|
||||
"team.add_writer": "Add writable members",
|
||||
"team.avatar_and_name": "avatar",
|
||||
@@ -111,6 +116,5 @@
|
||||
"usage.feishu": "Feishu",
|
||||
"usage.official_account": "Official Account",
|
||||
"usage.share": "Share Link",
|
||||
"usage.wecom": "WeCom",
|
||||
"usage_record": "Usages"
|
||||
"usage.wecom": "WeCom"
|
||||
}
|
||||
|
@@ -39,7 +39,6 @@
|
||||
"dataset_quote_role_tip": "When set to System, the knowledge base reference content will be placed in the system message, which can ensure the continuity of the history record, but the constraint effect may not be good.\n\nWhen set to User, the knowledge base reference content will be placed in the user message, and the {{question}} variable location needs to be specified. \nIt will have a certain impact on the consistency of historical records, but usually the constraint effect is better.",
|
||||
"dataset_quote_role_user_option_desc": "Strong constraints take precedence",
|
||||
"dynamic_input_description": "Receive the output value of the previous node as a variable, which can be used by Laf request parameters.",
|
||||
"dynamic_input_description_concat": "You can reference the output of other nodes as variables for text concatenation. Type / to invoke the variable list.",
|
||||
"edit_input": "Edit Input",
|
||||
"edit_output": "Edit output",
|
||||
"end_with": "Ends With",
|
||||
@@ -111,7 +110,6 @@
|
||||
"loop_input_array": "array",
|
||||
"loop_result": "Array execution results",
|
||||
"loop_start": "The loop body begins",
|
||||
"loop_start_tip": "Not input array",
|
||||
"max_dialog_rounds": "Maximum Number of Dialog Rounds",
|
||||
"max_tokens": "Maximum Tokens",
|
||||
"mouse_priority": "Mouse first\n- Press the left button to drag the canvas\n- Hold down shift and left click to select batches",
|
||||
@@ -195,4 +193,4 @@
|
||||
"workflow.Switch_success": "Switch Successful",
|
||||
"workflow.Team cloud": "Team Cloud",
|
||||
"workflow.exit_tips": "Your changes have not been saved. 'Exit directly' will not save your edits."
|
||||
}
|
||||
}
|
12
packages/web/i18n/zh-CN/account.json
Normal file
12
packages/web/i18n/zh-CN/account.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"personal_information": "个人信息",
|
||||
"usage_records": "使用记录",
|
||||
"bills_and_invoices": "账单与发票",
|
||||
"promotion_records": "促销记录",
|
||||
"api_key": "API 密钥",
|
||||
"personalization": "个性化",
|
||||
"notifications": "通知",
|
||||
"logout": "登出",
|
||||
"confirm_logout": "确认退出登录?",
|
||||
"team": "团队管理"
|
||||
}
|
3
packages/web/i18n/zh-CN/account_apikey.json
Normal file
3
packages/web/i18n/zh-CN/account_apikey.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"key_tips": "你可以使用 API 密钥访问一些特定的接口(无法访问应用,访问应用需使用应用内的 API key)"
|
||||
}
|
51
packages/web/i18n/zh-CN/account_bill.json
Normal file
51
packages/web/i18n/zh-CN/account_bill.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"all": "全部",
|
||||
"back": "返回",
|
||||
"bank_account": "开户账号",
|
||||
"bank_name": "开户银行",
|
||||
"bill_detail": "账单详情",
|
||||
"bill_record": "账单记录",
|
||||
"company_address": "公司地址",
|
||||
"company_phone": "公司电话",
|
||||
"completed": "已完成",
|
||||
"confirm": "确认",
|
||||
"default_header": "默认抬头",
|
||||
"detail": "详情",
|
||||
"email_address": "邮箱地址",
|
||||
"extra_ai_points": "额外 AI 积分",
|
||||
"extra_dataset_size": "额外知识库容量",
|
||||
"generation_time": "生成时间",
|
||||
"has_invoice": "是否已开票",
|
||||
"invoice_amount": "开票金额",
|
||||
"invoice_detail": "发票详情",
|
||||
"invoice_sending_info": "发票将在 3-7 个工作日内发送至邮箱,请耐心等待",
|
||||
"mm": "毫米",
|
||||
"need_special_invoice": "是否需要专票",
|
||||
"no": "否",
|
||||
"no_invoice_record": "无账单记录~",
|
||||
"no_invoice_record_tip": "暂无开票记录",
|
||||
"order_number": "订单号",
|
||||
"order_type": "订单类型",
|
||||
"organization_name": "组织名称",
|
||||
"payment_method": "支付方式",
|
||||
"save": "保存",
|
||||
"save_failed": "保存异常",
|
||||
"save_success": "保存成功",
|
||||
"status": "状态",
|
||||
"submit_failed": "提交失败",
|
||||
"submit_success": "提交成功",
|
||||
"submitted": "已提交",
|
||||
"subscription_mode_month": "按月",
|
||||
"subscription_package": "订阅套餐",
|
||||
"subscription_period": "订阅周期",
|
||||
"support_wallet_amount": "金额",
|
||||
"support_wallet_apply_invoice": "可开票账单",
|
||||
"support_wallet_bill_tag_invoice": "账单发票",
|
||||
"support_wallet_invoicing": "开票",
|
||||
"time": "时间",
|
||||
"type": "类型",
|
||||
"unit_code": "统一信用代码",
|
||||
"update": "更新",
|
||||
"yes": "是",
|
||||
"yuan": "{{amount}}元"
|
||||
}
|
6
packages/web/i18n/zh-CN/account_individuation.json
Normal file
6
packages/web/i18n/zh-CN/account_individuation.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"update_data_success": "更新数据成功",
|
||||
"personalization": "个性化",
|
||||
"language": "语言",
|
||||
"timezone": "时区"
|
||||
}
|
83
packages/web/i18n/zh-CN/account_info.json
Normal file
83
packages/web/i18n/zh-CN/account_info.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"account_duplicate": "账号",
|
||||
"account_knowledge_base_cleanup_warning": "免费版团队连续 30 天未登录系统时,系统会自动清理账号知识库。",
|
||||
"active": "生效中",
|
||||
"ai_points": "AI 积分",
|
||||
"ai_points_calculation_standard": "AI 积分",
|
||||
"ai_points_usage": "AI 积分使用量",
|
||||
"ai_points_usage_tip": "每次调用 AI 模型时,都会消耗一定的 AI 积分。具体的计算标准可参考上方的“计费标准”。",
|
||||
"avatar": "头像",
|
||||
"avatar_selection_exception": "头像选择异常",
|
||||
"balance": "余额",
|
||||
"billing_standard": "计费标准",
|
||||
"bind_notification_error": "绑定通知账号异常",
|
||||
"bind_notification_hint": "请绑定通知接收账号,以确保您能正常接收套餐过期提醒等通知,保障您的服务正常运行。",
|
||||
"bind_notification_success": "绑定通知账号成功",
|
||||
"cancel": "取消",
|
||||
"change": "变更",
|
||||
"choose_avatar": "点击选择头像",
|
||||
"click_modify_nickname": "点击修改昵称",
|
||||
"code_required": "验证码不能为空",
|
||||
"confirm": "确认",
|
||||
"confirm_password": "确认密码",
|
||||
"contact_customer_service": "联系客服",
|
||||
"contact_us": "联系我们",
|
||||
"current_package": "当前套餐",
|
||||
"current_token_price": "当前积分价格",
|
||||
"effective_time": "生效时间",
|
||||
"email_label": "邮箱",
|
||||
"exchange": "兑换",
|
||||
"exchange_failure": "兑换失败",
|
||||
"exchange_success": "兑换成功",
|
||||
"expiration_time": "到期时间",
|
||||
"expired": "已过期",
|
||||
"group": "组",
|
||||
"help_chatbot": "机器人助手",
|
||||
"help_document": "帮助文档",
|
||||
"knowledge_base_capacity": "知识库容量",
|
||||
"manage": "管理",
|
||||
"member_name": "成员名",
|
||||
"month": "月",
|
||||
"new_password": "新密码",
|
||||
"notification_receiving": "通知接收",
|
||||
"notification_receiving_hint": "通知接收",
|
||||
"old_password": "旧密码",
|
||||
"open_api_notice": "可以填写 OpenAI/OneAPI 的相关密钥。如果你填写了该内容,在线上平台使用【 AI 对话】、【问题分类】和【内容提取】将会走你填写的 Key,不会计费。请注意你的 Key 是否有访问对应模型的权限。 GPT 模型可以选择 FastAI 。",
|
||||
"openai_account_configuration": "OpenAI 账号配置",
|
||||
"openai_account_setting_exception": "设置 OpenAI 账号异常",
|
||||
"package_and_usage": "套餐与用量",
|
||||
"package_details": "套餐详情",
|
||||
"package_expiry_time": "套餐到期时间",
|
||||
"package_usage_rules": "套餐使用规则:系统优先使用更高级的套餐,原未用完的套餐将延后生效",
|
||||
"password": "密码",
|
||||
"password_length_error": "密码最少 4 位最多 60 位",
|
||||
"password_mismatch": "密码不一致: 两次密码不一致",
|
||||
"password_update_error": "修改密码异常",
|
||||
"password_update_success": "修改密码成功",
|
||||
"pending_usage": "待使用",
|
||||
"personal_information": "个人信息",
|
||||
"phone_label": "手机号",
|
||||
"please_bind_notification_receiving_path": "请先绑定通知接收途径",
|
||||
"purchase_extra_package": "购买额外套餐",
|
||||
"reminder_create_bound_notification_account": "提醒创建者绑定通知账号",
|
||||
"request_address_notice": "请求地址,默认为 openai 官方。可填中转地址,未自动补全 \"v1\"",
|
||||
"resource_usage": "资源用量",
|
||||
"select_avatar": "点击选择头像",
|
||||
"standard_package_and_extra_resource_package": "包含标准套餐与额外资源包",
|
||||
"storage_capacity": "存储量",
|
||||
"team_balance": "团队余额",
|
||||
"token_validity_period": "积分有效期一年",
|
||||
"tokens": "积分",
|
||||
"type": "类型",
|
||||
"unlimited": "无限制",
|
||||
"update_password": "修改密码",
|
||||
"update_success_tip": "更新数据成功",
|
||||
"upgrade_package": "升级套餐",
|
||||
"usage_balance": "使用余额: 使用余额",
|
||||
"usage_balance_notice": "由于系统升级,原“自动续费从余额扣款”模式取消,余额充值入口关闭。您的余额可用于购买积分",
|
||||
"user_account": "账号",
|
||||
"user_team_team_name": "团队名",
|
||||
"verification_code_required": "验证码不能为空",
|
||||
"you_can_convert": "您可以兑换",
|
||||
"yuan": "元"
|
||||
}
|
4
packages/web/i18n/zh-CN/account_inform.json
Normal file
4
packages/web/i18n/zh-CN/account_inform.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"read": "已读",
|
||||
"no_notifications": "暂无通知"
|
||||
}
|
13
packages/web/i18n/zh-CN/account_promotion.json
Normal file
13
packages/web/i18n/zh-CN/account_promotion.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"total_invited": "累计邀请人数",
|
||||
"earnings": "收益(¥)",
|
||||
"cashback_ratio": "返现比例",
|
||||
"cashback_ratio_description": "好友充值时你将获得一定比例的余额奖励",
|
||||
"invite_url": "邀请链接",
|
||||
"invite_url_tip": "通过该链接注册的好友将永久与你绑定,其充值时你会获得一定余额奖励。\n 此外,好友使用手机号注册时,你将立即获得 5 元奖励。\n 奖励会发送到您的默认团队中。",
|
||||
"copy_invite_link": "复制邀请链接",
|
||||
"time": "时间",
|
||||
"type": "类型",
|
||||
"amount": "金额",
|
||||
"no_invite_records": "暂无邀请记录"
|
||||
}
|
29
packages/web/i18n/zh-CN/account_team.json
Normal file
29
packages/web/i18n/zh-CN/account_team.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"total_team_members": "共 {{amount}} 名成员",
|
||||
"member": "成员",
|
||||
"group": "群组",
|
||||
"permission": "权限",
|
||||
"user_name": "用户名",
|
||||
"member_group": "所属成员组",
|
||||
"action": "操作",
|
||||
"waiting": "待接受",
|
||||
"remove_tip": "确认将 {{username}} 移出团队?",
|
||||
|
||||
"confirm_leave_team": "确认离开该团队? \n 退出后,您在该团队所有的资源( 应用、知识库、文件夹、管理的群组等)均转让给团队所有者。",
|
||||
"leave_team_failed": "离开团队异常",
|
||||
"label_sync": "标签同步",
|
||||
"user_team_invite_member": "邀请成员",
|
||||
"user_team_leave_team": "离开团队",
|
||||
"user_team_leave_team_failed": "离开团队失败",
|
||||
"create_group": "创建群组",
|
||||
"search_member_group_name": "搜索成员/群组名称",
|
||||
"confirm_delete_group": "确认删除群组?",
|
||||
"group_name": "群组名称",
|
||||
"owner": "所有者",
|
||||
"manage_member": "管理成员",
|
||||
"edit_info": "编辑信息",
|
||||
|
||||
"transfer_ownership": "转让所有者",
|
||||
"delete": "删除",
|
||||
"retain_admin_permissions": "保留管理员权限"
|
||||
}
|
23
packages/web/i18n/zh-CN/account_usage.json
Normal file
23
packages/web/i18n/zh-CN/account_usage.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"usage_detail": "使用详情",
|
||||
"order_number": "订单号",
|
||||
"generation_time": "生成时间",
|
||||
"month": "月",
|
||||
"app_name": "应用名",
|
||||
"source": "来源",
|
||||
"total_points_consumed": "AI 积分消耗",
|
||||
"billing_module": "扣费模块",
|
||||
"module_name": "模块名",
|
||||
"ai_model": "AI 模型",
|
||||
"token_length": "token 长度",
|
||||
"text_length": "文本长度",
|
||||
"duration_seconds": "时长(秒)",
|
||||
"all": "所有",
|
||||
"member": "成员",
|
||||
"member_name": "成员名",
|
||||
"user_type": "类型",
|
||||
"project_name": "项目名",
|
||||
"total_points": "AI 积分消耗",
|
||||
"details": "详情",
|
||||
"no_usage_records": "暂无使用记录"
|
||||
}
|
@@ -48,7 +48,6 @@
|
||||
"file_recover": "文件将覆盖当前内容",
|
||||
"file_upload": "文件上传",
|
||||
"file_upload_tip": "开启后,可以上传文档/图片。文档保留7天,图片保留15天。使用该功能可能产生较多额外费用。为保证使用体验,使用该功能时,请选择上下文长度较大的AI模型。",
|
||||
"global_variables_desc": "变量描述",
|
||||
"go_to_chat": "去对话",
|
||||
"go_to_run": "去运行",
|
||||
"image_upload": "图片上传",
|
||||
@@ -87,7 +86,9 @@
|
||||
"permission.des.manage": "写权限基础上,可配置发布渠道、查看对话日志、分配该应用权限",
|
||||
"permission.des.read": "可使用该应用进行对话",
|
||||
"permission.des.write": "可查看和编辑应用",
|
||||
"plugin_cost_per_times": "{{cost}}/次",
|
||||
"plugin.Instructions": "使用说明",
|
||||
"plugin_cost_by_token": "依据 token 消耗计费",
|
||||
"plugin_cost_per_times": "{{cost}} 积分/次",
|
||||
"plugin_dispatch": "插件调用",
|
||||
"plugin_dispatch_tip": "给模型附加获取外部数据的能力,具体调用哪些插件,将由模型自主决定,所有插件都将以非流模式运行。\n若选择了插件,知识库调用将自动作为一个特殊的插件。",
|
||||
"publish_channel": "发布渠道",
|
||||
@@ -106,7 +107,6 @@
|
||||
"template.standard_template": "标准模板",
|
||||
"template.standard_template_des": "标准提示词,用于结构不固定的知识库。",
|
||||
"templateMarket.Search_template": "搜索模板",
|
||||
"templateMarket.Template_market": "模板市场",
|
||||
"templateMarket.Use": "使用",
|
||||
"templateMarket.no_intro": "还没有介绍~",
|
||||
"templateMarket.templateTags.Image_generation": "图片生成",
|
||||
|
@@ -48,4 +48,4 @@
|
||||
"upload": "上传",
|
||||
"view_citations": "查看引用",
|
||||
"web_site_sync": "Web站点同步"
|
||||
}
|
||||
}
|
@@ -18,6 +18,7 @@
|
||||
"FAQ.switch_package_a": "套餐使用规则为优先使用更高级的套餐,因此,购买的新套餐若比当前套餐更高级,则新套餐立即生效:否则将继续使用当前套餐。",
|
||||
"FAQ.switch_package_q": "是否切换订阅套餐?",
|
||||
"Folder": "文件夹",
|
||||
"Instructions": "使用说明",
|
||||
"Login": "登录",
|
||||
"Move": "移动",
|
||||
"Name": "名称",
|
||||
@@ -25,6 +26,7 @@
|
||||
"Rename": "重命名",
|
||||
"Resume": "恢复",
|
||||
"Running": "运行中",
|
||||
"Select_all": "全选",
|
||||
"Submit": "提交",
|
||||
"UnKnow": "未知",
|
||||
"Warning": "提示",
|
||||
@@ -96,6 +98,7 @@
|
||||
"common.Cancel": "取消",
|
||||
"common.Choose": "选择",
|
||||
"common.Close": "关闭",
|
||||
"common.Code": "源码",
|
||||
"common.Config": "配置",
|
||||
"common.Confirm": "确认",
|
||||
"common.Confirm Create": "确认创建",
|
||||
@@ -128,6 +131,8 @@
|
||||
"common.Expired Time": "过期时间",
|
||||
"common.File": "文件",
|
||||
"common.Finish": "完成",
|
||||
"common.FullScreen": "全屏",
|
||||
"common.FullScreenLight": "全屏预览",
|
||||
"common.Import": "导入",
|
||||
"common.Import failed": "导入失败",
|
||||
"common.Import success": "导入成功",
|
||||
@@ -156,6 +161,7 @@
|
||||
"common.Permission": "权限",
|
||||
"common.Permission_tip": "个人权限大于群组权限",
|
||||
"common.Please Input Name": "请输入名称",
|
||||
"common.Preview": "预览",
|
||||
"common.Read document": "查看文档",
|
||||
"common.Read intro": "查看说明",
|
||||
"common.Remove": "移除",
|
||||
@@ -339,7 +345,7 @@
|
||||
"core.app.schedule.Default prompt placeholder": "执行应用时的默认问题",
|
||||
"core.app.schedule.Every day": "每天 {{hour}}:00",
|
||||
"core.app.schedule.Every month": "每月 {{day}} 号 {{hour}}:00",
|
||||
"core.app.schedule.Every week": "每周{{day}} {{hour}}:00",
|
||||
"core.app.schedule.Every week": "每周 {{day}} {{hour}}:00",
|
||||
"core.app.schedule.Interval": "每 {{interval}} 小时",
|
||||
"core.app.schedule.Open schedule": "定时执行",
|
||||
"core.app.setting": "应用信息设置",
|
||||
@@ -491,6 +497,7 @@
|
||||
"core.dataset.Start export": "已开始导出",
|
||||
"core.dataset.Table collection": "表格数据集",
|
||||
"core.dataset.Text collection": "文本数据集",
|
||||
"core.dataset.apiFile": "API 文件",
|
||||
"core.dataset.collection.Click top config website": "点击配置网站",
|
||||
"core.dataset.collection.Collection name": "数据集名称",
|
||||
"core.dataset.collection.Collection raw text": "数据集内容",
|
||||
@@ -505,7 +512,6 @@
|
||||
"core.dataset.collection.metadata.Chunk Size": "分割大小",
|
||||
"core.dataset.collection.metadata.Createtime": "创建时间",
|
||||
"core.dataset.collection.metadata.Raw text length": "原文长度",
|
||||
"core.dataset.collection.metadata.Training Type": "训练模式",
|
||||
"core.dataset.collection.metadata.Updatetime": "更新时间",
|
||||
"core.dataset.collection.metadata.Web page selector": "网站选择器",
|
||||
"core.dataset.collection.metadata.metadata": "元数据",
|
||||
@@ -581,7 +587,6 @@
|
||||
"core.dataset.import.Sources list": "来源列表",
|
||||
"core.dataset.import.Start upload": "开始上传",
|
||||
"core.dataset.import.Total files": "共 {{total}} 个文件",
|
||||
"core.dataset.import.Training mode": "训练模式",
|
||||
"core.dataset.import.Upload complete": "完成上传",
|
||||
"core.dataset.import.Upload data": "确认上传",
|
||||
"core.dataset.import.Upload file progress": "文件上传进度",
|
||||
@@ -831,6 +836,7 @@
|
||||
"dataset.Create Folder": "创建文件夹",
|
||||
"dataset.Create manual collection": "创建手动数据集",
|
||||
"dataset.Delete Dataset Error": "删除知识库异常",
|
||||
"dataset.Edit API Service": "编辑 API 文件接口",
|
||||
"dataset.Edit Folder": "编辑文件夹",
|
||||
"dataset.Edit Info": "编辑信息",
|
||||
"dataset.Export": "导出",
|
||||
@@ -900,6 +906,7 @@
|
||||
"navbar.Chat": "聊天",
|
||||
"navbar.Datasets": "知识库",
|
||||
"navbar.Studio": "工作台",
|
||||
"navbar.Toolkit": "工具箱",
|
||||
"navbar.Tools": "工具",
|
||||
"new_create": "新建",
|
||||
"no": "否",
|
||||
@@ -1173,12 +1180,8 @@
|
||||
"user.password_message": "密码最少 4 位最多 60 位",
|
||||
"user.team.Balance": "团队余额",
|
||||
"user.team.Check Team": "切换",
|
||||
"user.team.Confirm Invite": "确认邀请",
|
||||
"user.team.Create Team": "创建新团队",
|
||||
|
||||
"user.team.Invite Member": "邀请成员",
|
||||
"user.team.Invite Member Failed Tip": "邀请成员出现异常",
|
||||
"user.team.Invite Member Result Tip": "邀请结果提示",
|
||||
"user.team.Invite Member Success Tip": "邀请成员完成\n成功:{{success}} 人\n用户名无效:{{inValid}}\n已在团队中:{{inTeam}}",
|
||||
"user.team.Invite Member Tips": "对方可查阅或使用团队内的其他资源",
|
||||
"user.team.Leave Team": "离开团队",
|
||||
"user.team.Leave Team Failed": "离开团队异常",
|
||||
@@ -1190,13 +1193,13 @@
|
||||
"user.team.Processing invitations Tips": "你有 {{amount}} 个需要处理的团队邀请",
|
||||
"user.team.Remove Member Confirm Tip": "确认将 {{username}} 移出团队?",
|
||||
"user.team.Select Team": "团队选择",
|
||||
"user.team.Set Name": "给团队取个名字",
|
||||
|
||||
"user.team.Switch Team Failed": "切换团队异常",
|
||||
"user.team.Tags Async": "保存",
|
||||
"user.team.Team Name": "团队名",
|
||||
|
||||
"user.team.Team Tags Async": "标签同步",
|
||||
"user.team.Team Tags Async Success": "链接报错成功,标签信息更新",
|
||||
"user.team.Update Team": "更新团队信息",
|
||||
|
||||
"user.team.invite.Accept Confirm": "确认加入该团队?",
|
||||
"user.team.invite.Accepted": "已加入团队",
|
||||
"user.team.invite.Deal Width Footer Tip": "处理完会自动关闭噢~",
|
||||
@@ -1214,6 +1217,7 @@
|
||||
"user.team.role.writer": "可写成员",
|
||||
"user.type": "类型",
|
||||
"verification": "验证",
|
||||
"workflow.template.communication": "通信",
|
||||
"xx_search_result": "{{key}} 的搜索结果",
|
||||
"yes": "是",
|
||||
"yesterday": "昨天",
|
||||
|
@@ -1,18 +1,28 @@
|
||||
{
|
||||
"Enable": "启用",
|
||||
"add_file": "添加文件",
|
||||
"api_file": "API 文件库",
|
||||
"api_url": "接口地址",
|
||||
"collection.Create update time": "创建/更新时间",
|
||||
"collection.Training type": "训练模式",
|
||||
"collection_not_support_retraining": "该集合类型不支持重新调整参数",
|
||||
"collection_not_support_sync": "该集合不支持同步",
|
||||
"collection_sync": "立即同步",
|
||||
"collection_sync_confirm_tip": "确认开始同步数据?系统将会拉取最新数据进行比较,如果内容不相同,则会创建一个新的集合并删除旧的集合,请确认!",
|
||||
"collection_tags": "集合标签",
|
||||
"common_dataset": "通用知识库",
|
||||
"common_dataset_desc": "可通过导入文件、网页链接或手动录入形式构建知识库",
|
||||
"confirm_to_rebuild_embedding_tip": "确认为知识库切换索引?\n切换索引是一个非常重量的操作,需要对您知识库内所有数据进行重新索引,时间可能较长,请确保账号内剩余积分充足。\n\n此外,你还需要注意修改选择该知识库的应用,避免它们与其他索引模型知识库混用。",
|
||||
"core.dataset.import.Adjust parameters": "调整参数",
|
||||
"custom_data_process_params": "自定义",
|
||||
"custom_data_process_params_desc": "自定义设置数据处理规则",
|
||||
"data.ideal_chunk_length": "理想分块长度",
|
||||
"data_process_params": "处理参数",
|
||||
"data_process_setting": "数据处理配置",
|
||||
"dataset.Unsupported operation": "操作不支持",
|
||||
"dataset.no_collections": "暂无数据集",
|
||||
"dataset.no_tags": "暂无标签",
|
||||
"error.collectionNotFound": "集合找不到了~",
|
||||
"external_file": "外部文件库",
|
||||
"external_file_dataset_desc": "可以从外部文件库导入文件构建知识库,文件不会进行二次存储",
|
||||
"external_id": "文件阅读 ID",
|
||||
@@ -32,6 +42,11 @@
|
||||
"permission.des.write": "可增加和变更知识库内容",
|
||||
"rebuild_embedding_start_tip": "切换索引模型任务已开始",
|
||||
"rebuilding_index_count": "重建中索引数量:{{count}}",
|
||||
"request_headers": "请求头参数,会自动补充 Bearer",
|
||||
"retain_collection": "调整训练参数",
|
||||
"retrain_task_submitted": "重新训练任务已提交",
|
||||
"same_api_collection": "存在相同的 API 集合",
|
||||
"start_sync_website_tip": "确认开始同步数据?将会删除旧数据后重新获取,请确认!",
|
||||
"tag.Add New": "新建",
|
||||
"tag.Add_new_tag": "新建标签",
|
||||
"tag.Edit_tag": "编辑标签",
|
||||
@@ -46,4 +61,4 @@
|
||||
"training_mode": "处理方式",
|
||||
"website_dataset": "Web 站点同步",
|
||||
"website_dataset_desc": "Web 站点同步允许你直接使用一个网页链接构建知识库"
|
||||
}
|
||||
}
|
||||
|
@@ -24,10 +24,8 @@
|
||||
"publish_name": "名称",
|
||||
"qpm_is_empty": "QPM 不能为空",
|
||||
"qpm_tips": "每个 IP 每分钟最多提问多少次",
|
||||
"quote_content": "知识库引用",
|
||||
"request_address": "请求地址",
|
||||
"show_node": "实时运行状态",
|
||||
"show_origin_content": "查看来源原文",
|
||||
"show_share_link_modal_title": "开始使用",
|
||||
"token_auth": "身份验证",
|
||||
"token_auth_tips": "身份校验服务器地址",
|
||||
@@ -38,4 +36,4 @@
|
||||
"wecom.create_modal_title": "创建企微机器人",
|
||||
"wecom.edit_modal_title": "编辑企微机器人",
|
||||
"wecom.title": "发布到企业微信机器人"
|
||||
}
|
||||
}
|
@@ -17,9 +17,6 @@
|
||||
"bill.valid_time": "生效时间",
|
||||
"bill.you_can_convert": "您可兑换",
|
||||
"bill.yuan": "元",
|
||||
"bill_and_invoices": "账单 & 发票",
|
||||
"bind_inform_account_error": "绑定通知账号异常",
|
||||
"bind_inform_account_success": "绑定通知账号成功",
|
||||
"delete.admin_failed": "删除管理员失败",
|
||||
"delete.admin_success": "删除管理员成功",
|
||||
"delete.failed": "删除失败",
|
||||
@@ -29,11 +26,12 @@
|
||||
"login.error": "登录异常",
|
||||
"login.password_condition": "密码最多 60 位",
|
||||
"login.success": "登录成功",
|
||||
"manage_team": "管理团队",
|
||||
"name": "名称",
|
||||
"notice": "通知",
|
||||
"notification.Bind Notification Pipe Hint": "请绑定通知接收账号,以确保您能正常接收套餐过期提醒等通知,保障您的服务正常运行。",
|
||||
"notification.remind_owner_bind": "请提醒创建者绑定通知账号",
|
||||
"operations": "操作",
|
||||
"owner": "所有者",
|
||||
"password.code_required": "验证码不能为空",
|
||||
"password.code_send_error": "验证码发送异常",
|
||||
"password.code_sended": "验证码已发送",
|
||||
@@ -72,14 +70,23 @@
|
||||
"register.success": "注册成功",
|
||||
"register.to_login": "已有账号,去登录",
|
||||
"search_user": "搜索用户名",
|
||||
"sign_out": "登出",
|
||||
"sso_auth_failed": "SSO 鉴权失败",
|
||||
"synchronization.button": "立即同步",
|
||||
"synchronization.placeholder": "请输入同步标签",
|
||||
"synchronization.title": "填写标签同步链接,点击同步按钮即可同步",
|
||||
"team.Add manager": "添加管理员",
|
||||
"team.Confirm Invite": "确认邀请",
|
||||
"team.Create Team": "创建新团队",
|
||||
"team.Invite Member Failed Tip": "邀请成员出现异常",
|
||||
"team.Invite Member Result Tip": "邀请结果提示",
|
||||
"team.Invite Member Success Tip": "邀请成员完成\n成功:{{success}} 人\n用户名无效:{{inValid}}\n已在团队中:{{inTeam}}",
|
||||
"team.Set Name": "给团队取个名字",
|
||||
"team.Team Name": "团队名",
|
||||
"team.Update Team": "更新团队信息",
|
||||
"team.add_collaborator": "添加协作者",
|
||||
"team.add_writer": "添加可写成员",
|
||||
"team.avatar_and_name": "头像 & 名称",
|
||||
"team.belong_to_group": "所属成员组",
|
||||
"team.group.avatar": "群头像",
|
||||
"team.group.create": "创建群组",
|
||||
"team.group.create_failed": "创建群组失败",
|
||||
@@ -87,30 +94,27 @@
|
||||
"team.group.delete_confirm": "确认删除群组?",
|
||||
"team.group.edit": "编辑群组",
|
||||
"team.group.edit_info": "编辑信息",
|
||||
"team.group.manage_member": "管理成员",
|
||||
"team.group.transfer_owner": "转让所有者",
|
||||
"team.group.group": "群组",
|
||||
"team.group.keep_admin": "保留管理员权限",
|
||||
"team.group.manage_member": "管理成员",
|
||||
"team.group.manage_tip": "可以邀请成员、删除成员、创建群组、管理所有群组、为群组和成员分配权限",
|
||||
"team.group.members": "成员",
|
||||
"team.group.name": "群组名称",
|
||||
"team.group.permission.manage": "管理员",
|
||||
"team.group.permission.write": "工作台/知识库创建",
|
||||
"team.group.permission_tip": "单独配置权限的成员,将遵循个人权限配置,不再受群组权限影响。\n若成员在多个权限组,则该成员的权限取并集。",
|
||||
"team.group.role.admin": "管理员",
|
||||
"team.group.role.member": "成员",
|
||||
"team.group.role.owner": "所有者",
|
||||
"team.group.toast.can_not_delete_owner": "不能删除所有者, 请先转让",
|
||||
"team.group.set_as_admin": "设为管理员",
|
||||
"team.group.keep_admin": "保留管理员权限",
|
||||
"team.group.permission_tip": "单独配置权限的成员,将遵循个人权限配置,不再受群组权限影响。\n若成员在多个权限组,则该成员的权限取并集。",
|
||||
"team.group.permission.write": "工作台/知识库创建",
|
||||
"team.group.permission.manage": "管理员",
|
||||
"team.group.manage_tip": "可以邀请成员、删除成员、创建群组、管理所有群组、为群组和成员分配权限",
|
||||
"team.group.search_placeholder": "搜索成员/群组名称",
|
||||
"team.group.set_as_admin": "设为管理员",
|
||||
"team.group.toast.can_not_delete_owner": "不能删除所有者, 请先转让",
|
||||
"team.group.transfer_owner": "转让所有者",
|
||||
"team.manage_collaborators": "管理协作者",
|
||||
"team.no_collaborators": "暂无协作者",
|
||||
"team.belong_to_group": "所属成员组",
|
||||
"team.write_role_member": "可写权限",
|
||||
"usage.feishu": "飞书",
|
||||
"usage.official_account": "公众号",
|
||||
"usage.share": "分享链接",
|
||||
"usage.wecom": "企业微信",
|
||||
"usage_record": "使用记录",
|
||||
"owner": "所有者"
|
||||
}
|
||||
"usage.wecom": "企业微信"
|
||||
}
|
||||
|
@@ -39,7 +39,6 @@
|
||||
"dataset_quote_role_tip": "设置为 System 时,将会把知识库引用内容放置到 system 消息中,可以确保历史记录的连贯性,但约束效果可能不佳,需要多调试。\n设置为 User 时,将会把知识库引用内容放置到 user 消息中,并且需要指定 {{question}} 变量位置。会对历史记录连贯性有一定影响,但通常约束效果更优。",
|
||||
"dataset_quote_role_user_option_desc": "强约束优先",
|
||||
"dynamic_input_description": "接收前方节点的输出值作为变量,这些变量可以被 Laf 请求参数使用。",
|
||||
"dynamic_input_description_concat": "可以引用其他节点的输出,作为文本拼接的变量,输入 / 唤起变量列表",
|
||||
"edit_input": "编辑输入",
|
||||
"edit_output": "编辑输出",
|
||||
"end_with": "结束为",
|
||||
@@ -111,7 +110,6 @@
|
||||
"loop_input_array": "数组",
|
||||
"loop_result": "数组执行结果",
|
||||
"loop_start": "循环体开始",
|
||||
"loop_start_tip": "未输入数组",
|
||||
"max_dialog_rounds": "最多携带多少轮对话记录",
|
||||
"max_tokens": "最大 Tokens",
|
||||
"mouse_priority": "鼠标优先\n- 左键按下后可拖动画布\n- 按住 shift 后左键可批量选择",
|
||||
@@ -195,4 +193,4 @@
|
||||
"workflow.Switch_success": "切换成功",
|
||||
"workflow.Team cloud": "团队云端",
|
||||
"workflow.exit_tips": "您的更改尚未保存,「直接退出」将不会保存您的编辑记录。"
|
||||
}
|
||||
}
|
12
packages/web/i18n/zh-Hant/account.json
Normal file
12
packages/web/i18n/zh-Hant/account.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"api_key": "API 金鑰",
|
||||
"bills_and_invoices": "帳單與發票",
|
||||
"confirm_logout": "確認登出登入?",
|
||||
"logout": "登出",
|
||||
"notifications": "通知",
|
||||
"personal_information": "個人資訊",
|
||||
"personalization": "個人化",
|
||||
"promotion_records": "促銷記錄",
|
||||
"team": "團隊管理",
|
||||
"usage_records": "使用記錄"
|
||||
}
|
3
packages/web/i18n/zh-Hant/account_apikey.json
Normal file
3
packages/web/i18n/zh-Hant/account_apikey.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"key_tips": "你可以使用 API 金鑰存取一些特定的介面(無法存取應用,存取應用程式需使用應用程式內的 API key)"
|
||||
}
|
51
packages/web/i18n/zh-Hant/account_bill.json
Normal file
51
packages/web/i18n/zh-Hant/account_bill.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"all": "全部",
|
||||
"back": "返回",
|
||||
"bank_account": "開戶帳號",
|
||||
"bank_name": "開戶銀行",
|
||||
"bill_detail": "帳單詳情",
|
||||
"bill_record": "帳單記錄",
|
||||
"company_address": "公司地址",
|
||||
"company_phone": "公司電話",
|
||||
"completed": "已完成",
|
||||
"confirm": "確認",
|
||||
"default_header": "預設抬頭",
|
||||
"detail": "詳情",
|
||||
"email_address": "郵件地址",
|
||||
"extra_ai_points": "AI 積分運算標準",
|
||||
"extra_dataset_size": "額外知識庫容量",
|
||||
"generation_time": "生成時間",
|
||||
"has_invoice": "是否已開票",
|
||||
"invoice_amount": "開票金額",
|
||||
"invoice_detail": "發票詳情",
|
||||
"invoice_sending_info": "發票將在 3-7 個工作天內發送至郵箱,請耐心等待",
|
||||
"mm": "毫米",
|
||||
"need_special_invoice": "是否需要專票",
|
||||
"no": "否",
|
||||
"no_invoice_record": "無帳單記錄~",
|
||||
"no_invoice_record_tip": "暫無開立發票紀錄",
|
||||
"order_number": "訂單編號",
|
||||
"order_type": "訂單類型",
|
||||
"organization_name": "組織名稱",
|
||||
"payment_method": "支付方式",
|
||||
"save": "儲存",
|
||||
"save_failed": "保存異常",
|
||||
"save_success": "保存成功",
|
||||
"status": "狀態",
|
||||
"submit_failed": "提交失敗",
|
||||
"submit_success": "提交成功",
|
||||
"submitted": "已提交",
|
||||
"subscription_mode_month": "按月",
|
||||
"subscription_package": "訂閱套餐",
|
||||
"subscription_period": "訂閱週期",
|
||||
"support_wallet_amount": "金額",
|
||||
"support_wallet_apply_invoice": "可開立帳單",
|
||||
"support_wallet_bill_tag_invoice": "帳單發票",
|
||||
"support_wallet_invoicing": "開票",
|
||||
"time": "時間",
|
||||
"type": "類型",
|
||||
"unit_code": "統一信用代碼",
|
||||
"update": "更新",
|
||||
"yes": "是",
|
||||
"yuan": "{{amount}}元"
|
||||
}
|
6
packages/web/i18n/zh-Hant/account_individuation.json
Normal file
6
packages/web/i18n/zh-Hant/account_individuation.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"language": "語言",
|
||||
"personalization": "個人化",
|
||||
"timezone": "時區",
|
||||
"update_data_success": "更新數據成功"
|
||||
}
|
83
packages/web/i18n/zh-Hant/account_info.json
Normal file
83
packages/web/i18n/zh-Hant/account_info.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"account_duplicate": "帳號",
|
||||
"account_knowledge_base_cleanup_warning": "免費版團隊連續 30 天未登入系統時,系統會自動清理帳號知識庫。",
|
||||
"active": "生效中",
|
||||
"ai_points": "AI 積分",
|
||||
"ai_points_calculation_standard": "AI 積分",
|
||||
"ai_points_usage": "AI 積分使用量",
|
||||
"ai_points_usage_tip": "每次呼叫 AI 模型時,都會消耗一定的 AI 積分。\n具體的計算標準可參考上方的「計費標準」。",
|
||||
"avatar": "頭像",
|
||||
"avatar_selection_exception": "頭像選擇異常",
|
||||
"balance": "餘額",
|
||||
"billing_standard": "計費標準",
|
||||
"bind_notification_error": "綁定通知帳號異常",
|
||||
"bind_notification_hint": "請綁定通知接收帳號,確保您能正常接收套餐過期提醒等通知,保障您的服務正常運作。",
|
||||
"bind_notification_success": "綁定通知帳號成功",
|
||||
"cancel": "取消",
|
||||
"change": "變更",
|
||||
"choose_avatar": "點選選擇頭像",
|
||||
"click_modify_nickname": "點選修改暱稱",
|
||||
"code_required": "驗證碼不能為空",
|
||||
"confirm": "確認",
|
||||
"confirm_password": "確認密碼",
|
||||
"contact_customer_service": "聯絡客服",
|
||||
"contact_us": "聯絡我們",
|
||||
"current_package": "目前套餐",
|
||||
"current_token_price": "目前積分價格",
|
||||
"effective_time": "生效時間",
|
||||
"email_label": "信箱",
|
||||
"exchange": "兌換",
|
||||
"exchange_failure": "兌換失敗",
|
||||
"exchange_success": "兌換成功",
|
||||
"expiration_time": "到期時間",
|
||||
"expired": "已過期",
|
||||
"group": "群組",
|
||||
"help_chatbot": "機器人助手",
|
||||
"help_document": "幫助文檔",
|
||||
"knowledge_base_capacity": "知識庫容量",
|
||||
"manage": "管理",
|
||||
"member_name": "成員名",
|
||||
"month": "月",
|
||||
"new_password": "新密碼",
|
||||
"notification_receiving": "通知接收",
|
||||
"notification_receiving_hint": "通知接收",
|
||||
"old_password": "舊密碼",
|
||||
"open_api_notice": "可以填寫 OpenAI/OneAPI 的相關金鑰。\n如果你填寫了該內容,在線上平台使用【 AI 對話】、【問題分類】和【內容提取】將會走你填寫的 Key,不會計費用。\n請注意你的 Key 是否有存取對應模型的權限。 \nGPT 模型可以選擇 FastAI 。",
|
||||
"openai_account_configuration": "OpenAI 帳號配置",
|
||||
"openai_account_setting_exception": "設定 OpenAI 帳號異常",
|
||||
"package_and_usage": "套餐與用量",
|
||||
"package_details": "套餐詳情",
|
||||
"package_expiry_time": "套餐到期時間",
|
||||
"package_usage_rules": "套餐使用規則:系統優先使用更進階的套餐,原未用完的套餐將延遲生效",
|
||||
"password": "密碼",
|
||||
"password_length_error": "密碼最少 4 位最多 60 位",
|
||||
"password_mismatch": "密碼不一致: 兩次密碼不一致",
|
||||
"password_update_error": "修改密碼異常",
|
||||
"password_update_success": "修改密碼成功",
|
||||
"pending_usage": "待使用",
|
||||
"personal_information": "個人資訊",
|
||||
"phone_label": "手機號",
|
||||
"please_bind_notification_receiving_path": "請先綁定通知接收途徑",
|
||||
"purchase_extra_package": "購買額外套餐",
|
||||
"reminder_create_bound_notification_account": "提醒創建者綁定通知帳號",
|
||||
"request_address_notice": "請求地址,預設為 openai 官方。\n可填中轉位址,未自動補全 \"v1\"",
|
||||
"resource_usage": "資源用量",
|
||||
"select_avatar": "點選選擇頭像",
|
||||
"standard_package_and_extra_resource_package": "包含標準套餐與額外資源包",
|
||||
"storage_capacity": "儲存量",
|
||||
"team_balance": "團隊餘額",
|
||||
"token_validity_period": "積分有效期限一年",
|
||||
"tokens": "積分",
|
||||
"type": "類型",
|
||||
"unlimited": "無限制",
|
||||
"update_password": "修改密碼",
|
||||
"update_success_tip": "更新數據成功",
|
||||
"upgrade_package": "升級套餐",
|
||||
"usage_balance": "使用餘額: 使用餘額",
|
||||
"usage_balance_notice": "由於系統升級,原「自動續費從餘額扣款」模式取消,餘額儲值入口關閉。\n您的餘額可用於購買積分",
|
||||
"user_account": "帳號",
|
||||
"user_team_team_name": "團隊名",
|
||||
"verification_code_required": "驗證碼不能為空",
|
||||
"you_can_convert": "您可以兌換",
|
||||
"yuan": "元"
|
||||
}
|
4
packages/web/i18n/zh-Hant/account_inform.json
Normal file
4
packages/web/i18n/zh-Hant/account_inform.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"no_notifications": "暫無通知",
|
||||
"read": "已讀"
|
||||
}
|
13
packages/web/i18n/zh-Hant/account_promotion.json
Normal file
13
packages/web/i18n/zh-Hant/account_promotion.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"amount": "金額",
|
||||
"cashback_ratio": "返現比例",
|
||||
"cashback_ratio_description": "好友儲值時你將獲得一定比例的餘額獎勵",
|
||||
"copy_invite_link": "複製邀請連結",
|
||||
"earnings": "收益(¥)",
|
||||
"invite_url": "邀請連結",
|
||||
"invite_url_tip": "透過該連結註冊的好友將永久與你綁定,其儲值時你會獲得一定餘額獎勵。\n \n此外,好友使用手機號碼註冊時,你將立即獲得 5 元獎勵。\n \n獎勵會發送到您的預設團隊。",
|
||||
"no_invite_records": "暫無邀請紀錄",
|
||||
"time": "時間",
|
||||
"total_invited": "累計邀請人數",
|
||||
"type": "類型"
|
||||
}
|
27
packages/web/i18n/zh-Hant/account_team.json
Normal file
27
packages/web/i18n/zh-Hant/account_team.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"action": "操作",
|
||||
"confirm_delete_group": "確認刪除群組?",
|
||||
"confirm_leave_team": "確認離開該團隊? \n \n退出後,您在該團隊所有的資源( 應用程式、知識庫、資料夾、管理的群組等)均轉讓給團隊所有者。",
|
||||
"create_group": "建立群組",
|
||||
"delete": "刪除",
|
||||
"edit_info": "編輯訊息",
|
||||
"group": "群組",
|
||||
"group_name": "群組名稱",
|
||||
"label_sync": "標籤同步",
|
||||
"leave_team_failed": "離開團隊異常",
|
||||
"manage_member": "管理成員",
|
||||
"member": "成員",
|
||||
"member_group": "所屬成員組",
|
||||
"owner": "擁有者",
|
||||
"permission": "權限",
|
||||
"remove_tip": "確認將 {{username}} 移出團隊?",
|
||||
"retain_admin_permissions": "保留管理員權限",
|
||||
"search_member_group_name": "搜尋成員/群組名稱",
|
||||
"total_team_members": "共 {{amount}} 名成員",
|
||||
"transfer_ownership": "轉讓所有者",
|
||||
"user_name": "使用者名稱",
|
||||
"user_team_invite_member": "邀請成員",
|
||||
"user_team_leave_team": "離開團隊",
|
||||
"user_team_leave_team_failed": "離開團隊失敗",
|
||||
"waiting": "待接受"
|
||||
}
|
23
packages/web/i18n/zh-Hant/account_usage.json
Normal file
23
packages/web/i18n/zh-Hant/account_usage.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ai_model": "AI 模型",
|
||||
"all": "所有",
|
||||
"app_name": "應用程式名",
|
||||
"billing_module": "扣費模組",
|
||||
"details": "詳情",
|
||||
"duration_seconds": "時長(秒)",
|
||||
"generation_time": "生成時間",
|
||||
"member": "成員",
|
||||
"member_name": "成員名",
|
||||
"module_name": "模組名",
|
||||
"month": "月",
|
||||
"no_usage_records": "暫無使用紀錄",
|
||||
"order_number": "訂單編號",
|
||||
"project_name": "專案名",
|
||||
"source": "來源",
|
||||
"text_length": "文字長度",
|
||||
"token_length": "token 長度",
|
||||
"total_points": "AI 積分消耗",
|
||||
"total_points_consumed": "AI 積分消耗",
|
||||
"usage_detail": "使用詳情",
|
||||
"user_type": "類型"
|
||||
}
|
@@ -14,6 +14,9 @@
|
||||
"app.version_past": "已發布過",
|
||||
"app.version_publish_tips": "此版本將儲存至團隊雲端,同步給整個團隊,同時更新所有發布通道的應用程式版本",
|
||||
"app_detail": "應用程式詳細資訊",
|
||||
"auto_execute": "自動執行",
|
||||
"auto_execute_default_prompt_placeholder": "自動執行時,發送的預設問題",
|
||||
"auto_execute_tip": "開啟後,使用者進入對話式介面將自動觸發工作流程。\n執行順序:1、對話開場白;2、全域變數;3、自動執行。",
|
||||
"chat_debug": "聊天預覽",
|
||||
"chat_logs": "對話紀錄",
|
||||
"chat_logs_tips": "紀錄會記錄此應用程式的線上、分享和 API(需填寫 chatId)對話紀錄",
|
||||
@@ -45,7 +48,6 @@
|
||||
"file_recover": "檔案將會覆蓋目前內容",
|
||||
"file_upload": "檔案上傳",
|
||||
"file_upload_tip": "開啟後,可以上傳文件/圖片。文件保留 7 天,圖片保留 15 天。使用這個功能可能產生較多額外費用。為了確保使用體驗,使用這個功能時,請選擇上下文長度較大的 AI 模型。",
|
||||
"global_variables_desc": "變數描述",
|
||||
"go_to_chat": "前往對話",
|
||||
"go_to_run": "前往執行",
|
||||
"image_upload": "圖片上傳",
|
||||
@@ -77,13 +79,16 @@
|
||||
"move.hint": "移動後,所選應用程式/資料夾將會繼承新資料夾的權限設定,原先的權限設定將會失效。",
|
||||
"move_app": "移動應用程式",
|
||||
"not_json_file": "請選擇 JSON 檔案",
|
||||
"open_auto_execute": "啟用自動執行",
|
||||
"open_vision_function_tip": "有圖示開關的模型即擁有圖片辨識功能。若開啟,模型會解析檔案連結中的圖片,並自動解析使用者問題中的圖片(使用者問題 ≤ 500 字時生效)。",
|
||||
"or_drag_JSON": "或拖曳 JSON 檔案",
|
||||
"paste_config": "貼上設定",
|
||||
"permission.des.manage": "在寫入權限基礎上,可以設定發布通道、檢視對話紀錄、分配這個應用程式的權限",
|
||||
"permission.des.read": "可以使用這個應用程式進行對話",
|
||||
"permission.des.write": "可以檢視和編輯應用程式",
|
||||
"plugin_cost_per_times": "{{cost}}/次",
|
||||
"plugin.Instructions": "使用說明",
|
||||
"plugin_cost_by_token": "根據 token 消耗計費",
|
||||
"plugin_cost_per_times": "{{cost}} 積分/次",
|
||||
"plugin_dispatch": "外掛呼叫",
|
||||
"plugin_dispatch_tip": "賦予模型取得外部資料的能力,具體呼叫哪些外掛,將由模型自主決定,所有外掛都將以非串流模式執行。\n若選擇了外掛,知識庫呼叫將自動作為一個特殊的外掛。",
|
||||
"publish_channel": "發布通道",
|
||||
@@ -102,7 +107,6 @@
|
||||
"template.standard_template": "標準範本",
|
||||
"template.standard_template_des": "標準提示詞,用於結構不固定的知識庫。",
|
||||
"templateMarket.Search_template": "搜尋範本",
|
||||
"templateMarket.Template_market": "範本市集",
|
||||
"templateMarket.Use": "使用",
|
||||
"templateMarket.no_intro": "還沒有介紹~",
|
||||
"templateMarket.templateTags.Image_generation": "影像生成",
|
||||
|
@@ -4,6 +4,7 @@
|
||||
"LLM_model_response_empty": "模型流程回應為空,請檢查模型流程輸出是否正常",
|
||||
"chat_history": "對話紀錄",
|
||||
"chat_input_guide_lexicon_is_empty": "尚未設定詞彙庫",
|
||||
"chat_test_app": "調試-{{name}}",
|
||||
"citations": "{{num}} 筆引用",
|
||||
"click_contextual_preview": "點選檢視上下文預覽",
|
||||
"config_input_guide": "設定輸入導引",
|
||||
@@ -47,4 +48,4 @@
|
||||
"upload": "上傳",
|
||||
"view_citations": "檢視引用",
|
||||
"web_site_sync": "網站同步"
|
||||
}
|
||||
}
|
@@ -18,6 +18,7 @@
|
||||
"FAQ.switch_package_a": "方案使用規則為優先使用較進階的方案。因此,若購買的新方案比目前方案更進階,則新方案會立即生效;否則將繼續使用目前方案。",
|
||||
"FAQ.switch_package_q": "是否會切換訂閱方案?",
|
||||
"Folder": "資料夾",
|
||||
"Instructions": "使用說明",
|
||||
"Login": "登入",
|
||||
"Move": "移動",
|
||||
"Name": "名稱",
|
||||
@@ -25,6 +26,7 @@
|
||||
"Rename": "重新命名",
|
||||
"Resume": "繼續",
|
||||
"Running": "執行中",
|
||||
"Select_all": "全選",
|
||||
"Submit": "送出",
|
||||
"UnKnow": "未知",
|
||||
"Warning": "警告",
|
||||
@@ -96,6 +98,7 @@
|
||||
"common.Cancel": "取消",
|
||||
"common.Choose": "選擇",
|
||||
"common.Close": "關閉",
|
||||
"common.Code": "源碼",
|
||||
"common.Config": "設定",
|
||||
"common.Confirm": "確認",
|
||||
"common.Confirm Create": "確認建立",
|
||||
@@ -128,6 +131,8 @@
|
||||
"common.Expired Time": "到期時間",
|
||||
"common.File": "檔案",
|
||||
"common.Finish": "完成",
|
||||
"common.FullScreen": "全屏",
|
||||
"common.FullScreenLight": "全屏預覽",
|
||||
"common.Import": "匯入",
|
||||
"common.Import failed": "匯入失敗",
|
||||
"common.Import success": "匯入成功",
|
||||
@@ -156,6 +161,7 @@
|
||||
"common.Permission": "權限",
|
||||
"common.Permission_tip": "個人權限大於群組權限",
|
||||
"common.Please Input Name": "請輸入名稱",
|
||||
"common.Preview": "預覽",
|
||||
"common.Read document": "閱讀文件",
|
||||
"common.Read intro": "閱讀說明",
|
||||
"common.Remove": "移除",
|
||||
@@ -268,9 +274,11 @@
|
||||
"core.app.Api request": "API 存取",
|
||||
"core.app.Api request desc": "透過 API 整合到現有系統中,或整合到企業微信、飛書等",
|
||||
"core.app.App intro": "應用程式介紹",
|
||||
"core.app.Auto execute": "自動執行",
|
||||
"core.app.Chat Variable": "對話變數",
|
||||
"core.app.Config schedule plan": "設定排程執行",
|
||||
"core.app.Config whisper": "設定語音輸入",
|
||||
"core.app.Config_auto_execute": "點選配置自動執行規則",
|
||||
"core.app.Interval timer config": "排程執行設定",
|
||||
"core.app.Interval timer run": "排程執行",
|
||||
"core.app.Interval timer tip": "可排程執行應用程式",
|
||||
@@ -338,7 +346,7 @@
|
||||
"core.app.schedule.Default prompt placeholder": "執行應用程式時的預設問題",
|
||||
"core.app.schedule.Every day": "每天 {{hour}}:00",
|
||||
"core.app.schedule.Every month": "每月 {{day}} 號 {{hour}}:00",
|
||||
"core.app.schedule.Every week": "每週{{day}} {{hour}}:00",
|
||||
"core.app.schedule.Every week": "每週 {{day}} {{hour}}:00",
|
||||
"core.app.schedule.Interval": "每 {{interval}} 小時",
|
||||
"core.app.schedule.Open schedule": "排程執行",
|
||||
"core.app.setting": "應用程式資訊設定",
|
||||
@@ -365,7 +373,7 @@
|
||||
"core.app.tts.Test Listen Text": "您好,這是語音測試。如果您能聽到這句話,表示語音播放功能正常",
|
||||
"core.app.tts.Web": "瀏覽器內建(免費)",
|
||||
"core.app.whisper.Auto send": "自動傳送",
|
||||
"core.app.whisper.Auto send tip": "語音輸入完成後自動傳送,無需手動點選傳送按鈕",
|
||||
"core.app.whisper.Auto send tip": "語音輸入完成後自動傳送,無需手動點選傳送按鈕",
|
||||
"core.app.whisper.Auto tts response": "自動語音回應",
|
||||
"core.app.whisper.Auto tts response tip": "透過語音輸入傳送的問題,將直接以語音形式回應。請確保已開啟語音播放功能。",
|
||||
"core.app.whisper.Close": "關閉",
|
||||
@@ -490,6 +498,7 @@
|
||||
"core.dataset.Start export": "已開始匯出",
|
||||
"core.dataset.Table collection": "表格資料集",
|
||||
"core.dataset.Text collection": "文字資料集",
|
||||
"core.dataset.apiFile": "API 檔案",
|
||||
"core.dataset.collection.Click top config website": "點選設定網站",
|
||||
"core.dataset.collection.Collection name": "資料集名稱",
|
||||
"core.dataset.collection.Collection raw text": "資料集內容",
|
||||
@@ -504,7 +513,6 @@
|
||||
"core.dataset.collection.metadata.Chunk Size": "分割大小",
|
||||
"core.dataset.collection.metadata.Createtime": "建立時間",
|
||||
"core.dataset.collection.metadata.Raw text length": "原始文字長度",
|
||||
"core.dataset.collection.metadata.Training Type": "訓練模式",
|
||||
"core.dataset.collection.metadata.Updatetime": "更新時間",
|
||||
"core.dataset.collection.metadata.Web page selector": "網頁選擇器",
|
||||
"core.dataset.collection.metadata.metadata": "中繼資料",
|
||||
@@ -580,7 +588,6 @@
|
||||
"core.dataset.import.Sources list": "來源列表",
|
||||
"core.dataset.import.Start upload": "開始上傳",
|
||||
"core.dataset.import.Total files": "共 {{total}} 個檔案",
|
||||
"core.dataset.import.Training mode": "訓練模式",
|
||||
"core.dataset.import.Upload complete": "上傳完成",
|
||||
"core.dataset.import.Upload data": "確認上傳",
|
||||
"core.dataset.import.Upload file progress": "檔案上傳進度",
|
||||
@@ -680,7 +687,7 @@
|
||||
"core.module.Setting quote prompt": "設定引用提示詞",
|
||||
"core.module.Variable": "全域變數",
|
||||
"core.module.Variable Setting": "變數設定",
|
||||
"core.module.edit.Field Name Cannot Be Empty": "欄位名稱不能為空",
|
||||
"core.module.edit.Field Name Cannot Be Empty": "欄位名稱不能為空",
|
||||
"core.module.extract.Add field": "新增欄位",
|
||||
"core.module.extract.Enum Description": "列舉此欄位可能的值,每行一個",
|
||||
"core.module.extract.Enum Value": "列舉值",
|
||||
@@ -734,7 +741,7 @@
|
||||
"core.module.template.AI support tool tip": "支援函式呼叫的模型可以更好地使用工具呼叫。",
|
||||
"core.module.template.Basic Node": "基本功能",
|
||||
"core.module.template.Query extension": "問題最佳化",
|
||||
"core.module.template.System Plugin": "系統外掛程式",
|
||||
"core.module.template.System Plugin": "系統插件",
|
||||
"core.module.template.System input module": "系統輸入模組",
|
||||
"core.module.template.Team app": "團隊應用程式",
|
||||
"core.module.template.Tool module": "工具",
|
||||
@@ -899,6 +906,7 @@
|
||||
"navbar.Chat": "對話",
|
||||
"navbar.Datasets": "知識庫",
|
||||
"navbar.Studio": "工作區",
|
||||
"navbar.Toolkit": "工具箱",
|
||||
"navbar.Tools": "工具",
|
||||
"new_create": "建立新項目",
|
||||
"no": "否",
|
||||
@@ -1017,7 +1025,7 @@
|
||||
"support.wallet.Amount": "金額",
|
||||
"support.wallet.Buy": "購買",
|
||||
"support.wallet.Not sufficient": "您的 AI 點數不足,請先升級方案或購買額外 AI 點數後繼續使用。",
|
||||
"support.wallet.Plan expired time": "方案到期時間",
|
||||
"support.wallet.Plan expired time": "方案到期時間",
|
||||
"support.wallet.Standard Plan Detail": "方案詳細資訊",
|
||||
"support.wallet.To read plan": "檢視方案",
|
||||
"support.wallet.amount_0": "購買數量不能為 0",
|
||||
@@ -1213,6 +1221,7 @@
|
||||
"user.team.role.writer": "可寫入成員",
|
||||
"user.type": "類型",
|
||||
"verification": "驗證",
|
||||
"workflow.template.communication": "通訊",
|
||||
"xx_search_result": "{{key}} 的搜尋結果",
|
||||
"yes": "是",
|
||||
"yesterday": "昨天",
|
||||
|
@@ -1,18 +1,28 @@
|
||||
{
|
||||
"Enable": "啟用",
|
||||
"add_file": "新增文件",
|
||||
"api_file": "API 檔案庫",
|
||||
"api_url": "介面位址",
|
||||
"collection.Create update time": "建立/更新時間",
|
||||
"collection.Training type": "分段模式",
|
||||
"collection_not_support_retraining": "此集合類型不支援重新調整參數",
|
||||
"collection_not_support_sync": "該集合不支援同步",
|
||||
"collection_sync": "立即同步",
|
||||
"collection_sync_confirm_tip": "確認開始同步資料?\n系統將會拉取最新資料進行比較,如果內容不相同,則會建立一個新的集合並刪除舊的集合,請確認!",
|
||||
"collection_tags": "集合標籤",
|
||||
"common_dataset": "通用資料集",
|
||||
"common_dataset_desc": "可透過匯入檔案、網頁連結或手動輸入的方式建立資料集",
|
||||
"confirm_to_rebuild_embedding_tip": "確定要為資料集切換索引嗎?\n切換索引是一個重要的操作,需要對您資料集內所有資料重新建立索引,可能需要較長時間,請確保帳號內剩餘點數充足。\n\n此外,您還需要注意修改使用此資料集的應用程式,避免與其他索引模型資料集混用。",
|
||||
"core.dataset.import.Adjust parameters": "調整參數",
|
||||
"custom_data_process_params": "自訂",
|
||||
"custom_data_process_params_desc": "自訂資料處理規則",
|
||||
"data.ideal_chunk_length": "理想分塊長度",
|
||||
"data_process_params": "處理參數",
|
||||
"data_process_setting": "資料處理設定",
|
||||
"dataset.Unsupported operation": "操作不支持",
|
||||
"dataset.no_collections": "尚無資料集",
|
||||
"dataset.no_tags": "尚無標籤",
|
||||
"error.collectionNotFound": "找不到集合",
|
||||
"external_file": "外部檔案庫",
|
||||
"external_file_dataset_desc": "可以從外部檔案庫匯入檔案建立資料集,檔案不會進行二次儲存",
|
||||
"external_id": "檔案讀取識別碼",
|
||||
@@ -32,6 +42,11 @@
|
||||
"permission.des.write": "可新增和變更資料集內容",
|
||||
"rebuild_embedding_start_tip": "切換索引模型任務已開始",
|
||||
"rebuilding_index_count": "重建中索引數量:{{count}}",
|
||||
"request_headers": "請求頭",
|
||||
"retain_collection": "調整訓練參數",
|
||||
"retrain_task_submitted": "重新訓練任務已提交",
|
||||
"same_api_collection": "存在相同的 API 集合",
|
||||
"start_sync_website_tip": "確認開始同步資料?\n將會刪除舊資料後重新獲取,請確認!",
|
||||
"tag.Add New": "新增",
|
||||
"tag.Add_new_tag": "新增標籤",
|
||||
"tag.Edit_tag": "編輯標籤",
|
||||
|
@@ -14,5 +14,5 @@
|
||||
"support_max_size": "單一檔案大小上限為 {{maxSize}}",
|
||||
"upload_failed": "上傳失敗",
|
||||
"reached_max_file_count": "已達檔案數量上限",
|
||||
"upload_error_description": "單次僅支援上傳多個檔案或一個資料夾"
|
||||
}
|
||||
"upload_error_description": "單次僅支援上傳多個檔案或一個資料夾"
|
||||
}
|
@@ -8,7 +8,7 @@
|
||||
"password_condition": "密碼最多 60 個字元",
|
||||
"policy_tip": "使用即代表您同意我們的",
|
||||
"privacy": "隱私權政策",
|
||||
"redirect": "跳轉",
|
||||
"redirect": "跳轉",
|
||||
"register": "註冊帳號",
|
||||
"root_password_placeholder": "root 使用者密碼為環境變數 DEFAULT_ROOT_PSW 的值",
|
||||
"terms": "服務條款",
|
||||
@@ -16,4 +16,4 @@
|
||||
"agree": "同意",
|
||||
"cookies_tip": "本網站使用 cookies 提供更好的服務體驗。繼續使用即表示您同意我們的 Cookie 政策。",
|
||||
"privacy_policy": "隱私權政策"
|
||||
}
|
||||
}
|
@@ -24,10 +24,8 @@
|
||||
"publish_name": "名稱",
|
||||
"qpm_is_empty": "QPM 不可為空白",
|
||||
"qpm_tips": "每個 IP 每分鐘最高查詢次數",
|
||||
"quote_content": "引用內容",
|
||||
"request_address": "請求網址",
|
||||
"show_node": "即時執行狀態",
|
||||
"show_origin_content": "檢視原始來源",
|
||||
"show_share_link_modal_title": "開始使用",
|
||||
"token_auth": "身分驗證",
|
||||
"token_auth_tips": "身分驗證伺服器網址。若有提供,每次對話前將向指定伺服器傳送驗證請求。",
|
||||
@@ -38,4 +36,4 @@
|
||||
"wecom.create_modal_title": "建立企業微信聊天機器人",
|
||||
"wecom.edit_modal_title": "編輯企業微信聊天機器人",
|
||||
"wecom.title": "發布至企業微信聊天機器人"
|
||||
}
|
||||
}
|
@@ -5,7 +5,7 @@
|
||||
"bill.conversion": "兌換",
|
||||
"bill.convert_error": "兌換失敗",
|
||||
"bill.convert_success": "兌換成功",
|
||||
"bill.current_token_price": "目前點數價格",
|
||||
"bill.current_token_price": "目前點數價格",
|
||||
"bill.not_need_invoice": "餘額支付無法開立發票",
|
||||
"bill.price": "價格",
|
||||
"bill.renew_plan": "續訂方案",
|
||||
@@ -17,9 +17,6 @@
|
||||
"bill.valid_time": "生效時間",
|
||||
"bill.you_can_convert": "您可兌換",
|
||||
"bill.yuan": "元",
|
||||
"bill_and_invoices": "帳單與發票",
|
||||
"bind_inform_account_error": "綁定通知帳號失敗",
|
||||
"bind_inform_account_success": "綁定通知帳號成功",
|
||||
"delete.admin_failed": "刪除管理員失敗",
|
||||
"delete.admin_success": "刪除管理員成功",
|
||||
"delete.failed": "刪除失敗",
|
||||
@@ -29,8 +26,8 @@
|
||||
"login.error": "登入失敗",
|
||||
"login.password_condition": "密碼最多可輸入 60 個字元",
|
||||
"login.success": "登入成功",
|
||||
"manage_team": "管理團隊",
|
||||
"name": "名稱",
|
||||
"notice": "通知",
|
||||
"notification.Bind Notification Pipe Hint": "請綁定通知接收帳號,以確保您能正常接收方案到期提醒等通知,保障您的服務正常運作。",
|
||||
"notification.remind_owner_bind": "請提醒建立者綁定通知帳號",
|
||||
"operations": "操作",
|
||||
@@ -73,11 +70,19 @@
|
||||
"register.success": "註冊成功",
|
||||
"register.to_login": "已有帳號?前往登入",
|
||||
"search_user": "搜尋使用者名稱",
|
||||
"sign_out": "登出",
|
||||
"sso_auth_failed": "SSO 鑑權失敗",
|
||||
"synchronization.button": "立即同步",
|
||||
"synchronization.placeholder": "請輸入同步標籤",
|
||||
"synchronization.title": "填寫標籤同步連結,點選同步按鈕即可同步",
|
||||
"team.Add manager": "新增管理員",
|
||||
"team.Confirm Invite": "確認邀請",
|
||||
"team.Create Team": "創建新團隊",
|
||||
"team.Invite Member Failed Tip": "邀請成員出現異常",
|
||||
"team.Invite Member Result Tip": "邀請結果提示",
|
||||
"team.Invite Member Success Tip": "邀請成員完成\n\n成功:{{success}} 人\n\n使用者名稱無效:{{inValid}}\n\n已在團隊中:{{inTeam}}",
|
||||
"team.Set Name": "給團隊取個名字",
|
||||
"team.Team Name": "團隊名",
|
||||
"team.Update Team": "更新團隊資訊",
|
||||
"team.add_collaborator": "新增協作者",
|
||||
"team.add_writer": "新增可寫入成員",
|
||||
"team.avatar_and_name": "頭像與名稱",
|
||||
@@ -111,6 +116,5 @@
|
||||
"usage.feishu": "飛書",
|
||||
"usage.official_account": "公眾號",
|
||||
"usage.share": "分享連結",
|
||||
"usage.wecom": "企業微信",
|
||||
"usage_record": "使用紀錄"
|
||||
"usage.wecom": "企業微信"
|
||||
}
|
||||
|
@@ -39,7 +39,6 @@
|
||||
"dataset_quote_role_tip": "設定為 System 時,會將知識庫引用內容放置到系統訊息中,可以確保歷史紀錄的連貫性,但約束效果可能不佳。\n設定為 User 時,會將知識庫引用內容放置到使用者訊息中,並且需要指定 {{question}} 變數位置。會對歷史紀錄連貫性有一定影響,但通常約束效果較佳。",
|
||||
"dataset_quote_role_user_option_desc": "強約束優先",
|
||||
"dynamic_input_description": "接收前一個節點的輸出值作為變數,這些變數可以被 Laf 請求參數使用。",
|
||||
"dynamic_input_description_concat": "可以引用其他節點的輸出作為文字串接的變數,輸入 / 叫出變數清單",
|
||||
"edit_input": "編輯輸入",
|
||||
"edit_output": "編輯輸出",
|
||||
"end_with": "結尾為",
|
||||
@@ -111,7 +110,6 @@
|
||||
"loop_input_array": "陣列",
|
||||
"loop_result": "陣列執行結果",
|
||||
"loop_start": "迴圈開始",
|
||||
"loop_start_tip": "未輸入陣列",
|
||||
"max_dialog_rounds": "最多攜帶幾輪對話紀錄",
|
||||
"max_tokens": "最大 Token 數",
|
||||
"mouse_priority": "滑鼠優先\n- 按下左鍵拖曳畫布\n- 按住 Shift 鍵並點選左鍵可批次選取",
|
||||
@@ -195,4 +193,4 @@
|
||||
"workflow.Switch_success": "切換成功",
|
||||
"workflow.Team cloud": "團隊雲端",
|
||||
"workflow.exit_tips": "您的變更尚未儲存,「直接結束」將不會儲存您的編輯紀錄。"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user