From 0ce410d742ff2c4facad42b81df42a1c3334a29b Mon Sep 17 00:00:00 2001 From: Ryo Date: Wed, 25 Mar 2026 18:07:18 +0800 Subject: [PATCH] clean icons and translations (#6641) --- .../web/components/common/Icon/constants.ts | 10 + packages/web/i18n/en/account.json | 18 - packages/web/i18n/en/account_bill.json | 6 - packages/web/i18n/en/account_info.json | 15 - packages/web/i18n/en/account_inform.json | 1 - packages/web/i18n/en/account_model.json | 16 - packages/web/i18n/en/account_setting.json | 1 - packages/web/i18n/en/account_team.json | 18 +- packages/web/i18n/en/account_thirdParty.json | 4 - packages/web/i18n/en/account_usage.json | 10 - packages/web/i18n/en/app.json | 105 ------ packages/web/i18n/en/chat.json | 41 +-- packages/web/i18n/en/common.json | 319 +----------------- .../web/i18n/en/dashboard_evaluation.json | 4 - packages/web/i18n/en/dashboard_mcp.json | 2 - packages/web/i18n/en/dataset.json | 36 -- packages/web/i18n/en/file.json | 27 +- packages/web/i18n/en/login.json | 6 +- packages/web/i18n/en/publish.json | 6 - packages/web/i18n/en/user.json | 69 +--- packages/web/i18n/en/workflow.json | 14 - packages/web/i18n/zh-CN/account.json | 18 - packages/web/i18n/zh-CN/account_apikey.json | 2 +- packages/web/i18n/zh-CN/account_bill.json | 6 - packages/web/i18n/zh-CN/account_info.json | 15 - packages/web/i18n/zh-CN/account_inform.json | 3 +- packages/web/i18n/zh-CN/account_model.json | 16 - .../web/i18n/zh-CN/account_promotion.json | 2 +- packages/web/i18n/zh-CN/account_setting.json | 3 +- packages/web/i18n/zh-CN/account_team.json | 18 +- .../web/i18n/zh-CN/account_thirdParty.json | 4 - packages/web/i18n/zh-CN/account_usage.json | 10 - packages/web/i18n/zh-CN/app.json | 105 ------ packages/web/i18n/zh-CN/chat.json | 41 +-- packages/web/i18n/zh-CN/common.json | 319 +----------------- .../web/i18n/zh-CN/dashboard_evaluation.json | 4 - packages/web/i18n/zh-CN/dashboard_mcp.json | 2 - packages/web/i18n/zh-CN/dataset.json | 36 -- packages/web/i18n/zh-CN/file.json | 27 +- packages/web/i18n/zh-CN/login.json | 6 +- packages/web/i18n/zh-CN/publish.json | 6 - packages/web/i18n/zh-CN/user.json | 69 +--- packages/web/i18n/zh-CN/workflow.json | 14 - packages/web/i18n/zh-Hant/account.json | 18 - packages/web/i18n/zh-Hant/account_apikey.json | 2 +- packages/web/i18n/zh-Hant/account_bill.json | 6 - packages/web/i18n/zh-Hant/account_info.json | 15 - packages/web/i18n/zh-Hant/account_inform.json | 3 +- packages/web/i18n/zh-Hant/account_model.json | 16 - .../web/i18n/zh-Hant/account_promotion.json | 2 +- .../web/i18n/zh-Hant/account_setting.json | 3 +- packages/web/i18n/zh-Hant/account_team.json | 17 +- .../web/i18n/zh-Hant/account_thirdParty.json | 4 - packages/web/i18n/zh-Hant/account_usage.json | 10 - packages/web/i18n/zh-Hant/app.json | 96 ------ packages/web/i18n/zh-Hant/chat.json | 38 +-- packages/web/i18n/zh-Hant/common.json | 316 +---------------- .../i18n/zh-Hant/dashboard_evaluation.json | 4 - packages/web/i18n/zh-Hant/dashboard_mcp.json | 2 - packages/web/i18n/zh-Hant/dataset.json | 36 -- packages/web/i18n/zh-Hant/file.json | 27 +- packages/web/i18n/zh-Hant/login.json | 6 +- packages/web/i18n/zh-Hant/publish.json | 6 - packages/web/i18n/zh-Hant/user.json | 68 +--- packages/web/i18n/zh-Hant/workflow.json | 14 - 65 files changed, 36 insertions(+), 2127 deletions(-) diff --git a/packages/web/components/common/Icon/constants.ts b/packages/web/components/common/Icon/constants.ts index 8db0c6e344..b993d589ec 100644 --- a/packages/web/components/common/Icon/constants.ts +++ b/packages/web/components/common/Icon/constants.ts @@ -22,8 +22,10 @@ export const iconPaths = { 'common/app': () => import('./icons/common/app.svg'), 'common/arrowLeft': () => import('./icons/common/arrowLeft.svg'), 'common/arrowRight': () => import('./icons/common/arrowRight.svg'), + 'common/audit': () => import('./icons/common/audit.svg'), 'common/backFill': () => import('./icons/common/backFill.svg'), 'common/backLight': () => import('./icons/common/backLight.svg'), + 'common/billing': () => import('./icons/common/billing.svg'), 'common/check': () => import('./icons/common/check.svg'), 'common/clearLight': () => import('./icons/common/clearLight.svg'), 'common/closeLight': () => import('./icons/common/closeLight.svg'), @@ -60,6 +62,8 @@ export const iconPaths = { 'common/inviteLight': () => import('./icons/common/inviteLight.svg'), 'common/language/America': () => import('./icons/common/language/America.svg'), 'common/language/China': () => import('./icons/common/language/China.svg'), + 'common/language/en': () => import('./icons/common/language/en.svg'), + 'common/language/zh': () => import('./icons/common/language/zh.svg'), 'common/latest_page': () => import('./icons/common/latest_page.svg'), 'common/layer': () => import('./icons/common/layer.svg'), 'common/leftArrowLight': () => import('./icons/common/leftArrowLight.svg'), @@ -74,6 +78,7 @@ export const iconPaths = { 'common/microsoft': () => import('./icons/common/microsoft.svg'), 'common/model': () => import('./icons/common/model.svg'), 'common/openai': () => import('./icons/common/openai.svg'), + 'common/overviewLight': () => import('./icons/common/overviewLight.svg'), 'common/paramsLight': () => import('./icons/common/paramsLight.svg'), 'common/paused': () => import('./icons/common/paused.svg'), 'common/refresh': () => import('./icons/common/refresh.svg'), @@ -95,8 +100,10 @@ export const iconPaths = { 'common/templateMarket': () => import('./icons/common/templateMarket.svg'), 'common/text/t': () => import('./icons/common/text/t.svg'), 'common/thirdParty': () => import('./icons/common/thirdParty.svg'), + 'common/toolkit': () => import('./icons/common/toolkit.svg'), 'common/trash': () => import('./icons/common/trash.svg'), 'common/uploadFileFill': () => import('./icons/common/uploadFileFill.svg'), + 'common/userInfo': () => import('./icons/common/userInfo.svg'), 'common/variable': () => import('./icons/common/variable.svg'), 'common/viewLight': () => import('./icons/common/viewLight.svg'), 'common/voiceLight': () => import('./icons/common/voiceLight.svg'), @@ -115,6 +122,7 @@ export const iconPaths = { 'core/app/agent/child/stepSummary': () => import('./icons/core/app/agent/child/stepSummary.svg'), 'core/app/aiFill': () => import('./icons/core/app/aiFill.svg'), 'core/app/aiLight': () => import('./icons/core/app/aiLight.svg'), + 'core/app/aiLightSmall': () => import('./icons/core/app/aiLightSmall.svg'), 'core/app/create': () => import('./icons/core/app/create.svg'), 'core/app/customFeedback': () => import('./icons/core/app/customFeedback.svg'), 'core/app/headphones': () => import('./icons/core/app/headphones.svg'), @@ -454,6 +462,7 @@ export const iconPaths = { 'support/account/promotionLight': () => import('./icons/support/account/promotionLight.svg'), 'support/bill/extraDatasetsize': () => import('./icons/support/bill/extraDatasetsize.svg'), 'support/bill/payRecordLight': () => import('./icons/support/bill/payRecordLight.svg'), + 'support/bill/priceLight': () => import('./icons/support/bill/priceLight.svg'), 'support/bill/shoppingCart': () => import('./icons/support/bill/shoppingCart.svg'), 'support/bill/wallet': () => import('./icons/support/bill/wallet.svg'), 'support/config/configFill': () => import('./icons/support/config/configFill.svg'), @@ -467,6 +476,7 @@ export const iconPaths = { 'support/user/informLight': () => import('./icons/support/user/informLight.svg'), 'support/user/userFill': () => import('./icons/support/user/userFill.svg'), 'support/user/userLight': () => import('./icons/support/user/userLight.svg'), + 'support/user/userLightSmall': () => import('./icons/support/user/userLightSmall.svg'), 'support/user/usersLight': () => import('./icons/support/user/usersLight.svg'), text: () => import('./icons/text.svg'), union: () => import('./icons/union.svg'), diff --git a/packages/web/i18n/en/account.json b/packages/web/i18n/en/account.json index 536f37956f..beeed5f10e 100644 --- a/packages/web/i18n/en/account.json +++ b/packages/web/i18n/en/account.json @@ -1,7 +1,5 @@ { - "account_team.delete_dataset": "Delete the knowledge base", "active_model": "Available models", - "add_default_model": "Add a preset model", "api_key": "API key", "app_registration_count": "App registration count", "audit_log_store_duration": "Audit log storage duration", @@ -11,7 +9,6 @@ "chat_history_store_duration": "Chat history storage duration", "config_model": "Model configuration", "confirm_logout": "Confirm to log out?", - "create_channel": "Add new channel", "create_model": "Add new model", "custom_config_details": "Custom configuration details", "custom_domain": "Custom Domain", @@ -27,15 +24,8 @@ "custom_domain.domain_verify.desc": "After saving, visiting {{domain}}/{{path}} will return {{content}}", "custom_domain.domain_verify.path": "File Path", "custom_domain.provider": "Domain Provider", - "custom_domain.provider.aliyun": "Alibaba Cloud", - "custom_domain.provider.tencent": "Tencent Cloud", - "custom_domain.provider.volcengine": "Volcano Engine", "custom_domain.registration_hint": "Please prepare your own domain and complete the ICP filing through {{provider}}, then fill in the domain in the input box below", - "custom_domain.status.active": "Active", - "custom_domain.status.inactive": "Inactive", - "custom_model": "custom model", "day": "day", - "default_model": "Default model", "default_model_config": "Default model configuration", "extra_ai_points": "AI points calculation standard", "extra_dataset_size": "Additional knowledge base capacity", @@ -55,10 +45,6 @@ "model.censor_tip": "If sensitive verification is required, turn on this switch", "model.charsPointsPrice": "Chars Price", "model.charsPointsPrice_tip": "Combine the model input and output for Token billing. If the language model is configured with input and output billing separately, the input and output will be calculated separately.", - "model.custom_cq_prompt": "Custom question classification prompt words", - "model.custom_cq_prompt_tip": "Override the system's default question classification prompt words, which default to:\n\"\"\"\n{{prompt}}\n\"\"\"", - "model.custom_extract_prompt": "Custom content extraction prompt words", - "model.custom_extract_prompt_tip": "The reminder word of the coverage of the system, the default:\n\"\"\"\n{{prompt}}\n\"\"\"", "model.dataset_process": "Dataset file parse", "model.defaultConfig": "Additional Body parameters", "model.defaultConfig_tip": "Each request will carry this additional Body parameter.", @@ -71,8 +57,6 @@ "model.default_token_tip": "The length of the default text block of the index model must be less than the maximum length above", "model.delete_model_confirm": "Confirm to delete this model?", "model.edit_model": "Model parameter editing", - "model.function_call": "Function Call", - "model.function_call_tip": "If the model supports function calling, turn on this switch. \nTool calls have higher priority.", "model.input_price": "Input price", "model.input_price_tip": "Language model input price. If this item is configured, the model comprehensive price will be invalid.", "model.json_config": "File config", @@ -102,7 +86,6 @@ "model.tool_choice_tip": "If the model supports tool calling, turn on this switch", "model.used_in_classify": "Used for problem classification", "model.used_in_extract_fields": "for text extraction", - "model.used_in_query_extension": "For problem optimization", "model.used_in_tool_call": "Used for tool call nodes", "model.vision": "Vision model", "model.vision_tag": "Vision", @@ -117,7 +100,6 @@ "order_type": "Order type", "payment_method": "Payment method", "personal_information": "Personal", - "personalization": "Personalization", "promotion_records": "Promotions", "requests_per_minute": "Requests per minute", "reset_default": "Restore the default configuration", diff --git a/packages/web/i18n/en/account_bill.json b/packages/web/i18n/en/account_bill.json index 7662d5abbc..005e5cd83a 100644 --- a/packages/web/i18n/en/account_bill.json +++ b/packages/web/i18n/en/account_bill.json @@ -12,24 +12,20 @@ "confirm": "confirm", "contact_phone": "Contact phone number", "contact_phone_void": "Contact phone number format error", - "day": "sky", "default_header": "Default header", "detail": "Details", "email_address": "Email address", "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_invoice_record": "No bill record~", "no_invoice_record_tip": "No invoicing record yet", "organization_name": "Organization name", "payway_coupon": "Redeem code", - "rerank": "Rerank", "save": "save", "save_failed": "Save exception", "save_success": "Saved successfully", - "sub_mode_custom": "Customize", "submit_failed": "Submission failed", "submit_success": "Submission successful", "submitted": "Submitted", @@ -40,7 +36,5 @@ "total_amount": "lump sum", "type": "type", "unit_code": "unified credit code", - "unit_code_void": "Unified credit code format error", - "update": "renew", "wecom_not_pay_tip": "Not paid, payment address will be redirected soon" } diff --git a/packages/web/i18n/en/account_info.json b/packages/web/i18n/en/account_info.json index b988935f45..3482895539 100644 --- a/packages/web/i18n/en/account_info.json +++ b/packages/web/i18n/en/account_info.json @@ -1,10 +1,8 @@ { - "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.", "app_amount": "Agent amount", "app_registration_count": "Registered app count", @@ -12,7 +10,6 @@ "avatar": "Avatar", "avatar_can_only_select_jpg_png": "Avatar can only select jpg or png format", "avatar_can_only_select_one": "Avatar can only select one picture", - "avatar_selection_exception": "Abnormal avatar selection", "balance": "balance", "billing_standard": "Standards", "cancel": "Cancel", @@ -20,7 +17,6 @@ "check_purchase_history": "View order", "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", @@ -30,7 +26,6 @@ "dataset_amount": "Dataset amount", "discount_coupon": "Coupon", "effective_time": "Effective time", - "email_label": "Mail", "exchange": "Exchange", "exchange_failure": "Redemption failed", "exchange_success": "Redemption successful", @@ -39,34 +34,25 @@ "expired_tips": "It has expired~", "general_info": "General information", "group": "Group", - "help_chatbot": "robot assistant", "help_document": "Help documentation", - "knowledge_base_capacity": "Dataset usages", - "manage": "Manage", "member_amount": "Member amount", "member_name": "Name", "month": "moon", "new_password": "New Password", "not_started_tips": "Not started", - "notification_receiving": "Notify", "old_password": "Old Password", "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_mismatch": "Password Inconsistency: Two passwords are inconsistent", "password_tip": "Password must be at least 8 characters long and contain at least two combinations: numbers, letters, or special characters", "password_update_error": "Exception when changing password", "password_update_success": "Password changed successfully", "pending_usage": "To be used", - "phone_label": "Phone number", "please_bind_contact": "Please bind the contact information", - "please_bind_notification_receiving_path": "Please bind the notification receiving method first", "purchase_extra_package": "Upgrade", "redeem_coupon": "Redeem coupon", - "reminder_create_bound_notification_account": "Remind the creator to bind the notification account", - "reset_password": "reset password", "resource_usage": "Usages", "select_avatar": "Click to select avatar", "standard_package_and_extra_resource_package": "Includes standard and extra plans", @@ -87,7 +73,6 @@ "used_tips": "Already used", "user_account": "Username", "user_team_team_name": "Team", - "verification_code": "Verification code", "you_can_convert": "you can redeem", "yuan": "Yuan" } diff --git a/packages/web/i18n/en/account_inform.json b/packages/web/i18n/en/account_inform.json index 0459e539fe..d38056ca46 100644 --- a/packages/web/i18n/en/account_inform.json +++ b/packages/web/i18n/en/account_inform.json @@ -1,7 +1,6 @@ { "notification_detail": "notification details", "no_notifications": "No notification yet", - "read": "Read", "system": "official", "team": "team" } diff --git a/packages/web/i18n/en/account_model.json b/packages/web/i18n/en/account_model.json index 8adaa6d647..77f65dc704 100644 --- a/packages/web/i18n/en/account_model.json +++ b/packages/web/i18n/en/account_model.json @@ -1,11 +1,9 @@ { - "Hunyuan": "Tencent Hunyuan", "aipoint_usage": "AI points", "all": "All", "api_key": "API key", "avg_response_time": "Average call duration (seconds)", "avg_ttfb": "Average first word duration (seconds)", - "azure": "Azure", "base_url": "Base url", "batch_size": "Number of concurrent requests", "cache_hit_analysis": "Cache analysis", @@ -24,22 +22,10 @@ "confirm_delete_channel": "Confirm the deletion of the [{{name}}] channel?", "copy_model_id_success": "Copyed model id", "create_channel": "Added channels", - "dashboard_call_trend": "Model Call Trend", "dashboard_channel": "Channel", - "dashboard_cost_trend": "Cost Consumption", - "dashboard_error_calls": "Error Calls", - "dashboard_input_tokens": "Input Tokens", "dashboard_model": "Model", "dashboard_no_data": "No data available", - "dashboard_output_tokens": "Output Tokens", - "dashboard_points": "points", - "dashboard_success_calls": "Success Calls", - "dashboard_token_trend": "Token Usage Trend", "dashboard_token_usage": "Tokens", - "dashboard_total_calls": "Total Calls:", - "dashboard_total_cost": "Total Cost", - "dashboard_total_cost_label": "Total Cost:", - "dashboard_total_tokens": "Total Tokens", "default_url": "Default address", "detail": "Detail", "duration": "Duration", @@ -47,8 +33,6 @@ "edit_channel": "Channel configuration", "enable_channel": "Enable", "forbid_channel": "Disabled", - "helper_bot_model": "Auxiliary generative models", - "helper_bot_model_tip": "Used to assist in generating Agents", "input": "Input", "key_type": "API key format:", "log": "Call log", diff --git a/packages/web/i18n/en/account_setting.json b/packages/web/i18n/en/account_setting.json index bde33c7332..816662cf45 100644 --- a/packages/web/i18n/en/account_setting.json +++ b/packages/web/i18n/en/account_setting.json @@ -1,6 +1,5 @@ { "update_data_success": "Update data successfully", - "personalization": "personalization", "language": "language", "timezone": "time zone" } diff --git a/packages/web/i18n/en/account_team.json b/packages/web/i18n/en/account_team.json index ce7204de8e..117a046a18 100644 --- a/packages/web/i18n/en/account_team.json +++ b/packages/web/i18n/en/account_team.json @@ -4,10 +4,8 @@ "30mins": "30 Minutes", "7days": "7 Days", "accept": "accept", - "action": "operate", "admin_add_plan": "Add a team package", "admin_add_user": "Add a user", - "admin_change_license": "Change of license", "admin_create_app_template": "Add a template", "admin_create_plugin": "Add plugins", "admin_create_plugin_group": "Create plugin grouping", @@ -116,11 +114,9 @@ "kick_out_team": "Remove members", "label_sync": "Tag sync", "leave": "Resigned", - "leave_team_failed": "Leaving the team exception", "link_forbidden": "Forbidden", "log_admin_add_plan": "【{{name}}】A package will be added to a team with a team id [{{teamId}}]", "log_admin_add_user": "【{{name}}】Create a user named [{{userName}}]", - "log_admin_change_license": "【{{name}}】Changed License", "log_admin_create_app_template": "【{{name}}】Added a template named [{{templateName}}]", "log_admin_create_plugin": "【{{name}}】Added plugin named [{{pluginName}}]", "log_admin_create_plugin_group": "【{{name}}】Create a plug-in group called [{{groupName}}]", @@ -207,10 +203,8 @@ "manage_member": "Managing members", "manage_per": "Administrative permissions", "member": "member", - "member_group": "Belonging to member group", "move_app": "App location movement", "move_dataset": "Mobile Knowledge Base", - "move_member": "Move member", "move_org": "Move organization", "notification_recieve": "Team notification reception", "org": "organization", @@ -230,16 +224,12 @@ "purchase_plan": "Upgrade package", "recover_team_member": "Member Recovery", "relocate_department": "Department Mobile", - "remark": "remark", "remove_tip": "Confirm to remove {{username}} from the team? The member will be marked as 'leave'. Operation data will not be deleted, and resources under the account will be automatically transferred to the team owner.", "restore_tip": "Confirm to join the team {{username}}? \nOnly the availability and related permissions of this member account are restored, and the resources under the account cannot be restored.", - "restore_tip_title": "Recovery confirmation", "retain_admin_permissions": "Keep administrator rights", "retrain_collection": "Retrain the set", "save_and_publish": "save and publish", - "search_log": "Search log", "search_member": "Search for members", - "search_member_group_name": "Search member/group name", "search_org": "Search Department", "search_test": "Search Test", "set_invoice_header": "Set up invoice header", @@ -259,11 +249,6 @@ "transfer_warning": "Warning: After transferring team ownership, you will lose all administrative privileges, and this action cannot be undone. Please proceed with caution.", "type.Folder": "Folder", "type.Http plugin": "HTTP Plugin", - "type.Http tool set": "HTTP Toolset", - "type.Plugin": "Plugin", - "type.Simple bot": "Simple App", - "type.Tool": "Tool", - "type.Tool set": "Toolset", "type.Workflow bot": "Workflow", "unlimited": "Unlimited", "update": "update", @@ -280,6 +265,5 @@ "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" + "user_team_leave_team_failed": "Failure to leave the team" } diff --git a/packages/web/i18n/en/account_thirdParty.json b/packages/web/i18n/en/account_thirdParty.json index a0b7dc46d1..7b3424cc50 100644 --- a/packages/web/i18n/en/account_thirdParty.json +++ b/packages/web/i18n/en/account_thirdParty.json @@ -1,17 +1,13 @@ { "configured": "Configured", "error.no_permission": "Please contact the administrator to configure", - "get_usage_failed": "Failed to get usage", "laf_account": "laf account", "no_intro": "No explanation yet", "not_configured": "Not configured", "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/OneAPI account", - "openai_account_setting_exception": "Setting up an exception to OpenAI account", "request_address_notice": "Request address, default is openai official. \nThe forwarding address can be filled in, but \\\"v1\\\" is not automatically completed.", "third_party_account": "Third-party account", - "third_party_account.configured": "Configured", - "third_party_account.not_configured": "Not configured", "third_party_account_desc": "The administrator can configure third-party accounts or variables here, and the account will be used by all team members.", "unavailable": "Get usage exception", "usage": "Usage", diff --git a/packages/web/i18n/en/account_usage.json b/packages/web/i18n/en/account_usage.json index aba7ca27e8..6e62f5de23 100644 --- a/packages/web/i18n/en/account_usage.json +++ b/packages/web/i18n/en/account_usage.json @@ -2,7 +2,6 @@ "agent_call": "Agent call", "ai.query_extension_embedding": "Problem optimization-embedding", "ai_model": "AI model", - "all": "all", "answer_accuracy": "Evaluation - Answer Accuracy", "app_name": "Application name", "auto_index": "Auto index", @@ -10,10 +9,8 @@ "check_left_points": "Check remaining credits", "llm_compress_text": "File content compression", "compress_llm_messages": "AI history compression", - "confirm_export": "A total of {{total}} pieces of data were filtered out. Are you sure to export?", "context_pick": "Context pick", "count": "Number of runs", - "current_filter_conditions": "Current filter conditions", "dashboard": "Dashboard", "dataset_chunk_selection": "Knowledge base block cutting", "dataset_search": "Knowledge base search", @@ -24,10 +21,7 @@ "evaluation": "Application Review", "every_day": "Day", "every_month": "Moon", - "every_week": "weekly", - "export_confirm": "Export confirmation", "export_confirm_tip": "There are currently {{total}} usage records in total. Are you sure to export?", - "export_success": "Export successfully", "export_title": "Time,Members,Type,Project name,AI points", "feishu": "Feishu", "generate_answer": "Generate app response", @@ -39,9 +33,7 @@ "llm_paragraph": "LLM segmentation", "mcp": "MCP call", "member": "member", - "member_name": "Member name", "module_name": "module name", - "month": "moon", "no_usage_records": "No usage record yet", "official_account": "Official Account", "order_number": "Order number", @@ -54,10 +46,8 @@ "qa": "QA", "rerank": "Rerank", "search_test": "Search test", - "select_member_and_source_first": "Please select members and types first", "share": "Share Link", "source": "source", - "step_call": "Step call", "step_summary": "Summary of steps", "text_length": "text length", "token_length": "token length", diff --git a/packages/web/i18n/en/app.json b/packages/web/i18n/en/app.json index be35d345d6..e465283092 100644 --- a/packages/web/i18n/en/app.json +++ b/packages/web/i18n/en/app.json @@ -11,10 +11,8 @@ "HTTP_tools_detail": "View details", "HTTP_tools_list_with_number": "Tool list: {{total}}", "Index": "Index", - "MCP_tools_debug": "debug", "MCP_tools_detail": "check the details", "MCP_tools_list": "Tool list", - "MCP_tools_list_is_empty": "MCP tool not resolved", "MCP_tools_list_with_number": "Tool list: {{total}}", "MCP_tools_parse_failed": "Failed to parse MCP address", "MCP_tools_url": "MCP Address", @@ -23,8 +21,6 @@ "No_selected_dataset": "No selected dataset", "Optimizer_CloseConfirm": "Confirm to close", "Optimizer_CloseConfirmText": "Optimization results have been generated, confirming that closing will lose the current result. Will it continue?", - "Optimizer_EmptyPrompt": "Please enter optimization requirements", - "Optimizer_Generating": "Generating...", "Optimizer_Placeholder": "How would you like to optimize the prompt?", "Optimizer_Placeholder_loading": "Generating...please wait", "Optimizer_Reoptimize": "Re-optimize", @@ -32,7 +28,6 @@ "Optimizer_Tooltip": "AI prompt optimizer", "Params_config": "Params Config", "Role_setting": "Permissions", - "Run": "Run", "Search_dataset": "Search dataset", "Selected": "Selected", "Start_config": "Start configuration", @@ -44,22 +39,18 @@ "all_apps": "All Applications", "app.Version name": "Version Name", "app.error.publish_unExist_app": "Release failed, please check whether the tool call is normal", - "app.error.unExist_app": "Some components are missing, please delete them", "app.modules.has new version": "New Version Available", "app.version_current": "Current Version", "app.version_initial": "Initial Version", "app.version_name_tips": "Version name cannot be empty", "app.version_past": "Previously Published", "app.version_publish_tips": "This version will be saved to the team cloud, synchronized with the entire team, and update the app version on all release channels.", - "app_detail": "Application Details", - "app_name_placeholder": "Enter app name", "apply_code": "Apply", "apply_code_failed": "Failed to apply code", "auto_execute": "Automatic execution", "auto_execute_default_prompt_placeholder": "Default questions sent when executing automatically", "auto_execute_tip": "When enabled, the workflow runs automatically when a user enters the chat. Execution order: 1. Conversation opener → 2. Global variables → 3. Auto-execute.", "auto_save": "Auto save", - "change_app_type": "Change App Type", "chat.collapse_deleted_items": "Collapse deleted records", "chat.expand_deleted_items": "Expand deleted records", "chat_agent_beta_tip": "Agent mode is in beta. Interaction and scheduling logic may change significantly in the future. Recommended for online use only — do not connect to production systems.\n\nAgent mode consumes significantly more credits than standard apps. Use with caution.", @@ -67,11 +58,9 @@ "chat_agent_intro": "Let AI call tools autonomously", "chat_debug": "Chat Preview", "chat_logs": "Logs", - "chat_logs_tips": "Logs will record the online, shared, and API (requires chatId) conversation records of this app.", "click_to_config": "Go to configuration", "code_applied_successfully": "Code applied successfully", "code_function_describe": "Describe your code function, enter \"/\" to select the variable", - "collapse_tool_create": "close", "config_ai_model_params": "Click to configure AI model related properties", "config_file_upload": "Click to Configure File Upload Rules", "config_question_guide": "Configuration guess you want to ask", @@ -81,7 +70,6 @@ "confirm_delete_chat_content": "Are you sure you want to delete this chat? This cannot be undone.", "confirm_delete_chats": "Are you sure you want to delete {{n}} chat records?\nThis cannot be undone.", "confirm_delete_folder_tip": "When you delete this folder, all applications and corresponding chat records under it will be deleted.", - "confirm_delete_skill": "Confirm to delete this skill?", "confirm_delete_tool": "Confirm to delete this tool?", "copilot_config_message": "Current Node Configuration Information: \n Code Type: {{codeType}} \n Current Code: \\\\`\\\\`\\\\`{{codeType}} \n{{code}} \\\\`\\\\`\\\\` \n Input Parameters: {{inputs}} \n Output Parameters: {{outputs}}", "copilot_confirm_message": "The original configuration has been received to understand the current code structure and input and output parameters. \nPlease explain your optimization requirements.", @@ -90,14 +78,9 @@ "core.dataset.import.Custom prompt": "Custom Prompt", "core.module.template.System Tools": "System Tools", "core.workflow.Copilot": "AI Generation", - "create_by_curl": "By CURL", "create_by_template": "Create by template", "create_copy_success": "Duplicate Created Successfully", - "create_empty_app": "Create Default App", - "create_empty_plugin": "Create Default Plugin", - "create_empty_workflow": "Create Default Workflow", "create_from_template": "Create from template", - "create_http_toolset": "Create HTTP Toolset", "create_your_first_agent": "Create your first Agent", "create_your_first_tool": "Create your first tool", "cron.every_day": "Run Daily", @@ -144,30 +127,21 @@ "dataset_empty_tips": "You don’t have a knowledge base yet, create one first.", "dataset_search_tool_description": "Call the \"Semantic Search\" and \"Full-text Search\" capabilities to find reference content that may be related to the problem from the \"Knowledge Base\". \nPrioritize calling this tool to assist in answering user questions.", "dataset_select": "Optional knowledge base", - "day": "Day", - "delete_failed": "Delete failed", "deleted": "App deleted", - "document": "document", "document_quote": "Document Reference", "document_quote_tip": "Usually used to accept user-uploaded document content (requires document parsing), and can also be used to reference other string data.", - "document_upload": "Document Upload", "edit_app": "Application details", "edit_info": "Edit", "edit_param": "Edit parameter", "empty_folder": "(empty folder)", "empty_tool_tips": "Please add tools on the left side", "execute_time": "Execution Time", - "expand_tool_create": "Expand MCP/Http create", "export_config_successful": "Configuration copied, sensitive information retained. Please note the security of the configuration information.", "export_configs": "Export", "export_filtered_sensitive_config_successful": "Configuration copied, some sensitive information automatically filtered. Please check for any remaining sensitive data.", "export_log_filename": "{{name}} chat logs.csv", - "failed_tools": "Failed tools", "fastgpt_marketplace": "FastGPT plug-in market", - "feedback_count": "User Feedback", - "file_quote_link": "Files", "file_recover": "File will overwrite current content", - "file_types": "Optional file types", "file_upload": "File Upload", "file_upload_tip": "Once enabled, you can configure the types of files that users can upload. Files are saved along with the conversation; deleting the conversation or deleting the application will clear the files. To ensure a good user experience, please select an AI model with a longer context length when using it.", "find_more_tools": "Explore more", @@ -178,9 +152,6 @@ "hide_templates": "Collapse", "http_toolset_add_tips": "Click the \"Add\" button to add tools", "http_toolset_config_tips": "Click \"Start Configuration\" to add tools", - "image": "picture", - "image_upload": "Image Upload", - "image_upload_tip": "How to activate model image recognition capabilities", "import_configs": "Import", "import_configs_failed": "Import configuration failed, please ensure the configuration is correct!", "import_configs_success": "Import Successful", @@ -199,16 +170,13 @@ "llm_use_vision": "Vision", "llm_use_vision_tip": "After clicking on the model selection, you can see whether the model supports image recognition and the ability to control whether to start image recognition. \nAfter starting image recognition, the model will read the image content in the file link, and if the user question is less than 500 words, it will automatically parse the image in the user question.", "local_upload": "Local upload", - "log_chat_logs": "Dialogue log", "log_detail": "Log details", - "logs_all_feedback": "All feedback", "logs_all_records": "All Records", "logs_app_data": "Data board", "logs_app_result": "Application effect", "logs_average_response_time": "Average run time", "logs_average_response_time_description": "Average of total workflow run time", "logs_bad_feedback": "Bad Feedback", - "logs_bad_feedback_only": "Bad Feedback Only", "logs_chat_count": "Number of sessions", "logs_chat_count_description": "How many new sessions does this application create? \nSession definition: When the interval between the previous message exceeds 15 minutes, it is considered to be a new session (this definition only takes effect here)", "logs_chat_data": "chat data", @@ -222,9 +190,7 @@ "logs_error_rate": "Dialogue error ratio", "logs_error_rate_description": "The proportion of the total number of dialogues reported in error", "logs_export_confirm_tip": "There are currently {{total}} conversation records, and each conversation can export up to 100 latest messages. \nConfirm export?", - "logs_export_title": "Time, source, user, contact, title, total number of messages, user good feedback, user bad feedback, custom feedback, labeled answers, conversation details", "logs_good_feedback": "Good Feedback", - "logs_good_feedback_only": "Good Feedback Only", "logs_has_any_feedback": "Has Feedback", "logs_has_bad_feedback": "Has Bad Feedback", "logs_has_good_feedback": "Has Good Feedback", @@ -258,10 +224,6 @@ "logs_source": "source", "logs_source_count": "Channel users", "logs_source_count_description": "Number of users across channels", - "logs_timespan_day": "Daily", - "logs_timespan_month": "Monthly", - "logs_timespan_quarter": "Quarterly", - "logs_timespan_week": "Weekly", "logs_title": "Title", "logs_total": "Grand total", "logs_total_avg_duration": "Avg. duration", @@ -273,7 +235,6 @@ "logs_total_tips": "Cumulative indicators are not affected by time filtering", "logs_total_users": "Cumulative number of users", "logs_unread_only": "Unread Only", - "logs_user_callback": "User feedback", "logs_user_count": "Number of users", "logs_user_count_description": "Number of people who have a conversation with the app in unit time", "logs_user_data": "User data", @@ -289,7 +250,6 @@ "max_tokens": "Max tokens", "module.Custom Title Tip": "This title will be displayed during the conversation.", "module.No Modules": "No Plugins Found", - "module.type": "\"{{type}}\" type\n{{description}}", "modules.Title is required": "Module name cannot be empty", "month.unit": "Day", "move.hint": "After moving, the selected app/folder will inherit the permission settings for the new folder.", @@ -299,26 +259,20 @@ "node_not_intro": "This node is not introduced", "not_json_file": "Please select a JSON file", "not_the_newest": "Not the latest", - "oaste_curl_string": "Enter CURL code", "open_auto_execute": "Enable automatic execution", "open_vision_function_tip": "Models with icon switches have image recognition capabilities. \nAfter being turned on, the model will parse the pictures in the file link and automatically parse the pictures in the user's question (user question ≤ 500 words).", "or_drag_JSON": "or drag in JSON file", - "paste_config_or_drag": "Paste config or drag JSON file here", "pdf_enhance_parse": "PDF enhancement analysis", "pdf_enhance_parse_price": "{{price}}Points/page", "pdf_enhance_parse_tips": "Calling PDF recognition model for parsing, you can convert it into Markdown and retain pictures in the document. At the same time, you can also identify scanned documents, which will take a long time to identify them.", "permission.des.manage": "Can configure publishing channels, view logs, and assign application permissions", "permission.des.read": "Use the app to have conversations", - "permission.des.readChatLog": "Can view chat logs", "permission.des.write": "Can view and edit apps", "permission.name.read": "Dialogue only", "permission.name.readChatLog": "View chat logs", - "plugin": "Resources", - "plugin.Instructions": "Instructions", "plugin_cost_by_token": "Charged based on token usage", "plugin_cost_folder_tip": "This tool set contains subordinate tools, and the call points are determined based on the actual calling tool", "plugin_cost_per_times": "{{cost}} points/time", - "plugin_dispatch": "Plugin Invocation", "plugin_offline_tips": "Your system does not have direct access to plugin market data,\n\nPlease manually copy the URL and go to get more plugins", "plugin_offline_url": "URL", "pro_modal_feature_1": "External organization structure integration and multi-tenancy", @@ -339,7 +293,6 @@ "recharge": "Go to recharge", "reference_variable": "Reference variables", "refresh_templates": "Refresh", - "remaining_points": "Reaming points: ", "request_headers": "Request header", "response_format": "Response format", "sandbox_free_not_support": "The plan does not support this function", @@ -352,27 +305,17 @@ "search_app": "Search apps", "search_tool": "Search Tools", "secret_get_course": "Course", - "select_app_type": "Select App Type", "setting_app": "Workflow", "setting_plugin": "Workflow", "show_templates": "Expand", "show_top_p_tip": "An alternative method of temperature sampling, called Nucleus sampling, the model considers the results of tokens with TOP_P probability mass quality. \nTherefore, 0.1 means that only tokens containing the highest probability quality are considered. \nThe default is 1.", "simple_tool_tips": "This tool contains special input and is not currently supported as a tool.", - "skill_delete_success": "Skill deleted successfully", - "skill_description_placeholder": "Used to guide the Agent to select the skill for execution", - "skill_editor": "Skill-assisted generation", - "skill_empty_name": "Unnamed skill", - "skill_local_removed": "Local skill removed", - "skill_name_placeholder": "Please enter the skill description, for display only", - "skills": "Skills", - "skills_tip": "Model behavioral knowledge", "source_updateTime": "Update time", "space_to_expand_folder": "Press \"Space\" to expand the folder", "stop_sign": "Stop", "stop_sign_placeholder": "Multiple serial numbers are separated by |, for example: aaa|stop", "stream_response": "Stream", "stream_response_tip": "Turning this switch off forces the model to use non-streaming mode and will not output content directly. \nIn the output of the AI ​​reply, the content output by this model can be obtained for secondary processing.", - "support.wallet.usage.Code Copilot": "Code Copilot", "sync_log_keys_popover_text": "The current field configuration is only valid for individuals. Do you need to save it to the team configuration?", "sync_team_app_log_keys": "Restore to team configuration", "system_secret": "System secret", @@ -397,20 +340,12 @@ "templateMarket.templateTags.WecomZone": "WeChat Work Zone", "templateMarket.template_guide": "Guide", "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", - "test_all_passed": "All tests passed", - "test_code": "Test", - "test_code_incomplete": "The code parsing is incomplete and cannot be tested", - "test_execution_failed": "Test execution failed", - "test_failed_with_progress": "Test failed {{passed}}/{{total}}", - "testing": "Testing...", "this_tool_requires_no_input": "This tool does not require input", "time_granularity": "Time granularity", "time_range_end": "End time", "time_range_limit": "Time range limit", "time_range_start": "Start time", - "time_type": "Time Type", "time_zone": "Time Zone", "too_to_active": "Active", "toolType_http": "HTTP tools", @@ -422,7 +357,6 @@ "tool_active_system_config_price_desc_folder": "The additional key price is required, and the fee will be deducted based on the actual use of the tool.", "tool_detail": "Tool details", "tool_input_param_tip": "This tool requires configuration of relevant information for normal operation.", - "tool_load_failed": "Some tools failed to load", "tool_not_active": "This tool has not been activated yet", "tool_not_desc": "The tool lacks a description ~", "tool_offset_tips": "This tool is no longer available and will interrupt application operation. Please replace it immediately.", @@ -437,11 +371,8 @@ "toolkit_activation_not_required": "No Activation", "toolkit_activation_required": "Activation Required", "toolkit_add_resource": "Add resources", - "toolkit_author": "Author", "toolkit_basic_config": "Basic Configuration", - "toolkit_basic_info": "Basic Information", "toolkit_batch_update": "Batch Update", - "toolkit_call_points": "Call Points", "toolkit_call_points_label": "Call Points", "toolkit_config_system_key": "Configure System Key", "toolkit_contribute_resource": "Contribute Resource", @@ -453,17 +384,12 @@ "toolkit_install": "Install", "toolkit_installed": "Installed", "toolkit_key_price": "Key Price", - "toolkit_marketplace_download": "Download", - "toolkit_marketplace_download_count": "{{count}} downloads", - "toolkit_marketplace_faq": "FAQ", "toolkit_marketplace_search_placeholder": "Search tools", "toolkit_marketplace_submit_request": "Submit Request", "toolkit_marketplace_title": "Explore more plugins", "toolkit_name": "Name", "toolkit_no_call_points": "This tool does not require call points", - "toolkit_no_params_info": "No parameter information available", "toolkit_no_plugins": "No plugins", - "toolkit_no_user_guide": "No user guide available", "toolkit_official": "Official", "toolkit_open_marketplace": "Open Marketplace", "toolkit_outputs": "Output Parameters", @@ -480,10 +406,8 @@ "toolkit_system_key": "System Key", "toolkit_system_key_configured": "Configured", "toolkit_system_key_cost": "System Key Price (n points/time)", - "toolkit_system_key_enable": "Enable System Key", "toolkit_system_key_not_configured": "Not Configured", "toolkit_system_key_tip": "For tools that require a key, you can configure a system key. Users can use the system key by paying points.", - "toolkit_system_tool_config": "System Tool Configuration", "toolkit_tags": "Tags", "toolkit_tags_add": "Add Tag", "toolkit_tags_delete_confirm": "Confirm delete this tag?", @@ -510,42 +434,22 @@ "transition_to_workflow": "Convert to Workflow", "transition_to_workflow_create_new_placeholder": "Create a new app instead of modifying the current app", "transition_to_workflow_create_new_tip": "Once converted to a workflow, it cannot be reverted to simple mode. Please confirm!", - "tts_ai_model": "Use a speech synthesis model", "tts_browser": "Browser's own (free)", "tts_close": "Close", "type.All": "All", "type.Chat_Agent": "Dialogue Agent", "type.Chat_Agent_v2": "Chat Agent V2(Beta)", - "type.Create http plugin tip": "Batch create plugins through OpenAPI Schema, compatible with GPTs format.", "type.Create http toolset tip": "Batch create tools via OpenAPI Schema (GPTs compatible)", "type.Create mcp tools tip": "Automatically parse and batch create callable MCP tools by entering the MCP address", - "type.Create one plugin tip": "Customizable input and output workflows, usually used to encapsulate reusable workflows.", - "type.Create plugin bot": "Create Plugin", - "type.Create simple bot": "Create Simple App", - "type.Create simple bot tip": "Create a simple AI app by filling out a form, suitable for beginners.", - "type.Create workflow bot": "Create Workflow", - "type.Create workflow tip": "Build complex multi-turn dialogue AI applications through low-code methods, recommended for advanced users.", - "type.Folder": "Folder", "type.Http batch": "Bulk creation", "type.Http batch tip": "Bulk creation tool with OpenAPI Schema", "type.Http manual": "Create manually", "type.Http manual tip": "Create a single tool by curl or manually filling in parameters", "type.Http plugin": "HTTP Plugin", "type.Http plugin_deprecated": "The HTTP plug-in is deprecated. To configure Openapi Schema, use the HTTP tool set", - "type.Http tool set": "HTTP Tool Set", "type.Import from json": "Import JSON", - "type.Import from json tip": "Create applications directly through JSON configuration files", - "type.Import from json_error": "Failed to get workflow data, please check the URL or manually paste the JSON data", - "type.Import from json_loading": "Workflow data is being retrieved, please wait...", - "type.MCP tools": "MCP Toolset", - "type.MCP_tools_url": "MCP Address", - "type.Plugin": "Plugin", - "type.Simple bot": "Simple App", "type.Tool": "Tool", - "type.Tool set": "Toolset", "type.Workflow bot": "Workflow", - "type.error.Workflow data is empty": "No workflow data was obtained", - "type.error.workflowresponseempty": "Response content is empty", "type.hidden": "Hide app", "type_http_tool_set_intro": "Batch import API tool", "type_mcp_intro": "Connect to MCP service", @@ -556,16 +460,11 @@ "type_simple_intro": "Quickly create conversation agents", "type_workflow_description": "Memory-enabled complex multi-turn conversational workflows.", "type_workflow_intro": "Drag and drop arrangement and multiple rounds of dialogue", - "un_auth": "No permission", "unnamed_app": "Unnamed", "upgrade": "Upgrade", "upload_file_exists_filtered": "Duplicate files have been automatically filtered.", - "upload_file_extension_type_canSelectAudio": "Audio", "upload_file_extension_type_canSelectCustomFileExtension": "Custom file extension type", "upload_file_extension_type_canSelectCustomFileExtension_placeholder": "file extension name", - "upload_file_extension_type_canSelectFile": "Documents", - "upload_file_extension_type_canSelectImg": "Image", - "upload_file_extension_type_canSelectVideo": "Video", "upload_file_extension_types": "Supported file types", "upload_file_max_amount": "Maximum File Quantity", "upload_file_max_amount_tip": "Maximum number of files uploaded in a single round of conversation", @@ -578,8 +477,6 @@ "variable.select type_desc": "The input box will be displayed in the site conversation and run preview, and this variable will not be displayed in the sharing link.", "variable.textarea_type_desc": "Allows users to input up to 4000 characters in the dialogue box.", "variable_name_required": "Required variable name", - "variable_repeat": "This variable name has been occupied and cannot be used", - "version.Revert success": "Revert Successful", "version_back": "Revert to Original State", "version_copy": "Duplicate", "version_initial_copy": "Duplicate - Original State", @@ -598,8 +495,6 @@ "workflow.form_input_description_placeholder": "For example: \nAdd your information", "workflow.form_input_tip": " This module can configure multiple inputs to guide users in entering specific content.", "workflow.input_description_tip": "You can add a description to explain to users what they need to input", - "workflow.plugin_offline_error": "This plugin is offline and cannot be run", - "workflow.plugin_soon_offline_warning": "This plugin will be offline soon, please replace it as soon as possible", "workflow.read_files": "Document Parse", "workflow.read_files_result": "Document Parsing Result", "workflow.read_files_result_desc": "Original document text, consisting of file names and document content, separated by hyphens between multiple files.", diff --git a/packages/web/i18n/en/chat.json b/packages/web/i18n/en/chat.json index e6f7a7b9a2..b70f368a8c 100644 --- a/packages/web/i18n/en/chat.json +++ b/packages/web/i18n/en/chat.json @@ -4,7 +4,6 @@ "LLM_model_response_empty": "The model flow response is empty, please check whether the model flow output is normal.", "Next": "Next", "Previous": "Previous", - "agent_plan_continue": "Continue planning", "agent_plan_parse_retry_tip": "The plan format was invalid. Add one more requirement and I will regenerate the plan.", "ai_reasoning": "Thinking process", "back_to_text": "Text input", @@ -39,8 +38,6 @@ "content_empty": "No Content", "context_pick": "Context pick", "continue_run": "continue running", - "core.chat.moveCancel": "Swipe to Cancel", - "core.chat.shortSpeak": "Speaking Time is Too Short", "csv_input_lexicon_tip": "Only CSV batch import is supported, click to download the template", "custom_input_guide_url": "Custom Lexicon URL", "data_source": "Source Dataset: {{name}}", @@ -54,14 +51,10 @@ "file_amount_over": "Exceeded maximum file quantity {{max}}", "file_input": "File input", "file_input_tip": "You can obtain the link to the corresponding file through the \"File Link\" of the [Plug-in Start] node", - "file_parse": "File parsing", "history_slider.home.title": "chat", "home.chat_app": "HomeChat-{{name}}", - "home.chat_id": "Chat ID", - "home.no_available_tools": "No tools available", "home.select_tools": "Select Tool", "home.tools": "Tool: {{num}}", - "images_collection_not_supported": "Image collection is not supported open the original file", "in_progress": "In Progress", "input_guide": "Input Guide", "input_guide_lexicon": "Lexicon", @@ -71,7 +64,6 @@ "internal_variables_tip": "Internal variables are visible only when debugging", "invalid_share_url": "Invalid sharing link", "is_chatting": "Chatting in progress... please wait until it finishes", - "items": "Items", "llm_request_detail": "LLM Request Detail", "llm_request_ids": "LLM request details", "llm_tokens": "LLM tokens", @@ -82,16 +74,10 @@ "log.feedback.mark_as_read": "Mark as Read", "log.feedback.read": "Read", "log.feedback.show_feedback": "Show Feedback", - "log.navigation.next": "Next", - "log.navigation.previous": "Previous", "master_agent_call": "Master agent", "module_runtime_and": "Total Module Runtime", - "multiple_AI_conversations": "Multiple AI Conversations", "new_input_guide_lexicon": "New Lexicon", - "no_invalid_app": "There are no available applications under your account", "no_workflow_response": "No workflow data", - "not_query": "Missing query content", - "not_select_file": "No file selected", "plan_agent": "Plan agent", "plan_check_tip": "Plan generated. Continue the chat to refine the plan", "plugins_output": "Plugin Output", @@ -106,7 +92,6 @@ "release_cancel": "Release Cancel", "release_send": "Release send, slide up to cancel", "request_body": "Request Body", - "request_record_not_found": "Request record not found (records are kept for 7 days)", "response.child total points": "Children usage", "response.dataset_concat_length": "Combined total", "response.node_inputs": "Node Inputs", @@ -127,42 +112,24 @@ "search_results": "Search results", "select": "Select", "select_file": "Upload File", - "select_file_img": "Upload file / image", - "select_img": "Upload Image", - "setting.copyright.basic_configuration": "Basic configuration", "setting.copyright.copyright_configuration": "Copyright configuration", "setting.copyright.diagram": "Schematic diagram", - "setting.copyright.file_size_exceeds_limit": "File size exceeds the limit, maximum support for {{maxSize}}", - "setting.copyright.immediate_upload_required": "Immediate upload is required for this feature", "setting.copyright.logo": "Logo", - "setting.copyright.preview_fail": "File preview failed", - "setting.copyright.save_fail": "Logo failed to save", - "setting.copyright.save_success": "Logo Saved successfully", - "setting.copyright.select_logo_image": "Please select the logo image to upload first", "setting.copyright.style_diagram": "Style diagram", "setting.copyright.tips": "Suggested ratio 4:1", "setting.copyright.tips.square": "Suggested ratio 1:1", - "setting.copyright.title": "Copyright", - "setting.copyright.upload_fail": "File upload failed", "setting.data_dashboard.title": "Home data", "setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram_en.png", "setting.favourite.add_new_app": "Add an app", - "setting.favourite.all_apps": "All apps", "setting.favourite.cancel_button": "Cancel", - "setting.favourite.categories_modal.delete_cancel_button": "Cancel", "setting.favourite.categories_modal.delete_confirm": "Confirm deletion {{name}}? \nApps under this category will be moved to default", - "setting.favourite.categories_modal.delete_confirm_button": "delete", - "setting.favourite.categories_modal.delete_confirm_title": "Confirm deletion", "setting.favourite.categories_modal.title": "Total {{num}} categories", "setting.favourite.category.no_data": "No selected applications available", "setting.favourite.category_all": "All Categories", "setting.favourite.category_placeholder": "Select a category", "setting.favourite.category_tab.all": "All", "setting.favourite.confirm_button": "Sure", - "setting.favourite.delete_app_cancel_button": "Cancel", "setting.favourite.delete_app_confirm": "Are you sure you want to remove this featured app?", - "setting.favourite.delete_app_confirm_button": "Sure", - "setting.favourite.delete_app_title": "Delete the app", "setting.favourite.goto_add": "Configure", "setting.favourite.manage_categories_button": "Manage Category", "setting.favourite.save_category_for_app_button": "Save", @@ -177,7 +144,6 @@ "setting.home.available_tools": "Available tools", "setting.home.available_tools.add": "Add", "setting.home.cancel_button": "Cancel", - "setting.home.commercial_version": "Commercial version", "setting.home.confirm_button": "Sure", "setting.home.diagram": "Schematic diagram", "setting.home.dialogue_tips": "Dialog prompt text", @@ -194,12 +160,9 @@ "setting.home.slogan.default": "Hello 👋, I am FastGPT! Is there anything I can help you?", "setting.home.slogan_placeholder": "Please enter Slogan", "setting.home.title": "Home", - "setting.incorrect_plan": "The current plan does not support this feature, please upgrade to the subscription plan", - "setting.incorrect_version": "This feature is not supported in the current version", "setting.log_details.title": "Home Log", "setting.save": "Save", "setting.save_success": "Save successfully", - "setting.share": "Share", "sidebar.favourite_apps": "Favourite Apps", "sidebar.home": "Home", "sidebar.team_apps": "Team Apps", @@ -213,8 +176,6 @@ "tool_input": "tool input", "tool_output": "Tool output", "unsupported_file_type": "Unsupported file types", - "upload": "Upload", "variable_invisable_in_share": "External variables are not visible in login-free links", - "view_citations": "View References", - "web_site_sync": "Web Site Sync" + "view_citations": "View References" } diff --git a/packages/web/i18n/en/common.json b/packages/web/i18n/en/common.json index 395b7d0f0a..94b581746f 100644 --- a/packages/web/i18n/en/common.json +++ b/packages/web/i18n/en/common.json @@ -3,7 +3,6 @@ "Add": "Add", "Add_new_input": "Add new input", "All": "All", - "App": "Application", "Cancel": "Cancel", "Choose": "Choose", "Click_to_expand": "Click to expand", @@ -16,7 +15,6 @@ "Create": "Create", "Creating": "Creating", "Delete": "Delete", - "Detail": "Detail", "Documents": "Documents", "Done": "Done", "Download": "Download", @@ -32,7 +30,6 @@ "FAQ.check_subscription_q": "Where can I view my plan?", "FAQ.dataset_compute_a": "1 knowledge base storage unit = 1 knowledge base index.\nA single chunk typically has multiple indexes. You can see \"n indexes\" in each knowledge base collection.", "FAQ.dataset_compute_q": "How is knowledge base storage calculated?", - "FAQ.dataset_index_a": "No, but if the index count exceeds your limit, you won't be able to insert or update content.", "FAQ.free_user_clean_a": "If a free team (free tier with no additional plans) doesn't log in for 30 consecutive days, all knowledge base content will be automatically cleared.", "FAQ.free_user_clean_q": "Will free tier data be cleared?", "FAQ.index_del_a": "When you delete knowledge base content, the index count decreases within 5 minutes.", @@ -55,7 +52,6 @@ "Instructions": "Instruction", "Intro": "Introduction", "Loading": "Loading...", - "Login": "Login", "Manual": "Manual", "More": "More", "Move": "Move", @@ -68,18 +64,13 @@ "Output": "Output", "Params": "Parameters", "Parse": "Analysis", - "Permission": "Permission", - "Permission_tip": "Individual permissions are greater than group permissions", "Preview": "Preview", "Remove": "Remove", "Rename": "Rename", "Required_input": "Required", "Reset": "Reset", "Restart": "Restart", - "Resume": "Resume", - "Role": "Permission", "Run": "Run", - "Running": "Running", "Save": "Save", "Save_and_exit": "Save and Exit", "Search": "Search", @@ -96,7 +87,6 @@ "UnKnow": "Unknown", "Unlimited": "Unlimited", "Update": "Update", - "Username": "Username", "Waiting": "Waiting", "Warning": "Warning", "Website": "Website", @@ -108,21 +98,16 @@ "add_new": "add_new", "add_new_param": "Add new param", "add_success": "Added Successfully", - "agent_prompt_tips": "It is recommended to fill in the following template for best results.\n\n\"Role Identity\"\n\n\"Task Objective\"\n\n\"Task Process and Skills\"\n\nEnter \"/\" to insert global variables; enter \"@\" to insert specific skills, including applications, tools, knowledge bases, and models.", "aipoint_desc": "Each time the AI model is called, a certain amount of AI points (similar to tokens) will be consumed. Click to view detailed calculation rules.", "all_quotes": "All quotes", "all_result": "Full Results", "app_evaluation": "App Evaluation(Beta)", "app_icon_and_name": "icon", - "app_not_version": "This application has not been published, please publish it first", - "app_type": "Application Type", "auth_config": "Authentication", "auth_type": "Authentication type", "auth_type.Custom": "Customize", "auth_type.None": "None", "back": "Back", - "base_config": "Basic Configuration", - "bill_already_processed": "Order has been processed", "bill_expired": "Order expired", "bill_not_found": "Order does not exist", "bill_not_pay_processed": "Non-online orders", @@ -133,7 +118,6 @@ "cancel_bill_confirm": "Are you sure you want to cancel this order?", "chart_mode_cumulative": "Cumulative", "chart_mode_incremental": "Incremental", - "chat": "Session", "chat_chatId": "Session Id: {{chatId}}", "choosable": "Choosable", "chose_condition": "Choose Condition", @@ -211,19 +195,14 @@ "code_error.team_error.website_sync_not_enough": "The free version cannot be synchronized with the web site ~", "code_error.team_error.you_have_been_in_the_team": "You are already in this team", "code_error.token_error_code.403": "Invalid Login Status, Please Re-login", - "code_error.user_error.balance_not_enough": "Insufficient Account Balance", - "code_error.user_error.bin_visitor_guest": "You Are Currently a Guest, Unauthorized to Operate", - "code_error.user_error.un_auth_user": "User Not Found", "comfirm_import": "Confirm import", "comfirm_leave_page": "Confirm to Leave This Page?", "comfirn_create": "Confirm Creation", "commercial_function_tip": "Please Upgrade to the Commercial Version to Use This Feature: https://doc.fastgpt.cn/docs/introduction/commercial/", "community_support": "community support", - "comon.Continue_Adding": "Continue Adding", "compliance.chat": "The content is generated by third-party AI and cannot be guaranteed to be true and accurate. It is for reference only.", "compliance.dataset": "Please ensure that your content strictly complies with relevant laws and regulations and avoid containing any illegal or infringing content. \nPlease be careful when uploading materials that may contain sensitive information.", "confirm_choice": "Confirm Choice", - "confirm_exit_without_saving": "Confirm to leave? \nEditing results will not be retained.", "confirm_input_delete_placeholder": "Please enter: {{confirmText}}", "confirm_input_delete_tip": "Please type {{confirmText}} to confirm", "confirm_logout": "Confirm to log out?", @@ -232,10 +211,8 @@ "contact_business": "Contact Sales", "contact_way": "Notification Received", "contribute_app_template": "Contribute Template", - "copy_link": "Copy link", "copy_successful": "Copied Successfully", "copy_to_clipboard": "Copy to Clipboard", - "core.Chat": "Chat", "core.ai.Max context": "Max Context", "core.ai.Model": "Model", "core.ai.Not deploy rerank model": "Re-rank Model Not Deployed", @@ -248,7 +225,6 @@ "core.app.Api request desc": "Connect to existing systems via API", "core.app.App intro": "App Introduction", "core.app.Auto execute": "Auto execute", - "core.app.Chat Variable": "Chat Variable", "core.app.Config schedule plan": "Configure Scheduled Execution", "core.app.Config whisper": "Configure Voice Input", "core.app.Config_auto_execute": "Click to configure automatic execution rules", @@ -257,23 +233,17 @@ "core.app.Interval timer tip": "Can Execute App on Schedule", "core.app.Make a brief introduction of your app": "Give Your AI App an Introduction", "core.app.Name and avatar": "Avatar & Name", - "core.app.Publish": "Publish", - "core.app.Publish Confirm": "Confirm to Publish App? This Will Immediately Update the App Status on All Publishing Channels.", - "core.app.Publish app tip": "After Publishing the App, All Publishing Channels Will Immediately Use This Version", "core.app.QG.Custom prompt tip": "To ensure the generated content follows the correct format, [Yellow Prompt] cannot be modified", "core.app.QG.Custom prompt tip1": "To ensure the generated content follows the correct format, ", "core.app.QG.Custom prompt tip2": "[Yellow Prompt]", "core.app.QG.Custom prompt tip3": " cannot be modified", - "core.app.QG.Fixed Prompt": "Please strictly follow the format rules: \nReturn questions in JSON format: ['Question 1', 'Question 2', 'Question 3'].", "core.app.Question Guide": "Guess What You Want to Ask", "core.app.Quote prompt": "Quote Template Prompt", "core.app.Quote templates": "Quote Content Templates", - "core.app.Random": "Divergent", "core.app.Search team tags": "Search Tags", "core.app.Select TTS": "Select Voice Playback Mode", "core.app.Select quote template": "Select Quote Prompt Template", "core.app.Set a name for your app": "Set a Name for Your App", - "core.app.Setting ai property": "Click to Configure AI Model Properties", "core.app.Share link": "Login-Free Window", "core.app.Share link desc": "Create shareable links and support login-free use", "core.app.Share link desc detail": "You can directly share this model with other users for conversation, they can use it directly without logging in. Note, this feature will consume your account balance, please keep the link safe!", @@ -281,13 +251,9 @@ "core.app.TTS Tip": "After enabling, you can use the voice playback function after each conversation. Using this feature may incur additional costs.", "core.app.TTS start": "Read Content", "core.app.Team tags": "Team Tags", - "core.app.ToolCall.No plugin": "No Available Plugins", - "core.app.ToolCall.System": "System", - "core.app.ToolCall.Team": "Team", "core.app.Welcome Text": "Conversation Opening", "core.app.Whisper": "Voice Input", "core.app.Whisper config": "Voice Input Configuration", - "core.app.deterministic": "Deterministic", "core.app.edit.Prompt Editor": "Prompt Editor", "core.app.edit.Query extension background prompt": "Conversation Background Description", "core.app.edit.Query extension background tip": "Describe the scope of the current conversation to help the AI complete and extend the current question. The content you fill in is usually for this assistant.", @@ -297,8 +263,6 @@ "core.app.feedback.Custom feedback": "Custom Feedback", "core.app.feedback.close custom feedback": "Close Feedback", "core.app.have_saved": "Saved", - "core.app.logs.Source And Time": "Source & Time", - "core.app.more": "View More", "core.app.no_app": "No Apps Yet, Create One Now!", "core.app.not_saved": "Not Saved", "core.app.outLink.Can Drag": "Icon Can Be Dragged", @@ -311,7 +275,6 @@ "core.app.outLink.Select Mode": "Start Using", "core.app.outLink.Select Using Way": "Select Usage Method", "core.app.outLink.Show History": "Show Chat History", - "core.app.publish.Fei shu bot": "Feishu", "core.app.publish.Fei shu bot publish": "Publish to Feishu Bot", "core.app.schedule.Default prompt": "Default Question", "core.app.schedule.Default prompt placeholder": "Default question when executing the app", @@ -330,16 +293,11 @@ "core.app.share.Not share link": "No Share Link Created", "core.app.share.Role check": "Identity Verification", "core.app.share.Show full text": "View full reference", - "core.app.switch_to_template_market": "Jump template market", "core.app.tip.Add a intro to app": "Give the app an introduction", "core.app.tip.chatNodeSystemPromptTip": "Enter a prompt here", "core.app.tip.systemPromptTip": "Fixed guide words for the model. By adjusting this content, you can guide the model's chat direction. This content will be fixed at the beginning of the context. You can use / to insert variables.\nIf a Dataset is associated, you can also guide the model when to call the Dataset search by appropriate description. For example:\nYou are an assistant for the movie 'Interstellar'. When users ask about content related to 'Interstellar', please search the Dataset and answer based on the search results.", "core.app.tip.variableTip": "Before the conversation begins, users can be asked to fill in some content as specific variables for this round of conversation. \nThis module is located after the opening boot.\n\nIn the input box, you can select variables through / activation, such as: prompt words, qualifiers, etc.", "core.app.tip.welcomeTextTip": "Before each conversation starts, send an initial content. Supports standard Markdown syntax. Additional tags that can be used:\n[Quick Key]: Users can directly send the question by clicking", - "core.app.tool_label.doc": "Documentation", - "core.app.tool_label.github": "GitHub Address", - "core.app.tool_label.price": "Pricing", - "core.app.tool_label.view_doc": "View Documentation", "core.app.tts.Speech model": "Speech Model", "core.app.tts.Speech speed": "Speech Speed", "core.app.tts.Test Listen": "Test Listen", @@ -353,16 +311,12 @@ "core.app.whisper.Open": "Open", "core.app.whisper.Switch": "Enable Voice Input", "core.chat.Admin Mark Content": "Corrected Reply", - "core.chat.Audio Not Support": "Device Does Not Support Voice Playback", "core.chat.Audio Speech Error": "Voice Playback Error", "core.chat.Cancel Speak": "Cancel Voice Input", "core.chat.Confirm to clear history": "Confirm to Clear Online Chat History for This App? Share and API Call Records Will Not Be Cleared.", - "core.chat.Confirm to clear share chat history": "Confirm to Delete All Chat Records?", "core.chat.Converting to text": "Converting to Text...", "core.chat.Custom History Title": "Custom History Title", "core.chat.Custom History Title Description": "If set to empty, it will automatically follow the chat record.", - "core.chat.Exit Chat": "Exit Chat", - "core.chat.Failed to initialize chat": "Failed to Initialize Chat", "core.chat.Feedback Failed": "Feedback Submission Failed", "core.chat.Feedback Modal": "Result Feedback", "core.chat.Feedback Modal Tip": "Enter the part you are not satisfied with the answer", @@ -373,13 +327,11 @@ "core.chat.History Amount": "{{amount}} Records", "core.chat.Mark": "Mark Expected Answer", "core.chat.Mark Description": "The current marking function is in beta.\n\nAfter clicking to add a mark, you need to select a Dataset to store the marked data. You can quickly mark questions and expected answers through this function to guide the model's next answer.\n\nCurrently, the marking function is the same as other data in the Dataset and is affected by the model, which does not mean that it will 100% meet expectations after marking.\n\nMarking data is only synchronized with the Dataset in one direction. If the Dataset modifies the marked data, the marked data displayed in the log cannot be synchronized.", - "core.chat.Mark Description Title": "Marking Function Introduction", "core.chat.New Chat": "New", "core.chat.Pin": "Pin", "core.chat.Question Guide": "Guess What You Want to Ask", "core.chat.Quote": "Quote", "core.chat.Quote Amount": "Dataset Quotes ({{amount}} Records)", - "core.chat.Read Mark Description": "View Marking Function Introduction", "core.chat.Recent use": "Recently Used", "core.chat.Record": "Voice Input", "core.chat.Restart": "Restart", @@ -393,12 +345,8 @@ "core.chat.error.Chat error": "Chat Error", "core.chat.error.Messages empty": "API Content is Empty, Possibly Due to Text Being Too Long", "core.chat.error.Select dataset empty": "You Have Not Selected a Dataset", - "core.chat.error.User input empty": "User Question Input is Empty", "core.chat.error.data_error": "Data Retrieval Error", - "core.chat.feedback.Close User Like": "User Agrees\nClick to Close This Mark", - "core.chat.feedback.Feedback Close": "Close Feedback", "core.chat.feedback.No Content": "User Did Not Provide Specific Feedback Content", - "core.chat.feedback.Read User dislike": "User Disagrees\nClick to View Content", "core.chat.logs.api": "API Call", "core.chat.logs.feishu": "Feishu", "core.chat.logs.free_login": "No login link", @@ -413,17 +361,12 @@ "core.chat.markdown.Edit Question": "Edit Question", "core.chat.markdown.Quick Question": "Click to Ask Immediately", "core.chat.markdown.Send Question": "Send Question", - "core.chat.module_unexist": "Running failed: Application missing components", "core.chat.quote.Quote Tip": "Only the actual quoted content is displayed here. If the data is updated, it will not be updated in real-time here.", "core.chat.quote.Read Quote": "View Quote", - "core.chat.quote.afterUpdate": "After update", - "core.chat.quote.beforeUpdate": "Before update", "core.chat.response.Complete Response": "Complete Response", "core.chat.response.Extension model": "Question Optimization Model", "core.chat.response.Read complete response": "View Details", "core.chat.response.Read complete response tips": "Click to View Detailed Process", - "core.chat.response.Tool call input tokens": "Tool Call Input Tokens Consumption", - "core.chat.response.Tool call output tokens": "Tool Call Output Tokens Consumption", "core.chat.response.Tool call tokens": "Tool Call Tokens Consumption", "core.chat.response.context total length": "Total Context Length", "core.chat.response.loop_input": "Loop Input Array", @@ -440,7 +383,6 @@ "core.chat.response.module limit": "Single Search Limit", "core.chat.response.module maxToken": "Max Response Tokens", "core.chat.response.module model": "Model", - "core.chat.response.module name": "Model Name", "core.chat.response.module query": "Question/Search Term", "core.chat.response.module similarity": "Similarity", "core.chat.response.module temperature": "Temperature", @@ -455,7 +397,6 @@ "core.dataset.Dataset": "Dataset", "core.dataset.Dataset ID": "Dataset ID", "core.dataset.Delete Confirm": "Confirm to Delete This Dataset? Data Cannot Be Recovered After Deletion, Please Confirm!", - "core.dataset.Empty Dataset": "Empty Dataset", "core.dataset.Empty Dataset Tips": "No Dataset Yet, Create One Now!", "core.dataset.Folder placeholder": "This is a Directory", "core.dataset.Intro Placeholder": "This Dataset Has No Introduction Yet", @@ -470,9 +411,6 @@ "core.dataset.collection.Collection raw text": "Dataset Content", "core.dataset.collection.Empty Tip": "The Dataset is Empty", "core.dataset.collection.QA Prompt": "QA Split Prompt", - "core.dataset.collection.Start Sync Tip": "Confirm to Start Syncing Data? Old Data Will Be Deleted and Re-fetched, Please Confirm!", - "core.dataset.collection.Sync": "Sync Data", - "core.dataset.collection.Sync Collection": "Data Sync", "core.dataset.collection.Website Empty Tip": "No Website Associated Yet", "core.dataset.collection.Website Link": "Website Address", "core.dataset.collection.id": "Collection ID", @@ -488,27 +426,15 @@ "core.dataset.collection.status.error": "Error", "core.dataset.collection.sync.result.sameRaw": "Content Unchanged, No Update Needed", "core.dataset.collection.sync.result.success": "Sync Started", - "core.dataset.data.Data Content": "Related Data Content", - "core.dataset.data.Default Index Tip": "Cannot be edited. The default index will use the text of 'Related Data Content' and 'Auxiliary Data' to generate the index directly.", "core.dataset.data.Edit": "Edit Data", "core.dataset.data.Empty Tip": "This collection has no data yet", "core.dataset.data.Search data placeholder": "Search Related Data", - "core.dataset.data.Too Long": "Total Length Exceeded", "core.dataset.data.Updated": "Updated", "core.dataset.data.group": " Groups", - "core.dataset.data.unit": "Items", "core.dataset.embedding model tip": "The index model can convert natural language into vectors for semantic search.\nNote that different index models cannot be used together. Once an index model is selected, it cannot be changed.", "core.dataset.error.Data not found": "Data Not Found or Deleted", "core.dataset.error.Start Sync Failed": "Failed to Start Sync", - "core.dataset.error.canNotEditAdminPermission": "You cannot edit the admin permission", - "core.dataset.error.invalidVectorModelOrQAModel": "Invalid Vector Model or QA Model", - "core.dataset.error.unAuthDataset": "Unauthorized to Operate This Dataset", - "core.dataset.error.unAuthDatasetCollection": "Unauthorized to Operate This Dataset", - "core.dataset.error.unAuthDatasetData": "Unauthorized to Operate This Data", - "core.dataset.error.unAuthDatasetFile": "Unauthorized to Operate This File", - "core.dataset.error.unCreateCollection": "Unauthorized to Operate This Data", "core.dataset.error.unExistDataset": "The knowledge base does not exist", - "core.dataset.error.unLinkCollection": "Not a Web Link Collection", "core.dataset.externalFile": "External File Library", "core.dataset.file": "File", "core.dataset.folder": "Directory", @@ -518,24 +444,15 @@ "core.dataset.import.Custom prompt": "Custom Prompt", "core.dataset.import.Custom text": "Custom Text", "core.dataset.import.Custom text desc": "Manually enter a piece of text as a dataset", - "core.dataset.import.Data process params": "Data Processing Parameters", - "core.dataset.import.Down load csv template": "Click to Download CSV Template", "core.dataset.import.Link name": "Web Link", "core.dataset.import.Link name placeholder": "Only supports static links. If the data is empty after uploading, the link may not be readable\nEach line one, up to 10 links at a time", "core.dataset.import.Local file": "Local File", "core.dataset.import.Local file desc": "Upload files in PDF, TXT, DOCX, etc. formats", - "core.dataset.import.Preview chunks": "Preview Chunks (limit 15)", - "core.dataset.import.Preview raw text": "Preview Raw Text (up to 3000 characters)", - "core.dataset.import.Process way": "Processing Method", - "core.dataset.import.QA Import": "QA Split", "core.dataset.import.QA Import Tip": "According to certain rules, split the text into larger paragraphs and call AI to generate Q&A pairs for the paragraph. It has very high retrieval accuracy but may lose a lot of content details.", - "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": "Sources", "core.dataset.import.Start upload": "Start Upload", "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", "core.dataset.import.Web link": "Web Link", @@ -552,7 +469,6 @@ "core.dataset.search.ReRank": "Result Re-rank", "core.dataset.search.ReRank desc": "Use the re-rank model for secondary sorting to enhance the comprehensive ranking.", "core.dataset.search.Source id": "Source ID", - "core.dataset.search.Source index": "What sources", "core.dataset.search.Source name": "Quote Source Name", "core.dataset.search.Using query extension": "Use Question Optimization", "core.dataset.search.mode.embedding": "Semantic Search", @@ -584,17 +500,10 @@ "core.dataset.test.test history": "Test History", "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 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": "Chunk", - "core.dataset.training.Full": "It is expected to be more than 20 minutes", - "core.dataset.training.Leisure": "Idle", "core.dataset.training.QA mode": "QA", - "core.dataset.training.Vector queue": "Index Queue", - "core.dataset.training.Waiting": "Estimated 20 minutes", - "core.dataset.training.Website Sync": "Website Sync", - "core.dataset.training.tag": "Queue Status", "core.dataset.website.Base Url": "Base URL", "core.dataset.website.Config": "Website Configuration", "core.dataset.website.Config Description": "The website sync function allows you to fill in the root address of a website. The system will automatically crawl related web pages for Dataset training. Only static websites will be crawled, mainly project documentation and blogs.", @@ -632,7 +541,6 @@ "core.module.Setting quote prompt": "Configure Quote Prompt", "core.module.Variable": "Global Variable", "core.module.Variable Setting": "Variable Setting", - "core.module.edit.Field Name Cannot Be Empty": "Field Name Cannot Be Empty", "core.module.edit.Field Value Type Cannot Be Empty": "Optional data type cannot be empty.", "core.module.extract.Add field": "Add Field", "core.module.extract.Enum Description": "List the possible values of this field, one per line", @@ -673,9 +581,7 @@ "core.module.input.label.user question": "User Question", "core.module.input.placeholder.Classify background": "For example:\n1. AIGC (Artificial Intelligence Generated Content) refers to the use of artificial intelligence technology to automatically or semi-automatically generate digital content, such as text, images, music, videos, etc.\n2. AIGC technology includes but is not limited to natural language processing, computer vision, machine learning, and deep learning. These technologies can create new content or modify existing content to meet specific creative, educational, entertainment, or informational needs.", "core.module.input_description": "Description", - "core.module.input_form": "Input form", "core.module.input_name": "input_name", - "core.module.input_type": "Input type", "core.module.laf.Select laf function": "Select LAF Function", "core.module.output.description.Ai response content": "Will be triggered after the stream reply is completed", "core.module.output.description.New context": "Splice the current reply content with the history records and return it as the new context", @@ -684,46 +590,26 @@ "core.module.output.label.New context": "New Context", "core.module.output.label.query extension result": "Optimization Result", "core.module.template.AI function": "AI Capability", - "core.module.template.AI response switch tip": "If you want the current node not to output content, you can turn off this switch. The content output by AI will not be displayed to the user, and you can manually use 'AI Response Content' for special processing.", "core.module.template.AI support tool tip": "Models that support tool calling enable better use of tools.", "core.module.template.Basic Node": "Basic", "core.module.template.Query extension": "Question Optimization", "core.module.template.System input module": "System Input", - "core.module.template.Team app": "Team", "core.module.template.UnKnow Module": "Unknown Module", "core.module.template.ai_chat": "AI conversation", "core.module.template.ai_chat_intro": "AI large model dialogue", "core.module.template.all_team_app": "All", "core.module.template.config_params": "Can configure application system parameters", - "core.module.template.empty_agent": "Blank Agent", "core.module.template.empty_plugin": "Blank plugin", "core.module.template.empty_workflow": "Blank workflow", - "core.module.template.self_input": "Plug-in input", "core.module.template.self_output": "Custom plug-in output", "core.module.template.system_config": "System configuration", "core.module.template.system_config_info": "Can configure application system parameters", "core.module.template.work_start": "Process starts", "core.module.variable add option": "Add Option", - "core.module.variable.Custom type": "Custom Variable", - "core.module.variable.add option": "Add Option", - "core.module.variable.input type": "Text", - "core.module.variable.key": "Variable Key", - "core.module.variable.key is required": "Variable Key is Required", - "core.module.variable.select type": "Dropdown Single Select", - "core.module.variable.text max length": "Max Length", - "core.module.variable.textarea type": "Paragraph", - "core.module.variable.variable name is required": "Variable Name Cannot Be Empty", - "core.module.variable.variable option is required": "Options Cannot Be All Empty", - "core.module.variable.variable option is value is required": "Option Content Cannot Be Empty", "core.module.variable.variable options": "Options", - "core.plugin.Custom headers": "Custom Request Headers", "core.plugin.Get Plugin Module Detail Failed": "Failed to Retrieve Plugin Information", - "core.plugin.Http plugin intro placeholder": "For display only, no actual effect", - "core.plugin.cost": "Points Consumption:", "core.tip.leave page": "Content has been modified, confirm to leave the page?", - "core.view_chat_detail": "View Chat Details", "core.workflow.Can not delete node": "This Node Cannot Be Deleted", - "core.workflow.Change input type tip": "Changing the input type will clear the filled values, please confirm!", "core.workflow.Check Failed": "Workflow verification failed, please check whether the value is missing, and whether the connection is normal.", "core.workflow.Confirm stop debug": "Confirm to Stop Debugging? Debug Information Will Not Be Retained.", "core.workflow.Copy node": "Node Copied", @@ -747,23 +633,18 @@ "core.workflow.debug.Run result": "Run Result", "core.workflow.debug.Show result": "Show Result", "core.workflow.dynamic_input": "dynamic input", - "core.workflow.inputType.JSON Editor": "JSON Input Box", "core.workflow.inputType.Manual input": "Manual Input", "core.workflow.inputType.Manual select": "Manual Select", "core.workflow.inputType.Reference": "Variable Reference", "core.workflow.inputType.custom": "External Variable", - "core.workflow.inputType.datasetSelect": "Knowledge Base Select", "core.workflow.inputType.dynamicTargetInput": "Dynamic External Data", "core.workflow.inputType.file": "File upload", - "core.workflow.inputType.input": "Single Line Input Box", "core.workflow.inputType.internal": "Internal variables", - "core.workflow.inputType.jsonEditor": "JSON Editor", "core.workflow.inputType.modelSelect": "Dialogue Model Selection", "core.workflow.inputType.multipleSelect": "Multiple selection boxes", "core.workflow.inputType.number input": "Number Input Box", "core.workflow.inputType.password": "password", "core.workflow.inputType.select": "Single Select Box", - "core.workflow.inputType.selectApp": "App Select", "core.workflow.inputType.selectDataset": "Dataset Select", "core.workflow.inputType.selectLLMModel": "Chat Model Select", "core.workflow.inputType.switch": "Switch", @@ -771,9 +652,6 @@ "core.workflow.inputType.textarea": "Multi-line Input Box", "core.workflow.inputType.timePointSelect": "Time point", "core.workflow.inputType.timeRangeSelect": "Time range", - "core.workflow.publish.OnRevert version": "Click to Revert to This Version", - "core.workflow.publish.OnRevert version confirm": "Confirm to Revert to This Version? The configuration of the editing version will be saved, and a new release version will be created for the reverted version.", - "core.workflow.publish.histories": "Release Records", "core.workflow.template.Interactive": "Interactive", "core.workflow.template.Search": "Search", "core.workflow.tool.Handle": "Tool Connector", @@ -786,7 +664,6 @@ "coupon_unavailable": "Coupon is unavailable", "coupon_used": "Coupon has been used", "create": "Create", - "create_app": "Create an application", "create_failed": "Create failed", "create_success": "Created Successfully", "create_time": "Creation Time", @@ -802,7 +679,6 @@ "data_index_question": "Inferred question index", "data_index_summary": "Summary Index", "data_not_found": "Data can't be found", - "dataset.Confirm move the folder": "Confirm to Move to This Directory", "dataset.Confirm to delete the data": "Confirm to Delete This Data?", "dataset.Confirm to delete the file": "Confirm to Delete This File and All Its Data?", "dataset.Create Folder": "Create Folder", @@ -810,14 +686,10 @@ "dataset.Delete Dataset Error": "Delete Dataset Error", "dataset.Edit Folder": "Edit Folder", "dataset.Edit Info": "Edit Information", - "dataset.Export": "Export", "dataset.Export Dataset Limit Error": "Export Data Failed", "dataset.Folder Name": "Enter Folder Name", "dataset.Insert Data": "Insert", "dataset.Manual collection Tip": "Manual datasets allow you to create an empty container to hold data", - "dataset.Move Failed": "Move Error", - "dataset.Select Dataset": "Select This Dataset", - "dataset.Select Folder": "Enter Folder", "dataset.Training Name": "Data Training", "dataset.collections.Collection Embedding": "{{total}} Indexes", "dataset.collections.Confirm to delete the folder": "Confirm to Delete This Folder and All Its Contents?", @@ -825,14 +697,10 @@ "dataset.collections.Select Collection": "Select File", "dataset.collections.Select One Collection To Store": "Select a File to Store", "dataset.data.Can not edit": "No Edit Permission", - "dataset.data.Default Index": "Default Index", - "dataset.data.Delete Tip": "Confirm to Delete This Data?", "dataset.data.Index Placeholder": "Enter Index Text Content", "dataset.data.Input Success Tip": "Data Imported Successfully", "dataset.data.Update Success Tip": "Data Updated Successfully", "dataset.data.edit.Index": "Data Index ({{amount}})", - "dataset.data.edit.divide_content": "Segment Content", - "dataset.data.input is empty": "Data Content Cannot Be Empty", "dataset.dataset_name": "Dataset Name", "dataset.deleteFolderTips": "Confirm to Delete This Folder and All Its Contained Datasets? Data Cannot Be Recovered After Deletion, Please Confirm!", "dataset.test.noResult": "No Search Results", @@ -853,29 +721,19 @@ "delete_folder": "Delete Folder", "delete_success": "Deleted Successfully", "delete_warning": "Deletion Warning", - "descripton": "describe", "discount_coupon_used": "Coupon used:", "embedding_model_not_config": "No index model is detected", - "enable_auth": "Enable authentication", "enable_sandbox": "Experience Sandbox Tool", - "error.Create failed": "Create failed", "error.code_error": "Verification code error", "error.fileNotFound": "File not found~", - "error.inheritPermissionError": "Inherit permission Error", "error.invalid_params": "Invalid parameter", "error.llm_track_expired": "Request details expired", "error.missingParams": "Insufficient parameters", - "error.s3_upload_auth_failed": "No permission to upload file", - "error.s3_upload_bucket_not_found": "bucket not found", - "error.s3_upload_file_too_large": "File must be smaller than {{max}}", - "error.s3_upload_network_error": "Network abnormality", - "error.s3_upload_timeout": "Upload timed out", "error.send_auth_code_too_frequently": "Please do not obtain verification code frequently", "error.too_many_request": "Too many request", "error.tool_not_exist": "Tool deleted", "error.unKnow": "An Unexpected Error Occurred", "error.upload_file_error_filename": "{{name}} Upload Failed", - "error.upload_image_error": "File upload failed", "error.username_empty": "Account cannot be empty", "error_collection_not_exist": "The collection does not exist", "error_embedding_not_config": "Unconfigured index model", @@ -900,22 +758,15 @@ "get_laf_failed": "Failed to Retrieve Laf Function List", "had_auth_value": "Filled in", "has_verification": "Verified, Click to Unbind", - "have_done": "Completed", "hour": "Hour", "hour_unit": "h", "import_failed": "Import Failed", "import_success": "Imported Successfully", - "info.buy_extra": "Buy Extra Package", "info.csv_download": "Click to Download Batch Test Template", "info.csv_message": "Read the first column of the CSV file for batch testing, supporting up to 100 groups of data at a time.", "info.felid_message": "Field key must be pure English letters or numbers and cannot start with a number.", - "info.free_plan": "If a free team does not log in to the system for 30 consecutive days, the system will automatically clear the account's Dataset.", - "info.include": "Includes Standard Package and Extra Resource Pack", "info.node_info": "Adjusting this module will affect the timing of tool calls.\nYou can guide the model to call tools by accurately describing the function of this module.", "info.old_version_attention": "Detected that your advanced orchestration is an old version. The system will automatically format it into the new workflow version.\n\nDue to significant version differences, some workflows may not be arranged correctly. Please manually reconnect the workflow. If it is still abnormal, try deleting the corresponding node and re-adding it.\n\nYou can directly click debug to test the workflow. After debugging, click publish. The new workflow will only be saved and take effect after you click publish.\n\nBefore you publish the new workflow, auto-save will not take effect.", - "info.open_api_notice": "You can fill in the relevant keys of OpenAI/OneAPI. If you fill in this content, the 'AI Chat', 'Question Classification', and 'Content Extraction' on the online platform will use the key you filled in and will not be charged. Please check if your key has access to the corresponding model. GPT models can choose FastAI.", - "info.open_api_placeholder": "Request address, default is the official OpenAI. You can fill in the transit address, 'v1' will not be automatically completed", - "info.resource": "Resource Usage", "input.Repeat Value": "Duplicate Value", "input_name": "Enter a Name", "invalid_time": "Validity period", @@ -940,7 +791,6 @@ "max_quote_tokens": "Quote cap", "max_quote_tokens_tips": "The maximum number of tokens in a single search, about 1 character in Chinese = 1.7 tokens, and about 1 character in English = 1 token", "mcp_server": "MCP Services", - "member": "member", "min_length": "At least {{minLenth}} characters are required", "min_similarity": "lowest correlation", "min_similarity_tip": "The relevance of different index models is different. Please select the appropriate value through search testing. \nWhen using Result Rearrange , use the rearranged results for filtering.", @@ -957,7 +807,6 @@ "model.type.stt": "STT", "model.type.tts": "TTS", "model_loading": "Model loading...", - "month": "Month", "month_text": "month", "move.confirm": "Confirm move", "move_success": "Moved Successfully", @@ -984,7 +833,6 @@ "navbar.Config": "Admin", "navbar.Datasets": "Dataset", "navbar.Studio": "Studio", - "navbar.Toolkit": "Toolkit", "navbar.Tools": "Tools", "navbar.plugin": "Plugins", "new_create": "Create New", @@ -1012,24 +860,18 @@ "option": "Option", "page": "Page", "page_center": "Page Center", - "pay.amount": "Amount", - "pay.error_desc": "There was a problem when converting payment routes", "pay.noclose": "After payment is completed, please wait for the system to update automatically", "pay.package_tip.buy": "The package you purchased is lower than the current package. This package will take effect after the current package expires.\nYou can view the package usage in Account - Personal Information - Package Details.", "pay.package_tip.renewal": "You are renewing the package. You can view the package usage in Account - Personal Information - Package Details.", "pay.package_tip.upgrade": "The package you purchased is higher than the current package. This package will take effect immediately, and the current package will take effect later. You can view the package usage in Account - Personal Information - Package Details.", "pay.payment_form_tip": "For more payment methods, please click the form ", - "pay.wechat": "Please scan the QR code on WeChat to pay: {{price}} yuan\n\nPlease do not close the page before payment is completed", "pay.wx_payment": "WeChat Payment", - "pay.yuan": "{{amount}} Yuan", "pay_alipay_payment": "Alipay Payment", - "pay_bill": "pay", "pay_corporate_payment": "Payment to the public", "pay_money": "Amount payable", "pay_success": "Payment successfully", "pay_year_tip": "Pay 10 months, enjoy 1 year!", "permission.Collaborator": "Collaborator", - "permission.Default permission": "Default Permission", "permission.Manage": "Manage", "permission.No InheritPermission": "Permission Inheritance Restricted", "permission.Not collaborator": "No Collaborator", @@ -1060,29 +902,19 @@ "plugin.Currentapp": "Current App", "plugin.Description": "Description", "plugin.Enter PAT": "Enter Personal Access Token (PAT)", - "plugin.Get Plugin Module Detail Failed": "Failed to Retrieve Plugin Information", "plugin.Import from URL": "Import from URL. https://xxxx", - "plugin.Intro": "Plugin Introduction", "plugin.Invalid Env": "Invalid Laf Environment", "plugin.Invalid Schema": "Invalid Schema", "plugin.Invalid URL": "Invalid URL", - "plugin.Method": "Method", - "plugin.Path": "Path", "plugin.Please bind laf accout first": "Please Bind Laf Account First", - "plugin.Plugin List": "Plugin List", "plugin.Search_app": "Search App", - "plugin.Set Name": "Name the Plugin", - "plugin.contribute": "Contribute Plugin", "plugin.go to laf": "Go to Write", - "plugin.path": "Path", "price_over_wx_limit": "Exceed payment provider limit: WeChat Pay only supports less than 6,000 yuan", "prompt_input_placeholder": "Please enter the prompt word", - "psw_inconsistency": "Passwords Do Not Match", "qpm_desc": "It mainly refers to the maximum number of times the team requests Agent per minute, and has nothing to do with the complexity of a single Agent. \nOther OpenAPI interfaces are also affected by this, each interface is calculated separately", "question_feedback": "Work order", "read_course": "Read Course", "read_doc": "Read Document", - "read_quote": "View citations", "redo_tip": "Redo ctrl shift z", "redo_tip_mac": "Redo ⌘ shift z", "refresh": "Refresh", @@ -1095,14 +927,12 @@ "root_folder": "Root", "save_failed": "save_failed", "save_success": "Saved Successfully", - "scan_code": "Scan the QR code to pay", "search_tool": "Search Tools", "second": "Second", "second_unit": "s", "secret_key": "Secret", "secret_tips": "The value will not return plaintext again after saving", "select_count_num": "{{num}} item selected", - "select_file_failed": "File Selection Failed", "select_reference_variable": "Select Reference Variable", "select_template": "Select Template", "set_avatar": "Click to set_avatar", @@ -1110,10 +940,7 @@ "speech_error_tip": "Speech to Text Failed", "speech_not_support": "Your Browser Does Not Support Speech Input", "submit_failed": "Submission Failed", - "submit_success": "Submitted Successfully", - "submitted": "Submitted", "support": "Support", - "support.account.Individuation": "Personalization", "support.inform.Read": "Read", "support.openapi.Api baseurl": "API Base URL", "support.openapi.Api manager": "API Key Management", @@ -1124,28 +951,15 @@ "support.outlink.Max usage points": "Points Limit", "support.outlink.Max usage points tip": "The maximum number of points allowed for this link. It cannot be used after exceeding the limit. -1 means unlimited.", "support.outlink.Usage points": "Points Consumption", - "support.outlink.share.Chat_quote_reader": "Full text reader", "support.outlink.share.Download source tips": "Download the original file of the knowledge base, or jump to the source website", - "support.outlink.share.Full_text tips": "Allows reading of the complete dataset from which the referenced fragment is derived", "support.outlink.share.Response Quote": "View quoted snippets", "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.Show full text tips": "View the complete file to which the quoted content belongs. You cannot view the original file or jump to the source website.", - "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", - "support.standard.storage": "Storage", "support.standard.type": "Type", - "support.team.limit.No permission rerank": "No Permission to Use Result Re-rank, Please Upgrade Your Package", - "support.user.Avatar": "Avatar", "support.user.Go laf env": "Click to Go to {{env}} to Get PAT Token.", "support.user.Laf account course": "View the Tutorial for Binding Laf Account.", "support.user.Laf account intro": "After binding your Laf account, you can use the Laf module in the workflow to write code online.", "support.user.Need to login": "Please Log In First", - "support.user.Price": "Pricing", - "support.user.User self info": "Profile", "support.user.auth.Sending Code": "Sending Code", "support.user.auth.get_code": "Get Verification Code", "support.user.auth.get_code_again": "s Get Again", @@ -1163,39 +977,27 @@ "support.user.login.Microsoft": "Microsoft", "support.user.login.Password": "Password", "support.user.login.Password login": "Password", - "support.user.login.Phone": "Phone Login", "support.user.login.Phone number": "Phone Number", "support.user.login.Provider error": "Login Error, Please Try Again", "support.user.login.Username": "Username", "support.user.login.Wechat": "WeChat Login", - "support.user.login.Wecom": "Wecom Login", "support.user.login.can_not_login": "Cannot log in? Click here to contact us", "support.user.login.error": "Login Error", "support.user.login.security_failed": "Security Verification Failed", "support.user.login.wx_qr_login": "WeChat QR Code Login", - "support.user.logout.confirm": "Confirm to Log Out?", "support.user.team.Dataset usage": "Dataset Capacity", "support.user.team.Team Tags Async Success": "Sync Completed", - "support.user.team.member": "Member", "support.wallet.Ai point every thousand tokens": "{{points}} Points/1K Tokens", "support.wallet.Ai point every thousand tokens_input": "Input:{{points}} points/1K tokens", "support.wallet.Ai point every thousand tokens_output": "Output:{{points}} points/1K tokens", - "support.wallet.Amount": "Amount", "support.wallet.App_amount_not_sufficient": "The number of your applications has reached the limit. Please upgrade your plan to continue using.", "support.wallet.Buy": "Buy", "support.wallet.Dataset_amount_not_sufficient": "The number of your datasets has reached the limit. Please upgrade your plan to continue using.", "support.wallet.Dataset_not_sufficient": "Your dataset capacity is insufficient. Please upgrade your plan or purchase additional dataset capacity to continue using.", "support.wallet.Not sufficient": "Insufficient AI Points, Please Upgrade Your Package or Purchase Additional AI Points to Continue Using.", - "support.wallet.Plan expired time": "Package Expiration Time", - "support.wallet.Standard Plan Detail": "Package Details", "support.wallet.Team_member_over_size": "The number of your team members has reached the limit. Please upgrade your plan to continue using.", "support.wallet.To read plan": "View Package", "support.wallet.amount_0": "Purchase Quantity Cannot Be 0", - "support.wallet.apply_invoice": "Apply for Invoice", - "support.wallet.bill.Number": "Order Number", - "support.wallet.bill.Status": "Status", - "support.wallet.bill.Type": "Order Type", - "support.wallet.bill.payWay.Way": "Payment Method", "support.wallet.bill.payWay.alipay": "Alipay Payment", "support.wallet.bill.payWay.balance": "Balance Payment", "support.wallet.bill.payWay.bank": "Bank Transfer", @@ -1205,68 +1007,30 @@ "support.wallet.bill.status.notpay": "Unpaid", "support.wallet.bill.status.refund": "Refunded", "support.wallet.bill.status.success": "Payment Successful", - "support.wallet.bill_detail": "Bill Details", - "support.wallet.bill_tag.bill": "Bill Records", - "support.wallet.bill_tag.default_header": "Default Header", - "support.wallet.bill_tag.invoice": "Invoice Records", - "support.wallet.billable_invoice": "Billable Invoice", - "support.wallet.buy_ai_points": "Buy AI points", "support.wallet.buy_dataset_capacity": "Buy Knowledge Base Index", - "support.wallet.buy_resource": "Buy Resource Pack", - "support.wallet.has_invoice": "Invoiced", - "support.wallet.invoice_amount": "Invoice Amount", - "support.wallet.invoice_data.bank": "Bank", - "support.wallet.invoice_data.bank_account": "Bank Account", - "support.wallet.invoice_data.company_address": "Company Address", - "support.wallet.invoice_data.company_phone": "Company Phone", - "support.wallet.invoice_data.email": "Email Address", - "support.wallet.invoice_data.need_special_invoice": "Need Special Invoice", - "support.wallet.invoice_data.organization_name": "Organization Name", - "support.wallet.invoice_data.unit_code": "Unified Credit Code", - "support.wallet.invoice_detail": "Invoice Details", - "support.wallet.invoice_info": "The invoice will be sent to the email within 3-7 working days, please wait patiently", - "support.wallet.invoicing": "Invoicing", - "support.wallet.moduleName.qa": "QA Split", - "support.wallet.noBill": "No Bill Records", - "support.wallet.no_invoice": "No Invoice Records", - "support.wallet.subscription.AI points": "AI Points", "support.wallet.subscription.AI points usage": "AI Points Usage", - "support.wallet.subscription.AI points usage tip": "Each time the AI model is called, a certain amount of AI points will be consumed. For specific calculation standards, please refer to the 'Pricing' above.", "support.wallet.subscription.Activity expiration time": "Activity ends on {{month}}/{{day}}/{{year}} at {{hour}}:{{minute}}", "support.wallet.subscription.Ai points": "AI Points Calculation Standards", "support.wallet.subscription.Current plan": "Current Package", "support.wallet.subscription.Dataset size": "Knowledge Base Index", "support.wallet.subscription.Extra ai points": "AI Points", - "support.wallet.subscription.Extra ai points description": "The purchase amount of points is intelligently linked to the validity period. The more you buy, the longer you use it.", "support.wallet.subscription.Extra dataset description": "Supports extending the validity period for the knowledge base index based on actual needs", "support.wallet.subscription.Extra dataset size": "Extra Dataset Capacity", "support.wallet.subscription.Extra dataset unit": " Groups/1 Month", "support.wallet.subscription.Extra plan": "Extra Resource Pack", "support.wallet.subscription.Extra plan tip": "When the standard package is not enough, you can purchase extra resource packs to continue using", "support.wallet.subscription.FAQ": "FAQ", - "support.wallet.subscription.Month amount": "Months", - "support.wallet.subscription.Next plan": "Future Package", - "support.wallet.subscription.Points amount": "AI Points", - "support.wallet.subscription.Stand plan level": "Subscription Package", "support.wallet.subscription.Sub plan": "Subscription Package", "support.wallet.subscription.Sub plan tip": "Free to use [{{title}}] or upgrade to a higher package", "support.wallet.subscription.Sub plan tip wecom": "Purchase a plan to enjoy application services", - "support.wallet.subscription.Team plan and usage": "Package and Usage", - "support.wallet.subscription.Training weight": "Training Priority: {{weight}}", - "support.wallet.subscription.Update extra ai points": "Extra AI Points", "support.wallet.subscription.Update extra ai points tips": "Purchase points will take effect immediately and will automatically expire after expiration.", - "support.wallet.subscription.Update extra dataset size": "Storage", "support.wallet.subscription.Update extra dataset tips": "After the knowledge base index expires, the existing data is still retained and the data cannot be added or modified.", "support.wallet.subscription.Update extra price": "Price", "support.wallet.subscription.Upgrade plan": "Upgrade Package", "support.wallet.subscription.ai_model": "AI Language Model", - "support.wallet.subscription.eval_items_count": "Items per evaluation: {{count}}", "support.wallet.subscription.extra_plan_disabled_tip": "Please subscribe to a plan first before purchasing extra resource packs.", - "support.wallet.subscription.function.Community support tip": "Visit the FastGPT community for free help and technical support", "support.wallet.subscription.mode.Month": "Month", - "support.wallet.subscription.mode.Period": "Subscription Period", "support.wallet.subscription.mode.Year": "Year", - "support.wallet.subscription.mode.Year sale": "Two Months Free", "support.wallet.subscription.per_year": "/ year", "support.wallet.subscription.point": " Points", "support.wallet.subscription.standardSubLevel.advanced": "Advanced", @@ -1285,40 +1049,20 @@ "support.wallet.subscription.standardSubLevel.team_desc": "Suitable for small teams to build Dataset applications and provide external services", "support.wallet.subscription.standardSubLevel.trial": "Trial", "support.wallet.subscription.standardSubLevel.trial_desc": "Enterprises can try for free for 15 days, starting from the activation of the application, limited to one experience per enterprise.", - "support.wallet.subscription.status.active": "Active", - "support.wallet.subscription.status.expired": "Expired", - "support.wallet.subscription.status.inactive": "Inactive", - "support.wallet.subscription.team_operation_log": "Record team operation logs", "support.wallet.subscription.token_compute": "Click to View Online Tokens Calculator", "support.wallet.subscription.total_points": "Total points", "support.wallet.subscription.type.balance": "Balance Recharge", "support.wallet.subscription.type.extraDatasetSize": "Dataset Expansion", "support.wallet.subscription.type.extraPoints": "AI Points Package", "support.wallet.subscription.type.standard": "Package Subscription", - "support.wallet.subscription.web_site_sync": "Website Sync", - "support.wallet.usage.Ai model": "AI Model", - "support.wallet.usage.App name": "App Name", "support.wallet.usage.Audio Speech": "Voice Playback", - "support.wallet.usage.Bill Module": "Billing Module", "support.wallet.usage.Code Copilot": "Code Copilot", - "support.wallet.usage.Duration": "Duration (seconds)", - "support.wallet.usage.Module name": "Module Name", "support.wallet.usage.Optimize Prompt": "Prompt word optimization", - "support.wallet.usage.Source": "Source", - "support.wallet.usage.Text Length": "Text Length", - "support.wallet.usage.Time": "Generation Time", - "support.wallet.usage.Token Length": "Token Length", - "support.wallet.usage.Total": "Total Amount", "support.wallet.usage.Total points": "Total credit", - "support.wallet.usage.Usage Detail": "Usage Details", "support.wallet.usage.Whisper": "Voice Input", - "support.wallet.wecom_bill_tip": "Please go to WeCom - Checkout to query bills and apply for invoices", - "sure_delete_tool_cannot_undo": "Are you sure to delete the tool? \nThis operation cannot be withdrawn", "sync_link": "Sync Link", "sync_success": "Synced Successfully", "system.Concat us": "Contact Us", - "system.Help Document": "Help Document", - "system_help_chatbot": "Help Chatbot", "system_intro": "{{title}} is a comprehensive model application orchestration system that offers out-of-the-box data processing and model invocation capabilities. It allows for rapid Dataset construction and workflow orchestration through Flow visualization, enabling complex Dataset scenarios!", "tag_list": "Tag List", "team_tag": "Team Tag", @@ -1329,8 +1073,6 @@ "templateTags.Writing": "Writing", "template_market": "Template Market", "textarea_variable_picker_tip": "Enter \"/\" to select a variable", - "time_point": "Time point", - "time_range": "Time period", "to_dataset": "To dataset", "tool_invalid": "Tool has expired", "tool_invalid_click_delete_tip": "Click delete", @@ -1341,7 +1083,6 @@ "undo_tip": "Undo ctrl z", "undo_tip_mac": "Undo ⌘ z ", "unit.character": "Character", - "unit.minute": "Minute", "unit.seconds": "Second", "unknow_source": "Unknown Source", "unusable_variable": "No Usable Variables", @@ -1351,79 +1092,25 @@ "upload_file": "Upload File", "upload_file_error": "File Upload Failed", "usage_records": "Usage records", - "use_helper": "Use Helper", "user.Account": "Account", - "user.Amount of earnings": "Earnings (¥)", - "user.Amount of inviter": "Total Number of Invites", "user.Application Name": "Project Name", - "user.Avatar": "Avatar", - "user.Change": "Change", - "user.Copy invite url": "Copy Invite Link", - "user.Edit name": "Click to Edit Nickname", - "user.Invite Url": "Invite Link", - "user.Invite url tip": "Friends registered through this link will be permanently bound to you, and you will receive a balance reward when they recharge.\nAdditionally, you will immediately receive a 5 yuan reward when friends register with their phone number.\nThe reward will be sent to your default team.", "user.Laf Account Setting": "Laf Account Configuration", - "user.Language": "Language", - "user.Member Name": "Nickname", "user.No_right_to_reset_password": "You do not have the right to reset the password", - "user.Notification Receive": "Notification Receive", - "user.Notification Receive Bind": "Please bind the notification receive method first", "user.Old password is error": "Old Password is Incorrect", - "user.OpenAI Account Setting": "OpenAI Account Configuration", - "user.Password": "Password", "user.Password has no change": "New password is the same as the old password", "user.Pay": "Recharge", - "user.Promotion": "Promotion", - "user.Promotion Rate": "Cashback Rate", - "user.Promotion rate tip": "You will receive a balance reward when friends recharge", - "user.Replace": "Replace", - "user.Set OpenAI Account Failed": "Failed to Set OpenAI Account", - "user.Team": "Team", "user.Time": "Time", - "user.Timezone": "Timezone", - "user.Update Password": "Update Password", "user.Update password failed": "Failed to Update Password", "user.Update password successful": "Password Updated Successfully", - "user.apikey.key": "API Key", "user.confirm_password": "Confirm Password", - "user.init_password": "Please initialize password", "user.new_password": "New Password", - "user.no_invite_records": "No Invite Records", - "user.no_notice": "No Notices", - "user.no_usage_records": "No Usage Records", - "user.old_password": "Old Password", - "user.password_message": "Password must be at least 4 characters and at most 60 characters", "user.password_tip": "Password must be at least 8 characters long and contain at least two combinations: numbers, letters, or special characters", "user.reset_password": "Reset Password", "user.reset_password_tip": "The initial password is not set/the password has not been modified for a long time, please reset the password", - "user.team.Balance": "Team Balance", - "user.team.Check Team": "Switch", - "user.team.Leave Team": "Leave Team", - "user.team.Leave Team Failed": "Failed to Leave Team", - "user.team.Member": "Member", - "user.team.Member Name": "Member Name", - "user.team.Over Max Member Tip": "The team can have up to {{max}} people", - "user.team.Personal Team": "Personal Team", - "user.team.Processing invitations": "Processing Invitations", - "user.team.Processing invitations Tips": "You have {{amount}} team invitations to process", - "user.team.Remove Member Confirm Tip": "Confirm to remove {{username}} from the team?", - "user.team.Select Team": "Select Team", "user.team.Switch Team Failed": "Failed to Switch Team", "user.team.Tags Async": "Save", - "user.team.Team Tags Async": "Tag Sync", - "user.team.Team Tags Async Success": "Link Error Successful, Tag Information Updated", - "user.team.invite.Accepted": "Joined Team", - "user.team.invite.Deal Width Footer Tip": "It will automatically close after processing", "user.team.invite.Reject": "Invitation Rejected", - "user.team.member.Confirm Leave": "Confirm to leave this team?", "user.team.member.active": "Joined", - "user.team.member.reject": "Rejected", - "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", "user_leaved": "Leaved", "value": "Value", "verification": "Verification", @@ -1432,9 +1119,5 @@ "xx_search_result": "{{key}} Search Results", "yes": "Yes", "yesterday": "yesterday", - "yesterday_detail_time": "Yesterday {{time}}", - "zoomin_tip": "Zoom Out ctrl -", - "zoomin_tip_mac": "Zoom Out ⌘ -", - "zoomout_tip": "Zoom In ctrl +", - "zoomout_tip_mac": "Zoom In ⌘ +" + "yesterday_detail_time": "Yesterday {{time}}" } diff --git a/packages/web/i18n/en/dashboard_evaluation.json b/packages/web/i18n/en/dashboard_evaluation.json index 90476a2e43..a6107918ab 100644 --- a/packages/web/i18n/en/dashboard_evaluation.json +++ b/packages/web/i18n/en/dashboard_evaluation.json @@ -10,7 +10,6 @@ "Start_end_time": "Start time / End time", "Task_name": "Task name", "Task_name_placeholder": "Please enter a task name", - "answer": "Answers", "app_required": "Please select the evaluation application", "app_response": "Application output", "back": "back", @@ -22,7 +21,6 @@ "comfirm_delete_task": "Confirm deleting the task and all its data?", "completed": "Completed", "create_task": "Create a task", - "data": "data", "data_list": "Data list", "detail": "Detail", "error": "abnormal", @@ -32,11 +30,9 @@ "evaluation": "Application Review", "evaluation_created": "Evaluation task created", "evaluation_export_title": "Question,Standard Answer,Actual Response,Status,Average Score", - "evaluation_file_max_size": "{{count}} data", "export": "Export Data", "file_required": "Please select the evaluation file", "file_uploading": "File uploading: {{num}}%", - "history": "History", "paused": "Paused", "question": "Questions", "queuing": "Queue", diff --git a/packages/web/i18n/en/dashboard_mcp.json b/packages/web/i18n/en/dashboard_mcp.json index 18dca9c1d7..b1014edae5 100644 --- a/packages/web/i18n/en/dashboard_mcp.json +++ b/packages/web/i18n/en/dashboard_mcp.json @@ -1,5 +1,4 @@ { - "app_alias_name": "Tool name", "app_description": "Application Description", "app_name": "Application name", "apps": "Exposed applications", @@ -12,7 +11,6 @@ "mcp_apps": "Number of associated applications", "mcp_endpoints": "Access address", "mcp_json_config": "Access script", - "mcp_link_way": "Access method", "mcp_name": "MCP service name", "mcp_server": "MCP Services", "mcp_server_description": "Allows you to select some applications to provide external use with the MCP protocol. \nDue to the immaturity of the MCP protocol, this feature is still in the beta stage.", diff --git a/packages/web/i18n/en/dataset.json b/packages/web/i18n/en/dataset.json index ab742e5ca4..4f20d5fbbf 100644 --- a/packages/web/i18n/en/dataset.json +++ b/packages/web/i18n/en/dataset.json @@ -7,8 +7,6 @@ "apidataset_configuration": "Configuration", "auto_indexes": "Auto-generate supplementary indexes", "auto_indexes_tips": "Uses AI models to generate additional indexes, improving semantic richness and retrieval accuracy.", - "auto_training_queue": "Enhanced indexing queue", - "backup_collection": "Backup data", "backup_dataset": "Backup import", "backup_dataset_success": "Backup created successfully", "backup_dataset_tip": "Re-import the CSV file downloaded when exporting a knowledge base.", @@ -25,25 +23,19 @@ "chunk_trigger_tips": "Chunking is triggered only when certain conditions are met; otherwise, the full text is stored as-is.", "close_auto_sync": "Turn off auto-sync?", "collection.Create update time": "Creation/Update Time", - "collection.not_found": "Collection does not exist", - "collection.Training type": "Training mode", "collection.export_all_chunks": "Export chunks", "collection.sync.submit": "Sync task submitted", "collection.training_type": "Chunk type", "collection_data_count": "Data amount", "collection_metadata_custom_pdf_parse": "PDF enhancement analysis", "collection_name": "Collection name", - "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.data.Input Error Tip": "[Image Dataset] Process error:", "common.error.unKnow": "Unknown error", "common_dataset": "General Dataset", "common_dataset_desc": "Building a knowledge base by importing files, web page links, or manual entry", - "condition": "condition", - "config_sync_schedule": "Configure scheduled synchronization", "confirm_delete_collection": "Confirm to delete {{num }} files?", "confirm_import_images": "Total {{num}} | Confirm create", "confirm_to_rebuild_embedding_tip": "This will re-vectorize all data in the knowledge base. It may take a while depending on the data volume. Proceed?", @@ -56,26 +48,19 @@ "data_amount": "{{dataAmount}} chunks, {{indexAmount}} indexes", "data_error_amount": "{{errorAmount}} Group training exception", "data_index_image": "Image index", - "data_index_num": "Index {{index}}", "data_parsing": "Data analysis", - "data_process_params": "Params", - "data_process_setting": "Processing config", "data_uploading": "Data is being uploaded: {{num}}%", "dataset.Chunk_Number": "Block number", - "dataset.Completed": "Finish", "dataset.Delete_Chunk": "delete", "dataset.Edit_Chunk": "edit", "dataset.Error_Message": "Report an error message", - "dataset.No_Error": "No exception information yet", "dataset.Operation": "operate", "dataset.ReTrain": "Retrain", "dataset.Training Process": "Training status", "dataset.Training_Count": "{{count}} Group training", "dataset.Training_Errors": "Errors", - "dataset.Training_QA": "{{count}} Group Q&A pair training", "dataset.Training_Status": "Training status", "dataset.Training_Waiting": "Need to wait for {{count}} group data", - "dataset.Unsupported operation": "dataset.Unsupported operation", "dataset.no_collections": "No datasets available", "dataset.no_tags": "No tags", "default_params": "default", @@ -84,7 +69,6 @@ "edit_dataset_config": "Edit knowledge base configuration", "empty_collection": "Blank dataset", "enhanced_indexes": "Index enhancement", - "error.collectionNotFound": "Collection not found~", "external_file": "External file library", "external_file_dataset_desc": "You can use external file library to build a knowledge library through the API", "external_id": "File Reading ID", @@ -92,8 +76,6 @@ "external_read_url": "External Preview URL", "external_read_url_tip": "Configure the reading URL of your file library for user authentication. Use the {{fileId}} variable to refer to the external file ID.", "external_url": "File Access URL", - "failedToLoadRootDirectories": "Failed to load root directories", - "failedToLoadSubDirectories": "Failed to load subdirectories", "feishu_dataset": "Feishu Dataset", "feishu_dataset_config": "Feishu Dataset Config", "feishu_dataset_desc": "Can build a dataset using Feishu documents by configuring permissions, without secondary storage", @@ -101,19 +83,14 @@ "file_model_function_tip": "Used for QA generation, auto-indexing, and other AI-powered data processing.", "filename": "Filename", "folder_dataset": "Folder", - "getDirectoryFailed": "Get directory failed", "image_auto_parse": "Automatic image indexing", "image_auto_parse_tips": "Call VLM to automatically label the pictures in the document and generate additional search indexes", - "image_training_queue": "Queue of image processing", "images_creating": "Creating", "immediate_sync": "Immediate Synchronization", - "import.Auto mode Estimated Price Tips": "The text understanding model needs to be called, which requires more points: {{price}} points/1K tokens", - "import.Embedding Estimated Price Tips": "Only use the index model and consume a small amount of AI points: {{price}} points/1K tokens", "import_confirm": "Start import", "import_data_preview": "Data preview", "import_data_process_setting": "Data processing method settings", "import_file_parse_setting": "File parsing settings", - "import_model_config": "Model selection", "import_param_setting": "Parameter settings", "import_select_file": "Select a file", "import_select_link": "Enter link", @@ -124,8 +101,6 @@ "input_required_field_to_select_baseurl": "Please enter the required information first", "insert_images": "Added pictures", "insert_images_success": "The new picture is successfully added, and you need to wait for the training to be completed before it will be displayed.", - "is_open_schedule": "Enable scheduled synchronization", - "keep_image": "Keep the picture", "llm_paragraph_mode": "LLM recognition paragraph", "llm_paragraph_mode_auto": "automatic", "llm_paragraph_mode_auto_desc": "Enable model recognition when the text content does not contain a Markdown title.", @@ -133,13 +108,8 @@ "llm_paragraph_mode_forbid_desc": "Force the disabling of the model's automatic paragraph recognition", "llm_paragraph_mode_force": "Force Process", "llm_paragraph_mode_force_desc": "Force the use of the model to automatically identify paragraphs and ignore paragraphs in the original text (if any)", - "loading": "Loading...", "max_chunk_size": "Maximum chunk size", "move.hint": "After moving, the selected knowledge base/folder will inherit the permission settings for the new folder.", - "noChildren": "No subdirectories", - "noSelectedFolder": "No selected folder", - "noSelectedId": "No selected ID", - "noValidId": "No valid ID", "open_auto_sync": "After scheduled synchronization is turned on, the system will try to synchronize the collection from time to time every day. During the collection synchronization period, the collection data will not be searched.", "other_dataset": "Third-party knowledge base", "paragraph_max_deep": "Maximum paragraph depth", @@ -152,7 +122,6 @@ "permission.des.manage": "Can manage the knowledge base, including editing, moving, and deleting data", "permission.des.read": "Can use this knowledge base in apps", "permission.des.write": "Can add, edit, and delete data in this knowledge base", - "pleaseFillUserIdAndToken": "Please fill in User ID and Token", "preview_chunk": "Preview chunks", "preview_chunk_empty": "File content is empty", "preview_chunk_folder_warning": "Directory does not support preview", @@ -162,19 +131,16 @@ "process.Get QA": "Q&A extraction", "process.Image_Index": "Image index generation", "process.Is_Ready": "Ready", - "process.Is_Ready_Count": "{{count}} Group is ready", "process.Parse_Image": "Image analysis", "process.Parsing": "Parsing", "process.Vectorizing": "Index vectorization", "process.Waiting": "Queue", "rebuild_embedding_start_tip": "Rebuild task started. Progress can be tracked in the collection list.", - "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", "retry_all": "Retry all", "retry_failed": "Retry Failed", - "rootDirectoryFormatError": "Root directory data format is incorrect", "rootdirectory": "/rootdirectory", "same_api_collection": "The same API set exists", "selectDirectory": "Choose", @@ -211,14 +177,12 @@ "total_num_files": "Total {{total}} files", "training.Error": "{{count}} Group exception", "training.Image mode": "Image processing", - "training.Normal": "Normal", "training_mode": "Training mode", "training_ready": "{{count}} Group", "upload_by_template_format": "Upload by template file", "uploading_progress": "Uploading: {{num}}%", "vector_model_max_tokens_tip": "Each chunk of data has a maximum length of 3000 tokens", "vllm_model": "Image understanding model", - "vlm_model_required_warning": "Image datasets require a Vision Language Model (VLM) to be configured. Please add a model that supports image understanding in the model configuration first.", "website_dataset": "Web sync", "website_dataset_desc": "Build knowledge base by crawling web page data in batches", "website_info": "Website Information", diff --git a/packages/web/i18n/en/file.json b/packages/web/i18n/en/file.json index 0fca06de29..785fbe0329 100644 --- a/packages/web/i18n/en/file.json +++ b/packages/web/i18n/en/file.json @@ -1,33 +1,12 @@ { - "Action": "Please select the image to upload", - "All images import failed": "All pictures failed to import", - "Dataset_ID_not_found": "The dataset ID does not exist", - "Failed_to_get_token": "Failed to obtain the token", - "Image_ID_copied": "Copy ID", "Image_Preview": "Picture preview", "Image_dataset_requires_VLM_model_to_be_configured": "The image dataset needs to be configured with the image understanding model (VLM) to be used. Please add a model that supports image understanding in the model configuration first.", - "Image_does_not_belong_to_current_team": "The picture does not belong to the current team", - "Image_file_does_not_exist": "The picture does not exist", - "Loading_image": "Loading the picture...", - "Loading_image failed": "Preview loading failed", - "Only_support_uploading_one_image": "Only support uploading one image", - "Please select the image to upload": "Please select the image to upload", - "Please wait for all files to upload": "Please wait for all files to be uploaded to complete", - "bucket_image": "picture", "click_to_view_raw_source": "Click to View Original Source", - "common.Some images failed to process": "Some images failed to process", - "common.dataset_data_input_image_support_format": "Support .jpg, .jpeg, .png, .gif, .webp formats", - "common.import_update": "Import/Update", - "common.upload_system_tools": "Upload system tools", - "count.core.dataset.collection.Create Success": "{{count}} picture successfully imported", - "delete_image": "Delete pictures", "file_name": "Filename", "file_size": "Filesize", "image": "picture", - "image_collection": "Picture collection", "image_description": "Image description", "image_description_tip": "Please enter the description of the picture", - "please_upload_image_first": "Please upload the picture first", "reached_max_file_count": "Maximum file count reached", "release_the_mouse_to_upload_the_file": "Release Mouse to Upload File", "select_and_drag_file_tip": "Click or Drag Files Here to Upload", @@ -36,10 +15,6 @@ "some_file_size_exceeds_limit": "Some files exceed {{maxSize}}, filtered out", "support_file_type": "Supports {{fileType}} file types", "template_csv_file_select_tip": "Only support {{fileType}} files that are strictly in accordance with template format", - "template_strict_highlight": "Strictly follow the template", - "total_files": "Total {{selectFiles.length}} files", "upload_error_description": "Only multiple files or a single folder can be uploaded at a time", - "upload_failed": "Upload Failed", - "upload_file_error": "Please upload pictures", - "uploading": "Uploading..." + "upload_failed": "Upload Failed" } diff --git a/packages/web/i18n/en/login.json b/packages/web/i18n/en/login.json index 84ff5ed383..badc5ce4e8 100644 --- a/packages/web/i18n/en/login.json +++ b/packages/web/i18n/en/login.json @@ -4,18 +4,14 @@ "agree": "agree", "cookies_tip": " This website uses cookies to provide a better service experience. By continuing to use the site, you agree to our Cookie Policy.", "forget_password": "Find Password", - "login_failed": "Login failed", "login_success": "Login successful", "no_remind": "Don't remind again", "password_condition": "Password must be 4–60 characters", "password_tip": "Password must be at least 8 characters long and contain at least two combinations: numbers, letters, or special characters", "policy_tip": "By using it, you have read and agree to\n
our Terms & Privacy Policy
", - "privacy": "Privacy Policy", "privacy_policy": "Privacy Policy", "redirect": "Jump", "register": "Register", "root_password_placeholder": "The root user password is the value of the environment variable DEFAULT_ROOT_PSW", - "terms": "Terms", - "use_root_login": "Log in as root user", - "wecom": "Enterprise WeChat" + "use_root_login": "Log in as root user" } diff --git a/packages/web/i18n/en/publish.json b/packages/web/i18n/en/publish.json index 0184add02a..354f173d5b 100644 --- a/packages/web/i18n/en/publish.json +++ b/packages/web/i18n/en/publish.json @@ -1,7 +1,6 @@ { "app_key_tips": "These keys are already linked to the current application. Check the documentation for detailed usage.", "basic_info": "Basic Info", - "config": "Visibility configuration", "copy_link_hint": "Copy the link below to the specified location", "create_api_key": "Create New Key", "create_link": "Create Link", @@ -20,7 +19,6 @@ "feishu_bot_desc": "Connect to Feishu Bot directly via API", "ip_whitelist": "IP Whitelist", "key_alias": "Key alias, for display only", - "key_tips": "You can use the API key to access specific interfaces (cannot access the application, use the in-app API key for that)", "link_name": "Share Link Name", "new_feishu_bot": "add_new Feishu Bot", "official_account.create_modal_title": "Create WeChat Official Account Integration", @@ -43,11 +41,9 @@ "wechat.bot_desc": "Connect to WeChat personal chat via ClawBot", "wechat.confirmed_tip": "Login successful!", "wechat.create": "Create WeChat Channel", - "wechat.desc": "Connect to WeChat via ClawBot", "wechat.edit": "Edit WeChat Channel", "wechat.expired_tip": "QR code expired", "wechat.generating_qr": "Generating QR code...", - "wechat.last_poll": "Last Poll", "wechat.login": "Scan to Login", "wechat.login_success": "Login successful", "wechat.login_title": "WeChat QR Login", @@ -64,8 +60,6 @@ "wechat.status.error": "Error", "wechat.status.offline": "Offline", "wechat.status.online": "Online", - "wechat.status.polling": "Polling", - "wechat.status.stale": "Stale", "wechat.status_check_failed": "Failed to check status, please retry", "wechat.title": "WeChat Personal", "wecom.api": "WeCom API", diff --git a/packages/web/i18n/en/user.json b/packages/web/i18n/en/user.json index 1ddf21bce1..aed7efb055 100644 --- a/packages/web/i18n/en/user.json +++ b/packages/web/i18n/en/user.json @@ -1,38 +1,10 @@ { - "bill.balance": "Balance", "bill.buy_plan": "Purchase Plan", - "bill.contact_customer_service": "Contact Support", - "bill.conversion": "Conversion", - "bill.convert_error": "Conversion Failed", - "bill.convert_success": "Conversion Successful", - "bill.current_token_price": "Current Token Price", "bill.not_need_invoice": "Balance payment, invoice not available", - "bill.price": "Price", "bill.renew_plan": "Renew Plan", "bill.standard_valid_tip": "Plan Usage Rules: Higher-level plans will be used first. Unused plans will be activated later.", - "bill.token_expire_1year": "Tokens are valid for one year", - "bill.tokens": "Tokens", - "bill.use_balance": "Use Balance", - "bill.use_balance_hint": "Due to system upgrade, the 'Auto-renewal from balance' mode is canceled, and the balance recharge option is closed. Your balance can be used to purchase tokens.", - "bill.valid_time": "Effective Time", - "bill.you_can_convert": "You can convert", - "bill.yuan": "Yuan", - "common.current_package": "Current plan", - "current_package": "Current package: ", - "delete.admin_failed": "Failed to Delete Admin", - "delete.admin_success": "Admin Deleted Successfully", - "delete.failed": "Delete failed", - "delete.success": "Delete successfully", - "login.Dingtalk": "DingTalk Login", - "login.error": "Login Error", - "login.password_condition": "Password can be up to 60 characters", - "login.success": "Login Successful", "manage_team": "Manage team", - "name": "Name", - "new_password": "New Password", - "notification.remind_owner_bind": "Please remind the creator to bind a notification account", "operations": "Actions", - "owner": "owner", "password.code_required": "Verification Code Required", "password.code_send_error": "Failed to Send Verification Code", "password.code_sended": "Verification Code Sent", @@ -40,31 +12,14 @@ "password.email_phone_error": "Invalid Email/Phone Number Format", "password.email_phone_void": "Email/Phone Number Cannot Be Empty", "password.not_match": "Passwords Do Not Match", - "password.password_condition": "Password must be between 4 and 20 characters", - "password.password_required": "Password Cannot Be Empty", "password.retrieve": "Retrieve Password", "password.retrieved": "Password Retrieved", "password.retrieved_account": "Retrieve {{account}} Account", "password.to_login": "Go to Login", "password.verification_code": "Verification Code", - "permission.Add": "Add Permissions", - "permission.Manage": "Admin", - "permission.Manage tip": "Team admin with full permissions", - "permission.Read": "Read Only", - "permission.Read desc": "Members can only read related resources, cannot create new resources", - "permission.Write": "Write", - "permission.Write tip": "In addition to read access, can create new resources", "permission.only_collaborators": "Collaborators Only", "permission.team_read": "Team Read Access", "permission.team_write": "Team Write Access", - "permission_add_tip": "After adding, you can check the permissions for them.", - "permission_des.manage": "Can create resources, invite, and delete members", - "permission_des.read": "Members can only read related resources and cannot create new resources.", - "permission_des.write": "In addition to readable resources, you can also create new resources", - "permissions": "Permissions", - "personal_information": "Me", - "personalization": "Personalization", - "promotion_records": "Promotion", "register.confirm": "Confirm Registration", "register.register_account": "Register {{account}} Account", "register.success": "Registration Successful", @@ -75,43 +30,21 @@ "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_permission": "Add permissions", - "team.add_writer": "Add writable members", "team.avatar_and_name": "avatar", - "team.belong_to_group": "Member group", - "team.collaborator.added": "Added", - "team.group.avatar": "Group avatar", "team.group.create": "Create group", - "team.group.create_failed": "Failed to create group", - "team.group.default_group": "Default group", - "team.group.delete_confirm": "Confirm to delete group?", "team.group.edit": "Edit group", - "team.group.edit_info": "Edit information", "team.group.group": "group", - "team.group.keep_admin": "Keep administrator rights", "team.group.manage_member": "Managing members", - "team.group.manage_tip": "Can manage members, create groups, manage all groups, assign permissions to groups and members", "team.group.members": "member", "team.group.name": "Group name", "team.group.permission_tip": "Members with individually configured permissions will follow the individual permission configuration and will no longer be affected by group permissions.\n\nIf a member is in multiple permission groups, the member's permissions are combined.", "team.group.role.admin": "administrator", - "team.group.role.member": "member", "team.group.role.owner": "owner", "team.group.set_as_admin": "Set as administrator", "team.group.toast.can_not_delete_owner": "Owner cannot be deleted, please transfer first", - "team.group.transfer_owner": "transfer owner", "team.manage_collaborators": "Manage Collaborators", - "team.no_collaborators": "No Collaborators", - "team.org.org": "Organization", - "team.write_role_member": "Write Permission" + "team.org.org": "Organization" } diff --git a/packages/web/i18n/en/workflow.json b/packages/web/i18n/en/workflow.json index c5628b3cba..1967ccac0c 100644 --- a/packages/web/i18n/en/workflow.json +++ b/packages/web/i18n/en/workflow.json @@ -2,8 +2,6 @@ "Array_element": "Array element", "Array_element_index": "Index", "Click": "Click ", - "Code": "Code", - "Confirm_sync_node": "It will be updated to the latest node configuration and fields that do not exist in the template will be deleted (including all custom fields).\n\nIf the fields are complex, it is recommended that you copy a node first and then update the original node to facilitate parameter copying.", "Drag": "Drag ", "Edit_mode_tip": "edit mode shift space", "Fold": "Collapse", @@ -44,7 +42,6 @@ "contains": "Contains", "content_to_retrieve": "Content to Retrieve", "content_to_search": "Content to Search", - "contextMenu.addComment": "Add comment", "context_menu.add_comment": "Add comment", "create_link_error": "Error creating link", "custom_feedback": "Custom Feedback", @@ -60,11 +57,8 @@ "end_with": "Ends With", "enter_comment": "Enter comment", "error_catch": "Error catch", - "error_info_returns_empty_on_success": "Error information of code execution, returns empty on success", "error_text": "Error text", "execute_different_branches_based_on_conditions": "Execute different branches based on conditions.", - "execution_error": "Execution Error", - "external_variables": "External variables", "extraction_requirements_description": "Extraction Requirements Description", "extraction_requirements_description_detail": "Provide AI with some background knowledge or requirements to guide it in completing the task better.\\nThis input box can use global variables.", "extraction_requirements_placeholder": "For example: 1. The current time is: {{cTime}}. \nYou are a laboratory reservation assistant. Your task is to help users make laboratory reservations and obtain the corresponding reservation information from the text.\n\n2. You are the Google Search Assistant and need to extract appropriate search terms from text.", @@ -93,9 +87,7 @@ "ifelse.Input value": "Input Value", "ifelse.Select value": "Select Value", "input_description": "Field Description", - "input_type_multiple_select": "Multiple selection boxes", "input_variable_list": "Type / to invoke variable list", - "internal_variables": "Internal variables", "intro_assigned_reply": "This module can directly reply with a specified content. Commonly used for guidance or prompts. Non-string content will be converted to string for output.", "intro_custom_feedback": "When this module is triggered, a feedback will be added to the current conversation record. It can be used to automatically record conversation effects, etc.", "intro_custom_plugin_output": "Custom configuration of external output. When using plugins, only the custom configured output is exposed.", @@ -140,9 +132,7 @@ "next": "Next", "no_edit_permission": "No editing rights", "no_match_node": "No results", - "no_node_found": "No node was not found", "not_contains": "Does Not Contain", - "only_the_reference_type_is_supported": "Only reference type is supported", "optional_value_type": "Optional Value Type", "optional_value_type_tip": "You can specify one or more data types. When dynamically adding fields, users can only select the configured types.", "pan_priority": "Touchpad first\n- Drag and drop with one finger to select nodes\n- Swipe with two fingers to move the canvas\n- Use three fingers to move nodes quickly", @@ -150,8 +140,6 @@ "please_enter_node_name": "Enter the node name", "plugin.Instruction_Tip": "You can configure an instruction to explain the purpose of the plugin. This instruction will be displayed each time the plugin is used. Supports standard Markdown syntax.", "plugin.Instructions": "Instructions", - "plugin.global_file_input": "File links (deprecated)", - "plugin_file_abandon_tip": "Plugin global file upload has been deprecated, please adjust it as soon as possible. \nRelated functions can be achieved through plug-in input and adding image type input.", "plugin_input": "Plugin Input", "plugin_output_tool": "When the plug-in is executed as a tool, whether this field responds as a result of the tool", "previous": "Previous", @@ -168,7 +156,6 @@ "reasoning_content": "Thinking text", "regex": "Regex", "reply_text": "Reply Text", - "request_error": "request_error", "response.Code log": "Code Log", "response.Custom inputs": "Custom Inputs", "response.Custom outputs": "Custom Outputs", @@ -225,7 +212,6 @@ "user_form_input_description": "describe", "user_form_input_name": "Name", "user_question": "User Question", - "user_question_tool_desc": "User input questions (questions need to be improved)", "variable_description": "Variable description", "variable_picker_tips": "Type node name or variable name to search", "variable_update": "Variable Update", diff --git a/packages/web/i18n/zh-CN/account.json b/packages/web/i18n/zh-CN/account.json index e314169ab8..926348ab80 100644 --- a/packages/web/i18n/zh-CN/account.json +++ b/packages/web/i18n/zh-CN/account.json @@ -1,7 +1,5 @@ { - "account_team.delete_dataset": "删除知识库", "active_model": "可用模型", - "add_default_model": "添加预设模型", "api_key": "API 密钥", "app_registration_count": "应用备案数", "audit_log_store_duration": "团队操作日志记录时长", @@ -11,7 +9,6 @@ "chat_history_store_duration": "对话记录保留时长", "config_model": "模型配置", "confirm_logout": "确认退出登录?", - "create_channel": "新增渠道", "create_model": "新增模型", "custom_config_details": "定制配置详情", "custom_domain": "自定义域名", @@ -27,15 +24,8 @@ "custom_domain.domain_verify.desc": "保存后,访问 {{domain}}/{{path}} 将返回 {{content}}", "custom_domain.domain_verify.path": "文件路径", "custom_domain.provider": "域名备案商", - "custom_domain.provider.aliyun": "阿里云", - "custom_domain.provider.tencent": "腾讯云", - "custom_domain.provider.volcengine": "火山引擎", "custom_domain.registration_hint": "请自备域名并通过 {{provider}} 完成备案后,将域名填入下方输入框中", - "custom_domain.status.active": "已生效", - "custom_domain.status.inactive": "已失效", - "custom_model": "自定义模型", "day": "天", - "default_model": "预设模型", "default_model_config": "默认模型配置", "extra_ai_points": "额外 AI 积分", "extra_dataset_size": "额外知识库容量", @@ -55,10 +45,6 @@ "model.censor_tip": "如果需要进行敏感校验,则开启该开关", "model.charsPointsPrice": "模型综合价格", "model.charsPointsPrice_tip": "将模型输入和输出合并起来进行 Token 计费,语言模型如果单独配置了输入和输出计费,则按输入和输出分别计算", - "model.custom_cq_prompt": "自定义问题分类提示词", - "model.custom_cq_prompt_tip": "覆盖系统默认的问题分类提示词,默认为:\n\"\"\"\n{{prompt}}\n\"\"\"", - "model.custom_extract_prompt": "自定义内容提取提示词", - "model.custom_extract_prompt_tip": "覆盖系统的提示词,默认为:\n\"\"\"\n{{prompt}}\n\"\"\"", "model.dataset_process": "用于知识库文件处理", "model.defaultConfig": "额外 Body 参数", "model.defaultConfig_tip": "每次请求时候,都会携带该额外 Body 参数", @@ -71,8 +57,6 @@ "model.default_token_tip": "索引模型默认文本分块的长度,必须小于最大上文", "model.delete_model_confirm": "确认删除该模型?", "model.edit_model": "模型参数编辑", - "model.function_call": "支持函数调用", - "model.function_call_tip": "如果模型支持函数调用,则开启该开关。工具调用优先级更高。", "model.input_price": "模型输入价格", "model.input_price_tip": "语言模型输入价格,如果配置了该项,则模型综合价格会失效", "model.json_config": "配置文件", @@ -102,7 +86,6 @@ "model.tool_choice_tip": "如果该模型支持工具调用,则开启该开关", "model.used_in_classify": "用于问题分类", "model.used_in_extract_fields": "用于文本提取", - "model.used_in_query_extension": "用于问题优化", "model.used_in_tool_call": "用于工具调用节点", "model.vision": "支持图片识别", "model.vision_tag": "视觉", @@ -117,7 +100,6 @@ "order_type": "订单类型", "payment_method": "支付方式", "personal_information": "个人信息", - "personalization": "个性化", "promotion_records": "促销记录", "requests_per_minute": "QPM", "reset_default": "恢复默认配置", diff --git a/packages/web/i18n/zh-CN/account_apikey.json b/packages/web/i18n/zh-CN/account_apikey.json index 2db97fcc90..0376f68ddb 100644 --- a/packages/web/i18n/zh-CN/account_apikey.json +++ b/packages/web/i18n/zh-CN/account_apikey.json @@ -1,3 +1,3 @@ { "key_tips": "你可以使用 API 密钥访问一些特定的接口(无法访问应用,访问应用需使用应用内的 API key)" -} \ No newline at end of file +} diff --git a/packages/web/i18n/zh-CN/account_bill.json b/packages/web/i18n/zh-CN/account_bill.json index 02478ef474..bb30cd741a 100644 --- a/packages/web/i18n/zh-CN/account_bill.json +++ b/packages/web/i18n/zh-CN/account_bill.json @@ -12,24 +12,20 @@ "confirm": "确认", "contact_phone": "联系电话", "contact_phone_void": "联系电话格式错误", - "day": "天", "default_header": "默认抬头", "detail": "详情", "email_address": "邮箱地址", "invoice_amount": "开票金额", "invoice_detail": "发票详情", "invoice_sending_info": "发票将在 3-7 个工作日内发送至邮箱,请耐心等待", - "mm": "毫米", "need_special_invoice": "是否需要专票", "no_invoice_record": "无账单记录~", "no_invoice_record_tip": "暂无开票记录", "organization_name": "组织名称", "payway_coupon": "兑换码", - "rerank": "结果重排", "save": "保存", "save_failed": "保存异常", "save_success": "保存成功", - "sub_mode_custom": "自定义", "submit_failed": "提交失败", "submit_success": "提交成功", "submitted": "已提交", @@ -40,7 +36,5 @@ "total_amount": "总金额", "type": "类型", "unit_code": "统一信用代码", - "unit_code_void": "统一信用代码格式错误", - "update": "更新", "wecom_not_pay_tip": "未支付,即将跳转支付地址" } diff --git a/packages/web/i18n/zh-CN/account_info.json b/packages/web/i18n/zh-CN/account_info.json index abb13b2445..7b78d19d1b 100644 --- a/packages/web/i18n/zh-CN/account_info.json +++ b/packages/web/i18n/zh-CN/account_info.json @@ -1,10 +1,8 @@ { - "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 积分。具体的计算标准可参考上方的“计费标准”。", "app_amount": "Agent 数量", "app_registration_count": "备案应用数量", @@ -12,7 +10,6 @@ "avatar": "头像", "avatar_can_only_select_jpg_png": "头像只能选择 jpg 或 png 格式", "avatar_can_only_select_one": "头像只能选择一张图片", - "avatar_selection_exception": "头像选择异常", "balance": "余额", "billing_standard": "计费标准", "cancel": "取消", @@ -20,7 +17,6 @@ "check_purchase_history": "查看订单", "choose_avatar": "点击选择头像", "click_modify_nickname": "点击修改昵称", - "code_required": "验证码不能为空", "confirm": "确认", "confirm_password": "确认密码", "contact_customer_service": "联系客服", @@ -30,7 +26,6 @@ "dataset_amount": "知识库数量", "discount_coupon": "优惠券", "effective_time": "生效时间", - "email_label": "邮箱", "exchange": "兑换", "exchange_failure": "兑换失败", "exchange_success": "兑换成功", @@ -39,34 +34,25 @@ "expired_tips": "已经过期了哦~", "general_info": "通用信息", "group": "组", - "help_chatbot": "机器人助手", "help_document": "帮助文档", - "knowledge_base_capacity": "知识库容量", - "manage": "管理", "member_amount": "成员数量", "member_name": "成员名", "month": "月", "new_password": "新密码", "not_started_tips": "未开始", - "notification_receiving": "通知接收", "old_password": "旧密码", "package_and_usage": "套餐与用量", "package_details": "套餐详情", "package_expiry_time": "套餐到期时间", "package_usage_rules": "套餐使用规则:系统优先使用更高级的套餐,原未用完的套餐将延后生效", "password": "密码", - "password_mismatch": "密码不一致: 两次密码不一致", "password_tip": "密码至少 8 位,且至少包含两种组合:数字、字母或特殊字符", "password_update_error": "修改密码异常", "password_update_success": "修改密码成功", "pending_usage": "待使用", - "phone_label": "手机号", "please_bind_contact": "请绑定联系方式", - "please_bind_notification_receiving_path": "请先绑定通知接收途径", "purchase_extra_package": "购买额外套餐", "redeem_coupon": "兑换码", - "reminder_create_bound_notification_account": "提醒创建者绑定通知账号", - "reset_password": "重置密码", "resource_usage": "资源用量", "select_avatar": "点击选择头像", "standard_package_and_extra_resource_package": "包含标准套餐与额外资源包", @@ -87,7 +73,6 @@ "used_tips": "已使用", "user_account": "账号", "user_team_team_name": "团队", - "verification_code": "验证码", "you_can_convert": "您可以兑换", "yuan": "元" } diff --git a/packages/web/i18n/zh-CN/account_inform.json b/packages/web/i18n/zh-CN/account_inform.json index 03e8c3f7e4..66e2b767b0 100644 --- a/packages/web/i18n/zh-CN/account_inform.json +++ b/packages/web/i18n/zh-CN/account_inform.json @@ -1,7 +1,6 @@ { "notification_detail": "通知详情", "no_notifications": "暂无通知", - "read": "已读", "system": "官方", "team": "团队" -} \ No newline at end of file +} diff --git a/packages/web/i18n/zh-CN/account_model.json b/packages/web/i18n/zh-CN/account_model.json index ed431fe939..2ed9a254cd 100644 --- a/packages/web/i18n/zh-CN/account_model.json +++ b/packages/web/i18n/zh-CN/account_model.json @@ -1,11 +1,9 @@ { - "Hunyuan": "腾讯混元", "aipoint_usage": "积分消耗", "all": "全部", "api_key": "API 密钥", "avg_response_time": "平均调用时长(秒)", "avg_ttfb": "平均首字时长(秒)", - "azure": "微软 Azure", "base_url": "代理地址", "batch_size": "并发请求数", "cache_hit_analysis": "缓存分析", @@ -24,22 +22,10 @@ "confirm_delete_channel": "确认删除 【{{name}}】渠道?", "copy_model_id_success": "已复制模型id", "create_channel": "新增渠道", - "dashboard_call_trend": "模型调用次数趋势", "dashboard_channel": "渠道", - "dashboard_cost_trend": "积分消耗", - "dashboard_error_calls": "错误次数", - "dashboard_input_tokens": "输入Tokens", "dashboard_model": "模型", "dashboard_no_data": "暂无数据", - "dashboard_output_tokens": "输出Tokens", - "dashboard_points": "积分", - "dashboard_success_calls": "成功次数", - "dashboard_token_trend": "Tokens使用趋势", "dashboard_token_usage": "Tokens 消耗", - "dashboard_total_calls": "总调用次数:", - "dashboard_total_cost": "总成本", - "dashboard_total_cost_label": "总成本:", - "dashboard_total_tokens": "总Tokens", "default_url": "默认地址", "detail": "详情", "duration": "耗时", @@ -47,8 +33,6 @@ "edit_channel": "渠道配置", "enable_channel": "启用", "forbid_channel": "禁用", - "helper_bot_model": "辅助生成模型", - "helper_bot_model_tip": "用于辅助生成 Agent", "input": "输入", "key_type": "API key 格式: ", "log": "调用日志", diff --git a/packages/web/i18n/zh-CN/account_promotion.json b/packages/web/i18n/zh-CN/account_promotion.json index 2e512e23c5..eed6c53e64 100644 --- a/packages/web/i18n/zh-CN/account_promotion.json +++ b/packages/web/i18n/zh-CN/account_promotion.json @@ -10,4 +10,4 @@ "type": "类型", "amount": "金额", "no_invite_records": "暂无邀请记录" -} \ No newline at end of file +} diff --git a/packages/web/i18n/zh-CN/account_setting.json b/packages/web/i18n/zh-CN/account_setting.json index 38a6935a9b..94f2b71930 100644 --- a/packages/web/i18n/zh-CN/account_setting.json +++ b/packages/web/i18n/zh-CN/account_setting.json @@ -1,6 +1,5 @@ { "update_data_success": "更新数据成功", - "personalization": "个性化", "language": "语言", "timezone": "时区" -} \ No newline at end of file +} diff --git a/packages/web/i18n/zh-CN/account_team.json b/packages/web/i18n/zh-CN/account_team.json index 9c1ef64141..c72738dcc1 100644 --- a/packages/web/i18n/zh-CN/account_team.json +++ b/packages/web/i18n/zh-CN/account_team.json @@ -4,10 +4,8 @@ "30mins": "30分钟", "7days": "7天", "accept": "接受", - "action": "操作", "admin_add_plan": "添加团队套餐", "admin_add_user": "添加用户", - "admin_change_license": "变更许可证", "admin_create_app_template": "添加模板", "admin_create_plugin": "添加插件", "admin_create_plugin_group": "创建插件分组", @@ -116,11 +114,9 @@ "kick_out_team": "移除成员", "label_sync": "标签同步", "leave": "离开", - "leave_team_failed": "离开团队异常", "link_forbidden": "禁用", "log_admin_add_plan": "【{{name}}】将给团队id为【{{teamId}}】的团队添加了套餐", "log_admin_add_user": "【{{name}}】创建了一个名为【{{userName}}】的用户", - "log_admin_change_license": "【{{name}}】变更了License", "log_admin_create_app_template": "【{{name}}】添加了名为【{{templateName}}】的模板", "log_admin_create_plugin": "【{{name}}】添加了名为【{{pluginName}}】的插件", "log_admin_create_plugin_group": "【{{name}}】创建了名为【{{groupName}}】的插件分组", @@ -207,10 +203,8 @@ "manage_member": "管理成员", "manage_per": "管理权限", "member": "成员", - "member_group": "所属群组", "move_app": "应用位置移动", "move_dataset": "移动知识库", - "move_member": "移动成员", "move_org": "移动部门", "notification_recieve": "团队通知接收", "org": "部门", @@ -230,16 +224,12 @@ "purchase_plan": "升级套餐", "recover_team_member": "成员恢复", "relocate_department": "部门移动", - "remark": "备注", "remove_tip": "确认将 {{username}} 移出团队?成员将被标记为“离开”,不删除操作数据,账号下资源自动转让给团队所有者。", "restore_tip": "确认将 {{username}} 加入团队吗?仅恢复该成员账号可用性及相关权限,无法恢复账号下资源。", - "restore_tip_title": "恢复确认", "retain_admin_permissions": "保留管理员权限", "retrain_collection": "重新训练集合", "save_and_publish": "保存并发布", - "search_log": "搜索日志", "search_member": "搜索成员", - "search_member_group_name": "搜索成员/群组名称", "search_org": "搜索部门", "search_test": "搜索测试", "set_invoice_header": "设置发票抬头", @@ -259,11 +249,6 @@ "transfer_warning": "警告:转让团队所有权后,您将失去所有管理权限,且此操作不可撤销。请谨慎操作。", "type.Folder": "文件夹", "type.Http plugin": "HTTP 插件", - "type.Http tool set": "HTTP 工具集", - "type.Plugin": "插件", - "type.Simple bot": "简易应用", - "type.Tool": "工具", - "type.Tool set": "工具集", "type.Workflow bot": "工作流", "unlimited": "无限制", "update": "更新", @@ -280,6 +265,5 @@ "user_name": "用户名", "user_team_invite_member": "邀请成员", "user_team_leave_team": "离开团队", - "user_team_leave_team_failed": "离开团队失败", - "waiting": "待接受" + "user_team_leave_team_failed": "离开团队失败" } diff --git a/packages/web/i18n/zh-CN/account_thirdParty.json b/packages/web/i18n/zh-CN/account_thirdParty.json index b3dcf2c9f2..459f22e3e4 100644 --- a/packages/web/i18n/zh-CN/account_thirdParty.json +++ b/packages/web/i18n/zh-CN/account_thirdParty.json @@ -1,17 +1,13 @@ { "configured": "已配置", "error.no_permission": "请联系管理员配置", - "get_usage_failed": "获取使用量失败", "laf_account": "laf 账号", "no_intro": "暂无说明", "not_configured": "未配置", "open_api_notice": "可以填写 OpenAI/OneAPI 的相关密钥。如果你填写了该内容,在线上平台使用【 AI 对话】、【问题分类】和【内容提取】将会走你填写的 Key,不会计费。请注意你的 Key 是否有访问对应模型的权限。 GPT 模型可以选择 FastAI 。", "openai_account_configuration": "OpenAI/OneAPI 账号", - "openai_account_setting_exception": "设置 OpenAI 账号异常", "request_address_notice": "请求地址,默认为 openai 官方。可填中转地址,未自动补全 \"v1\"", "third_party_account": "第三方账号", - "third_party_account.configured": "已配置", - "third_party_account.not_configured": "未配置", "third_party_account_desc": "管理员可以在这里配置第三方账号或变量,该账号将被团队所有人使用", "unavailable": "获取使用量异常", "usage": "使用量:", diff --git a/packages/web/i18n/zh-CN/account_usage.json b/packages/web/i18n/zh-CN/account_usage.json index 90ad8daf5b..b3643effd9 100644 --- a/packages/web/i18n/zh-CN/account_usage.json +++ b/packages/web/i18n/zh-CN/account_usage.json @@ -2,7 +2,6 @@ "agent_call": "Agent 调用", "ai.query_extension_embedding": "问题优化-embedding", "ai_model": "AI 模型", - "all": "所有", "answer_accuracy": "评测-回答准确性", "app_name": "应用名", "auto_index": "索引增强", @@ -10,10 +9,8 @@ "check_left_points": "查看剩余积分", "llm_compress_text": "文件内容压缩", "compress_llm_messages": "AI 历史记录压缩", - "confirm_export": "共筛选出 {{total}} 条数据,是否确认导出?", "context_pick": "上下文选取", "count": "运行次数", - "current_filter_conditions": "当前筛选条件:", "dashboard": "仪表盘", "dataset_chunk_selection": "知识库分块裁切", "dataset_search": "知识库搜索", @@ -24,10 +21,7 @@ "evaluation": "应用评测", "every_day": "天", "every_month": "月", - "every_week": "每周", - "export_confirm": "导出确认", "export_confirm_tip": "当前共 {{total}} 条使用记录,确认导出?", - "export_success": "导出成功", "export_title": "时间,成员,类型,项目名,AI 积分消耗", "feishu": "飞书", "generate_answer": "生成应用回答", @@ -39,9 +33,7 @@ "llm_paragraph": "模型分段", "mcp": "MCP 调用", "member": "成员", - "member_name": "成员名", "module_name": "模块名", - "month": "月", "no_usage_records": "暂无使用记录", "official_account": "公众号", "order_number": "订单号", @@ -54,10 +46,8 @@ "qa": "问答对提取", "rerank": "结果重排", "search_test": "搜索测试", - "select_member_and_source_first": "请先选中成员和类型", "share": "分享链接", "source": "来源", - "step_call": "阶段 Agent 调用", "step_summary": "步骤总结", "text_length": "文本长度", "token_length": "token 长度", diff --git a/packages/web/i18n/zh-CN/app.json b/packages/web/i18n/zh-CN/app.json index 80fd2b6eaa..6fc02e103d 100644 --- a/packages/web/i18n/zh-CN/app.json +++ b/packages/web/i18n/zh-CN/app.json @@ -11,10 +11,8 @@ "HTTP_tools_detail": "查看详情", "HTTP_tools_list_with_number": "工具列表: {{total}}", "Index": "索引", - "MCP_tools_debug": "调试", "MCP_tools_detail": "查看详情", "MCP_tools_list": "工具列表", - "MCP_tools_list_is_empty": "未解析到 MCP 工具", "MCP_tools_list_with_number": "工具列表: {{total}}", "MCP_tools_parse_failed": "解析 MCP 地址失败", "MCP_tools_url": "MCP 地址", @@ -23,8 +21,6 @@ "No_selected_dataset": "未选择知识库", "Optimizer_CloseConfirm": "确认关闭", "Optimizer_CloseConfirmText": "已经生成了优化结果,确认关闭将丢失当前结果,是否继续?", - "Optimizer_EmptyPrompt": "请输入优化要求", - "Optimizer_Generating": "生成中…", "Optimizer_Placeholder": "你希望如何编写或优化提示词?", "Optimizer_Placeholder_loading": "正在生成...请稍候", "Optimizer_Reoptimize": "重新优化", @@ -32,7 +28,6 @@ "Optimizer_Tooltip": "AI 优化提示词", "Params_config": "参数配置", "Role_setting": "权限设置", - "Run": "运行", "Search_dataset": "搜索知识库", "Selected": "已选择", "Start_config": "开始配置", @@ -44,22 +39,18 @@ "all_apps": "全部应用", "app.Version name": "版本名称", "app.error.publish_unExist_app": "发布失败,请检查工具调用是否正常", - "app.error.unExist_app": "部分组件缺失,请删除", "app.modules.has new version": "新版本", "app.version_current": "当前版本", "app.version_initial": "初始版本", "app.version_name_tips": "版本名称不能为空", "app.version_past": "发布过", "app.version_publish_tips": "该版本将被保存至团队云端,同步给整个团队,同时更新所有发布渠道的应用版本", - "app_detail": "应用详情", - "app_name_placeholder": "请输入应用名称", "apply_code": "应用", "apply_code_failed": "应用代码失败", "auto_execute": "自动执行", "auto_execute_default_prompt_placeholder": "自动执行时,发送的默认问题", "auto_execute_tip": "开启后,用户进入对话界面将自动触发工作流。执行顺序:1、对话开场白;2、全局变量;3、自动执行。", "auto_save": "自动保存", - "change_app_type": "更改应用类型", "chat.collapse_deleted_items": "收起已删除记录", "chat.expand_deleted_items": "展开已删除记录", "chat_agent_beta_tip": "Agent 模式处于测试阶段,未来可能会进行比较大的交互/调度逻辑变更,建议仅在线使用,勿接入到自己的生产系统中。\nAgent 模式消耗的积分是普通应用的数十倍,请谨慎使用。", @@ -67,11 +58,9 @@ "chat_agent_intro": "让AI助手自主调用工具", "chat_debug": "调试预览", "chat_logs": "对话日志", - "chat_logs_tips": "日志会记录该应用的在线、分享和 API(需填写 chatId)对话记录", "click_to_config": "去配置", "code_applied_successfully": "代码应用成功", "code_function_describe": "描述你的代码功能,输入“/”可选择变量", - "collapse_tool_create": "收起", "config_ai_model_params": "点击配置 AI 模型相关属性", "config_file_upload": "点击配置文件上传规则", "config_question_guide": "配置猜你想问", @@ -81,7 +70,6 @@ "confirm_delete_chat_content": "确定要删除这个对话吗?此操作不可恢复!", "confirm_delete_chats": "确认删除 {{n}} 组对话记录?记录将会永久删除!", "confirm_delete_folder_tip": "删除该文件夹时,将会删除它下面所有应用及对应的聊天记录。", - "confirm_delete_skill": "确认删除该技能?", "confirm_delete_tool": "确认删除该工具?", "copilot_config_message": "`当前节点配置信息: \n代码类型:{{codeType}} \n当前代码: \\`\\`\\`{{codeType}} \n{{code}} \\`\\`\\` \n输入参数: {{inputs}} \n输出参数: {{outputs}}`", "copilot_confirm_message": "已接收到原始配置,了解当前代码结构和输入输出参数。请说明您的优化需求。", @@ -90,14 +78,9 @@ "core.dataset.import.Custom prompt": "自定义提示词", "core.module.template.System Tools": "系统工具", "core.workflow.Copilot": "AI 生成", - "create_by_curl": "从 CURL 创建", "create_by_template": "从模板创建", "create_copy_success": "创建副本成功", - "create_empty_app": "创建空白应用", - "create_empty_plugin": "创建空白插件", - "create_empty_workflow": "创建空白工作流", "create_from_template": "从模板新建", - "create_http_toolset": "创建 HTTP 工具集", "create_your_first_agent": "创建你的第一个 Agent", "create_your_first_tool": "创建你的第一个工具", "cron.every_day": "每天执行", @@ -144,30 +127,21 @@ "dataset_empty_tips": "你还没有知识库,先创建一个吧", "dataset_search_tool_description": "调用“语义检索”和“全文检索”能力,从“知识库”中查找可能与问题相关的参考内容。优先调用该工具来辅助回答用户的问题。", "dataset_select": "可选知识库", - "day": "日", - "delete_failed": "删除失败", "deleted": "应用已删除", - "document": "文档", "document_quote": "文档引用", "document_quote_tip": "通常用于接受用户上传的文档内容(这需要文档解析),也可以用于引用其他字符串数据。", - "document_upload": "文档上传", "edit_app": "应用详情", "edit_info": "编辑信息", "edit_param": "编辑参数", "empty_folder": "(空文件夹)", "empty_tool_tips": "请在左侧添加工具", "execute_time": "执行时间", - "expand_tool_create": "展开MCP、Http创建", "export_config_successful": "已复制配置,保留敏感信息,请自行注意配置信息的安全保护", "export_configs": "导出配置", "export_filtered_sensitive_config_successful": "已复制配置,自动过滤部分敏感信息,请注意检查是否仍有敏感数据", "export_log_filename": "{{name}} 对话日志.csv", - "failed_tools": "失败的工具", "fastgpt_marketplace": "FastGPT 插件市场", - "feedback_count": "用户反馈", - "file_quote_link": "文件链接", "file_recover": "文件将覆盖当前内容", - "file_types": "可选文件类型", "file_upload": "文件上传", "file_upload_tip": "开启后,可以配置用户可上传的文件类型。文件跟随对话保存,删除对话或删除应用均会清理文件。为保证使用体验,使用时请选择上下文长度较大的AI模型。", "find_more_tools": "探索更多", @@ -178,9 +152,6 @@ "hide_templates": "隐藏模板", "http_toolset_add_tips": "点击添加按钮来添加工具", "http_toolset_config_tips": "点击开始配置来添加工具", - "image": "图片", - "image_upload": "图片上传", - "image_upload_tip": "如何启动模型图片识别能力", "import_configs": "导入配置", "import_configs_failed": "导入配置失败,请确保配置正常!", "import_configs_success": "导入成功", @@ -199,16 +170,13 @@ "llm_use_vision": "图片识别", "llm_use_vision_tip": "点击模型选择后,可以看到模型是否支持图片识别以及控制是否启动图片识别的能力。启动图片识别后,模型会读取文件链接里图片内容,并且如果用户问题少于 500 字,会自动解析用户问题中的图片。", "local_upload": "本地上传", - "log_chat_logs": "对话日志", "log_detail": "日志详情", - "logs_all_feedback": "全部反馈", "logs_all_records": "全部记录", "logs_app_data": "数据看板", "logs_app_result": "应用效果", "logs_average_response_time": "平均运行时长(s)", "logs_average_response_time_description": "工作流总运行时间的平均值", "logs_bad_feedback": "点踩", - "logs_bad_feedback_only": "仅看踩", "logs_chat_count": "会话次数", "logs_chat_count_description": "该应用共新建多少个会话。 会话定义:当与上条消息间隔超过15min,认为是产生新会话(该定义仅在此生效)", "logs_chat_data": "对话数据", @@ -222,9 +190,7 @@ "logs_error_rate": "对话报错比例", "logs_error_rate_description": "报错对话占总对话数量的比例", "logs_export_confirm_tip": "当前共有 {{total}} 条对话记录,每条对话最多可导出最新 100 条消息。确认导出?", - "logs_export_title": "时间,来源,使用者,联系方式,标题,消息总数,用户赞同反馈,用户反对反馈,自定义反馈,标注答案,对话详情", "logs_good_feedback": "点赞", - "logs_good_feedback_only": "仅看赞", "logs_has_any_feedback": "包含反馈", "logs_has_bad_feedback": "包含踩", "logs_has_good_feedback": "包含赞", @@ -258,10 +224,6 @@ "logs_source": "来源", "logs_source_count": "渠道用户", "logs_source_count_description": "各渠道用户的数量", - "logs_timespan_day": "按日", - "logs_timespan_month": "按月", - "logs_timespan_quarter": "按季", - "logs_timespan_week": "按周", "logs_title": "标题", "logs_total": "累计", "logs_total_avg_duration": "平均时长", @@ -273,7 +235,6 @@ "logs_total_tips": "累计指标不受时间筛选影响", "logs_total_users": "累计用户数", "logs_unread_only": "仅看未读", - "logs_user_callback": "用户反馈", "logs_user_count": "用户数", "logs_user_count_description": "单位时间内与该应用产生对话的人数", "logs_user_data": "用户数据", @@ -289,7 +250,6 @@ "max_tokens": "回复上限", "module.Custom Title Tip": "该标题名字会展示在对话过程中", "module.No Modules": "没找到插件", - "module.type": "\"{{type}}\"类型\n{{description}}", "modules.Title is required": "模块名不能为空", "month.unit": "号", "move.hint": "移动后,所选应用/文件夹将继承新文件夹的权限设置。", @@ -299,26 +259,20 @@ "node_not_intro": "这个节点没有介绍", "not_json_file": "请选择JSON文件", "not_the_newest": "非最新版", - "oaste_curl_string": "输入 CURL 代码", "open_auto_execute": "启用自动执行", "open_vision_function_tip": "有图示开关的模型即拥有图片识别能力。若开启,模型会解析文件链接里的图片,并自动解析用户问题中的图片(用户问题≤500字时生效)。", "or_drag_JSON": "或拖入JSON文件", - "paste_config_or_drag": "粘贴配置或拖入 JSON 文件", "pdf_enhance_parse": "PDF增强解析", "pdf_enhance_parse_price": "{{price}}积分/页", "pdf_enhance_parse_tips": "调用 PDF 识别模型进行解析,可以将其转换成 Markdown 并保留文档中的图片,同时也可以对扫描件进行识别,识别时间较长。", "permission.des.manage": "可配置发布渠道、查看日志、分配应用权限", "permission.des.read": "可使用该应用进行对话", - "permission.des.readChatLog": "可查看对话日志", "permission.des.write": "可查看和编辑应用", "permission.name.read": "仅对话", "permission.name.readChatLog": "查看对话日志", - "plugin": "资源库", - "plugin.Instructions": "使用说明", "plugin_cost_by_token": "依据 token 消耗计费", "plugin_cost_folder_tip": "该工具集包含下属工具,调用积分依据实际调用工具决定", "plugin_cost_per_times": "{{cost}} 积分/次", - "plugin_dispatch": "插件调用", "plugin_offline_tips": "您的系统无法直接访问插件市场数据,\n请手动复制网址并前往,以获得更多插件", "plugin_offline_url": "网址", "pro_modal_feature_1": "外部组织架构接入与多租户", @@ -339,7 +293,6 @@ "recharge": "去充值", "reference_variable": "引用变量", "refresh_templates": "换一批", - "remaining_points": "剩余积分:", "request_headers": "请求头", "response_format": "回复格式", "sandbox_free_not_support": "套餐不支持该功能", @@ -352,27 +305,17 @@ "search_app": "搜索应用", "search_tool": "搜索工具", "secret_get_course": "教程", - "select_app_type": "选择应用类型", "setting_app": "应用配置", "setting_plugin": "插件配置", "show_templates": "显示模板", "show_top_p_tip": "用温度采样的替代方法,称为Nucleus采样,该模型考虑了具有TOP_P概率质量质量的令牌的结果。因此,0.1表示仅考虑包含最高概率质量的令牌。默认为 1。", "simple_tool_tips": "该工具含有特殊输入,暂不支持作为工具使用", - "skill_delete_success": "技能删除成功", - "skill_description_placeholder": "用于引导 Agent 选中该技能进行执行", - "skill_editor": "技能辅助生成", - "skill_empty_name": "未命名的技能", - "skill_local_removed": "本地技能已移除", - "skill_name_placeholder": "请输入技能明,仅用于展示", - "skills": "技能", - "skills_tip": "模型的行为知识", "source_updateTime": "更新时间", "space_to_expand_folder": "按\"空格\"展开文件夹", "stop_sign": "停止序列", "stop_sign_placeholder": "多个序列号通过 | 隔开,例如:aaa|stop", "stream_response": "流输出", "stream_response_tip": "关闭该开关,可以强制模型使用非流模式,并且不会直接进行内容输出。可以在 AI 回复的输出中,获取本次模型输出的内容进行二次处理。", - "support.wallet.usage.Code Copilot": "代码助手", "sync_log_keys_popover_text": "当前字段配置仅对个人生效,是否需要保存至团队配置?", "sync_team_app_log_keys": "还原成团队配置", "system_secret": "系统密钥", @@ -397,20 +340,12 @@ "templateMarket.templateTags.WecomZone": "企微专区", "templateMarket.template_guide": "说明", "template_market": "模板市场", - "template_market_description": "在模板市场探索更多玩法,配置教程与使用引导,带你理解并上手各种应用", "template_market_empty_data": "找不到合适的模板", - "test_all_passed": "测试全部通过", - "test_code": "测试", - "test_code_incomplete": "代码解析不完整,无法进行测试", - "test_execution_failed": "测试执行失败", - "test_failed_with_progress": "测试失败 {{passed}}/{{total}}", - "testing": "测试中", "this_tool_requires_no_input": "该工具无需输入", "time_granularity": "时间粒度", "time_range_end": "结束时间", "time_range_limit": "时间范围限制", "time_range_start": "开始时间", - "time_type": "时间类型", "time_zone": "时区", "too_to_active": "去激活", "toolType_http": "HTTP 工具", @@ -422,7 +357,6 @@ "tool_active_system_config_price_desc_folder": "需额外支付密钥价格,依据实际使用工具扣费。", "tool_detail": "工具详情", "tool_input_param_tip": "该工具正常运行需要配置相关信息", - "tool_load_failed": "部分工具加载失败", "tool_not_active": "该工具尚未激活", "tool_not_desc": "工具缺少描述~", "tool_offset_tips": "该工具已无法使用,将中断应用运行,请立即替换", @@ -437,11 +371,8 @@ "toolkit_activation_not_required": "免激活", "toolkit_activation_required": "需要激活", "toolkit_add_resource": "添加插件", - "toolkit_author": "作者", "toolkit_basic_config": "基础配置", - "toolkit_basic_info": "基本信息", "toolkit_batch_update": "批量更新", - "toolkit_call_points": "调用积分", "toolkit_call_points_label": "调用积分", "toolkit_config_system_key": "是否配置系统密钥", "toolkit_contribute_resource": "贡献插件", @@ -453,17 +384,12 @@ "toolkit_install": "安装", "toolkit_installed": "已安装", "toolkit_key_price": "密钥价格", - "toolkit_marketplace_download": "下载", - "toolkit_marketplace_download_count": "{{count}} 次下载", - "toolkit_marketplace_faq": "常见问题", "toolkit_marketplace_search_placeholder": "搜索插件", "toolkit_marketplace_submit_request": "提交需求", "toolkit_marketplace_title": "探索更多插件", "toolkit_name": "名称", "toolkit_no_call_points": "该工具无需调用积分", - "toolkit_no_params_info": "暂无参数信息", "toolkit_no_plugins": "暂无插件", - "toolkit_no_user_guide": "暂无使用说明", "toolkit_official": "官方", "toolkit_open_marketplace": "打开插件市场", "toolkit_outputs": "输出参数", @@ -480,10 +406,8 @@ "toolkit_system_key": "系统密钥", "toolkit_system_key_configured": "已配置", "toolkit_system_key_cost": "系统密钥价格(n积分/次)", - "toolkit_system_key_enable": "是否配置系统密钥", "toolkit_system_key_not_configured": "未配置", "toolkit_system_key_tip": "对于需要密钥的工具,您可为其配置系统密钥,用户可通过支付积分的方式使用系统密钥。", - "toolkit_system_tool_config": "系统工具配置", "toolkit_tags": "标签", "toolkit_tags_add": "添加标签", "toolkit_tags_delete_confirm": "确认删除该标签?", @@ -510,42 +434,22 @@ "transition_to_workflow": "转成工作流", "transition_to_workflow_create_new_placeholder": "创建一个新的应用,而不是修改当前应用", "transition_to_workflow_create_new_tip": "转化成工作流后,将无法转化回简易模式,请确认!", - "tts_ai_model": "使用语音合成模型", "tts_browser": "浏览器自带(免费)", "tts_close": "关闭", "type.All": "全部", "type.Chat_Agent": "对话 Agent", "type.Chat_Agent_v2": "对话 Agent V2(Beta)", - "type.Create http plugin tip": "通过 OpenAPI Schema 批量创建工具(兼容GPTs)、通过curl或手动创建工具", "type.Create http toolset tip": "通过 OpenAPI Schema 批量创建工具(兼容GPTs)", "type.Create mcp tools tip": "通过输入 MCP 地址,自动解析并批量创建可调用的 MCP 工具", - "type.Create one plugin tip": "可以自定义输入和输出的工作流,通常用于封装重复使用的工作流", - "type.Create plugin bot": "创建插件", - "type.Create simple bot": "创建简易应用", - "type.Create simple bot tip": "通过填表单形式,创建简单的 AI 应用,适合新手", - "type.Create workflow bot": "创建工作流", - "type.Create workflow tip": "通过低代码的方式,构建逻辑复杂的多轮对话 AI 应用,推荐高级玩家使用", - "type.Folder": "文件夹", "type.Http batch": "批量创建", "type.Http batch tip": "通过 OpenAPI Schema 批量创建工具", "type.Http manual": "手动创建", "type.Http manual tip": "通过 curl 或手动填写参数创建单个工具", "type.Http plugin": "HTTP 插件", "type.Http plugin_deprecated": "HTTP 插件已废弃,如需配置 Openapi Schema,请使用 HTTP 工具集", - "type.Http tool set": "HTTP 工具集", "type.Import from json": "导入 JSON 配置", - "type.Import from json tip": "通过 JSON 配置文件,直接创建应用", - "type.Import from json_error": "获取工作流数据失败,请检查URL或手动粘贴JSON数据", - "type.Import from json_loading": "正在获取工作流数据,请稍候...", - "type.MCP tools": "MCP 工具集", - "type.MCP_tools_url": "MCP 地址", - "type.Plugin": "插件", - "type.Simple bot": "简易应用", "type.Tool": "工具", - "type.Tool set": "工具集", "type.Workflow bot": "工作流", - "type.error.Workflow data is empty": "没有获取到工作流数据", - "type.error.workflowresponseempty": "响应内容为空", "type.hidden": "隐藏应用", "type_http_tool_set_intro": "批量导入 API 工具", "type_mcp_intro": "连接 MCP 服务", @@ -556,16 +460,11 @@ "type_simple_intro": "快速创建对话 Agent", "type_workflow_description": "支持记忆的复杂多轮对话工作流。", "type_workflow_intro": "拖拽编排与多轮对话", - "un_auth": "无权限", "unnamed_app": "未命名", "upgrade": "去升级", "upload_file_exists_filtered": "已自动过滤重复文件", - "upload_file_extension_type_canSelectAudio": "音频", "upload_file_extension_type_canSelectCustomFileExtension": "自定义文件扩展类型", "upload_file_extension_type_canSelectCustomFileExtension_placeholder": "文件扩展名", - "upload_file_extension_type_canSelectFile": "文档", - "upload_file_extension_type_canSelectImg": "图片", - "upload_file_extension_type_canSelectVideo": "视频", "upload_file_extension_types": "支持上传的类型", "upload_file_max_amount": "最大文件数量", "upload_file_max_amount_tip": "单轮对话中最大上传文件数量", @@ -578,8 +477,6 @@ "variable.select type_desc": "会在站内对话和运行预览中显示输入框,在分享链接中不会显示此变量", "variable.textarea_type_desc": "允许用户最多输入4000字的对话框。", "variable_name_required": "变量名必填", - "variable_repeat": "该变量名已被占用,无法使用", - "version.Revert success": "回滚成功", "version_back": "回到初始状态", "version_copy": "副本", "version_initial_copy": "副本-初始状态", @@ -598,8 +495,6 @@ "workflow.form_input_description_placeholder": "例如:\n补充您的信息", "workflow.form_input_tip": "该模块可以配置多种输入,引导用户输入特定内容。", "workflow.input_description_tip": "你可以添加一段说明文字,用以向用户说明需要输入的内容", - "workflow.plugin_offline_error": "该插件已下线,无法运行", - "workflow.plugin_soon_offline_warning": "该插件即将下线,建议尽快更换", "workflow.read_files": "文档解析", "workflow.read_files_result": "文档解析结果", "workflow.read_files_result_desc": "文档原文,由文件名和文档内容组成,多个文件之间通过横线隔开。", diff --git a/packages/web/i18n/zh-CN/chat.json b/packages/web/i18n/zh-CN/chat.json index 3eccb9b70b..f8f9982ae3 100644 --- a/packages/web/i18n/zh-CN/chat.json +++ b/packages/web/i18n/zh-CN/chat.json @@ -4,7 +4,6 @@ "LLM_model_response_empty": "模型流响应为空,请检查模型流输出是否正常", "Next": "下一个", "Previous": "上一个", - "agent_plan_continue": "继续规划", "agent_plan_parse_retry_tip": "规划结果格式异常,请补充一句需求后我重新生成计划。", "ai_reasoning": "思考过程", "back_to_text": "返回输入", @@ -39,8 +38,6 @@ "content_empty": "内容为空", "context_pick": "上下文选取", "continue_run": "继续运行", - "core.chat.moveCancel": "上滑取消", - "core.chat.shortSpeak": "说话时间太短", "csv_input_lexicon_tip": "仅支持 CSV 批量导入,点击下载模板", "custom_input_guide_url": "自定义词库地址", "data_source": "来源知识库: {{name}}", @@ -54,14 +51,10 @@ "file_amount_over": "超出最大文件数量 {{max}}", "file_input": "系统文件", "file_input_tip": "可通过【插件开始】节点的“文件链接”获取对应文件的链接", - "file_parse": "文件解析", "history_slider.home.title": "聊天", "home.chat_app": "首页聊天", - "home.chat_id": "会话ID", - "home.no_available_tools": "暂无可用工具", "home.select_tools": "选择工具", "home.tools": "工具:{{num}}", - "images_collection_not_supported": "图片数据集不支持打开原文", "in_progress": "进行中", "input_guide": "输入引导", "input_guide_lexicon": "词库", @@ -71,7 +64,6 @@ "internal_variables_tip": "内部变量仅调试时可见", "invalid_share_url": "无效的分享链接", "is_chatting": "正在聊天中...请等待结束", - "items": "条", "llm_request_detail": "LLM 请求详情", "llm_request_ids": "LLM 请求详情", "llm_tokens": "LLM tokens", @@ -82,16 +74,10 @@ "log.feedback.mark_as_read": "标为已读", "log.feedback.read": "已读", "log.feedback.show_feedback": "显示反馈", - "log.navigation.next": "下一条", - "log.navigation.previous": "上一条", "master_agent_call": "主 agent 调用", "module_runtime_and": "工作流总运行时间", - "multiple_AI_conversations": "多组 AI 对话", "new_input_guide_lexicon": "新词库", - "no_invalid_app": "您账号下没有可用的应用", "no_workflow_response": "没有运行数据", - "not_query": "缺少查询内容", - "not_select_file": "未选择文件", "plan_agent": "规划 Agent", "plan_check_tip": "规划已生成,您可继续对话来微调当前规划", "plugins_output": "插件输出", @@ -106,7 +92,6 @@ "release_cancel": "松开取消", "release_send": "松开发送,上滑取消", "request_body": "请求体", - "request_record_not_found": "未找到请求记录,可能已被清理(记录保留7天)", "response.child total points": "子流程积分消耗", "response.dataset_concat_length": "合并后总数", "response.node_inputs": "节点输入", @@ -127,42 +112,24 @@ "search_results": "搜索结果", "select": "选择", "select_file": "上传文件", - "select_file_img": "上传文件/图片", - "select_img": "上传图片", - "setting.copyright.basic_configuration": "基础配置", "setting.copyright.copyright_configuration": "版权配置", "setting.copyright.diagram": "示意图", - "setting.copyright.file_size_exceeds_limit": "文件大小超出限制,最大支持 {{maxSize}}", - "setting.copyright.immediate_upload_required": "此功能需要立即上传", "setting.copyright.logo": "Logo", - "setting.copyright.preview_fail": "文件预览失败", - "setting.copyright.save_fail": "Logo 保存失败", - "setting.copyright.save_success": "Logo 保存成功", - "setting.copyright.select_logo_image": "请先选择要上传的 Logo 图片", "setting.copyright.style_diagram": "样式示意图", "setting.copyright.tips": "建议比例 4:1", "setting.copyright.tips.square": "建议比例 1:1", - "setting.copyright.title": "版权信息", - "setting.copyright.upload_fail": "文件上传失败", "setting.data_dashboard.title": "首页数据", "setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram.png", "setting.favourite.add_new_app": "添加应用", - "setting.favourite.all_apps": "所有应用", "setting.favourite.cancel_button": "取消", - "setting.favourite.categories_modal.delete_cancel_button": "取消", "setting.favourite.categories_modal.delete_confirm": "确认删除 {{name}} ?该分类下的应用将被移动至默认", - "setting.favourite.categories_modal.delete_confirm_button": "删除", - "setting.favourite.categories_modal.delete_confirm_title": "确认删除", "setting.favourite.categories_modal.title": "共 {{num}} 个分类", "setting.favourite.category.no_data": "暂无可用精选应用", "setting.favourite.category_all": "全部分类", "setting.favourite.category_placeholder": "选择分类", "setting.favourite.category_tab.all": "全部", "setting.favourite.confirm_button": "确定", - "setting.favourite.delete_app_cancel_button": "取消", "setting.favourite.delete_app_confirm": "确定要移除该精选应用吗?", - "setting.favourite.delete_app_confirm_button": "确定", - "setting.favourite.delete_app_title": "删除应用", "setting.favourite.goto_add": "去配置", "setting.favourite.manage_categories_button": "分类管理", "setting.favourite.save_category_for_app_button": "保存", @@ -177,7 +144,6 @@ "setting.home.available_tools": "可用工具", "setting.home.available_tools.add": "添加", "setting.home.cancel_button": "取消", - "setting.home.commercial_version": "商业版", "setting.home.confirm_button": "确定", "setting.home.diagram": "示意图", "setting.home.dialogue_tips": "对话框提示文字", @@ -194,12 +160,9 @@ "setting.home.slogan.default": "你好👋,我是 FastGPT ! 请问有什么可以帮你?", "setting.home.slogan_placeholder": "请输入 Slogan", "setting.home.title": "首页配置", - "setting.incorrect_plan": "当前套餐不支持该功能,请升级订阅套餐", - "setting.incorrect_version": "当前版本不支持该功能", "setting.log_details.title": "首页日志", "setting.save": "保存", "setting.save_success": "保存成功", - "setting.share": "分享", "sidebar.favourite_apps": "精选应用", "sidebar.home": "首页", "sidebar.team_apps": "团队应用", @@ -213,8 +176,6 @@ "tool_input": "工具输入", "tool_output": "工具输出", "unsupported_file_type": "不支持的文件类型", - "upload": "上传", "variable_invisable_in_share": "外部变量在免登录链接中不可见", - "view_citations": "查看引用", - "web_site_sync": "Web站点同步" + "view_citations": "查看引用" } diff --git a/packages/web/i18n/zh-CN/common.json b/packages/web/i18n/zh-CN/common.json index d69259f1bf..d03467c5d8 100644 --- a/packages/web/i18n/zh-CN/common.json +++ b/packages/web/i18n/zh-CN/common.json @@ -3,7 +3,6 @@ "Add": "添加", "Add_new_input": "新增输入", "All": "全部", - "App": "应用", "Cancel": "取消", "Choose": "选择", "Click_to_expand": "点击查看详情", @@ -16,7 +15,6 @@ "Create": "创建", "Creating": "创建中", "Delete": "删除", - "Detail": "详情", "Documents": "文档", "Done": "完成", "Download": "下载", @@ -32,7 +30,6 @@ "FAQ.check_subscription_q": "在哪里查看已订阅的套餐?", "FAQ.dataset_compute_a": "1条知识库存储等于1条知识库索引。一条分块数据,通常对应多条索引,可以在单个知识库集合中看到\"n组索引\"", "FAQ.dataset_compute_q": "知识库存储怎么计算?", - "FAQ.dataset_index_a": "不会。但知识库索引超出时,无法插入和更新知识库内容。", "FAQ.free_user_clean_a": "免费版团队(免费版且未购买额外套餐)连续 30 天未登录系统,系统会自动清除该团队下所有知识库内容。", "FAQ.free_user_clean_q": "免费版数据会清除么?", "FAQ.index_del_a": "当你删除知识库内容时,知识库索引数量会在 5 分钟内减少。", @@ -55,7 +52,6 @@ "Instructions": "使用说明", "Intro": "介绍", "Loading": "加载中...", - "Login": "登录", "Manual": "临时", "More": "更多", "Move": "移动", @@ -68,18 +64,13 @@ "Output": "输出", "Params": "参数", "Parse": "解析", - "Permission": "权限", - "Permission_tip": "个人权限大于群组权限", "Preview": "预览", "Remove": "移除", "Rename": "重命名", "Required_input": "必填", "Reset": "恢复默认", "Restart": "重新开始", - "Resume": "恢复", - "Role": "权限", "Run": "运行", - "Running": "运行中", "Save": "保存", "Save_and_exit": "保存并退出", "Search": "搜索", @@ -96,7 +87,6 @@ "UnKnow": "未知", "Unlimited": "无限制", "Update": "更新", - "Username": "用户名", "Waiting": "等待中", "Warning": "警告", "Website": "网站", @@ -108,21 +98,16 @@ "add_new": "新增", "add_new_param": "新增参数", "add_success": "添加成功", - "agent_prompt_tips": "建议按照以下模板填写,以获得最佳效果。\n「角色身份」\n「任务目标」\n「任务流程与技能」\n输入“/”插入全局变量;输入“@”插入特定技能,包括应用、工具、知识库、模型。", "aipoint_desc": "每次调用 AI 模型时,都会消耗一定的 AI 积分(类似于 token)。点击可查看详细计算规则。", "all_quotes": "全部引用", "all_result": "完整结果", "app_evaluation": "Agent 评测(Beta)", "app_icon_and_name": "图标 & 名称", - "app_not_version": " 该应用未发布过,请先发布应用", - "app_type": "应用类型", "auth_config": "鉴权配置", "auth_type": "鉴权类型", "auth_type.Custom": "自定义", "auth_type.None": "无", "back": "返回", - "base_config": "基础配置", - "bill_already_processed": "订单已处理", "bill_expired": "订单已过期", "bill_not_found": "订单不存在", "bill_not_pay_processed": "非在线订单", @@ -133,7 +118,6 @@ "cancel_bill_confirm": "确定要取消这个订单吗?", "chart_mode_cumulative": "累积", "chart_mode_incremental": "分时", - "chat": "会话", "chat_chatId": "会话Id: {{chatId}}", "choosable": "可选", "chose_condition": "选择条件", @@ -211,19 +195,14 @@ "code_error.team_error.website_sync_not_enough": "免费版无法使用Web站点同步~", "code_error.team_error.you_have_been_in_the_team": "你已经在该团队中", "code_error.token_error_code.403": "登录状态无效,请重新登录", - "code_error.user_error.balance_not_enough": "账号余额不足~", - "code_error.user_error.bin_visitor_guest": "您当前身份为游客,无权操作", - "code_error.user_error.un_auth_user": "找不到该用户", "comfirm_import": "确认导入", "comfirm_leave_page": "确认离开该页面?", "comfirn_create": "确认创建", "commercial_function_tip": "请升级商业版后使用该功能:https://doc.fastgpt.cn/docs/introduction/commercial/", "community_support": "社区支持", - "comon.Continue_Adding": "继续添加", "compliance.chat": "内容由第三方 AI 生成,无法确保真实准确,仅供参考", "compliance.dataset": "请确保您的内容严格遵守相关法律法规,避免包含任何违法或侵权的内容。请谨慎上传可能涉及敏感信息的资料。", "confirm_choice": "确认选择", - "confirm_exit_without_saving": "确认离开?编辑结果不会被保留。", "confirm_input_delete_placeholder": "请输入: {{confirmText}}", "confirm_input_delete_tip": "请输入 {{confirmText}} 确认", "confirm_logout": "确认退出登录?", @@ -232,10 +211,8 @@ "contact_business": "联系商务", "contact_way": "通知接收", "contribute_app_template": "贡献模板", - "copy_link": "复制链接", "copy_successful": "复制成功", "copy_to_clipboard": "复制到剪贴板", - "core.Chat": "对话", "core.ai.Max context": "最大上下文", "core.ai.Model": "AI 模型", "core.ai.Not deploy rerank model": "未部署重排模型", @@ -248,7 +225,6 @@ "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": "点击配置自动执行规则", @@ -257,23 +233,17 @@ "core.app.Interval timer tip": "可定时执行应用", "core.app.Make a brief introduction of your app": "给你的 AI 应用一个介绍", "core.app.Name and avatar": "头像 & 名称", - "core.app.Publish": "发布", - "core.app.Publish Confirm": "确认发布应用?会立即更新所有发布渠道的应用状态。", - "core.app.Publish app tip": "发布应用后,所有发布渠道将会立即使用该版本", "core.app.QG.Custom prompt tip": "为保证生成的内容遵循正确格式,【黄色部分提示词】不允许修改", "core.app.QG.Custom prompt tip1": "为保证生成的内容遵循正确格式,", "core.app.QG.Custom prompt tip2": "【黄色部分提示词】", "core.app.QG.Custom prompt tip3": "不允许修改", - "core.app.QG.Fixed Prompt": "请严格遵循格式规则:以 JSON 格式返回题目:\n['问题1','问题2','问题3']。", "core.app.Question Guide": "猜你想问", "core.app.Quote prompt": "引用模板提示词", "core.app.Quote templates": "引用内容模板", - "core.app.Random": "发散", "core.app.Search team tags": "搜索标签", "core.app.Select TTS": "选择语音播放模式", "core.app.Select quote template": "选择引用提示模板", "core.app.Set a name for your app": "给应用设置一个名称", - "core.app.Setting ai property": "点击配置 AI 模型相关属性", "core.app.Share link": "免登录窗口", "core.app.Share link desc": "创建可分享的链接,支持免登录使用", "core.app.Share link desc detail": "可以直接分享该模型给其他用户去进行对话,对方无需登录即可直接进行对话。注意,这个功能会消耗你账号的余额,请保管好链接!", @@ -281,13 +251,9 @@ "core.app.TTS Tip": "开启后,每次对话后可使用语音播放功能。使用该功能可能产生额外费用。", "core.app.TTS start": "朗读内容", "core.app.Team tags": "团队标签", - "core.app.ToolCall.No plugin": "没有可用的插件", - "core.app.ToolCall.System": "系统", - "core.app.ToolCall.Team": "团队", "core.app.Welcome Text": "对话开场白", "core.app.Whisper": "语音输入", "core.app.Whisper config": "语音输入配置", - "core.app.deterministic": "严谨", "core.app.edit.Prompt Editor": "提示词编辑", "core.app.edit.Query extension background prompt": "对话背景描述", "core.app.edit.Query extension background tip": "描述当前对话的范围,便于 AI 为当前问题进行补全和扩展。填写的内容,通常为该助手所用", @@ -297,8 +263,6 @@ "core.app.feedback.Custom feedback": "自定义反馈", "core.app.feedback.close custom feedback": "关闭反馈", "core.app.have_saved": "已保存", - "core.app.logs.Source And Time": "来源 & 时间", - "core.app.more": "查看更多", "core.app.no_app": "还没有应用,快去创建一个吧!", "core.app.not_saved": "未保存", "core.app.outLink.Can Drag": "图标可拖拽", @@ -311,7 +275,6 @@ "core.app.outLink.Select Mode": "开始使用", "core.app.outLink.Select Using Way": "选择使用方式", "core.app.outLink.Show History": "展示历史对话", - "core.app.publish.Fei shu bot": "飞书", "core.app.publish.Fei shu bot publish": "发布到飞书机器人", "core.app.schedule.Default prompt": "默认问题", "core.app.schedule.Default prompt placeholder": "执行应用时的默认问题", @@ -330,16 +293,11 @@ "core.app.share.Not share link": "没有创建分享链接", "core.app.share.Role check": "身份校验", "core.app.share.Show full text": "查看引用全文", - "core.app.switch_to_template_market": "跳转模板市场", "core.app.tip.Add a intro to app": "快来给应用一个介绍~", "core.app.tip.chatNodeSystemPromptTip": "在此输入提示词", "core.app.tip.systemPromptTip": "模型固定的引导词,通过调整该内容,可以引导模型聊天方向。该内容会被固定在上下文的开头。可通过输入 / 插入选择变量\n如果关联了知识库,你还可以通过适当的描述,来引导模型何时去调用知识库搜索。例如:\n你是电影《星际穿越》的助手,当用户询问与《星际穿越》相关的内容时,请搜索知识库并结合搜索结果进行回答。", "core.app.tip.variableTip": "可以在对话开始前,要求用户填写一些内容作为本轮对话的特定变量。该模块位于开场引导之后。\n输入框中,可通过 / 激活变量选择,例如:提示词、限定词等", "core.app.tip.welcomeTextTip": "每次对话开始前,发送一个初始内容。支持标准 Markdown 语法,可使用的额外标记:\n[快捷按键]:用户点击后可以直接发送该问题", - "core.app.tool_label.doc": "使用文档", - "core.app.tool_label.github": "GitHub地址", - "core.app.tool_label.price": "计费说明", - "core.app.tool_label.view_doc": "查看说明文档", "core.app.tts.Speech model": "语音模型", "core.app.tts.Speech speed": "语速", "core.app.tts.Test Listen": "试听", @@ -353,16 +311,12 @@ "core.app.whisper.Open": "开启", "core.app.whisper.Switch": "开启语音输入", "core.chat.Admin Mark Content": "纠正后的回复", - "core.chat.Audio Not Support": "设备不支持语音播放", "core.chat.Audio Speech Error": "语音播报异常", "core.chat.Cancel Speak": "取消语音输入", "core.chat.Confirm to clear history": "确认清空该应用的在线聊天记录?分享和 API 调用的记录不会被清空。", - "core.chat.Confirm to clear share chat history": "确认删除所有聊天记录?", "core.chat.Converting to text": "正在转换为文本...", "core.chat.Custom History Title": "自定义历史记录标题", "core.chat.Custom History Title Description": "如果设置为空,会自动跟随聊天记录。", - "core.chat.Exit Chat": "退出聊天", - "core.chat.Failed to initialize chat": "初始化聊天失败", "core.chat.Feedback Failed": "提交反馈异常", "core.chat.Feedback Modal": "结果反馈", "core.chat.Feedback Modal Tip": "输入你觉得回答不满意的地方", @@ -373,13 +327,11 @@ "core.chat.History Amount": "{{amount}} 条记录", "core.chat.Mark": "标注预期回答", "core.chat.Mark Description": "当前标注功能为测试版。\n\n点击添加标注后,需要选择一个知识库,以便存储标注数据。你可以通过该功能快速的标注问题和预期回答,以便引导模型下次的回答。\n\n目前,标注功能同知识库其他数据一样,受模型的影响,不代表标注后 100% 符合预期。\n\n标注数据仅单向与知识库同步,如果知识库修改了该标注数据,日志展示的标注数据无法同步。", - "core.chat.Mark Description Title": "标注功能介绍", "core.chat.New Chat": "新对话", "core.chat.Pin": "置顶", "core.chat.Question Guide": "猜你想问", "core.chat.Quote": "引用", "core.chat.Quote Amount": "知识库引用({{amount}} 条)", - "core.chat.Read Mark Description": "查看标注功能介绍", "core.chat.Recent use": "最近使用", "core.chat.Record": "语音输入", "core.chat.Restart": "重开对话", @@ -393,12 +345,8 @@ "core.chat.error.Chat error": "对话出现异常", "core.chat.error.Messages empty": "接口内容为空,可能文本超长了~", "core.chat.error.Select dataset empty": "你没有选择知识库", - "core.chat.error.User input empty": "传入的用户问题为空", "core.chat.error.data_error": "获取数据异常", - "core.chat.feedback.Close User Like": "用户表示赞同\n点击关闭该标记", - "core.chat.feedback.Feedback Close": "关闭反馈", "core.chat.feedback.No Content": "用户没有填写具体反馈内容", - "core.chat.feedback.Read User dislike": "用户表示反对\n点击查看内容", "core.chat.logs.api": "API 调用", "core.chat.logs.feishu": "飞书", "core.chat.logs.free_login": "免登录链接", @@ -413,17 +361,12 @@ "core.chat.markdown.Edit Question": "编辑问题", "core.chat.markdown.Quick Question": "点我立即提问", "core.chat.markdown.Send Question": "发送问题", - "core.chat.module_unexist": "运行失败:应用缺失组件", "core.chat.quote.Quote Tip": "此处仅显示实际引用内容,若数据有更新,此处不会实时更新", "core.chat.quote.Read Quote": "查看引用", - "core.chat.quote.afterUpdate": "更新后", - "core.chat.quote.beforeUpdate": "更新前", "core.chat.response.Complete Response": "完整响应", "core.chat.response.Extension model": "问题优化模型", "core.chat.response.Read complete response": "查看详情", "core.chat.response.Read complete response tips": "点击查看详细流程", - "core.chat.response.Tool call input tokens": "工具调用输入 Tokens", - "core.chat.response.Tool call output tokens": "工具调用输出 Tokens", "core.chat.response.Tool call tokens": "工具调用 tokens 消耗", "core.chat.response.context total length": "上下文总长度", "core.chat.response.loop_input": "输入数组", @@ -440,7 +383,6 @@ "core.chat.response.module limit": "单次搜索上限", "core.chat.response.module maxToken": "最大响应 tokens", "core.chat.response.module model": "模型", - "core.chat.response.module name": "模型名", "core.chat.response.module query": "问题/检索词", "core.chat.response.module similarity": "相似度", "core.chat.response.module temperature": "温度", @@ -455,7 +397,6 @@ "core.dataset.Dataset": "知识库", "core.dataset.Dataset ID": "知识库 ID", "core.dataset.Delete Confirm": "确认删除该知识库?删除后数据无法恢复,请确认!", - "core.dataset.Empty Dataset": "空数据集", "core.dataset.Empty Dataset Tips": "还没有知识库,快去创建一个吧!", "core.dataset.Folder placeholder": "这是一个目录", "core.dataset.Intro Placeholder": "这个知识库还没有介绍~", @@ -470,9 +411,6 @@ "core.dataset.collection.Collection raw text": "数据集内容", "core.dataset.collection.Empty Tip": "数据集空空如也", "core.dataset.collection.QA Prompt": "QA 拆分引导词", - "core.dataset.collection.Start Sync Tip": "确认开始同步数据?将会删除旧数据后重新获取,请确认!", - "core.dataset.collection.Sync": "同步数据", - "core.dataset.collection.Sync Collection": "数据同步", "core.dataset.collection.Website Empty Tip": "还没有关联网站", "core.dataset.collection.Website Link": "Web 站点地址", "core.dataset.collection.id": "集合 ID", @@ -488,27 +426,15 @@ "core.dataset.collection.status.error": "训练异常", "core.dataset.collection.sync.result.sameRaw": "内容未变动,无需更新", "core.dataset.collection.sync.result.success": "开始同步", - "core.dataset.data.Data Content": "相关数据内容", - "core.dataset.data.Default Index Tip": "无法编辑,默认索引会使用【相关数据内容】与【辅助数据】的文本直接生成索引。", "core.dataset.data.Edit": "编辑数据", "core.dataset.data.Empty Tip": "这个集合还没有数据~", "core.dataset.data.Search data placeholder": "搜索相关数据", - "core.dataset.data.Too Long": "总长度超长了", "core.dataset.data.Updated": "已更新", "core.dataset.data.group": "组", - "core.dataset.data.unit": "条", "core.dataset.embedding model tip": "索引模型可以将自然语言转成向量,用于进行语义检索。\n注意,不同索引模型无法一起使用,选择完索引模型后将无法修改。", "core.dataset.error.Data not found": "数据不存在或已被删除", "core.dataset.error.Start Sync Failed": "开始同步失败", - "core.dataset.error.canNotEditAdminPermission": "无法修改管理员权限", - "core.dataset.error.invalidVectorModelOrQAModel": "VectorModel 或 QA 模型错误", - "core.dataset.error.unAuthDataset": "无权操作该知识库", - "core.dataset.error.unAuthDatasetCollection": "无权操作该数据集", - "core.dataset.error.unAuthDatasetData": "无权操作该数据", - "core.dataset.error.unAuthDatasetFile": "无权操作该文件", - "core.dataset.error.unCreateCollection": "无权操作该数据", "core.dataset.error.unExistDataset": "知识库不存在", - "core.dataset.error.unLinkCollection": "不是网络链接集合", "core.dataset.externalFile": "外部文件库", "core.dataset.file": "文件", "core.dataset.folder": "目录", @@ -518,24 +444,15 @@ "core.dataset.import.Custom prompt": "自定义提示词", "core.dataset.import.Custom text": "自定义文本", "core.dataset.import.Custom text desc": "手动输入一段文本作为数据集", - "core.dataset.import.Data process params": "数据处理参数", - "core.dataset.import.Down load csv template": "点击下载 CSV 模板", "core.dataset.import.Link name": "网络链接", "core.dataset.import.Link name placeholder": "仅支持静态链接,如果上传后数据为空,可能该链接无法被读取\n每行一个,每次最多 10 个链接", "core.dataset.import.Local file": "本地文件", "core.dataset.import.Local file desc": "上传 PDF、TXT、DOCX 等格式的文件", - "core.dataset.import.Preview chunks": "预览分段(最多 15 段)", - "core.dataset.import.Preview raw text": "预览源文本(最多 3000 字)", - "core.dataset.import.Process way": "处理方式", - "core.dataset.import.QA Import": "QA 拆分", "core.dataset.import.QA Import Tip": "根据一定规则,将文本拆成一段较大的段落,调用 AI 为该段落生成问答对。有非常高的检索精度,但是会丢失很多内容细节。", - "core.dataset.import.Select file": "选择文件", "core.dataset.import.Select source": "选择来源", "core.dataset.import.Source name": "来源名", - "core.dataset.import.Sources list": "来源列表", "core.dataset.import.Start upload": "开始上传", "core.dataset.import.Upload complete": "完成上传", - "core.dataset.import.Upload data": "确认上传", "core.dataset.import.Upload file progress": "文件上传进度", "core.dataset.import.Upload status": "状态", "core.dataset.import.Web link": "网页链接", @@ -552,7 +469,6 @@ "core.dataset.search.ReRank": "结果重排", "core.dataset.search.ReRank desc": "使用重排模型来进行二次排序,可增强综合排名。", "core.dataset.search.Source id": "来源 ID", - "core.dataset.search.Source index": "第几个来源", "core.dataset.search.Source name": "引用来源名", "core.dataset.search.Using query extension": "使用问题优化", "core.dataset.search.mode.embedding": "语义检索", @@ -584,17 +500,10 @@ "core.dataset.test.test history": "测试历史", "core.dataset.test.test result placeholder": "测试结果将在这里展示", "core.dataset.test.test result tip": "根据知识库内容与测试文本的相似度进行排序,你可以根据测试结果调整对应的文本。\n注意:测试记录中的数据可能已经被修改过,点击某条测试数据后将展示最新的数据。", - "core.dataset.training.Agent queue": "QA 训练排队", "core.dataset.training.Auto mode": "补充索引", "core.dataset.training.Auto mode Tip": "通过子索引以及调用模型生成相关问题与摘要,来增加数据块的语义丰富度,更利于检索。需要消耗更多的存储空间和增加 AI 调用次数。", "core.dataset.training.Chunk mode": "分块存储", - "core.dataset.training.Full": "预计 20 分钟以上", - "core.dataset.training.Leisure": "空闲", "core.dataset.training.QA mode": "问答对提取", - "core.dataset.training.Vector queue": "索引排队", - "core.dataset.training.Waiting": "预计 20 分钟", - "core.dataset.training.Website Sync": "Web 站点同步", - "core.dataset.training.tag": "排队情况", "core.dataset.website.Base Url": "根地址", "core.dataset.website.Config": "Web 站点配置", "core.dataset.website.Config Description": "Web 站点同步功能允许你填写一个网站的根地址,系统会自动深度抓取相关的网页进行知识库训练。仅会抓取静态的网站,以项目文档、博客为主。", @@ -632,7 +541,6 @@ "core.module.Setting quote prompt": "配置引用提示词", "core.module.Variable": "全局变量", "core.module.Variable Setting": "变量设置", - "core.module.edit.Field Name Cannot Be Empty": "字段名不能为空", "core.module.edit.Field Value Type Cannot Be Empty": "可选数据类型不能为空", "core.module.extract.Add field": "新增字段", "core.module.extract.Enum Description": "列举出该字段可能的值,每行一个", @@ -673,9 +581,7 @@ "core.module.input.label.user question": "用户问题", "core.module.input.placeholder.Classify background": "例如:\n1. AIGC(人工智能生成内容)是指使用人工智能技术自动或半自动地生成数字内容,如文本、图像、音乐、视频等。\n2. AIGC 技术包括但不限于自然语言处理、计算机视觉、机器学习和深度学习。这些技术可以创建新内容或修改现有内容,以满足特定的创意、教育、娱乐或信息需求。", "core.module.input_description": "输入描述", - "core.module.input_form": "输入字段", "core.module.input_name": "输入名", - "core.module.input_type": "输入类型", "core.module.laf.Select laf function": "选择 laf 函数", "core.module.output.description.Ai response content": "将在 stream 回复完毕后触发", "core.module.output.description.New context": "将本次回复内容拼接上历史记录,作为新的上下文返回", @@ -684,46 +590,26 @@ "core.module.output.label.New context": "新的上下文", "core.module.output.label.query extension result": "优化结果", "core.module.template.AI function": "AI能力", - "core.module.template.AI response switch tip": "如果你希望当前节点不输出内容,可以关闭该开关。AI 输出的内容不会展示给用户,你可以手动的使用“AI 回复内容”进行特殊处理。", "core.module.template.AI support tool tip": "支持工具调用的模型,可以更好的使用工具。", "core.module.template.Basic Node": "基础功能", "core.module.template.Query extension": "问题优化", "core.module.template.System input module": "系统输入", - "core.module.template.Team app": "团队应用", "core.module.template.UnKnow Module": "未知模块", "core.module.template.ai_chat": "AI 对话", "core.module.template.ai_chat_intro": "AI 大模型对话", "core.module.template.all_team_app": "全部", "core.module.template.config_params": "可以配置应用的系统参数", - "core.module.template.empty_agent": "空白 Agent", "core.module.template.empty_plugin": "空白插件", "core.module.template.empty_workflow": "空白工作流", - "core.module.template.self_input": "插件输入", "core.module.template.self_output": "插件输出", "core.module.template.system_config": "系统配置", "core.module.template.system_config_info": "可以配置应用的系统参数", "core.module.template.work_start": "流程开始", "core.module.variable add option": "添加选项", - "core.module.variable.Custom type": "自定义变量", - "core.module.variable.add option": "添加选项", - "core.module.variable.input type": "文本", - "core.module.variable.key": "变量 key", - "core.module.variable.key is required": "变量 key 是必须的", - "core.module.variable.select type": "下拉单选", - "core.module.variable.text max length": "最大长度", - "core.module.variable.textarea type": "段落", - "core.module.variable.variable name is required": "变量名不能为空", - "core.module.variable.variable option is required": "选项不能全空", - "core.module.variable.variable option is value is required": "选项内容不能为空", "core.module.variable.variable options": "选项", - "core.plugin.Custom headers": "自定义请求头", "core.plugin.Get Plugin Module Detail Failed": "加载插件异常", - "core.plugin.Http plugin intro placeholder": "仅做展示,无实际效果", - "core.plugin.cost": "积分消耗:", "core.tip.leave page": "内容已修改,确认离开页面吗?", - "core.view_chat_detail": "查看对话详情", "core.workflow.Can not delete node": "该节点不允许删除", - "core.workflow.Change input type tip": "修改输入类型会清空已填写的值,请确认!", "core.workflow.Check Failed": "工作流校验失败,请检查是否缺失、缺值,连线是否正常", "core.workflow.Confirm stop debug": "确认终止调试?调试信息将会不保留。", "core.workflow.Copy node": "已复制节点", @@ -747,23 +633,18 @@ "core.workflow.debug.Run result": "运行结果", "core.workflow.debug.Show result": "展示结果", "core.workflow.dynamic_input": "动态输入", - "core.workflow.inputType.JSON Editor": "JSON 输入框", "core.workflow.inputType.Manual input": "手动输入", "core.workflow.inputType.Manual select": "手动选择", "core.workflow.inputType.Reference": "变量引用", "core.workflow.inputType.custom": "外部变量", - "core.workflow.inputType.datasetSelect": "知识库选择", "core.workflow.inputType.dynamicTargetInput": "动态外部数据", "core.workflow.inputType.file": "文件上传", - "core.workflow.inputType.input": "单行输入框", "core.workflow.inputType.internal": "内部变量", - "core.workflow.inputType.jsonEditor": "JSON 输入框", "core.workflow.inputType.modelSelect": "对话模型选择", "core.workflow.inputType.multipleSelect": "多选框", "core.workflow.inputType.number input": "数字输入框", "core.workflow.inputType.password": "密码", "core.workflow.inputType.select": "单选框", - "core.workflow.inputType.selectApp": "应用选择", "core.workflow.inputType.selectDataset": "知识库选择", "core.workflow.inputType.selectLLMModel": "对话模型选择", "core.workflow.inputType.switch": "开关", @@ -771,9 +652,6 @@ "core.workflow.inputType.textarea": "多行输入框", "core.workflow.inputType.timePointSelect": "时间点", "core.workflow.inputType.timeRangeSelect": "时间范围", - "core.workflow.publish.OnRevert version": "点击回退到该版本", - "core.workflow.publish.OnRevert version confirm": "确认回退至该版本?会为您保存编辑中版本的配置,并为回退版本创建一个新的发布版本。", - "core.workflow.publish.histories": "发布记录", "core.workflow.template.Interactive": "交互", "core.workflow.template.Search": "搜索", "core.workflow.tool.Handle": "工具连接器", @@ -786,7 +664,6 @@ "coupon_unavailable": "优惠券不可用", "coupon_used": "优惠券已使用", "create": "去创建", - "create_app": "创建应用", "create_failed": "创建失败", "create_success": "创建成功", "create_time": "创建时间", @@ -802,7 +679,6 @@ "data_index_question": "推测问题索引", "data_index_summary": "摘要索引", "data_not_found": "数据找不到了", - "dataset.Confirm move the folder": "确认移动到该目录", "dataset.Confirm to delete the data": "确认删除该数据?", "dataset.Confirm to delete the file": "确认删除该文件及其所有数据?", "dataset.Create Folder": "创建文件夹", @@ -810,14 +686,10 @@ "dataset.Delete Dataset Error": "删除知识库异常", "dataset.Edit Folder": "编辑文件夹", "dataset.Edit Info": "编辑信息", - "dataset.Export": "导出", "dataset.Export Dataset Limit Error": "导出数据失败", "dataset.Folder Name": "输入文件夹名称", "dataset.Insert Data": "插入", "dataset.Manual collection Tip": "手动数据集允许创建一个空的容器装入数据", - "dataset.Move Failed": "移动出现错误~", - "dataset.Select Dataset": "选择该知识库", - "dataset.Select Folder": "进入文件夹", "dataset.Training Name": "数据训练", "dataset.collections.Collection Embedding": "{{total}} 组索引中", "dataset.collections.Confirm to delete the folder": "确认删除该文件夹及里面所有内容?", @@ -825,14 +697,10 @@ "dataset.collections.Select Collection": "选择文件", "dataset.collections.Select One Collection To Store": "选择一个文件进行存储", "dataset.data.Can not edit": "无编辑权限", - "dataset.data.Default Index": "默认索引", - "dataset.data.Delete Tip": "确认删除该条数据?", "dataset.data.Index Placeholder": "输入索引文本内容", "dataset.data.Input Success Tip": "导入数据成功", "dataset.data.Update Success Tip": "更新数据成功", "dataset.data.edit.Index": "数据索引({{amount}})", - "dataset.data.edit.divide_content": "分块内容", - "dataset.data.input is empty": "数据内容不能为空 ", "dataset.dataset_name": "知识库名称", "dataset.deleteFolderTips": "确认删除该文件夹及其包含的所有知识库?删除后数据无法恢复,请确认!", "dataset.test.noResult": "搜索结果为空", @@ -853,29 +721,19 @@ "delete_folder": "删除文件夹", "delete_success": "删除成功", "delete_warning": "删除警告", - "descripton": "描述", "discount_coupon_used": "已使用优惠券:", "embedding_model_not_config": "检测到没有可用的索引模型", - "enable_auth": "启用鉴权", "enable_sandbox": "体验虚拟机工具", - "error.Create failed": "创建失败", "error.code_error": "验证码错误", "error.fileNotFound": "文件找不到了~", - "error.inheritPermissionError": "权限继承错误", "error.invalid_params": "参数无效", "error.llm_track_expired": "请求详情已过期", "error.missingParams": "参数缺失", - "error.s3_upload_auth_failed": "无权上传文件", - "error.s3_upload_bucket_not_found": "找不到存储桶", - "error.s3_upload_file_too_large": "文件需小于 {{max}}", - "error.s3_upload_network_error": "网络异常", - "error.s3_upload_timeout": "上传超时", "error.send_auth_code_too_frequently": "请勿频繁获取验证码", "error.too_many_request": "请求太频繁了,请稍后重试", "error.tool_not_exist": "工具已删除", "error.unKnow": "出现了点意外~", "error.upload_file_error_filename": "{{name}} 上传失败", - "error.upload_image_error": "上传文件失败", "error.username_empty": "账号不能为空", "error_collection_not_exist": "集合不存在", "error_embedding_not_config": "未配置索引模型", @@ -900,22 +758,15 @@ "get_laf_failed": "获取Laf函数列表失败", "had_auth_value": "已填写", "has_verification": "已验证,点击取消绑定", - "have_done": "已完成", "hour": "小时", "hour_unit": "时", "import_failed": "导入失败", "import_success": "导入成功", - "info.buy_extra": "购买额外套餐", "info.csv_download": "点击下载批量测试模板", "info.csv_message": "读取 CSV 文件第一列进行批量测试,单次最多支持 100 组数据。", "info.felid_message": "字段key必须是纯英文字母或数字,并且不能以数字开头。", - "info.free_plan": "免费版团队连续30天未登录系统时,系统会自动清理账号知识库。", - "info.include": "包含标准套餐与额外资源包", "info.node_info": "调整该模块会对工具调用时机有影响。\n你可以通过精确的描述该模块功能,引导模型进行工具调用。", "info.old_version_attention": "检测到您的高级编排为旧版,系统将为您自动格式化成新版工作流。\n\n由于版本差异较大,会导致一些工作流无法正常排布,请重新手动连接工作流。如仍异常,可尝试删除对应节点后重新添加。\n\n你可以直接点击调试进行工作流测试,调试完毕后点击发布。直到你点击发布,新工作流才会真正保存生效。\n\n在你发布新工作流前,自动保存不会生效。", - "info.open_api_notice": "可以填写 OpenAI/OneAPI的相关密钥。如果你填写了该内容,在线上平台使用【AI对话】、【问题分类】和【内容提取】将会走你填写的Key,不会计费。请注意你的Key 是否有访问对应模型的权限。GPT模型可以选择 FastAI。", - "info.open_api_placeholder": "请求地址,默认为 openai 官方。可填中转地址,未自动补全 \"v1\"", - "info.resource": "资源用量", "input.Repeat Value": "有重复的值", "input_name": "取个名字", "invalid_time": "有效期", @@ -940,7 +791,6 @@ "max_quote_tokens": "引用上限", "max_quote_tokens_tips": "单次搜索最大的 token 数量,中文约 1 字=1.7 tokens,英文约 1 字=1 token", "mcp_server": "MCP 服务", - "member": "成员", "min_length": "最少需要 {{minLenth}} 个字符", "min_similarity": "最低相关度", "min_similarity_tip": "不同索引模型的相关度有区别,请通过搜索测试来选择合适的数值。使用 结果重排 时,使用重排结果进行过滤。", @@ -957,7 +807,6 @@ "model.type.stt": "语音识别", "model.type.tts": "语音合成", "model_loading": "模型加载中...", - "month": "月", "month_text": "个月", "move.confirm": "确认移动", "move_success": "移动成功", @@ -984,7 +833,6 @@ "navbar.Config": "管理员", "navbar.Datasets": "知识库", "navbar.Studio": "工作台", - "navbar.Toolkit": "工具箱", "navbar.Tools": "我的工具", "navbar.plugin": "插件库", "new_create": "新建", @@ -1012,24 +860,18 @@ "option": "选项", "page": "页", "page_center": "页面居中", - "pay.amount": "金额", - "pay.error_desc": "转换支付途径时出现了问题", "pay.noclose": "支付完成后,请等待系统自动更新", "pay.package_tip.buy": "您购买的套餐等级低于当前套餐,该套餐将在当前套餐过期后生效。\n您可在账号—个人信息—套餐详情里,查看套餐使用情况。", "pay.package_tip.renewal": "您正在续费套餐。您可在账号—个人信息—套餐详情里,查看套餐使用情况。", "pay.package_tip.upgrade": "您购买的套餐等级高于当前套餐,该套餐将即刻生效,当前套餐将延后生效。您可在账号—个人信息—套餐详情里,查看套餐使用情况。", "pay.payment_form_tip": "更多支付方式,请点击表单", - "pay.wechat": "请微信扫码支付: {{price}}元\n支付完成前,请勿关闭页面", "pay.wx_payment": "微信支付", - "pay.yuan": "{{amount}}元", "pay_alipay_payment": "支付宝支付", - "pay_bill": "支付", "pay_corporate_payment": "对公支付", "pay_money": "应付金额", "pay_success": "支付成功", "pay_year_tip": "支付 10 个月,畅享 1 年!", "permission.Collaborator": "协作者", - "permission.Default permission": "默认权限", "permission.Manage": "管理", "permission.No InheritPermission": "已限制权限,不再继承父级文件夹的权限,", "permission.Not collaborator": "暂无协作者", @@ -1060,29 +902,19 @@ "plugin.Currentapp": "当前应用", "plugin.Description": "描述", "plugin.Enter PAT": "请输入访问凭证(PAT)", - "plugin.Get Plugin Module Detail Failed": "获取插件信息异常", "plugin.Import from URL": "从 URL 导入。https://xxxx", - "plugin.Intro": "插件介绍", "plugin.Invalid Env": "laf 环境错误", "plugin.Invalid Schema": "Schema 无效", "plugin.Invalid URL": "URL 无效", - "plugin.Method": "方法", - "plugin.Path": "路径", "plugin.Please bind laf accout first": "请先绑定 laf 账号", - "plugin.Plugin List": "插件列表", "plugin.Search_app": "搜索应用", - "plugin.Set Name": "给插件取个名字", - "plugin.contribute": "贡献插件", "plugin.go to laf": "去编写", - "plugin.path": "路径", "price_over_wx_limit": "超出支付提供商限额:微信支付仅支持 6000 元以下", "prompt_input_placeholder": "请输入提示词", - "psw_inconsistency": "两次密码不一致", "qpm_desc": "主要指团队每分钟请求 Agent 的最大次数,与单个 Agent 复杂度无关。其他 OpenAPI 接口也受此影响,每个接口单独计算", "question_feedback": "工单咨询", "read_course": "查看教程", "read_doc": "查看文档", - "read_quote": "查看引用", "redo_tip": "恢复 ctrl shift z", "redo_tip_mac": "恢复 ⌘ shift z", "refresh": "刷新", @@ -1095,14 +927,12 @@ "root_folder": "根目录", "save_failed": "保存异常", "save_success": "保存成功", - "scan_code": "扫码支付", "search_tool": "搜索工具", "second": "秒", "second_unit": "秒", "secret_key": "密钥", "secret_tips": "值保存后不会再次明文返回", "select_count_num": "已选 {{num}} 项", - "select_file_failed": "选择文件异常", "select_reference_variable": "选择引用变量", "select_template": "选择模板", "set_avatar": "点击设置头像", @@ -1110,10 +940,7 @@ "speech_error_tip": "语音转文字失败", "speech_not_support": "您的浏览器不支持语音输入", "submit_failed": "提交失败", - "submit_success": "提交成功", - "submitted": "已提交", "support": "支持", - "support.account.Individuation": "个性化", "support.inform.Read": "已读", "support.openapi.Api baseurl": "API 根地址", "support.openapi.Api manager": "API 密钥管理", @@ -1124,28 +951,15 @@ "support.outlink.Max usage points": "积分上限", "support.outlink.Max usage points tip": "该链接最多允许使用多少积分,超出后将无法使用。-1 代表无限制。", "support.outlink.Usage points": "积分消耗", - "support.outlink.share.Chat_quote_reader": "全文阅读器", "support.outlink.share.Download source tips": "下载知识库原文件,或跳转来源网站", - "support.outlink.share.Full_text tips": "允许阅读该引用片段来源的完整数据集", "support.outlink.share.Response Quote": "查看引用片段", "support.outlink.share.Response Quote tips": "查看知识库搜索的引用内容,不可查看完整引用文档或跳转引用网站", "support.outlink.share.Show full text tips": "查看引用内容所属的完整文件,不可查看原文件或跳转来来源网站", - "support.outlink.share.running_node": "运行节点", - "support.outlink.share.show_complete_quote": "查看来源原文", - "support.outlink.share.show_complete_quote_tips": "查看及下载完整引用文档,或跳转引用网站", - "support.permission.Permission": "权限", - "support.standard.AI Bonus Points": "AI 积分", - "support.standard.due_date": "到期时间", - "support.standard.storage": "存储量", "support.standard.type": "类型", - "support.team.limit.No permission rerank": "无权使用结果重排,请升级您的套餐", - "support.user.Avatar": "头像", "support.user.Go laf env": "点击前往 {{env}} 获取 PAT 凭证。", "support.user.Laf account course": "查看绑定 laf 账号教程。", "support.user.Laf account intro": "绑定你的 laf 账号后,你将可以在工作流中使用 laf 模块,实现在线编写代码。", "support.user.Need to login": "请先登录", - "support.user.Price": "计费标准", - "support.user.User self info": "个人信息", "support.user.auth.Sending Code": "正在发送", "support.user.auth.get_code": "获取验证码", "support.user.auth.get_code_again": "s后重新获取", @@ -1163,39 +977,27 @@ "support.user.login.Microsoft": "微软登录", "support.user.login.Password": "密码", "support.user.login.Password login": "密码登录", - "support.user.login.Phone": "手机号登录", "support.user.login.Phone number": "手机号", "support.user.login.Provider error": "登录异常,请重试", "support.user.login.Username": "用户名", "support.user.login.Wechat": "微信登录", - "support.user.login.Wecom": "企业微信登录", "support.user.login.can_not_login": "无法登录,点击联系", "support.user.login.error": "登录异常", "support.user.login.security_failed": "安全校验失败", "support.user.login.wx_qr_login": "微信扫码登录", - "support.user.logout.confirm": "确认退出登录?", "support.user.team.Dataset usage": "知识库容量", "support.user.team.Team Tags Async Success": "同步完成", - "support.user.team.member": "成员", "support.wallet.Ai point every thousand tokens": "{{points}} 积分/1K tokens", "support.wallet.Ai point every thousand tokens_input": "输入:{{points}} 积分/1K tokens", "support.wallet.Ai point every thousand tokens_output": "输出:{{points}} 积分/1K tokens", - "support.wallet.Amount": "金额", "support.wallet.App_amount_not_sufficient": "您的应用数量已达上限,请升级套餐后继续使用。", "support.wallet.Buy": "购买", "support.wallet.Dataset_amount_not_sufficient": "您的知识库数量已达上限,请升级套餐后继续使用。", "support.wallet.Dataset_not_sufficient": "您的知识库容量不足,请先升级套餐或购买额外知识库容量后继续使用。", "support.wallet.Not sufficient": "您的 AI 积分不足,请先升级套餐或购买额外 AI 积分后继续使用。", - "support.wallet.Plan expired time": "套餐到期时间", - "support.wallet.Standard Plan Detail": "套餐详情", "support.wallet.Team_member_over_size": "您的团队成员数量已达上限,请升级套餐后继续使用。", "support.wallet.To read plan": "查看套餐", "support.wallet.amount_0": "购买数量不能为0", - "support.wallet.apply_invoice": "申请开票", - "support.wallet.bill.Number": "订单号", - "support.wallet.bill.Status": "状态", - "support.wallet.bill.Type": "订单类型", - "support.wallet.bill.payWay.Way": "支付方式", "support.wallet.bill.payWay.alipay": "支付宝支付", "support.wallet.bill.payWay.balance": "余额支付", "support.wallet.bill.payWay.bank": "对公支付", @@ -1205,68 +1007,30 @@ "support.wallet.bill.status.notpay": "未支付", "support.wallet.bill.status.refund": "已退款", "support.wallet.bill.status.success": "支付成功", - "support.wallet.bill_detail": "账单详情", - "support.wallet.bill_tag.bill": "账单记录", - "support.wallet.bill_tag.default_header": "默认抬头", - "support.wallet.bill_tag.invoice": "开票记录", - "support.wallet.billable_invoice": "可开票账单", - "support.wallet.buy_ai_points": "购买 AI 积分", "support.wallet.buy_dataset_capacity": "购买知识库索引量", - "support.wallet.buy_resource": "购买资源包", - "support.wallet.has_invoice": "是否已开票", - "support.wallet.invoice_amount": "开票金额", - "support.wallet.invoice_data.bank": "开户银行", - "support.wallet.invoice_data.bank_account": "开户账号", - "support.wallet.invoice_data.company_address": "公司地址", - "support.wallet.invoice_data.company_phone": "公司电话", - "support.wallet.invoice_data.email": "邮箱地址", - "support.wallet.invoice_data.need_special_invoice": "是否需要专票", - "support.wallet.invoice_data.organization_name": "组织名称", - "support.wallet.invoice_data.unit_code": "统一信用代码", - "support.wallet.invoice_detail": "发票详情", - "support.wallet.invoice_info": "发票将在 3-7 个工作日内发送至邮箱,请耐心等待", - "support.wallet.invoicing": "开票", - "support.wallet.moduleName.qa": "QA 拆分", - "support.wallet.noBill": "无账单记录~", - "support.wallet.no_invoice": "暂无开票记录", - "support.wallet.subscription.AI points": "AI 积分", "support.wallet.subscription.AI points usage": "AI 积分使用量", - "support.wallet.subscription.AI points usage tip": "每次调用 AI 模型时,都会消耗一定的 AI 积分。具体的计算标准可参考上方的“计费标准”", "support.wallet.subscription.Activity expiration time": "活动截至{{year}}年{{month}}月{{day}}日{{hour}}:{{minute}}", "support.wallet.subscription.Ai points": "AI 积分计算标准", "support.wallet.subscription.Current plan": "当前套餐", "support.wallet.subscription.Dataset size": "知识库索引量", "support.wallet.subscription.Extra ai points": "额外 AI 积分", - "support.wallet.subscription.Extra ai points description": "积分购买量与有效期智能联动, 买的越多用的越久", "support.wallet.subscription.Extra dataset description": "支持根据实际需求为知识库索引量延长有效期", "support.wallet.subscription.Extra dataset size": "额外知识库容量", "support.wallet.subscription.Extra dataset unit": "组/1个月", "support.wallet.subscription.Extra plan": "额外资源包", "support.wallet.subscription.Extra plan tip": "标准套餐不够时,您可以购买额外资源包继续使用", "support.wallet.subscription.FAQ": "常见问题", - "support.wallet.subscription.Month amount": "月数", - "support.wallet.subscription.Next plan": "未来套餐", - "support.wallet.subscription.Points amount": "积分量", - "support.wallet.subscription.Stand plan level": "订阅套餐", "support.wallet.subscription.Sub plan": "订阅套餐", "support.wallet.subscription.Sub plan tip": "免费使用【{{title}}】或升级更高的套餐", "support.wallet.subscription.Sub plan tip wecom": "购买套餐以享受应用服务", - "support.wallet.subscription.Team plan and usage": "套餐与用量", - "support.wallet.subscription.Training weight": "训练优先级:{{weight}}", - "support.wallet.subscription.Update extra ai points": "额外 AI 积分", "support.wallet.subscription.Update extra ai points tips": "购买积分即刻生效,过期后将自动失效", - "support.wallet.subscription.Update extra dataset size": "额外存储量", "support.wallet.subscription.Update extra dataset tips": "知识库索引量到期后,仍保留已有数据,无法增改数据", "support.wallet.subscription.Update extra price": "价格", "support.wallet.subscription.Upgrade plan": "升级套餐", "support.wallet.subscription.ai_model": "AI语言模型", - "support.wallet.subscription.eval_items_count": "单次评测数据条数: {{count}} 条", "support.wallet.subscription.extra_plan_disabled_tip": "如需购买额外资源包,请先订阅套餐。", - "support.wallet.subscription.function.Community support tip": "可前往 FastGPT 社区免费获取帮助和技术支持", "support.wallet.subscription.mode.Month": "按月", - "support.wallet.subscription.mode.Period": "订阅周期", "support.wallet.subscription.mode.Year": "按年", - "support.wallet.subscription.mode.Year sale": "赠送两个月", "support.wallet.subscription.per_year": "/ 年", "support.wallet.subscription.point": "积分", "support.wallet.subscription.standardSubLevel.advanced": "高级版", @@ -1285,40 +1049,20 @@ "support.wallet.subscription.standardSubLevel.team_desc": "适合小团队构建知识库应用并提供对外服务", "support.wallet.subscription.standardSubLevel.trial": "试用版", "support.wallet.subscription.standardSubLevel.trial_desc": "企业可免费试用15天,自激活应用时起计,每个企业限体验一次。", - "support.wallet.subscription.status.active": "生效中", - "support.wallet.subscription.status.expired": "已过期", - "support.wallet.subscription.status.inactive": "待使用", - "support.wallet.subscription.team_operation_log": "记录团队操作日志", "support.wallet.subscription.token_compute": "点击查看在线 Tokens 计算器", "support.wallet.subscription.total_points": "总积分", "support.wallet.subscription.type.balance": "余额充值", "support.wallet.subscription.type.extraDatasetSize": "知识库扩容", "support.wallet.subscription.type.extraPoints": "AI 积分套餐", "support.wallet.subscription.type.standard": "套餐订阅", - "support.wallet.subscription.web_site_sync": "Web 站点同步", - "support.wallet.usage.Ai model": "AI 模型", - "support.wallet.usage.App name": "应用名", "support.wallet.usage.Audio Speech": "语音播放", - "support.wallet.usage.Bill Module": "扣费模块", "support.wallet.usage.Code Copilot": "代码助手", - "support.wallet.usage.Duration": "时长(秒)", - "support.wallet.usage.Module name": "模块名", "support.wallet.usage.Optimize Prompt": "提示词优化", - "support.wallet.usage.Source": "来源", - "support.wallet.usage.Text Length": "文本长度", - "support.wallet.usage.Time": "生成时间", - "support.wallet.usage.Token Length": "token 长度", - "support.wallet.usage.Total": "总金额", "support.wallet.usage.Total points": "AI 积分总消耗", - "support.wallet.usage.Usage Detail": "使用详情", "support.wallet.usage.Whisper": "语音输入", - "support.wallet.wecom_bill_tip": "请前往企微-收银台进行账单查询和开票", - "sure_delete_tool_cannot_undo": "是否确认删除该工具?该操作无法撤回", "sync_link": "同步链接", "sync_success": "同步成功", "system.Concat us": "联系我们", - "system.Help Document": "帮助文档", - "system_help_chatbot": "机器人助手", "system_intro": "{{title}} 是一个大模型应用编排系统,提供开箱即用的数据处理、模型调用等能力,可以快速的构建知识库并通过 Flow 可视化进行工作流编排,实现复杂的知识库场景!\n", "tag_list": "标签列表", "team_tag": "团队标签", @@ -1329,8 +1073,6 @@ "templateTags.Writing": "文本创作", "template_market": "模板市场", "textarea_variable_picker_tip": "输入\"/\"可选择变量", - "time_point": "时间点", - "time_range": "时间段", "to_dataset": "前往知识库", "tool_invalid": "工具已失效", "tool_invalid_click_delete_tip": "点击删除", @@ -1341,7 +1083,6 @@ "undo_tip": "撤销 ctrl z", "undo_tip_mac": "撤销 ⌘ z ", "unit.character": "字符", - "unit.minute": "分钟", "unit.seconds": "秒", "unknow_source": "未知来源", "unusable_variable": "无可用变量", @@ -1351,79 +1092,25 @@ "upload_file": "上传文件", "upload_file_error": "上传文件失败", "usage_records": "使用记录", - "use_helper": "使用帮助", "user.Account": "账号", - "user.Amount of earnings": "收益(¥)", - "user.Amount of inviter": "累计邀请人数", "user.Application Name": "项目名", - "user.Avatar": "头像", - "user.Change": "变更", - "user.Copy invite url": "复制邀请链接", - "user.Edit name": "点击修改昵称", - "user.Invite Url": "邀请链接", - "user.Invite url tip": "通过该链接注册的好友将永久与你绑定,其充值时你会获得一定余额奖励。\n此外,好友使用手机号注册时,你将立即获得 5 元奖励。\n奖励会发送到您的默认团队中。", "user.Laf Account Setting": "laf 账号配置", - "user.Language": "语言", - "user.Member Name": "昵称", "user.No_right_to_reset_password": "没有重置密码的权限", - "user.Notification Receive": "通知接收", - "user.Notification Receive Bind": "请先绑定通知接收途径", "user.Old password is error": "旧密码错误", - "user.OpenAI Account Setting": "OpenAI 账号配置", - "user.Password": "密码", "user.Password has no change": "新密码和旧密码重复", "user.Pay": "充值", - "user.Promotion": "促销", - "user.Promotion Rate": "返现比例", - "user.Promotion rate tip": "好友充值时你将获得一定比例的余额奖励", - "user.Replace": "更换", - "user.Set OpenAI Account Failed": "设置 OpenAI 账号异常", - "user.Team": "团队", "user.Time": "时间", - "user.Timezone": "时区", - "user.Update Password": "修改密码", "user.Update password failed": "修改密码异常", "user.Update password successful": "修改密码成功", - "user.apikey.key": "API 密钥", "user.confirm_password": "确认密码", - "user.init_password": "请初始化密码", "user.new_password": "新密码", - "user.no_invite_records": "暂无邀请记录", - "user.no_notice": "暂无通知", - "user.no_usage_records": "暂无使用记录", - "user.old_password": "旧密码", - "user.password_message": "密码最少 4 位最多 60 位", "user.password_tip": "密码至少 8 位,且至少包含两种组合:数字、字母或特殊字符", "user.reset_password": "重置密码", "user.reset_password_tip": "未设置初始密码/长时间未修改密码,请重置密码", - "user.team.Balance": "团队余额", - "user.team.Check Team": "切换", - "user.team.Leave Team": "离开团队", - "user.team.Leave Team Failed": "离开团队异常", - "user.team.Member": "成员", - "user.team.Member Name": "成员名", - "user.team.Over Max Member Tip": "团队最多 {{max}} 人", - "user.team.Personal Team": "个人团队", - "user.team.Processing invitations": "处理邀请", - "user.team.Processing invitations Tips": "你有 {{amount}} 个需要处理的团队邀请", - "user.team.Remove Member Confirm Tip": "确认将 {{username}} 移出团队?", - "user.team.Select Team": "团队选择", "user.team.Switch Team Failed": "切换团队异常", "user.team.Tags Async": "保存", - "user.team.Team Tags Async": "标签同步", - "user.team.Team Tags Async Success": "链接报错成功,标签信息更新", - "user.team.invite.Accepted": "已加入团队", - "user.team.invite.Deal Width Footer Tip": "处理完会自动关闭噢~", "user.team.invite.Reject": "已拒绝邀请", - "user.team.member.Confirm Leave": "确认离开该团队?\n退出后,您在该团队所有的资源( 应用、知识库、文件夹、管理的群组等)均转让给团队所有者。", "user.team.member.active": "已加入", - "user.team.member.reject": "拒绝", - "user.team.member.waiting": "待接受", - "user.team.role.Admin": "管理员", - "user.team.role.Owner": "创建者", - "user.team.role.Visitor": "访客", - "user.team.role.writer": "可写成员", - "user.type": "类型", "user_leaved": "离开", "value": "值", "verification": "验证", @@ -1432,9 +1119,5 @@ "xx_search_result": "{{key}} 的搜索结果", "yes": "是", "yesterday": "昨天", - "yesterday_detail_time": "昨天 {{time}}", - "zoomin_tip": "缩小 ctrl -", - "zoomin_tip_mac": "缩小 ⌘ -", - "zoomout_tip": "放大 ctrl +", - "zoomout_tip_mac": "放大 ⌘ +" + "yesterday_detail_time": "昨天 {{time}}" } diff --git a/packages/web/i18n/zh-CN/dashboard_evaluation.json b/packages/web/i18n/zh-CN/dashboard_evaluation.json index abdc713033..cc42bf4ca0 100644 --- a/packages/web/i18n/zh-CN/dashboard_evaluation.json +++ b/packages/web/i18n/zh-CN/dashboard_evaluation.json @@ -10,7 +10,6 @@ "Start_end_time": "开始时间 / 结束时间", "Task_name": "任务名", "Task_name_placeholder": "请输入任务名", - "answer": "标准答案", "app_required": "请选择评测应用", "app_response": "应用输出", "back": "退出", @@ -22,7 +21,6 @@ "comfirm_delete_task": "确认删除该任务及其所有数据?", "completed": "已完成", "create_task": "创建任务", - "data": "数据", "data_list": "数据列表", "detail": "详情", "error": "异常", @@ -32,11 +30,9 @@ "evaluation": "应用评测", "evaluation_created": "评测任务创建成功", "evaluation_export_title": "问题,标准答案,实际回答,状态,综合得分", - "evaluation_file_max_size": "{{count}} 条数据", "export": "导出数据", "file_required": "请选择评测文件", "file_uploading": "文件上传中: {{num}}%", - "history": "历史记录", "paused": "已暂停", "question": "用户问题", "queuing": "排队中", diff --git a/packages/web/i18n/zh-CN/dashboard_mcp.json b/packages/web/i18n/zh-CN/dashboard_mcp.json index e759c61f5b..2a1167bdb8 100644 --- a/packages/web/i18n/zh-CN/dashboard_mcp.json +++ b/packages/web/i18n/zh-CN/dashboard_mcp.json @@ -1,5 +1,4 @@ { - "app_alias_name": "工具名", "app_description": "应用描述", "app_name": "应用名", "apps": "暴露的应用", @@ -12,7 +11,6 @@ "mcp_apps": "关联应用数量", "mcp_endpoints": "接入地址", "mcp_json_config": "接入脚本", - "mcp_link_way": "接入方式", "mcp_name": "MCP 服务名", "mcp_server": "MCP 服务", "mcp_server_description": "允许你选择部分应用,以 MCP 的协议对外提供使用。由于 MCP 协议的不成熟,该功能仍处于测试阶段。", diff --git a/packages/web/i18n/zh-CN/dataset.json b/packages/web/i18n/zh-CN/dataset.json index 2b2e2a626f..fa8581f9f5 100644 --- a/packages/web/i18n/zh-CN/dataset.json +++ b/packages/web/i18n/zh-CN/dataset.json @@ -7,8 +7,6 @@ "apidataset_configuration": "配置信息", "auto_indexes": "自动生成补充索引", "auto_indexes_tips": "通过大模型进行额外索引生成,提高语义丰富度,提高检索的精度。", - "auto_training_queue": "增强索引排队", - "backup_collection": "备份数据", "backup_dataset": "备份导入", "backup_dataset_success": "备份创建成功", "backup_dataset_tip": "可以将导出知识库时,下载的 csv 文件重新导入。", @@ -25,25 +23,19 @@ "chunk_trigger_tips": "当满足一定条件时才触发分块存储,否则会直接完整存储原文", "close_auto_sync": "确认关闭自动同步功能?", "collection.Create update time": "创建/更新时间", - "collection.not_found": "集合不存在", - "collection.Training type": "训练模式", "collection.export_all_chunks": "导出分块", "collection.sync.submit": "已提交同步任务", "collection.training_type": "处理模式", "collection_data_count": "数据量", "collection_metadata_custom_pdf_parse": "PDF增强解析", "collection_name": "数据集名称", - "collection_not_support_retraining": "该集合类型不支持重新调整参数", "collection_not_support_sync": "该集合不支持同步", "collection_sync": "立即同步", "collection_sync_confirm_tip": "确认开始同步数据?系统将会拉取最新数据进行比较,如果内容不相同,则会创建一个新的集合并删除旧的集合,请确认!", "collection_tags": "集合标签", - "common.dataset.data.Input Error Tip": "[图片数据集] 处理过程错误:", "common.error.unKnow": "未知错误", "common_dataset": "通用知识库", "common_dataset_desc": "通过导入文件、网页链接或手动录入形式构建知识库", - "condition": "条件", - "config_sync_schedule": "配置定时同步", "confirm_delete_collection": "确认删除 {{num }} 个文件?", "confirm_import_images": "共 {{num}} 张图片 | 确认创建", "confirm_to_rebuild_embedding_tip": "确认为知识库切换索引?\n切换索引是一个非常重量的操作,需要对您知识库内所有数据进行重新索引,时间可能较长,请确保账号内剩余积分充足。\n\n此外,你还需要注意修改选择该知识库的应用,避免它们与其他索引模型知识库混用。", @@ -56,26 +48,19 @@ "data_amount": "{{dataAmount}} 组数据, {{indexAmount}} 组索引", "data_error_amount": "{{errorAmount}} 组训练异常", "data_index_image": "图片索引", - "data_index_num": "索引 {{index}}", "data_parsing": "数据解析中", - "data_process_params": "处理参数", - "data_process_setting": "数据处理配置", "data_uploading": "数据上传中: {{num}}%", "dataset.Chunk_Number": "分块号", - "dataset.Completed": "完成", "dataset.Delete_Chunk": "删除", "dataset.Edit_Chunk": "编辑", "dataset.Error_Message": "报错信息", - "dataset.No_Error": "暂无异常信息", "dataset.Operation": "操作", "dataset.ReTrain": "重试", "dataset.Training Process": "训练状态", "dataset.Training_Count": "{{count}} 组训练中", "dataset.Training_Errors": "异常 ({{count}})", - "dataset.Training_QA": "{{count}} 组问答对训练中", "dataset.Training_Status": "训练状态", "dataset.Training_Waiting": "需等待 {{count}} 组数据", - "dataset.Unsupported operation": "操作不支持", "dataset.no_collections": "暂无数据集", "dataset.no_tags": "暂无标签", "default_params": "默认", @@ -84,7 +69,6 @@ "edit_dataset_config": "编辑知识库配置", "empty_collection": "空白数据集", "enhanced_indexes": "索引增强", - "error.collectionNotFound": "集合找不到了~", "external_file": "外部文件库", "external_file_dataset_desc": "可以通过 API,使用外部文件库构建知识库", "external_id": "文件阅读 ID", @@ -92,8 +76,6 @@ "external_read_url": "外部预览地址", "external_read_url_tip": "可以配置你文件库的阅读地址。便于对用户进行阅读鉴权操作。目前可以使用 {{fileId}} 变量来指代外部文件 ID。", "external_url": "文件访问 URL", - "failedToLoadRootDirectories": "加载根目录失败", - "failedToLoadSubDirectories": "加载子目录失败", "feishu_dataset": "飞书知识库", "feishu_dataset_config": "配置飞书知识库", "feishu_dataset_desc": "可通过配置飞书文档权限,使用飞书文档构建知识库,文档不会进行二次存储", @@ -101,19 +83,14 @@ "file_model_function_tip": "用于增强索引和 QA 生成", "filename": "文件名", "folder_dataset": "文件夹", - "getDirectoryFailed": "获取目录失败", "image_auto_parse": "图片自动索引", "image_auto_parse_tips": "调用 VLM 自动标注文档里的图片,并生成额外的检索索引", - "image_training_queue": "图片处理排队", "images_creating": "正在创建", "immediate_sync": "立即同步", - "import.Auto mode Estimated Price Tips": "需调用文本理解模型,需要消耗较多AI 积分:{{price}} 积分/1K tokens", - "import.Embedding Estimated Price Tips": "仅使用索引模型,消耗少量 AI 积分:{{price}} 积分/1K tokens", "import_confirm": "确认上传", "import_data_preview": "数据预览", "import_data_process_setting": "数据处理方式设置", "import_file_parse_setting": "文件解析设置", - "import_model_config": "模型选择", "import_param_setting": "参数设置", "import_select_file": "选择文件", "import_select_link": "输入链接", @@ -124,8 +101,6 @@ "input_required_field_to_select_baseurl": "请先输入必填信息", "insert_images": "新增图片", "insert_images_success": "新增图片成功,需等待训练完成才会展示", - "is_open_schedule": "启用定时同步", - "keep_image": "保留图片", "llm_paragraph_mode": "模型识别段落", "llm_paragraph_mode_auto": "自动", "llm_paragraph_mode_auto_desc": "当文本内容不含 Markdown 标题时,启用模型识别。", @@ -133,13 +108,8 @@ "llm_paragraph_mode_forbid_desc": "强制禁用模型自动识别段落", "llm_paragraph_mode_force": "强制处理", "llm_paragraph_mode_force_desc": "强制使用模型自动识别段落,并忽略原文本的段落(如有)", - "loading": "加载中...", "max_chunk_size": "最大分块大小", "move.hint": "移动后,所选知识库/文件夹将继承新文件夹的权限设置。", - "noChildren": "无子目录", - "noSelectedFolder": "没有选择文件夹", - "noSelectedId": "没有选择 ID", - "noValidId": "没有有效的 ID", "open_auto_sync": "开启定时同步后,系统将会每天不定时尝试同步集合,集合同步期间,会出现无法搜索到该集合数据现象。", "other_dataset": "第三方知识库", "paragraph_max_deep": "最大段落深度", @@ -152,7 +122,6 @@ "permission.des.manage": "可管理整个知识库数据和信息", "permission.des.read": "可查看知识库内容", "permission.des.write": "可增加和变更知识库内容", - "pleaseFillUserIdAndToken": "请填写 User ID 和 Token", "preview_chunk": "分块预览", "preview_chunk_empty": "文件内容为空", "preview_chunk_folder_warning": "目录不支持预览", @@ -162,19 +131,16 @@ "process.Get QA": "问答对提取", "process.Image_Index": "图片索引生成", "process.Is_Ready": "已就绪", - "process.Is_Ready_Count": "{{count}} 组已就绪", "process.Parse_Image": "图片解析中", "process.Parsing": "内容解析中", "process.Vectorizing": "索引向量化", "process.Waiting": "排队中", "rebuild_embedding_start_tip": "切换索引模型任务已开始", - "rebuilding_index_count": "重建中索引数量:{{count}}", "request_headers": "请求头参数,会自动补充 Bearer", "retain_collection": "调整训练参数", "retrain_task_submitted": "重新训练任务已提交", "retry_all": "全部重试", "retry_failed": "重试失败", - "rootDirectoryFormatError": "根目录数据格式不正确", "rootdirectory": "/根目录", "same_api_collection": "存在相同的 API 集合", "selectDirectory": "选择", @@ -211,14 +177,12 @@ "total_num_files": "共 {{total}} 个文件", "training.Error": "{{count}} 组异常", "training.Image mode": "图片处理", - "training.Normal": "正常", "training_mode": "处理方式", "training_ready": "{{count}} 组", "upload_by_template_format": "按模版文件上传", "uploading_progress": "上传中: {{num}}%", "vector_model_max_tokens_tip": "每个分块数据,最大长度为 3000 tokens", "vllm_model": "图片理解模型", - "vlm_model_required_warning": "需要图片理解模型", "website_dataset": "Web 站点同步", "website_dataset_desc": "通过爬虫,批量爬取网页数据构建知识库", "website_info": "网站信息", diff --git a/packages/web/i18n/zh-CN/file.json b/packages/web/i18n/zh-CN/file.json index c87ec0dc09..d4ea9b0c44 100644 --- a/packages/web/i18n/zh-CN/file.json +++ b/packages/web/i18n/zh-CN/file.json @@ -1,33 +1,12 @@ { - "Action": "请选择要上传的图片", - "All images import failed": "所有图片导入失败", - "Dataset_ID_not_found": "数据集ID不存在", - "Failed_to_get_token": "获取令牌失败", - "Image_ID_copied": "已复制ID", "Image_Preview": "图片预览", "Image_dataset_requires_VLM_model_to_be_configured": "图片数据集需要配置图片理解模型(VLM)才能使用,请先在模型配置中添加支持图片理解的模型", - "Image_does_not_belong_to_current_team": "图片不属于当前团队", - "Image_file_does_not_exist": "图片不存在", - "Loading_image": "加载图片中...", - "Loading_image failed": "预览加载失败", - "Only_support_uploading_one_image": "仅支持上传一张图片", - "Please select the image to upload": "请选择要上传的图片", - "Please wait for all files to upload": "请等待所有文件上传完成", - "bucket_image": "图片", "click_to_view_raw_source": "点击查看来源", - "common.Some images failed to process": "部分图片处理失败", - "common.dataset_data_input_image_support_format": "支持 .jpg, .jpeg, .png, .gif, .webp 格式", - "common.import_update": "导入/更新", - "common.upload_system_tools": "上传系统工具", - "count.core.dataset.collection.Create Success": "成功导入 {{count}} 张图片", - "delete_image": "删除图片", "file_name": "文件名", "file_size": "文件大小", "image": "图片", - "image_collection": "图片集合", "image_description": "图片描述", "image_description_tip": "请输入图片的描述内容", - "please_upload_image_first": "请先上传图片", "reached_max_file_count": "已达到最大文件数量", "release_the_mouse_to_upload_the_file": "松开鼠标上传文件", "select_and_drag_file_tip": "点击或拖动文件到此处上传", @@ -36,10 +15,6 @@ "some_file_size_exceeds_limit": "部分文件超出 {{maxSize}},已被过滤", "support_file_type": "支持 {{fileType}} 类型文件", "template_csv_file_select_tip": "仅支持严格按照模板填写的 {{fileType}} 文件", - "template_strict_highlight": "严格按照模版", - "total_files": "共{{selectFiles.length}}个文件", "upload_error_description": "单次只支持上传多个文件或者一个文件夹", - "upload_failed": "上传异常", - "upload_file_error": "请上传图片", - "uploading": "正在上传..." + "upload_failed": "上传异常" } diff --git a/packages/web/i18n/zh-CN/login.json b/packages/web/i18n/zh-CN/login.json index 25e3e17736..b0bf0bbec2 100644 --- a/packages/web/i18n/zh-CN/login.json +++ b/packages/web/i18n/zh-CN/login.json @@ -4,18 +4,14 @@ "agree": "同意", "cookies_tip": "本网站使用 cookies 提供更好的服务体验。继续使用即表示您同意我们的 Cookie 政策。", "forget_password": "忘记密码?", - "login_failed": "登录异常", "login_success": "登录成功", "no_remind": "不再提醒", "password_condition": "密码最多 60 位", "password_tip": "密码至少 8 位,且至少包含两种组合:数字、字母或特殊字符", "policy_tip": "使用即代表您已阅读并同意 服务协议 隐私协议", - "privacy": "隐私协议", "privacy_policy": "隐私政策", "redirect": "跳转", "register": "注册账号", "root_password_placeholder": "root 用户密码为环境变量 DEFAULT_ROOT_PSW 的值", - "terms": "服务协议", - "use_root_login": "使用 root 用户登录", - "wecom": "企业微信" + "use_root_login": "使用 root 用户登录" } diff --git a/packages/web/i18n/zh-CN/publish.json b/packages/web/i18n/zh-CN/publish.json index c5120ac3ce..05201677c9 100644 --- a/packages/web/i18n/zh-CN/publish.json +++ b/packages/web/i18n/zh-CN/publish.json @@ -1,7 +1,6 @@ { "app_key_tips": "这些 key 已有当前应用标识,具体使用可参考文档", "basic_info": "基本信息", - "config": "可见度配置", "copy_link_hint": "将下面链接复制到指定位置", "create_api_key": "创建新 key", "create_link": "创建链接", @@ -20,7 +19,6 @@ "feishu_bot_desc": "通过 API 直接接入飞书机器人", "ip_whitelist": "IP 白名单", "key_alias": "key 的别名,仅用于展示", - "key_tips": "你可以使用 API 密钥访问一些特定的接口(无法访问应用,访问应用需使用应用内的 API key)", "link_name": "分享链接的名字", "new_feishu_bot": "新增飞书机器人", "official_account.create_modal_title": "创建微信公众号接入", @@ -43,11 +41,9 @@ "wechat.bot_desc": "通过 ClawBot 接入微信个人号聊天", "wechat.confirmed_tip": "登录成功!", "wechat.create": "创建微信渠道", - "wechat.desc": "通过微信 ClawBot 接入微信个人号", "wechat.edit": "编辑微信渠道", "wechat.expired_tip": "二维码已过期", "wechat.generating_qr": "正在生成二维码...", - "wechat.last_poll": "最后轮询", "wechat.login": "扫码登录", "wechat.login_success": "登录成功", "wechat.login_title": "微信扫码登录", @@ -64,8 +60,6 @@ "wechat.status.error": "错误", "wechat.status.offline": "离线", "wechat.status.online": "在线", - "wechat.status.polling": "轮询中", - "wechat.status.stale": "异常", "wechat.status_check_failed": "状态检查失败,请重试", "wechat.title": "微信个人号", "wecom.api": "企微 API", diff --git a/packages/web/i18n/zh-CN/user.json b/packages/web/i18n/zh-CN/user.json index 8a1dd80176..8660b66b33 100644 --- a/packages/web/i18n/zh-CN/user.json +++ b/packages/web/i18n/zh-CN/user.json @@ -1,38 +1,10 @@ { - "bill.balance": "余额", "bill.buy_plan": "购买套餐", - "bill.contact_customer_service": "联系客服", - "bill.conversion": "兑换", - "bill.convert_error": "兑换失败", - "bill.convert_success": "兑换成功", - "bill.current_token_price": "当前积分价格", "bill.not_need_invoice": "余额支付,无法开票", - "bill.price": "价格", "bill.renew_plan": "续费套餐", "bill.standard_valid_tip": "套餐使用规则:系统优先使用更高级的套餐,原未用完的套餐将延后生效", - "bill.token_expire_1year": "积分有效期一年", - "bill.tokens": "积分", - "bill.use_balance": "使用余额", - "bill.use_balance_hint": "由于系统升级,原“自动续费从余额扣款”模式取消,余额充值入口关闭。您的余额可用于购买积分", - "bill.valid_time": "生效时间", - "bill.you_can_convert": "您可兑换", - "bill.yuan": "元", - "common.current_package": "当前套餐", - "current_package": "当前套餐:", - "delete.admin_failed": "删除管理员失败", - "delete.admin_success": "删除管理员成功", - "delete.failed": "删除失败", - "delete.success": "删除成功", - "login.Dingtalk": "钉钉登录", - "login.error": "登录异常", - "login.password_condition": "密码最多 60 位", - "login.success": "登录成功", "manage_team": "管理团队", - "name": "名称", - "new_password": "新密码", - "notification.remind_owner_bind": "请提醒创建者绑定通知账号", "operations": "操作", - "owner": "所有者", "password.code_required": "验证码不能为空", "password.code_send_error": "验证码发送异常", "password.code_sended": "验证码已发送", @@ -40,31 +12,14 @@ "password.email_phone_error": "邮箱/手机号格式错误", "password.email_phone_void": "邮箱/手机号不能为空", "password.not_match": "两次密码不一致", - "password.password_condition": "密码最少 4 位最多 20 位", - "password.password_required": "密码不能为空", "password.retrieve": "找回密码", "password.retrieved": "密码已找回", "password.retrieved_account": "找回 {{account}} 账号", "password.to_login": "去登录", "password.verification_code": "验证码", - "permission.Add": "添加权限", - "permission.Manage": "管理员", - "permission.Manage tip": "团队管理员,拥有全部权限", - "permission.Read": "仅读", - "permission.Read desc": "成员仅可阅读相关资源,无法新建资源", - "permission.Write": "可写", - "permission.Write tip": "除了可读资源外,还可以新建新的资源", "permission.only_collaborators": "仅协作者访问", "permission.team_read": "团队可访问", "permission.team_write": "团队可编辑", - "permission_add_tip": "添加后,您可为其勾选权限。", - "permission_des.manage": "可创建资源、邀请、删除成员", - "permission_des.read": "成员仅可阅读相关资源,无法新建资源", - "permission_des.write": "除了可读资源外,还可以新建新的资源", - "permissions": "权限", - "personal_information": "个人信息", - "personalization": "个性化", - "promotion_records": "推广记录", "register.confirm": "确认注册", "register.register_account": "注册 {{account}} 账号", "register.success": "注册成功", @@ -75,43 +30,21 @@ "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_permission": "添加权限", - "team.add_writer": "添加可写成员", "team.avatar_and_name": "头像 & 名称", - "team.belong_to_group": "所属群组", - "team.collaborator.added": "已添加", - "team.group.avatar": "群头像", "team.group.create": "创建群组", - "team.group.create_failed": "创建群组失败", - "team.group.default_group": "默认群组", - "team.group.delete_confirm": "确认删除群组?", "team.group.edit": "编辑群组", - "team.group.edit_info": "编辑信息", "team.group.group": "群组", - "team.group.keep_admin": "保留管理员权限", "team.group.manage_member": "管理成员", - "team.group.manage_tip": "可以管理成员、创建群组、管理所有群组、为群组和成员分配权限", "team.group.members": "成员", "team.group.name": "群组名称", "team.group.permission_tip": "单独配置权限的成员,将遵循个人权限配置,不再受群组权限影响。\n若成员在多个权限组,则该成员的权限取并集。", "team.group.role.admin": "管理员", - "team.group.role.member": "成员", "team.group.role.owner": "所有者", "team.group.set_as_admin": "设为管理员", "team.group.toast.can_not_delete_owner": "不能删除所有者, 请先转让", - "team.group.transfer_owner": "转让所有者", "team.manage_collaborators": "管理协作者", - "team.no_collaborators": "暂无协作者", - "team.org.org": "部门", - "team.write_role_member": "可写权限" + "team.org.org": "部门" } diff --git a/packages/web/i18n/zh-CN/workflow.json b/packages/web/i18n/zh-CN/workflow.json index 7111715d39..83f1ef252d 100644 --- a/packages/web/i18n/zh-CN/workflow.json +++ b/packages/web/i18n/zh-CN/workflow.json @@ -2,8 +2,6 @@ "Array_element": "数组元素", "Array_element_index": "下标", "Click": "点击", - "Code": "代码", - "Confirm_sync_node": "将会更新至最新的节点配置,不存在模板中的字段将会被删除(包括所有自定义字段)。\n如果字段较为复杂,建议您先复制一份节点,再更新原来的节点,便于参数复制。", "Drag": "拖拽", "Edit_mode_tip": "编辑模式 shift 空格", "Fold": "折叠", @@ -44,7 +42,6 @@ "contains": "包含", "content_to_retrieve": "需要检索的内容", "content_to_search": "需要检索的内容", - "contextMenu.addComment": "添加注释", "context_menu.add_comment": "添加注释", "create_link_error": "创建链接异常", "custom_feedback": "自定义反馈", @@ -60,11 +57,8 @@ "end_with": "结束为", "enter_comment": "输入注释", "error_catch": "报错捕获", - "error_info_returns_empty_on_success": "代码运行错误信息,成功时返回空", "error_text": "错误信息", "execute_different_branches_based_on_conditions": "根据一定的条件,执行不同的分支。", - "execution_error": "运行错误", - "external_variables": "外部变量", "extraction_requirements_description": "提取要求描述", "extraction_requirements_description_detail": "给AI一些对应的背景知识或要求描述,引导AI更好的完成任务。\\n该输入框可使用全局变量。", "extraction_requirements_placeholder": "例如: 1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。", @@ -93,9 +87,7 @@ "ifelse.Input value": "输入值", "ifelse.Select value": "选择值", "input_description": "字段描述", - "input_type_multiple_select": "多选框", "input_variable_list": "可输入 / 唤起变量列表", - "internal_variables": "内部变量", "intro_assigned_reply": "该模块可以直接回复一段指定的内容。常用于引导、提示。非字符串内容传入时,会转成字符串进行输出。", "intro_custom_feedback": "该模块被触发时,会给当前的对话记录增加一条反馈。可用于自动记录对话效果等。", "intro_custom_plugin_output": "自定义配置外部输出,使用插件时,仅暴露自定义配置的输出", @@ -140,9 +132,7 @@ "next": "下一个", "no_edit_permission": "没有编辑权限", "no_match_node": "无结果", - "no_node_found": "未搜索到节点", "not_contains": "不包含", - "only_the_reference_type_is_supported": "仅支持引用类型", "optional_value_type": "可选的数据类型", "optional_value_type_tip": "可以指定 1 个或多个数据类型,用户在动态添加字段时,仅可选择配置的类型", "pan_priority": "触摸板优先\n- 单指拖拽框选节点\n- 双指滑动移动画布\n- 三指可快速移动节点", @@ -150,8 +140,6 @@ "please_enter_node_name": "请输入节点名称", "plugin.Instruction_Tip": "可以配置一段说明,以解释该插件的用途。每次使用插件前,会显示该段说明。支持标准 Markdown 语法。", "plugin.Instructions": "使用说明", - "plugin.global_file_input": "文件链接(弃用)", - "plugin_file_abandon_tip": "插件全局文件上传已弃用,请尽快调整。可以通过插件输入,添加图片类型输入来实现相关功能。", "plugin_input": "插件输入", "plugin_output_tool": "插件作为工具执行时,该字段是否作为工具响应结果", "previous": "上一个", @@ -168,7 +156,6 @@ "reasoning_content": "思考过程", "regex": "正则", "reply_text": "回复的文本", - "request_error": "请求错误", "response.Code log": "Log 日志", "response.Custom inputs": "自定义输入", "response.Custom outputs": "自定义输出", @@ -225,7 +212,6 @@ "user_form_input_description": "描述", "user_form_input_name": "标题", "user_question": "用户问题", - "user_question_tool_desc": "用户输入的问题(问题需要完善)", "variable_description": "变量描述", "variable_picker_tips": "可输入节点名或变量名搜索", "variable_update": "变量更新", diff --git a/packages/web/i18n/zh-Hant/account.json b/packages/web/i18n/zh-Hant/account.json index 509d8fe3c9..ce502c0606 100644 --- a/packages/web/i18n/zh-Hant/account.json +++ b/packages/web/i18n/zh-Hant/account.json @@ -1,7 +1,5 @@ { - "account_team.delete_dataset": "刪除知識庫", "active_model": "可用模型", - "add_default_model": "新增預設模型", "api_key": "API 金鑰", "app_registration_count": "應用備案數", "audit_log_store_duration": "團隊操作日誌記錄時長", @@ -11,7 +9,6 @@ "chat_history_store_duration": "對話記錄保留時長", "config_model": "模型設定", "confirm_logout": "確認登出?", - "create_channel": "新增管道", "create_model": "新增模型", "custom_config_details": "定制配置詳情", "custom_domain": "自訂域名", @@ -27,15 +24,8 @@ "custom_domain.domain_verify.desc": "儲存後,訪問 {{domain}}/{{path}} 將傳回 {{content}}", "custom_domain.domain_verify.path": "檔案路徑", "custom_domain.provider": "域名備案商", - "custom_domain.provider.aliyun": "阿里雲", - "custom_domain.provider.tencent": "騰訊雲", - "custom_domain.provider.volcengine": "火山引擎", "custom_domain.registration_hint": "請自備域名並透過 {{provider}} 完成備案後,將域名填入下方輸入框中", - "custom_domain.status.active": "已生效", - "custom_domain.status.inactive": "已失效", - "custom_model": "自訂模型", "day": "天", - "default_model": "預設模型", "default_model_config": "預設模型設定", "extra_ai_points": "AI 積分運算標準", "extra_dataset_size": "額外知識庫容量", @@ -55,10 +45,6 @@ "model.censor_tip": "如果需要進行敏感校驗,則開啟該開關", "model.charsPointsPrice": "模型綜合價格", "model.charsPointsPrice_tip": "將模型輸入和輸出合併起來進行 Token 計費,語言模型如果單獨設定了輸入和輸出計費,則按輸入和輸出分別計算", - "model.custom_cq_prompt": "自訂問題分類提示詞", - "model.custom_cq_prompt_tip": "覆蓋系統預設的問題分類提示詞,預設為:\n\"\"\"\n{{prompt}}\n\"\"\"", - "model.custom_extract_prompt": "自訂內容提取提示詞", - "model.custom_extract_prompt_tip": "覆蓋系統的提示詞,預設為:\n\"\"\"\n{{prompt}}\n\"\"\"", "model.dataset_process": "用於知識庫文件處理", "model.defaultConfig": "額外 Body 參數", "model.defaultConfig_tip": "每次請求時候,都會攜帶該額外 Body 參數", @@ -71,8 +57,6 @@ "model.default_token_tip": "索引模型預設文字分塊的長度,必須小於最大上文", "model.delete_model_confirm": "確認刪除該模型?", "model.edit_model": "模型參數編輯", - "model.function_call": "支援函式呼叫", - "model.function_call_tip": "如果模型支援函式呼叫,則開啟該開關。\n工具呼叫優先權更高。", "model.input_price": "模型輸入價格", "model.input_price_tip": "語言模型輸入價格,如果設定了該項,則模型綜合價格會失效", "model.json_config": "設定檔", @@ -102,7 +86,6 @@ "model.tool_choice_tip": "如果該模型支援工具呼叫,則開啟該開關", "model.used_in_classify": "用於問題分類", "model.used_in_extract_fields": "用於文字擷取", - "model.used_in_query_extension": "用於問題優化", "model.used_in_tool_call": "用於工具呼叫節點", "model.vision": "支援圖片識別", "model.vision_tag": "視覺", @@ -117,7 +100,6 @@ "order_type": "訂單類型", "payment_method": "支付方式", "personal_information": "個人資訊", - "personalization": "個人化", "promotion_records": "促銷記錄", "requests_per_minute": "QPM", "reset_default": "恢復預設設定", diff --git a/packages/web/i18n/zh-Hant/account_apikey.json b/packages/web/i18n/zh-Hant/account_apikey.json index 0253c202f1..83e7ef028e 100644 --- a/packages/web/i18n/zh-Hant/account_apikey.json +++ b/packages/web/i18n/zh-Hant/account_apikey.json @@ -1,3 +1,3 @@ { "key_tips": "你可以使用 API 金鑰存取一些特定的介面(無法存取應用,存取應用程式需使用應用程式內的 API key)" -} \ No newline at end of file +} diff --git a/packages/web/i18n/zh-Hant/account_bill.json b/packages/web/i18n/zh-Hant/account_bill.json index 0e7124dd81..6e614868ba 100644 --- a/packages/web/i18n/zh-Hant/account_bill.json +++ b/packages/web/i18n/zh-Hant/account_bill.json @@ -12,24 +12,20 @@ "confirm": "確認", "contact_phone": "聯絡電話", "contact_phone_void": "聯絡電話格式錯誤", - "day": "天", "default_header": "預設抬頭", "detail": "詳細資訊", "email_address": "郵件地址", "invoice_amount": "開票金額", "invoice_detail": "發票詳細資訊", "invoice_sending_info": "發票將在 3-7 個工作天內傳送至郵箱,請耐心等待", - "mm": "毫米", "need_special_invoice": "是否需要專票", "no_invoice_record": "無帳單記錄~", "no_invoice_record_tip": "暫無開立發票紀錄", "organization_name": "組織名稱", "payway_coupon": "兌換碼", - "rerank": "結果重排", "save": "儲存", "save_failed": "儲存異常", "save_success": "儲存成功", - "sub_mode_custom": "自定義", "submit_failed": "提交失敗", "submit_success": "提交成功", "submitted": "已提交", @@ -40,7 +36,5 @@ "total_amount": "總金額", "type": "類型", "unit_code": "統一信用代碼", - "unit_code_void": "統一信用代碼格式錯誤", - "update": "更新", "wecom_not_pay_tip": "未支付,即將跳轉支付地址" } diff --git a/packages/web/i18n/zh-Hant/account_info.json b/packages/web/i18n/zh-Hant/account_info.json index 71f2dd72b9..fa0eef499a 100644 --- a/packages/web/i18n/zh-Hant/account_info.json +++ b/packages/web/i18n/zh-Hant/account_info.json @@ -1,10 +1,8 @@ { - "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具體的計算標準可參考上方的「計費標準」。", "app_amount": "Agent 數量", "app_registration_count": "備案應用數量", @@ -12,7 +10,6 @@ "avatar": "頭像", "avatar_can_only_select_jpg_png": "頭像只能選擇 jpg 或 png 格式", "avatar_can_only_select_one": "頭像只能選擇一張圖片", - "avatar_selection_exception": "頭像選擇異常", "balance": "餘額", "billing_standard": "計費標準", "cancel": "取消", @@ -20,7 +17,6 @@ "check_purchase_history": "查看訂單", "choose_avatar": "點選選擇頭像", "click_modify_nickname": "點選修改暱稱", - "code_required": "驗證碼不能為空", "confirm": "確認", "confirm_password": "確認密碼", "contact_customer_service": "聯絡客服", @@ -30,7 +26,6 @@ "dataset_amount": "知識庫數量", "discount_coupon": "優惠券", "effective_time": "生效時間", - "email_label": "信箱", "exchange": "兌換", "exchange_failure": "兌換失敗", "exchange_success": "兌換成功", @@ -39,34 +34,25 @@ "expired_tips": "已經過期了哦~", "general_info": "通用資訊", "group": "群組", - "help_chatbot": "機器人助手", "help_document": "幫助文件", - "knowledge_base_capacity": "知識庫容量", - "manage": "管理", "member_amount": "成員數量", "member_name": "成員名", "month": "月", "new_password": "新密碼", "not_started_tips": "未開始", - "notification_receiving": "通知接收", "old_password": "舊密碼", "package_and_usage": "套餐與用量", "package_details": "套餐詳細資訊", "package_expiry_time": "套餐到期時間", "package_usage_rules": "套餐使用規則:系統優先使用更進階的套餐,原未用完的套餐將延遲生效", "password": "密碼", - "password_mismatch": "密碼不一致:兩次密碼不一致", "password_tip": "密碼至少 8 位,且至少包含兩種組合:數字、字母或特殊字元", "password_update_error": "修改密碼異常", "password_update_success": "修改密碼成功", "pending_usage": "待使用", - "phone_label": "手機號", "please_bind_contact": "請綁定聯繫方式", - "please_bind_notification_receiving_path": "請先綁定通知接收途徑", "purchase_extra_package": "購買額外套餐", "redeem_coupon": "兌換代碼", - "reminder_create_bound_notification_account": "提醒建立者綁定通知帳號", - "reset_password": "重置密碼", "resource_usage": "資源用量", "select_avatar": "點選選擇頭像", "standard_package_and_extra_resource_package": "包含標準套餐與額外資源包", @@ -86,7 +72,6 @@ "used_tips": "已使用", "user_account": "帳號", "user_team_team_name": "團隊", - "verification_code": "驗證碼", "you_can_convert": "您可以兌換", "yuan": "元" } diff --git a/packages/web/i18n/zh-Hant/account_inform.json b/packages/web/i18n/zh-Hant/account_inform.json index cbd29146c5..01f41b7184 100644 --- a/packages/web/i18n/zh-Hant/account_inform.json +++ b/packages/web/i18n/zh-Hant/account_inform.json @@ -1,7 +1,6 @@ { "notification_detail": "通知詳細資訊", "no_notifications": "暫無通知", - "read": "已讀", "system": "官方", "team": "團隊" -} \ No newline at end of file +} diff --git a/packages/web/i18n/zh-Hant/account_model.json b/packages/web/i18n/zh-Hant/account_model.json index eadf1c5e05..4abf0b4d63 100644 --- a/packages/web/i18n/zh-Hant/account_model.json +++ b/packages/web/i18n/zh-Hant/account_model.json @@ -1,11 +1,9 @@ { - "Hunyuan": "騰訊混元", "aipoint_usage": "積分消耗", "all": "全部", "api_key": "API 金鑰", "avg_response_time": "平均調用時長(秒)", "avg_ttfb": "平均首字時長(秒)", - "azure": "Azure", "base_url": "代理地址", "batch_size": "並發請求數", "cache_hit_analysis": "緩存分析", @@ -24,22 +22,10 @@ "confirm_delete_channel": "確認刪除【{{name}}】管道?", "copy_model_id_success": "已復制模型 id", "create_channel": "新增管道", - "dashboard_call_trend": "模型呼叫次數趨勢", "dashboard_channel": "管道", - "dashboard_cost_trend": "積分消耗", - "dashboard_error_calls": "錯誤次數", - "dashboard_input_tokens": "輸入Tokens", "dashboard_model": "模型", "dashboard_no_data": "暫無資料", - "dashboard_output_tokens": "輸出Tokens", - "dashboard_points": "積分", - "dashboard_success_calls": "成功次數", - "dashboard_token_trend": "Tokens使用趨勢", "dashboard_token_usage": "Tokens 消耗", - "dashboard_total_calls": "總呼叫次數:", - "dashboard_total_cost": "總成本", - "dashboard_total_cost_label": "總成本:", - "dashboard_total_tokens": "總Tokens", "default_url": "預設地址", "detail": "詳細資訊", "duration": "耗時", @@ -47,8 +33,6 @@ "edit_channel": "管道設定", "enable_channel": "啟用", "forbid_channel": "停用", - "helper_bot_model": "輔助生成模型", - "helper_bot_model_tip": "用於輔助生成 Agent", "input": "輸入", "key_type": "API key 格式:", "log": "呼叫日誌", diff --git a/packages/web/i18n/zh-Hant/account_promotion.json b/packages/web/i18n/zh-Hant/account_promotion.json index 1460b46661..8badc8147b 100644 --- a/packages/web/i18n/zh-Hant/account_promotion.json +++ b/packages/web/i18n/zh-Hant/account_promotion.json @@ -10,4 +10,4 @@ "time": "時間", "total_invited": "累計邀請人數", "type": "類型" -} \ No newline at end of file +} diff --git a/packages/web/i18n/zh-Hant/account_setting.json b/packages/web/i18n/zh-Hant/account_setting.json index 7cbc0f4896..2bf2f06fa9 100644 --- a/packages/web/i18n/zh-Hant/account_setting.json +++ b/packages/web/i18n/zh-Hant/account_setting.json @@ -1,6 +1,5 @@ { "language": "語言", - "personalization": "個人化", "timezone": "時區", "update_data_success": "更新資料成功" -} \ No newline at end of file +} diff --git a/packages/web/i18n/zh-Hant/account_team.json b/packages/web/i18n/zh-Hant/account_team.json index 88b0ea7d11..ec09e58ac9 100644 --- a/packages/web/i18n/zh-Hant/account_team.json +++ b/packages/web/i18n/zh-Hant/account_team.json @@ -4,10 +4,8 @@ "30mins": "30 分鐘", "7days": "7 天", "accept": "接受", - "action": "操作", "admin_add_plan": "添加團隊套餐", "admin_add_user": "添加用戶", - "admin_change_license": "變更許可證", "admin_create_app_template": "添加模板", "admin_create_plugin": "添加插件", "admin_create_plugin_group": "創建插件分組", @@ -114,11 +112,9 @@ "kick_out_team": "移除成員", "label_sync": "標籤同步", "leave": "已離職", - "leave_team_failed": "離開團隊異常", "link_forbidden": "禁用", "log_admin_add_plan": "【{{name}}】將給團隊id為【{{teamId}}】的團隊添加了套餐", "log_admin_add_user": "【{{name}}】創建了一個名為【{{userName}}】的用戶", - "log_admin_change_license": "【{{name}}】變更了License", "log_admin_create_app_template": "【{{name}}】添加了名為【{{templateName}}】的模板", "log_admin_create_plugin": "【{{name}}】添加了名為【{{pluginName}}】的插件", "log_admin_create_plugin_group": "【{{name}}】創建了名為【{{groupName}}】的插件分組", @@ -203,10 +199,8 @@ "manage_member": "管理成員", "manage_per": "管理權限", "member": "成員", - "member_group": "所屬成員組", "move_app": "應用位置移動", "move_dataset": "移動知識庫", - "move_member": "移動成員", "move_org": "行動部門", "notification_recieve": "團隊通知接收", "org": "組織", @@ -226,16 +220,12 @@ "purchase_plan": "升級套餐", "recover_team_member": "成員恢復", "relocate_department": "部門移動", - "remark": "備註", "remove_tip": "確認將 {{username}} 移出團隊?成員將被標記為“離開”,不刪除操作數據,賬號下資源自動轉讓給團隊所有者。", "restore_tip": "確認將 {{username}} 加入團隊嗎?\n僅恢復該成員賬號可用性及相關權限,無法恢復賬號下資源。", - "restore_tip_title": "恢復確認", "retain_admin_permissions": "保留管理員權限", "retrain_collection": "重新訓練集合", "save_and_publish": "儲存並發布", - "search_log": "搜索日誌", "search_member": "搜索成員", - "search_member_group_name": "搜尋成員/群組名稱", "search_org": "搜索部門", "search_test": "搜索測試", "set_invoice_header": "設置發票抬頭", @@ -255,10 +245,6 @@ "transfer_warning": "警告:轉讓團隊所有權後,您將失去所有管理權限,且此操作不可撤銷。請謹慎操作。", "type.Folder": "資料夾", "type.Http plugin": "HTTP 外掛", - "type.Plugin": "外掛", - "type.Simple bot": "簡易應用程式", - "type.Tool": "工具", - "type.Tool set": "工具集", "type.Workflow bot": "工作流程", "unlimited": "無限制", "update": "更新", @@ -275,6 +261,5 @@ "user_name": "使用者名稱", "user_team_invite_member": "邀請成員", "user_team_leave_team": "離開團隊", - "user_team_leave_team_failed": "離開團隊失敗", - "waiting": "待接受" + "user_team_leave_team_failed": "離開團隊失敗" } diff --git a/packages/web/i18n/zh-Hant/account_thirdParty.json b/packages/web/i18n/zh-Hant/account_thirdParty.json index 248343df21..b36803cac5 100644 --- a/packages/web/i18n/zh-Hant/account_thirdParty.json +++ b/packages/web/i18n/zh-Hant/account_thirdParty.json @@ -1,17 +1,13 @@ { "configured": "已設定", "error.no_permission": "請聯絡管理員設定", - "get_usage_failed": "獲取使用量失敗", "laf_account": "af 帳號", "no_intro": "暫無說明", "not_configured": "未設定", "open_api_notice": "可以填寫 OpenAI/OneAPI 的相關金鑰。\n如果你填寫了該內容,在線上平臺使用【AI 對話】、【問題分類】和【內容提取】將會走你填寫的 Key,不會計費用。\n請注意你的 Key 是否有存取對應模型的權限。 \nGPT 模型可以選擇 FastAI。", "openai_account_configuration": "OpenAI/OneAPI 帳號", - "openai_account_setting_exception": "設置 OpenAI 賬號異常", "request_address_notice": "請求地址,預設為 openai 官方。可填中轉位址,未自動補全 \"v1\"", "third_party_account": "第三方賬號", - "third_party_account.configured": "已配置", - "third_party_account.not_configured": "未配置", "third_party_account_desc": "管理員可以在這裡設定第三方帳號或變數,該帳號將被團隊所有人使用", "unavailable": "取得使用量異常", "usage": "使用量:", diff --git a/packages/web/i18n/zh-Hant/account_usage.json b/packages/web/i18n/zh-Hant/account_usage.json index da25655439..00986ae655 100644 --- a/packages/web/i18n/zh-Hant/account_usage.json +++ b/packages/web/i18n/zh-Hant/account_usage.json @@ -2,16 +2,13 @@ "agent_call": "Agent 調用", "ai.query_extension_embedding": "問題優化-embedding", "ai_model": "AI 模型", - "all": "所有", "app_name": "應用程式名", "auto_index": "索引增強", "billing_module": "扣費模組", "llm_compress_text": "文件內容壓縮", "compress_llm_messages": "AI 歷史記錄壓縮", - "confirm_export": "共篩選出 {{total}} 條資料,是否確認匯出?", "context_pick": "上下文選取", "count": "運行次數", - "current_filter_conditions": "目前篩選條件:", "dashboard": "儀表板", "dataset_chunk_selection": "知識庫分塊裁切", "dataset_search": "知識庫搜索", @@ -22,10 +19,7 @@ "evaluation": "應用評測", "every_day": "天", "every_month": "月", - "every_week": "每週", - "export_confirm": "匯出確認", "export_confirm_tip": "目前共 {{total}} 筆使用記錄,確認匯出?", - "export_success": "導出成功", "export_title": "時間,成員,類型,項目名,AI 積分消耗", "feishu": "飛書", "generation_time": "生成時間", @@ -36,9 +30,7 @@ "llm_paragraph": "模型分段", "mcp": "MCP 調用", "member": "成員", - "member_name": "成員名", "module_name": "模組名", - "month": "月", "no_usage_records": "暫無使用紀錄", "official_account": "公眾號", "order_number": "訂單編號", @@ -51,10 +43,8 @@ "qa": "問答對提取", "rerank": "結果重排", "search_test": "搜索測試", - "select_member_and_source_first": "請先選取成員和類型", "share": "分享連結", "source": "來源", - "step_call": "階段 Agent 調用", "step_summary": "步驟總結", "text_length": "文字長度", "token_length": "token 長度", diff --git a/packages/web/i18n/zh-Hant/app.json b/packages/web/i18n/zh-Hant/app.json index 1c2752f0bc..69b84e1ca5 100644 --- a/packages/web/i18n/zh-Hant/app.json +++ b/packages/web/i18n/zh-Hant/app.json @@ -9,10 +9,8 @@ "HTTPTools_Create_Type_Tip": "選擇後不支持修改", "HTTP_tools_list_with_number": "工具列表: {{total}}", "Index": "索引", - "MCP_tools_debug": "偵錯", "MCP_tools_detail": "查看詳情", "MCP_tools_list": "工具列表", - "MCP_tools_list_is_empty": "未解析到 MCP 工具", "MCP_tools_list_with_number": "工具列表: {{total}}", "MCP_tools_parse_failed": "解析 MCP 地址失敗", "MCP_tools_url": "MCP 地址", @@ -21,8 +19,6 @@ "No_selected_dataset": "未選擇知識庫", "Optimizer_CloseConfirm": "確認關閉", "Optimizer_CloseConfirmText": "已經生成了優化結果,確認關閉將丟失當前結果,是否繼續?", - "Optimizer_EmptyPrompt": "請輸入優化要求", - "Optimizer_Generating": "生成中…", "Optimizer_Placeholder": "你希望如何編寫或優化提示詞?", "Optimizer_Placeholder_loading": "正在生成...請稍候", "Optimizer_Reoptimize": "重新優化", @@ -30,7 +26,6 @@ "Optimizer_Tooltip": "AI 優化提示詞", "Params_config": "參數配置", "Role_setting": "權限設定", - "Run": "執行", "Search_dataset": "搜尋知識庫", "Selected": "已選擇", "Start_config": "開始配置", @@ -42,22 +37,18 @@ "all_apps": "所有應用程式", "app.Version name": "版本名稱", "app.error.publish_unExist_app": "發布失敗,請檢查工具呼叫是否正常", - "app.error.unExist_app": "部分元件遺失,請刪除", "app.modules.has new version": "新版本", "app.version_current": "目前版本", "app.version_initial": "初始版本", "app.version_name_tips": "版本名稱不能空白", "app.version_past": "已發布過", "app.version_publish_tips": "此版本將儲存至團隊雲端,同步給整個團隊,同時更新所有發布通道的應用程式版本", - "app_detail": "應用程式詳細資訊", - "app_name_placeholder": "請輸入應用名稱", "apply_code": "應用", "apply_code_failed": "應用代碼失敗", "auto_execute": "自動執行", "auto_execute_default_prompt_placeholder": "自動執行時,傳送的預設問題", "auto_execute_tip": "開啟後,使用者進入對話式介面將自動觸發工作流程。\n執行順序:1、對話開場白;2、全域變數;3、自動執行。", "auto_save": "自動儲存", - "change_app_type": "更改應用程式類型", "chat.collapse_deleted_items": "收起已刪除記錄", "chat.expand_deleted_items": "展開已刪除記錄", "chat_agent_beta_tip": "Agent 模式處於測試階段,未來可能會進行比較大的交互/調度邏輯變更,建議僅在線使用,勿接入到自己的生產系統中。\n\nAgent 模式消耗的積分是普通應用的數十倍,請謹慎使用。", @@ -65,11 +56,9 @@ "chat_agent_intro": "讓AI助手自主調用工具", "chat_debug": "聊天預覽", "chat_logs": "對話紀錄", - "chat_logs_tips": "紀錄會記錄此應用程式的線上、分享和 API(需填寫 chatId)對話紀錄", "click_to_config": "去配置", "code_applied_successfully": "代碼應用成功", "code_function_describe": "描述你的代碼功能,輸入“/”可選擇變量", - "collapse_tool_create": "收起", "config_ai_model_params": "點選設定 AI 模型相關屬性", "config_file_upload": "點選設定檔案上傳規則", "config_question_guide": "設定猜你想問", @@ -79,7 +68,6 @@ "confirm_delete_chat_content": "確定要刪除這個對話嗎?\n此操作不可恢復!", "confirm_delete_chats": "確認刪除 {{n}} 組對話記錄?\n記錄將會永久刪除!", "confirm_delete_folder_tip": "刪除該文件夾時,將會刪除它下面所有應用及對應的聊天記錄。", - "confirm_delete_skill": "確認刪除該技能?", "confirm_delete_tool": "確認刪除該工具?", "copilot_config_message": "當前節點配置信息: \n代碼類型:{{codeType}} \n當前代碼: \\\\`\\\\`\\\\`{{codeType}} \n{{code}} \\\\`\\\\`\\\\` \n輸入參數: {{inputs}} \n輸出參數: {{outputs}}", "copilot_confirm_message": "已接收到原始配置,了解當前代碼結構和輸入輸出參數。\n請說明您的優化需求。", @@ -88,14 +76,9 @@ "core.dataset.import.Custom prompt": "自訂提示詞", "core.module.template.System Tools": "系統工具", "core.workflow.Copilot": "AI 生成", - "create_by_curl": "從 CURL 建立", "create_by_template": "從範本建立", "create_copy_success": "建立副本成功", - "create_empty_app": "建立空白應用程式", - "create_empty_plugin": "建立空白外掛", - "create_empty_workflow": "建立空白工作流程", "create_from_template": "從模板新建", - "create_http_toolset": "創建 HTTP 工具集", "create_your_first_agent": "創建你的第一個 Agent", "cron.every_day": "每天執行", "cron.every_month": "每月執行", @@ -140,28 +123,20 @@ "dataset_empty_tips": "你還沒有知識庫,先創建一個吧", "dataset_search_tool_description": "呼叫「語意搜尋」和「全文搜尋」功能,從「知識庫」中尋找可能與問題相關的參考內容。優先呼叫這個工具來協助回答使用者的問題。", "dataset_select": "可選知識庫", - "day": "日", - "delete_failed": "刪除失敗", "deleted": "應用已刪除", - "document": "文件", "document_quote": "文件引用", "document_quote_tip": "通常用於接受使用者上傳的文件內容(這需要文件解析),也可以用於引用其他字串資料。", - "document_upload": "文件上傳", "edit_app": "應用詳情", "edit_info": "編輯資訊", "empty_folder": "(空文件夾)", "empty_tool_tips": "請在左側添加工具", "execute_time": "執行時間", - "expand_tool_create": "展開 MCP、Http 創建", "export_config_successful": "已複製設定,保留敏感資訊,請自行注意設定資訊的安全保護", "export_configs": "匯出設定", "export_filtered_sensitive_config_successful": "已複製設定,自動過濾部分敏感資訊,請注意檢查是否仍有敏感資料", "export_log_filename": "{{name}} 對話日誌.csv", "fastgpt_marketplace": "FastGPT 插件市場", - "feedback_count": "使用者回饋", - "file_quote_link": "檔案連結", "file_recover": "檔案將會覆蓋目前內容", - "file_types": "可選文件類型", "file_upload": "檔案上傳", "file_upload_tip": "開啟後,可以設定使用者可上傳的檔案類型。檔案跟隨對話儲存,刪除對話或刪除應用程式均會清理檔案。為保證使用體驗,使用時請選擇上下文長度較大的AI模型。", "find_more_tools": "探索更多", @@ -172,9 +147,6 @@ "hide_templates": "隱藏模板", "http_toolset_add_tips": "點擊添加按鈕來添加工具", "http_toolset_config_tips": "點擊開始配置來添加工具", - "image": "圖片", - "image_upload": "圖片上傳", - "image_upload_tip": "如何啟用模型圖片辨識功能", "import_configs": "匯入設定", "import_configs_failed": "匯入設定失敗,請確認設定是否正常!", "import_configs_success": "匯入成功", @@ -193,16 +165,13 @@ "llm_use_vision": "圖片辨識", "llm_use_vision_tip": "點選模型選擇後,可以看到模型是否支援圖片辨識以及控制是否啟用圖片辨識的功能。啟用圖片辨識後,模型會讀取檔案連結中的圖片內容,並且如果使用者問題少於 500 字,會自動解析使用者問題中的圖片。", "local_upload": "本地上傳", - "log_chat_logs": "對話日誌", "log_detail": "日誌詳情", - "logs_all_feedback": "全部反饋", "logs_all_records": "全部記錄", "logs_app_data": "數據看板", "logs_app_result": "應用效果", "logs_average_response_time": "平均運行時長", "logs_average_response_time_description": "工作流總運行時間的平均值", "logs_bad_feedback": "差評", - "logs_bad_feedback_only": "僅差評", "logs_chat_count": "會話次數", "logs_chat_count_description": "該應用共新建多少個會話。 \n會話定義:當與上條消息間隔超過15min,認為是產生新會話(該定義僅在此生效)", "logs_chat_data": "對話數據", @@ -216,9 +185,7 @@ "logs_error_rate": "對話報錯比例", "logs_error_rate_description": "報錯對話佔總對話數量的比例", "logs_export_confirm_tip": "當前共有 {{total}} 條對話記錄,每條對話最多可導出最新 100 條消息。\n確認導出?", - "logs_export_title": "時間,來源,使用者,聯絡方式,標題,訊息總數,使用者贊同回饋,使用者反對回饋,自定義回饋,標註答案,對話詳細資訊", "logs_good_feedback": "好評", - "logs_good_feedback_only": "僅好評", "logs_has_any_feedback": "包含反饋", "logs_has_bad_feedback": "包含踩", "logs_has_good_feedback": "包含贊", @@ -275,7 +242,6 @@ "max_tokens": "回覆上限", "module.Custom Title Tip": "這個標題會顯示在對話過程中", "module.No Modules": "找不到外掛", - "module.type": "\"{{type}}\" 類型\n{{description}}", "modules.Title is required": "模組名稱不能空白", "month.unit": "號", "move.hint": "移動後,所選應用/文件夾將繼承新文件夾的權限設置。", @@ -285,26 +251,20 @@ "node_not_intro": "這個節點沒有介紹", "not_json_file": "請選擇 JSON 檔案", "not_the_newest": "非最新版", - "oaste_curl_string": "輸入 CURL 代碼", "open_auto_execute": "啟用自動執行", "open_vision_function_tip": "有圖示開關的模型即擁有圖片辨識功能。若開啟,模型會解析檔案連結中的圖片,並自動解析使用者問題中的圖片(使用者問題 ≤ 500 字時生效)。", "or_drag_JSON": "或拖曳 JSON 檔案", - "paste_config_or_drag": "貼上設定或拖入 JSON 文件", "pdf_enhance_parse": "PDF 增強解析", "pdf_enhance_parse_price": "{{price}}積分/頁", "pdf_enhance_parse_tips": "呼叫 PDF 識別模型進行解析,可以將其轉換成 Markdown 並保留文件中的圖片,同時也可以對掃描件進行識別,識別時間較長。", "permission.des.manage": "可配置發布渠道、查看日誌、分配應用權限", "permission.des.read": "可以使用這個應用程式進行對話", - "permission.des.readChatLog": "可以檢視對話紀錄", "permission.des.write": "可以檢視和編輯應用程式", "permission.name.read": "僅對話", "permission.name.readChatLog": "檢視對話紀錄", - "plugin.Instructions": "使用說明", "plugin_cost_by_token": "根據 token 消耗計費", "plugin_cost_folder_tip": "該工具集包含下屬工具,調用積分依據實際調用工具決定", "plugin_cost_per_times": "{{cost}} 積分/次", - "plugin_db": "資源庫", - "plugin_dispatch": "外掛呼叫", "plugin_offline_tips": "您的系統無法直接訪問插件市場數據,\n請手動複製網址並前往,以獲得更多插件", "plugin_offline_url": "網址", "pro_modal_feature_1": "外部組織架構接入與多租戶", @@ -324,7 +284,6 @@ "recharge": "去充值", "reference_variable": "引用變量", "refresh_templates": "換一批", - "remaining_points": "剩餘積分:", "request_headers": "請求頭", "response_format": "回覆格式", "sandbox_free_not_support": "套餐不支援該功能", @@ -337,20 +296,11 @@ "search_app": "搜尋應用程式", "search_tool": "搜索工具", "secret_get_course": "教程", - "select_app_type": "選擇應用程式類型", "setting_app": "應用程式設定", "setting_plugin": "外掛設定", "show_templates": "顯示模板", "show_top_p_tip": "用溫度取樣的替代方法,稱為 Nucleus 取樣,該模型考慮了具有 TOP_P 機率質量質量的令牌的結果。\n因此,0.1 表示僅考慮包含最高機率質量的令牌。\n預設為 1。", "simple_tool_tips": "該工具含有特殊輸入,暫不支持作為工具使用", - "skill_delete_success": "技能刪除成功", - "skill_description_placeholder": "用於引導 Agent 選中該技能進行執行", - "skill_editor": "技能輔助生成", - "skill_empty_name": "未命名的技能", - "skill_local_removed": "本地技能已移除", - "skill_name_placeholder": "請輸入技能明,僅用於展示", - "skills": "技能", - "skills_tip": "模型的行為知識", "source_updateTime": "更新時間", "space_to_expand_folder": "按\"空格\"展開文件夾", "stop_sign": "停止序列", @@ -381,17 +331,10 @@ "templateMarket.templateTags.WecomZone": "企微專區", "templateMarket.template_guide": "說明", "template_market": "範本市集", - "template_market_description": "在範本市集探索更多玩法,設定教學與使用指引,帶您理解並上手各種應用程式", "template_market_empty_data": "找不到合適的範本", - "test_all_passed": "測試全部通過", - "test_code": "測試", - "test_code_incomplete": "代碼解析不完整,無法進行測試", - "test_execution_failed": "測試執行失敗", - "test_failed_with_progress": "測試失敗 {{passed}}/{{total}}", "this_tool_requires_no_input": "該工具無需輸入", "time_granularity": "時間粒度", "time_range_limit": "時間範圍限制", - "time_type": "時間類型", "time_zone": "時區", "too_to_active": "去激活", "toolType_http": "HTTP 工具", @@ -417,11 +360,8 @@ "toolkit_activation_not_required": "免激活", "toolkit_activation_required": "需要激活", "toolkit_add_resource": "添加資源", - "toolkit_author": "作者", "toolkit_basic_config": "基礎配置", - "toolkit_basic_info": "基本信息", "toolkit_batch_update": "批次更新", - "toolkit_call_points": "調用積分", "toolkit_call_points_label": "調用積分", "toolkit_config_system_key": "是否配置系統密鑰", "toolkit_contribute_resource": "貢獻資源", @@ -433,17 +373,12 @@ "toolkit_install": "安裝", "toolkit_installed": "已安裝", "toolkit_key_price": "密鑰價格", - "toolkit_marketplace_download": "下載", - "toolkit_marketplace_download_count": "{{count}} 次下載", - "toolkit_marketplace_faq": "常見問題", "toolkit_marketplace_search_placeholder": "搜索插件", "toolkit_marketplace_submit_request": "提交需求", "toolkit_marketplace_title": "探索更多資源", "toolkit_name": "名稱", "toolkit_no_call_points": "該工具無需調用積分", - "toolkit_no_params_info": "暫無參數信息", "toolkit_no_plugins": "暫無插件", - "toolkit_no_user_guide": "暫無使用說明", "toolkit_official": "官方", "toolkit_open_marketplace": "打開資源市場", "toolkit_outputs": "輸出參數", @@ -460,10 +395,8 @@ "toolkit_system_key": "系統密鑰", "toolkit_system_key_configured": "已配置", "toolkit_system_key_cost": "系統密鑰價格(n積分/次)", - "toolkit_system_key_enable": "是否配置系統密鑰", "toolkit_system_key_not_configured": "未配置", "toolkit_system_key_tip": "對於需要密鑰的工具,您可為其配置系統密鑰,用戶可通過支付積分的方式使用系統密鑰。", - "toolkit_system_tool_config": "系統工具配置", "toolkit_tags": "標籤", "toolkit_tags_add": "添加標籤", "toolkit_tags_delete_confirm": "確認刪除該標籤?", @@ -489,40 +422,20 @@ "transition_to_workflow": "轉換成工作流程", "transition_to_workflow_create_new_placeholder": "建立新的應用程式,而不是修改目前應用程式", "transition_to_workflow_create_new_tip": "轉換成工作流程後,將無法轉換回簡易模式,請確認!", - "tts_ai_model": "使用語音合成模型", "tts_browser": "瀏覽器自帶 (免費)", "tts_close": "關閉", "type.All": "全部", "type.Chat_Agent_v2": "對話 Agent V2(Beta)", - "type.Create http plugin tip": "透過 OpenAPI Schema 批次建立外掛,相容 GPTs 格式", "type.Create mcp tools tip": "通過輸入 MCP 地址,自動解析並批量創建可調用的 MCP 工具", - "type.Create one plugin tip": "可以自訂輸入和輸出的工作流程,通常用於封裝重複使用的工作流程", - "type.Create plugin bot": "建立外掛", - "type.Create simple bot": "建立簡易應用程式", - "type.Create simple bot tip": "透過填寫表單的方式,建立簡單的 AI 應用程式,適合新手", - "type.Create workflow bot": "建立工作流程", - "type.Create workflow tip": "透過低程式碼的方式,建立邏輯複雜的多輪對話 AI 應用程式,建議進階使用者使用", - "type.Folder": "資料夾", "type.Http batch": "批量創建", "type.Http batch tip": "通過 OpenAPI Schema 批量創建工具", "type.Http manual": "手動創建", "type.Http manual tip": "通過 curl 或手動填寫參數創建單個工具", "type.Http plugin": "HTTP 外掛", "type.Http plugin_deprecated": "HTTP 插件已廢棄,如需配置 Openapi Schema,請使用 HTTP 工具集", - "type.Http tool set": "HTTP 工具集", "type.Import from json": "匯入 JSON 設定", - "type.Import from json tip": "透過 JSON 設定文件,直接建立應用", - "type.Import from json_error": "獲取工作流數據失敗,請檢查URL或手動粘貼JSON數據", - "type.Import from json_loading": "正在獲取工作流數據,請稍候...", - "type.MCP tools": "MCP 工具集", - "type.MCP_tools_url": "MCP 地址", - "type.Plugin": "外掛", - "type.Simple bot": "簡易應用程式", "type.Tool": "工具", - "type.Tool set": "工具集", "type.Workflow bot": "工作流程", - "type.error.Workflow data is empty": "沒有獲取到工作流數據", - "type.error.workflowresponseempty": "響應內容為空", "type.hidden": "隱藏應用", "type_http_tool_set_intro": "批量導入 API 工具", "type_mcp_intro": "連接 MCP 服務", @@ -533,16 +446,11 @@ "type_simple_intro": "快速創建對話 Agent", "type_workflow_description": "支持記憶的複雜多輪對話工作流。", "type_workflow_intro": "拖拽編排與多輪對話", - "un_auth": "無權限", "unnamed_app": "未命名", "upgrade": "去升級", "upload_file_exists_filtered": "已自動過濾重複檔案", - "upload_file_extension_type_canSelectAudio": "音頻", "upload_file_extension_type_canSelectCustomFileExtension": "自定義文件擴展類型", "upload_file_extension_type_canSelectCustomFileExtension_placeholder": "文件擴展名", - "upload_file_extension_type_canSelectFile": "文檔", - "upload_file_extension_type_canSelectImg": "圖片", - "upload_file_extension_type_canSelectVideo": "視頻", "upload_file_extension_types": "支持上傳的類型", "upload_file_max_amount": "最大檔案數量", "upload_file_max_amount_tip": "單輪對話中最大上傳檔案數量", @@ -555,8 +463,6 @@ "variable.select type_desc": "會在站內對話和運行預覽中顯示輸入框,在分享鏈接中不會顯示此變量", "variable.textarea_type_desc": "允許使用者最多輸入 4000 字的對話框。", "variable_name_required": "變量名必填", - "variable_repeat": "該變量名已被佔用,無法使用", - "version.Revert success": "復原成功", "version_back": "回到初始狀態", "version_copy": "副本", "version_initial_copy": "副本 - 初始狀態", @@ -575,8 +481,6 @@ "workflow.form_input_description_placeholder": "例如:\n補充您的資訊", "workflow.form_input_tip": "這個模組可以設定多種輸入,引導使用者輸入特定內容。", "workflow.input_description_tip": "您可以新增一段說明文字,用來向使用者說明需要輸入的內容", - "workflow.plugin_offline_error": "該插件已下線,無法運行", - "workflow.plugin_soon_offline_warning": "該插件即將下線,建議儘快更換", "workflow.read_files": "檔案解析", "workflow.read_files_result": "檔案解析結果", "workflow.read_files_result_desc": "檔案原文,由檔案名稱和檔案內容組成,多個檔案之間透過橫線分隔。", diff --git a/packages/web/i18n/zh-Hant/chat.json b/packages/web/i18n/zh-Hant/chat.json index ce71676c48..c9ac6e99c4 100644 --- a/packages/web/i18n/zh-Hant/chat.json +++ b/packages/web/i18n/zh-Hant/chat.json @@ -4,7 +4,6 @@ "LLM_model_response_empty": "模型流程回應為空,請檢查模型流程輸出是否正常", "Next": "下一個", "Previous": "上一個", - "agent_plan_continue": "繼續規劃", "agent_plan_parse_retry_tip": "規劃結果格式異常,請補充一句需求後我重新生成計畫。", "ai_reasoning": "思考過程", "back_to_text": "返回輸入", @@ -39,8 +38,6 @@ "content_empty": "無內容", "context_pick": "上下文選取", "continue_run": "繼續運行", - "core.chat.moveCancel": "上滑取消", - "core.chat.shortSpeak": "說話時間太短", "csv_input_lexicon_tip": "僅支援 CSV 批次匯入,點選下載範本", "custom_input_guide_url": "自訂詞彙庫網址", "data_source": "來源知識庫:{{name}}", @@ -54,14 +51,10 @@ "file_amount_over": "超出檔案數量上限 {{max}}", "file_input": "檔案輸入", "file_input_tip": "可透過「外掛程式啟動」節點的「檔案連結」取得對應檔案的連結", - "file_parse": "文件解析", "history_slider.home.title": "聊天", "home.chat_app": "首页聊天", - "home.chat_id": "會話ID", - "home.no_available_tools": "暫無可用工具", "home.select_tools": "選擇工具", "home.tools": "工具:{{num}}", - "images_collection_not_supported": "圖片資料集不支持開啟原文", "in_progress": "進行中", "input_guide": "輸入導引", "input_guide_lexicon": "詞彙庫", @@ -71,7 +64,6 @@ "internal_variables_tip": "內部變量僅調試時可見", "invalid_share_url": "無效的分享鏈接", "is_chatting": "對話進行中...請稍候", - "items": "筆", "llm_request_ids": "LLM 請求詳情", "llm_tokens": "LLM tokens", "log.error.collapse": "折疊", @@ -81,16 +73,10 @@ "log.feedback.mark_as_read": "標為已讀", "log.feedback.read": "已讀", "log.feedback.show_feedback": "顯示反饋", - "log.navigation.next": "下一條", - "log.navigation.previous": "上一條", "master_agent_call": "主 agent 調用", "module_runtime_and": "模組執行總時間", - "multiple_AI_conversations": "多組 AI 對話", "new_input_guide_lexicon": "新增詞彙庫", - "no_invalid_app": "您賬號下沒有可用的應用", "no_workflow_response": "無工作流程資料", - "not_query": "缺少查詢內容", - "not_select_file": "尚未選取檔案", "plan_agent": "規劃 Agent", "plan_check_tip": "規劃已生成,您可繼續對話來微調當前規劃", "plugins_output": "外掛程式輸出", @@ -123,40 +109,24 @@ "search_results": "搜索結果", "select": "選取", "select_file": "上傳檔案", - "select_file_img": "上傳檔案 / 圖片", - "select_img": "上傳圖片", - "setting.copyright.basic_configuration": "基礎配置", "setting.copyright.copyright_configuration": "版權配置", "setting.copyright.diagram": "示意圖", - "setting.copyright.file_size_exceeds_limit": "文件大小超出限制,最大支持 {{maxSize}}", - "setting.copyright.immediate_upload_required": "此功能需要立即上傳", "setting.copyright.logo": "Logo", - "setting.copyright.preview_fail": "文件預覽失敗", - "setting.copyright.save_fail": "Logo 保存失敗", - "setting.copyright.select_logo_image": "請先選擇要上傳的 Logo 圖片", "setting.copyright.style_diagram": "樣式示意圖", "setting.copyright.tips": "建議比例 4:1", "setting.copyright.tips.square": "建議比例 1:1", - "setting.copyright.title": "版權信息", - "setting.copyright.upload_fail": "文件上傳失敗", "setting.data_dashboard.title": "首頁數據", "setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram_zh-Hant.png", "setting.favourite.add_new_app": "添加應用", "setting.favourite.cancel_button": "取消", - "setting.favourite.categories_modal.delete_cancel_button": "取消", "setting.favourite.categories_modal.delete_confirm": "確認刪除 {{name}} ?\n該分類下的應用將被移動至默認", - "setting.favourite.categories_modal.delete_confirm_button": "刪除", - "setting.favourite.categories_modal.delete_confirm_title": "確認刪除", "setting.favourite.categories_modal.title": "共 {{num}} 個分類", "setting.favourite.category.no_data": "暫無可用精選應用", "setting.favourite.category_all": "全部分類", "setting.favourite.category_placeholder": "選擇分類", "setting.favourite.category_tab.all": "全部", "setting.favourite.confirm_button": "確定", - "setting.favourite.delete_app_cancel_button": "取消", "setting.favourite.delete_app_confirm": "確定要移除該精選應用嗎?", - "setting.favourite.delete_app_confirm_button": "確定", - "setting.favourite.delete_app_title": "刪除應用", "setting.favourite.manage_categories_button": "分類管理", "setting.favourite.save_category_for_app_button": "保存", "setting.favourite.search_placeholder": "搜索應用", @@ -170,7 +140,6 @@ "setting.home.available_tools": "可用工具", "setting.home.available_tools.add": "添加", "setting.home.cancel_button": "取消", - "setting.home.commercial_version": "商業版", "setting.home.confirm_button": "確定", "setting.home.diagram": "示意圖", "setting.home.dialogue_tips": "對話框提示文字", @@ -187,10 +156,7 @@ "setting.home.slogan.default": "你好👋,我是 FastGPT ! 請問有什麼可以幫你?", "setting.home.slogan_placeholder": "請輸入 Slogan", "setting.home.title": "首頁配置", - "setting.incorrect_plan": "當前套餐不支持該功能,請升級訂閱套餐", - "setting.incorrect_version": "當前版本不支持該功能", "setting.log_details.title": "首頁日誌", - "setting.logs.title": "首頁日誌", "setting.save": "保存", "setting.save_success": "保存成功", "sidebar.favourite_apps": "精選應用", @@ -206,8 +172,6 @@ "tool_input": "工具輸入", "tool_output": "工具輸出", "unsupported_file_type": "不支援的檔案類型", - "upload": "上傳", "variable_invisable_in_share": "外部變量在免登錄鏈接中不可見", - "view_citations": "檢視引用", - "web_site_sync": "網站同步" + "view_citations": "檢視引用" } diff --git a/packages/web/i18n/zh-Hant/common.json b/packages/web/i18n/zh-Hant/common.json index 79ad3a1baf..63dd96aa4b 100644 --- a/packages/web/i18n/zh-Hant/common.json +++ b/packages/web/i18n/zh-Hant/common.json @@ -3,7 +3,6 @@ "Add": "新增", "Add_new_input": "新增輸入", "All": "全部", - "App": "應用程式", "Cancel": "取消", "Choose": "選擇", "Click_to_expand": "點選檢視詳細資訊", @@ -16,7 +15,6 @@ "Create": "創建", "Creating": "建立中", "Delete": "刪除", - "Detail": "詳細資料", "Documents": "文件", "Done": "完成", "Download": "下載", @@ -32,7 +30,6 @@ "FAQ.check_subscription_q": "在哪裡可以檢視已訂閱的方案?", "FAQ.dataset_compute_a": "1條知識庫存儲等於1條知識庫索引。\n一條分塊數據,通常對應多條索引,可以在單個知識庫集合中看到\"n組索引\"", "FAQ.dataset_compute_q": "知識庫儲存如何計算?", - "FAQ.dataset_index_a": "不會,但知識庫索引超出限制時,將無法插入和更新知識庫內容。", "FAQ.free_user_clean_a": "若免費版團隊(免費版且未購買額外方案)連續 30 天未登入系統,系統會自動清除該團隊下所有知識庫內容。", "FAQ.free_user_clean_q": "免費版的資料會被清除嗎?", "FAQ.index_del_a": "當你刪除知識庫內容時,知識庫索引數量會在 5 分鐘內減少。", @@ -54,7 +51,6 @@ "Instructions": "使用說明", "Intro": "介紹", "Loading": "載入中...", - "Login": "登入", "Manual": "臨時", "More": "更多", "Move": "移動", @@ -67,18 +63,13 @@ "Output": "輸出", "Params": "參數", "Parse": "解析", - "Permission": "權限", - "Permission_tip": "個人權限大於群組權限", "Preview": "預覽", "Remove": "移除", "Rename": "重新命名", "Required_input": "必填", "Reset": "恢復預設", "Restart": "重新開始", - "Resume": "繼續", - "Role": "權限", "Run": "執行", - "Running": "執行中", "Save": "儲存", "Save_and_exit": "儲存並離開", "Search": "搜尋", @@ -95,7 +86,6 @@ "UnKnow": "未知", "Unlimited": "無限制", "Update": "更新", - "Username": "使用者名稱", "Waiting": "等待中", "Warning": "警告", "Website": "網站", @@ -107,21 +97,16 @@ "add_new": "新增", "add_new_param": "新增參數", "add_success": "新增成功", - "agent_prompt_tips": "建議按照以下模板填寫,以獲得最佳效果。\n\n「角色身份」\n「任務目標」\n「任務流程與技能」\n輸入“/”插入全局變量;輸入“@”插入特定技能,包括應用、工具、知識庫、模型。", "aipoint_desc": "每次呼叫 AI 模型時,都會消耗一定的 AI 點數(類似於 Token)。點選可檢視詳細計算規則。", "all_quotes": "全部引用", "all_result": "完整結果", "app_evaluation": "應用評測(Beta)", "app_icon_and_name": "圖示", - "app_not_version": "該應用未發布過,請先發布應用", - "app_type": "應用類型", "auth_config": "鑑權配置", "auth_type": "鑑權類型", "auth_type.Custom": "自定義", "auth_type.None": "無", "back": "返回", - "base_config": "基本設定", - "bill_already_processed": "訂單已處理", "bill_expired": "訂單已過期", "bill_not_found": "訂單不存在", "bill_not_pay_processed": "非在線訂單", @@ -132,7 +117,6 @@ "cancel_bill_confirm": "確定要取消這個訂單嗎?", "chart_mode_cumulative": "累積", "chart_mode_incremental": "分時", - "chat": "會話", "chat_chatId": "會話Id: {{chatId}}", "choosable": "可選擇", "chose_condition": "選擇條件", @@ -164,7 +148,6 @@ "code_error.error_code.502": "閘道錯誤", "code_error.error_code.503": "伺服器過載或維護中", "code_error.error_code.504": "閘道逾時", - "code_error.error_code[429]": "請求過於頻繁", "code_error.error_message.403": "憑證錯誤", "code_error.error_message.510": "帳戶餘額不足", "code_error.error_message.511": "無權操作此模型", @@ -210,19 +193,14 @@ "code_error.team_error.website_sync_not_enough": "免費版無法使用 Web 站點同步~", "code_error.team_error.you_have_been_in_the_team": "你已經在該團隊中", "code_error.token_error_code.403": "登入狀態無效,請重新登入", - "code_error.user_error.balance_not_enough": "帳戶餘額不足", - "code_error.user_error.bin_visitor_guest": "您目前身份為訪客,無權操作", - "code_error.user_error.un_auth_user": "找不到此使用者", "comfirm_import": "確認匯入", "comfirm_leave_page": "確認離開此頁面?", "comfirn_create": "確認建立", "commercial_function_tip": "請升級為商業版後使用此功能:https://doc.fastgpt.cn/docs/introduction/commercial/", "community_support": "社區支持", - "comon.Continue_Adding": "繼續新增", "compliance.chat": "內容由第三方 AI 產生,無法保證其真實性與準確性,僅供參考。", "compliance.dataset": "請確保您的內容嚴格遵守相關法律法規,避免包含任何違法或侵權的內容。\n在上傳可能涉及敏感資訊的資料時請務必謹慎。", "confirm_choice": "確認選擇", - "confirm_exit_without_saving": "確認離開?\n編輯結果不會被保留。", "confirm_input_delete_placeholder": "請輸入: {{confirmText}}", "confirm_input_delete_tip": "請輸入 {{confirmText}} 確認", "confirm_logout": "確認退出登錄?", @@ -232,7 +210,6 @@ "contribute_app_template": "貢獻範本", "copy_successful": "複製成功", "copy_to_clipboard": "複製到剪貼簿", - "core.Chat": "對話", "core.ai.Max context": "最大上下文", "core.ai.Model": "AI 模型", "core.ai.Not deploy rerank model": "未部署重新排名模型", @@ -245,7 +222,6 @@ "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": "點選設定自動執行規則", @@ -254,23 +230,17 @@ "core.app.Interval timer tip": "可排程執行應用程式", "core.app.Make a brief introduction of your app": "為您的 AI 應用程式寫一段介紹", "core.app.Name and avatar": "頭像與名稱", - "core.app.Publish": "發布", - "core.app.Publish Confirm": "確認發布應用程式?這將立即更新所有發布管道的應用程式狀態。", - "core.app.Publish app tip": "發布應用程式後,所有發布管道將立即使用此版本", "core.app.QG.Custom prompt tip": "為確保生成的內容遵循正確格式,【黃色部分提示詞】不允許修改", "core.app.QG.Custom prompt tip1": "為確保生成的內容遵循正確格式,", "core.app.QG.Custom prompt tip2": "【黃色部分提示詞】", "core.app.QG.Custom prompt tip3": "不允許修改", - "core.app.QG.Fixed Prompt": "請嚴格遵循格式規則:以 JSON 格式返回題目:\n['問題 1','問題 2','問題 3']。", "core.app.Question Guide": "猜你想問", "core.app.Quote prompt": "引用範本提示詞", "core.app.Quote templates": "引用內容範本", - "core.app.Random": "發散", "core.app.Search team tags": "搜尋標籤", "core.app.Select TTS": "選擇語音播放模式", "core.app.Select quote template": "選擇引用提示範本", "core.app.Set a name for your app": "為您的應用程式命名", - "core.app.Setting ai property": "點選設定 AI 模型相關屬性", "core.app.Share link": "免登入視窗", "core.app.Share link desc": "創建可分享的鏈接,支持免登錄使用", "core.app.Share link desc detail": "您可以直接分享此模型給其他使用者進行對話,對方無需登入即可直接使用。請注意,此功能會消耗您帳戶的餘額,請妥善保管連結!", @@ -278,13 +248,9 @@ "core.app.TTS Tip": "開啟後,每次對話後可使用語音播放功能。使用此功能可能會產生額外費用。", "core.app.TTS start": "朗讀內容", "core.app.Team tags": "團隊標籤", - "core.app.ToolCall.No plugin": "沒有可用的外掛程式", - "core.app.ToolCall.System": "系統", - "core.app.ToolCall.Team": "團隊", "core.app.Welcome Text": "對話開場白", "core.app.Whisper": "語音輸入", "core.app.Whisper config": "語音輸入設定", - "core.app.deterministic": "嚴謹", "core.app.edit.Prompt Editor": "提示詞編輯器", "core.app.edit.Query extension background prompt": "對話背景描述", "core.app.edit.Query extension background tip": "描述目前對話的範圍,協助 AI 完成並擴展目前問題。填寫的內容通常是為該助手所用", @@ -294,8 +260,6 @@ "core.app.feedback.Custom feedback": "自訂回饋", "core.app.feedback.close custom feedback": "關閉回饋", "core.app.have_saved": "已儲存", - "core.app.logs.Source And Time": "來源與時間", - "core.app.more": "檢視更多", "core.app.no_app": "還沒有應用程式,快來建立一個吧!", "core.app.not_saved": "未儲存", "core.app.outLink.Can Drag": "圖示可拖曳", @@ -308,7 +272,6 @@ "core.app.outLink.Select Mode": "開始使用", "core.app.outLink.Select Using Way": "選擇使用方式", "core.app.outLink.Show History": "顯示歷史對話", - "core.app.publish.Fei shu bot": "飛書", "core.app.publish.Fei shu bot publish": "發布到飛書機器人", "core.app.schedule.Default prompt": "預設問題", "core.app.schedule.Default prompt placeholder": "執行應用程式時的預設問題", @@ -326,16 +289,11 @@ "core.app.share.Is response quote": "返回引用", "core.app.share.Not share link": "尚未建立分享連結", "core.app.share.Role check": "身份驗證", - "core.app.switch_to_template_market": "跳轉模板市場", "core.app.tip.Add a intro to app": "快來為應用程式寫一個介紹", "core.app.tip.chatNodeSystemPromptTip": "在此輸入提示詞", "core.app.tip.systemPromptTip": "模型固定的引導詞,透過調整此內容,可以引導模型對話方向。此內容會固定在上下文的開頭。可透過輸入 / 插入變數。\n如果關聯了知識庫,您還可以透過適當的描述,引導模型何時去呼叫知識庫搜尋。例如:\n您是電影《星際效應》的助手,當使用者詢問與《星際效應》相關的內容時,請搜尋知識庫並根據搜尋結果回答。", "core.app.tip.variableTip": "可以在對話開始前,要求使用者填寫一些內容作為本輪對話的特定變數。\n該模組位於開場引導之後。\n\n輸入框中,可透過 / 啟用變數選擇,例如:提示詞、限定詞等", "core.app.tip.welcomeTextTip": "每次對話開始前,傳送一段初始內容。支援標準 Markdown 語法。可使用的額外標記:\n[快速按鍵]:使用者點選後可以直接傳送該問題", - "core.app.tool_label.doc": "使用文件", - "core.app.tool_label.github": "GitHub 網址", - "core.app.tool_label.price": "收費說明", - "core.app.tool_label.view_doc": "檢視說明文件", "core.app.tts.Speech model": "語音模型", "core.app.tts.Speech speed": "語速", "core.app.tts.Test Listen": "測試聆聽", @@ -349,16 +307,12 @@ "core.app.whisper.Open": "開啟", "core.app.whisper.Switch": "開啟語音輸入", "core.chat.Admin Mark Content": "已修正的回覆", - "core.chat.Audio Not Support": "裝置不支援語音播放", "core.chat.Audio Speech Error": "語音播放錯誤", "core.chat.Cancel Speak": "取消語音輸入", "core.chat.Confirm to clear history": "確認清除此應用程式的線上聊天記錄?分享和 API 呼叫的記錄不會被清除。", - "core.chat.Confirm to clear share chat history": "確認刪除所有對話記錄?", "core.chat.Converting to text": "正在轉換為文字...", "core.chat.Custom History Title": "自訂歷史記錄標題", "core.chat.Custom History Title Description": "如果設定為空,將自動跟隨對話記錄。", - "core.chat.Exit Chat": "離開對話", - "core.chat.Failed to initialize chat": "初始化對話失敗", "core.chat.Feedback Failed": "送出回饋失敗", "core.chat.Feedback Modal": "結果回饋", "core.chat.Feedback Modal Tip": "輸入您對回答不滿意的部分", @@ -369,13 +323,11 @@ "core.chat.History Amount": "{{amount}} 筆記錄", "core.chat.Mark": "標記預期回答", "core.chat.Mark Description": "目前標記功能為測試版。\n\n點選新增標記後,需要選擇一個知識庫來儲存標記資料。您可以透過此功能快速標記問題和預期回答,以引導模型下次的回答。\n\n目前,標記功能與知識庫中的其他資料一樣,會受到模型的影響,不保證標記後一定 100% 符合預期。\n\n標記資料僅單向與知識庫同步。如果知識庫修改了標記資料,日誌中顯示的標記資料將無法同步。", - "core.chat.Mark Description Title": "標記功能介紹", "core.chat.New Chat": "新對話", "core.chat.Pin": "釘選", "core.chat.Question Guide": "猜你想問", "core.chat.Quote": "引用", "core.chat.Quote Amount": "知識庫引用({{amount}} 筆)", - "core.chat.Read Mark Description": "檢視標記功能介紹", "core.chat.Recent use": "最近使用", "core.chat.Record": "語音輸入", "core.chat.Restart": "重新開始對話", @@ -389,12 +341,8 @@ "core.chat.error.Chat error": "對話發生錯誤", "core.chat.error.Messages empty": "API 內容為空,可能是文字過長", "core.chat.error.Select dataset empty": "您尚未選擇知識庫", - "core.chat.error.User input empty": "使用者問題輸入為空", "core.chat.error.data_error": "取得資料錯誤", - "core.chat.feedback.Close User Like": "使用者表示贊同\n點選關閉此標記", - "core.chat.feedback.Feedback Close": "關閉回饋", "core.chat.feedback.No Content": "使用者未提供具體回饋內容", - "core.chat.feedback.Read User dislike": "使用者表示反對\n點選檢視內容", "core.chat.logs.api": "API 呼叫", "core.chat.logs.feishu": "飛書", "core.chat.logs.free_login": "免登入連結", @@ -409,17 +357,12 @@ "core.chat.markdown.Edit Question": "編輯問題", "core.chat.markdown.Quick Question": "點我立即發問", "core.chat.markdown.Send Question": "傳送問題", - "core.chat.module_unexist": "執行失敗:應用遺失元件", "core.chat.quote.Quote Tip": "此處僅顯示實際引用內容,若資料有更新,此處不會即時更新", "core.chat.quote.Read Quote": "檢視引用", - "core.chat.quote.afterUpdate": "更新後", - "core.chat.quote.beforeUpdate": "更新前", "core.chat.response.Complete Response": "完整回應", "core.chat.response.Extension model": "問題最佳化模型", "core.chat.response.Read complete response": "檢視詳細資料", "core.chat.response.Read complete response tips": "點選檢視詳細流程", - "core.chat.response.Tool call input tokens": "工具呼叫輸入 Token 消耗", - "core.chat.response.Tool call output tokens": "工具呼叫輸出 Token 消耗", "core.chat.response.Tool call tokens": "工具呼叫 Token 消耗", "core.chat.response.context total length": "上下文總長度", "core.chat.response.loop_input": "輸入陣列", @@ -436,7 +379,6 @@ "core.chat.response.module limit": "單次搜尋上限", "core.chat.response.module maxToken": "最大回應 Token 數", "core.chat.response.module model": "模型", - "core.chat.response.module name": "模型名稱", "core.chat.response.module query": "問題/搜尋詞", "core.chat.response.module similarity": "相似度", "core.chat.response.module temperature": "溫度", @@ -450,7 +392,6 @@ "core.dataset.Dataset": "知識庫", "core.dataset.Dataset ID": "知識庫 ID", "core.dataset.Delete Confirm": "確認刪除此知識庫?刪除後資料無法復原,請確認!", - "core.dataset.Empty Dataset": "空資料集", "core.dataset.Empty Dataset Tips": "還沒有知識庫,快來建立一個吧!", "core.dataset.Folder placeholder": "這是一個目錄", "core.dataset.Intro Placeholder": "這個知識庫還沒有介紹", @@ -465,9 +406,6 @@ "core.dataset.collection.Collection raw text": "資料集內容", "core.dataset.collection.Empty Tip": "資料集是空的", "core.dataset.collection.QA Prompt": "問答拆分提示詞", - "core.dataset.collection.Start Sync Tip": "確認開始同步資料?將會刪除舊資料後重新取得,請確認!", - "core.dataset.collection.Sync": "同步資料", - "core.dataset.collection.Sync Collection": "資料同步", "core.dataset.collection.Website Empty Tip": "還沒有關聯網站", "core.dataset.collection.Website Link": "網站網址", "core.dataset.collection.id": "集合 ID", @@ -483,27 +421,15 @@ "core.dataset.collection.status.error": "訓練異常", "core.dataset.collection.sync.result.sameRaw": "內容未變更,無需更新", "core.dataset.collection.sync.result.success": "開始同步", - "core.dataset.data.Data Content": "相關資料內容", - "core.dataset.data.Default Index Tip": "無法編輯,預設索引會使用【相關資料內容】與【輔助資料】的文字直接產生索引。", "core.dataset.data.Edit": "編輯資料", "core.dataset.data.Empty Tip": "此集合還沒有資料", "core.dataset.data.Search data placeholder": "搜尋相關資料", - "core.dataset.data.Too Long": "總長度超出上限", "core.dataset.data.Updated": "已更新", "core.dataset.data.group": "組", - "core.dataset.data.unit": "筆", "core.dataset.embedding model tip": "索引模型可以將自然語言轉換成向量,用於進行語意搜尋。\n注意,不同索引模型無法一起使用。選擇索引模型後就無法修改。", "core.dataset.error.Data not found": "資料不存在或已被刪除", "core.dataset.error.Start Sync Failed": "開始同步失敗", - "core.dataset.error.canNotEditAdminPermission": "無法修改管理員權限", - "core.dataset.error.invalidVectorModelOrQAModel": "向量模型或問答模型錯誤", - "core.dataset.error.unAuthDataset": "無權操作此知識庫", - "core.dataset.error.unAuthDatasetCollection": "無權操作此資料集", - "core.dataset.error.unAuthDatasetData": "無權操作此資料", - "core.dataset.error.unAuthDatasetFile": "無權操作此檔案", - "core.dataset.error.unCreateCollection": "無權操作此資料", "core.dataset.error.unExistDataset": "知識庫不存在", - "core.dataset.error.unLinkCollection": "不是網路連結集合", "core.dataset.externalFile": "外部檔案庫", "core.dataset.file": "檔案", "core.dataset.folder": "目錄", @@ -513,24 +439,15 @@ "core.dataset.import.Custom prompt": "自訂提示詞", "core.dataset.import.Custom text": "自訂文字", "core.dataset.import.Custom text desc": "手動輸入一段文字作為資料集", - "core.dataset.import.Data process params": "資料處理參數", - "core.dataset.import.Down load csv template": "點選下載 CSV 範本", "core.dataset.import.Link name": "網路連結", "core.dataset.import.Link name placeholder": "僅支援靜態連結。如果上傳後資料為空,可能該連結無法被讀取\n每行一個,每次最多 10 個連結", "core.dataset.import.Local file": "本機檔案", "core.dataset.import.Local file desc": "上傳 PDF、TXT、DOCX 等格式的檔案", - "core.dataset.import.Preview chunks": "預覽分段(最多 15 段)", - "core.dataset.import.Preview raw text": "預覽原始文字(最多 3000 字)", - "core.dataset.import.Process way": "處理方式", - "core.dataset.import.QA Import": "問答拆分", "core.dataset.import.QA Import Tip": "依照特定規則,將文字拆分為較大的段落,呼叫 AI 為該段落產生問答。具有非常高的檢索準確度,但可能會遺失許多內容細節。", - "core.dataset.import.Select file": "選擇檔案", "core.dataset.import.Select source": "選擇來源", "core.dataset.import.Source name": "來源名稱", - "core.dataset.import.Sources list": "來源列表", "core.dataset.import.Start upload": "開始上傳", "core.dataset.import.Upload complete": "上傳完成", - "core.dataset.import.Upload data": "確認上傳", "core.dataset.import.Upload file progress": "檔案上傳進度", "core.dataset.import.Upload status": "狀態", "core.dataset.import.Web link": "網頁連結", @@ -547,7 +464,6 @@ "core.dataset.search.ReRank": "結果重新排名", "core.dataset.search.ReRank desc": "使用重新排名模型來進行二次排序,可加強綜合排名。", "core.dataset.search.Source id": "來源 ID", - "core.dataset.search.Source index": "第幾個來源", "core.dataset.search.Source name": "引用來源名稱", "core.dataset.search.Using query extension": "使用問題最佳化", "core.dataset.search.mode.embedding": "語意搜尋", @@ -579,17 +495,10 @@ "core.dataset.test.test history": "測試歷史", "core.dataset.test.test result placeholder": "測試結果將顯示在這裡", "core.dataset.test.test result tip": "根據知識庫內容與測試文字的相似度進行排序。您可以根據測試結果調整相應的文字。\n注意:測試記錄中的資料可能已經被修改。點選某筆測試資料後將顯示最新資料。", - "core.dataset.training.Agent queue": "問答訓練排隊中", "core.dataset.training.Auto mode": "補充索引", "core.dataset.training.Auto mode Tip": "透過子索引以及呼叫模型產生相關問題與摘要,來增加資料區塊的語意豐富度,更有利於檢索。需要消耗更多的儲存空間並增加 AI 呼叫次數。", "core.dataset.training.Chunk mode": "分塊儲存", - "core.dataset.training.Full": "預計 20 分鐘以上", - "core.dataset.training.Leisure": "閒置", "core.dataset.training.QA mode": "問答對提取", - "core.dataset.training.Vector queue": "索引排隊中", - "core.dataset.training.Waiting": "預計 20 分鐘", - "core.dataset.training.Website Sync": "網站同步", - "core.dataset.training.tag": "排隊狀況", "core.dataset.website.Base Url": "根網址", "core.dataset.website.Config": "網站設定", "core.dataset.website.Config Description": "網站同步功能允許您填寫網站的根網址,系統會自動抓取相關網頁進行知識庫訓練。僅會抓取靜態網站,主要是專案文件和部落格。", @@ -627,7 +536,6 @@ "core.module.Setting quote prompt": "設定引用提示詞", "core.module.Variable": "全域變數", "core.module.Variable Setting": "變數設定", - "core.module.edit.Field Name Cannot Be Empty": "欄位名稱不能為空", "core.module.edit.Field Value Type Cannot Be Empty": "可選資料類型不能為空", "core.module.extract.Add field": "新增欄位", "core.module.extract.Enum Description": "列舉此欄位可能的值,每行一個", @@ -668,9 +576,7 @@ "core.module.input.label.user question": "使用者問題", "core.module.input.placeholder.Classify background": "例如:\n1. AIGC(人工智慧生成內容)是指使用人工智慧技術自動或半自動產生數位內容,如文字、影像、音樂、影片等。\n2. AIGC 技術包括但不限於自然語言處理、電腦視覺、機器學習和深度學習。這些技術可以創造新內容或修改現有內容,以滿足特定的創意、教育、娛樂或資訊需求。", "core.module.input_description": "輸入描述", - "core.module.input_form": "輸入表單", "core.module.input_name": "輸入名稱", - "core.module.input_type": "輸入類型", "core.module.laf.Select laf function": "選擇 LAF 函式", "core.module.output.description.Ai response content": "將在串流回覆完成後觸發", "core.module.output.description.New context": "將本次回覆內容與歷史記錄組合,作為新的上下文回傳", @@ -679,12 +585,10 @@ "core.module.output.label.New context": "新的上下文", "core.module.output.label.query extension result": "最佳化結果", "core.module.template.AI function": "AI 功能", - "core.module.template.AI response switch tip": "如果您希望目前節點不輸出內容,可以關閉此開關。AI 輸出的內容不會顯示給使用者,您可以手動使用「AI 回覆內容」進行特殊處理。", "core.module.template.AI support tool tip": "支持工具調用的模型,可以更好的使用工具。", "core.module.template.Basic Node": "基本功能", "core.module.template.Query extension": "問題最佳化", "core.module.template.System input module": "系統輸入模組", - "core.module.template.Team app": "團隊應用程式", "core.module.template.UnKnow Module": "未知模組", "core.module.template.ai_chat": "AI 對話", "core.module.template.ai_chat_intro": "AI 大型模型對話", @@ -692,32 +596,15 @@ "core.module.template.config_params": "可以設定應用程式的系統參數", "core.module.template.empty_plugin": "空白外掛程式", "core.module.template.empty_workflow": "空白工作流程", - "core.module.template.self_input": "外掛程式輸入", "core.module.template.self_output": "外掛程式輸出", "core.module.template.system_config": "系統設定", "core.module.template.system_config_info": "可以設定應用程式的系統參數", "core.module.template.work_start": "流程開始", "core.module.variable add option": "新增選項", - "core.module.variable.Custom type": "自訂變數", - "core.module.variable.add option": "新增選項", - "core.module.variable.input type": "文字", - "core.module.variable.key": "變數鍵值", - "core.module.variable.key is required": "變數鍵值為必填", - "core.module.variable.select type": "下拉單選", - "core.module.variable.text max length": "最大長度", - "core.module.variable.textarea type": "段落", - "core.module.variable.variable name is required": "變數名稱不能為空", - "core.module.variable.variable option is required": "選項不能全部為空", - "core.module.variable.variable option is value is required": "選項內容不能為空", "core.module.variable.variable options": "選項", - "core.plugin.Custom headers": "自訂請求標頭", "core.plugin.Get Plugin Module Detail Failed": "取得外掛程式資訊失敗", - "core.plugin.Http plugin intro placeholder": "僅供展示,無實際效果", - "core.plugin.cost": "點數消耗:", "core.tip.leave page": "內容已修改,確認離開頁面嗎?", - "core.view_chat_detail": "檢視對話詳細資料", "core.workflow.Can not delete node": "此節點不允許刪除", - "core.workflow.Change input type tip": "修改輸入類型將清空已填寫的值,請確認!", "core.workflow.Check Failed": "工作流校驗失敗,請檢查是否遺失、缺值,連線是否正常", "core.workflow.Confirm stop debug": "確認停止除錯?除錯資訊將不會保留。", "core.workflow.Copy node": "已複製節點", @@ -741,22 +628,18 @@ "core.workflow.debug.Run result": "執行結果", "core.workflow.debug.Show result": "顯示結果", "core.workflow.dynamic_input": "動態輸入", - "core.workflow.inputType.JSON Editor": "JSON 輸入框", "core.workflow.inputType.Manual input": "手動輸入", "core.workflow.inputType.Manual select": "手動選擇", "core.workflow.inputType.Reference": "變數引用", "core.workflow.inputType.custom": "外部變數", "core.workflow.inputType.dynamicTargetInput": "動態外部資料", "core.workflow.inputType.file": "文件上傳", - "core.workflow.inputType.input": "單行輸入框", "core.workflow.inputType.internal": "內部變量", - "core.workflow.inputType.jsonEditor": "JSON 輸入框", "core.workflow.inputType.modelSelect": "對話模型選擇", "core.workflow.inputType.multipleSelect": "多選框", "core.workflow.inputType.number input": "數字輸入框", "core.workflow.inputType.password": "密碼", "core.workflow.inputType.select": "單選框", - "core.workflow.inputType.selectApp": "應用程式選擇", "core.workflow.inputType.selectDataset": "知識庫選擇", "core.workflow.inputType.selectLLMModel": "對話模型選擇", "core.workflow.inputType.switch": "開關", @@ -764,9 +647,6 @@ "core.workflow.inputType.textarea": "多行輸入框", "core.workflow.inputType.timePointSelect": "時間點", "core.workflow.inputType.timeRangeSelect": "時間範圍", - "core.workflow.publish.OnRevert version": "點選回復至此版本", - "core.workflow.publish.OnRevert version confirm": "確認回復至此版本?將為您儲存編輯中版本的設定,並為回復版本建立一個新的發布版本。", - "core.workflow.publish.histories": "發布記錄", "core.workflow.template.Interactive": "互動", "core.workflow.template.Search": "搜尋", "core.workflow.tool.Handle": "工具聯結器", @@ -779,7 +659,6 @@ "coupon_unavailable": "優惠券不可用", "coupon_used": "優惠券已使用", "create": "建立", - "create_app": "創建應用", "create_failed": "建立失敗", "create_success": "建立成功", "create_time": "建立時間", @@ -795,7 +674,6 @@ "data_index_question": "推測問題索引", "data_index_summary": "摘要索引", "data_not_found": "數據找不到了", - "dataset.Confirm move the folder": "確認移動到此目錄", "dataset.Confirm to delete the data": "確認刪除此資料?", "dataset.Confirm to delete the file": "確認刪除此檔案及其所有資料?", "dataset.Create Folder": "建立資料夾", @@ -803,14 +681,10 @@ "dataset.Delete Dataset Error": "刪除知識庫錯誤", "dataset.Edit Folder": "編輯資料夾", "dataset.Edit Info": "編輯資訊", - "dataset.Export": "匯出", "dataset.Export Dataset Limit Error": "匯出資料失敗", "dataset.Folder Name": "輸入資料夾名稱", "dataset.Insert Data": "插入", "dataset.Manual collection Tip": "手動資料集允許建立一個空的容器來存放資料", - "dataset.Move Failed": "移動錯誤", - "dataset.Select Dataset": "選擇此知識庫", - "dataset.Select Folder": "進入資料夾", "dataset.Training Name": "資料訓練", "dataset.collections.Collection Embedding": "{{total}} 個索引", "dataset.collections.Confirm to delete the folder": "確認刪除此資料夾及其所有內容?", @@ -818,14 +692,10 @@ "dataset.collections.Select Collection": "選擇檔案", "dataset.collections.Select One Collection To Store": "選擇一個檔案進行儲存", "dataset.data.Can not edit": "無編輯權限", - "dataset.data.Default Index": "預設索引", - "dataset.data.Delete Tip": "確認刪除此資料?", "dataset.data.Index Placeholder": "輸入索引文字內容", "dataset.data.Input Success Tip": "匯入資料成功", "dataset.data.Update Success Tip": "更新資料成功", "dataset.data.edit.Index": "資料索引({{amount}})", - "dataset.data.edit.divide_content": "分割內容", - "dataset.data.input is empty": "資料內容不能為空", "dataset.dataset_name": "知識庫名稱", "dataset.deleteFolderTips": "確認刪除此資料夾及其包含的所有知識庫?刪除後資料無法復原,請確認!", "dataset.test.noResult": "搜尋結果為空", @@ -837,7 +707,6 @@ "dataset_text_model_tip": "用於知識庫預處理階段的文字處理,例如自動補充索引、問答對提取。", "date_12_months": "12個月", "date_1_month": "1個月", - "date_3 months": "3個月", "date_6_months": "6個月", "day": "日", "deep_rag_search": "深度搜尋", @@ -846,29 +715,19 @@ "delete_folder": "刪除資料夾", "delete_success": "刪除成功", "delete_warning": "刪除警告", - "descripton": "描述", "discount_coupon_used": "已使用優惠券:", "embedding_model_not_config": "偵測到沒有可用的索引模型", - "enable_auth": "啟用鑑權", "enable_sandbox": "體驗虛擬機器工具", - "error.Create failed": "建立失敗", "error.code_error": "驗證碼錯誤", "error.fileNotFound": "找不到檔案", - "error.inheritPermissionError": "繼承權限錯誤", "error.invalid_params": "參數無效", "error.llm_track_expired": "請求詳情已過期", "error.missingParams": "參數不足", - "error.s3_upload_auth_failed": "無權上傳文件", - "error.s3_upload_bucket_not_found": "找不到存儲桶", - "error.s3_upload_file_too_large": "文件需小於 {{max}}", - "error.s3_upload_network_error": "網絡異常", - "error.s3_upload_timeout": "上傳超時", "error.send_auth_code_too_frequently": "請勿頻繁取得驗證碼", "error.too_many_request": "請求太頻繁了,請稍後重試", "error.tool_not_exist": "工具已刪除", "error.unKnow": "發生未預期的錯誤", "error.upload_file_error_filename": "{{name}} 上傳失敗", - "error.upload_image_error": "上傳文件失敗", "error.username_empty": "帳號不能為空", "error_collection_not_exist": "集合不存在", "error_embedding_not_config": "未設定索引模型", @@ -893,22 +752,15 @@ "get_laf_failed": "取得 LAF 函式清單失敗", "had_auth_value": "已填寫", "has_verification": "已驗證,點選解除綁定", - "have_done": "已完成", "hour": "小時", "hour_unit": "時", "import_failed": "匯入失敗", "import_success": "匯入成功", - "info.buy_extra": "購買額外方案", "info.csv_download": "點選下載批次測試範本", "info.csv_message": "讀取 CSV 檔案的第一欄進行批次測試,每次最多支援 100 組資料。", "info.felid_message": "欄位鍵必須是純英文或數字且不能以數字開頭。", - "info.free_plan": "若免費版團隊連續 30 天未登入系統,系統將自動清除帳號知識庫。", - "info.include": "包含標準方案與額外資源包", "info.node_info": "調整此模組會影響工具呼叫的時機。\n您可以透過精確描述此模組功能,引導模型進行工具呼叫。", "info.old_version_attention": "偵測到您的進階編排為舊版本,系統將自動格式化為新版工作流程。\n\n由於版本差異較大,可能導致某些工作流程無法正常排列。請重新手動連接工作流程。如果仍然異常,請嘗試刪除對應節點後重新新增。\n\n您可以直接點選除錯來測試工作流程。除錯完成後,點選發布。直到您點選發布,新工作流程才會真正儲存生效。\n\n在您發布新工作流程之前,自動儲存將不會生效。", - "info.open_api_notice": "您可以填寫 OpenAI/OneAPI 的相關金鑰。如果您填寫了此內容,在線上平臺使用【AI 對話】、【問題分類】和【內容提取】將使用您填寫的金鑰,不會計費。請確認您的金鑰是否有存取對應模型的權限。GPT 模型可以選擇 FastAI。", - "info.open_api_placeholder": "請求網址,預設為 OpenAI 官方。可填寫中轉網址,未自動補全 \"v1\"", - "info.resource": "資源使用量", "input.Repeat Value": "重複的值", "input_name": "輸入名稱", "invalid_time": "有效期", @@ -933,7 +785,6 @@ "max_quote_tokens": "引用上限", "max_quote_tokens_tips": "單次搜尋最大的 token 數量,中文約 1 字=1.7 tokens,英文約 1 字=1 token", "mcp_server": "MCP 服務", - "member": "成員", "min_length": "最少需要 {{minLenth}} 個字符", "min_similarity": "最低相關度", "min_similarity_tip": "不同索引模型的相關度有區別,請透過搜尋測試來選擇合適的數值。\n使用 結果重排 時,使用重排結果過濾。", @@ -950,7 +801,6 @@ "model.type.stt": "語音辨識", "model.type.tts": "語音合成", "model_loading": "模型加載中...", - "month": "月", "move.confirm": "確認移動", "move_success": "移動成功", "move_to": "移動至", @@ -974,7 +824,6 @@ "navbar.Chat": "門戶", "navbar.Datasets": "知識庫", "navbar.Studio": "工作區", - "navbar.Toolkit": "工具箱", "navbar.Tools": "我的工具", "navbar.plugin": "插件庫", "new_create": "建立新項目", @@ -1001,24 +850,18 @@ "option": "選項", "page": "頁", "page_center": "頁面置中", - "pay.amount": "金額", - "pay.error_desc": "轉換支付途徑時出現了問題", "pay.noclose": "支付完成後,請等待系統自動更新", "pay.package_tip.buy": "您購買的方案等級低於目前方案,該方案將在目前方案過期後生效。\n您可在帳戶 - 個人資訊 - 方案詳細資訊中檢視方案使用情況。", "pay.package_tip.renewal": "您正在續約方案。您可在帳戶 - 個人資訊 - 方案詳細資訊中檢視方案使用情況。", "pay.package_tip.upgrade": "您購買的方案等級高於目前方案,該方案將立即生效,目前方案將延後生效。您可在帳戶 - 個人資訊 - 方案詳細資訊中檢視方案使用情況。", "pay.payment_form_tip": "更多支付方式,請點擊表單", - "pay.wechat": "請微信掃碼付款:{{price}}元\n\n付款完成前,請勿關閉頁面", "pay.wx_payment": "微信支付", - "pay.yuan": "{{amount}} 元", "pay_alipay_payment": "支付寶支付", - "pay_bill": "支付", "pay_corporate_payment": "對公支付", "pay_money": "應付金額", "pay_success": "支付成功", "pay_year_tip": "支付 10 個月,暢享 1 年!", "permission.Collaborator": "協作者", - "permission.Default permission": "預設權限", "permission.Manage": "管理", "permission.No InheritPermission": "已限制權限,不再繼承上層資料夾的權限", "permission.Not collaborator": "無協作者", @@ -1049,29 +892,19 @@ "plugin.Currentapp": "目前應用程式", "plugin.Description": "描述", "plugin.Enter PAT": "請輸入個人存取權杖(PAT)", - "plugin.Get Plugin Module Detail Failed": "取得外掛程式資訊失敗", "plugin.Import from URL": "從網址匯入。https://xxxx", - "plugin.Intro": "外掛程式介紹", "plugin.Invalid Env": "無效的 LAF 環境", "plugin.Invalid Schema": "無效的結構", "plugin.Invalid URL": "無效的網址", - "plugin.Method": "方法", - "plugin.Path": "路徑", "plugin.Please bind laf accout first": "請先綁定 LAF 帳戶", - "plugin.Plugin List": "外掛程式列表", "plugin.Search_app": "搜尋應用程式", - "plugin.Set Name": "為外掛程式命名", - "plugin.contribute": "貢獻外掛程式", "plugin.go to laf": "前往編寫", - "plugin.path": "路徑", "price_over_wx_limit": "超出支付提供商限額:微信支付僅支持 6000 元以下", "prompt_input_placeholder": "請輸入提示詞", - "psw_inconsistency": "兩次密碼不一致", "qpm_desc": "主要指團隊每分鐘請求 Agent 的最大次數,與單個 Agent 複雜度無關。\n其他 OpenAPI 接口也受此影響,每個接口單獨計算", "question_feedback": "工單諮詢", "read_course": "閱讀教學", "read_doc": "閱讀文件", - "read_quote": "檢視引用", "redo_tip": "重做 ctrl shift z", "redo_tip_mac": "重做 ⌘ shift z", "request_end": "已載入全部", @@ -1083,14 +916,12 @@ "root_folder": "根目錄", "save_failed": "儲存失敗", "save_success": "儲存成功", - "scan_code": "掃碼支付", "search_tool": "搜索工具", "second": "秒", "second_unit": "秒", "secret_key": "密鑰", "secret_tips": "值保存後不會再次明文返回", "select_count_num": "已選 {{num}} 項", - "select_file_failed": "選擇檔案失敗", "select_reference_variable": "選擇引用變數", "select_template": "選擇範本", "set_avatar": "點選設定頭像", @@ -1098,10 +929,7 @@ "speech_error_tip": "語音轉文字失敗", "speech_not_support": "您的瀏覽器不支援語音輸入", "submit_failed": "送出失敗", - "submit_success": "送出成功", - "submitted": "已送出", "support": "支援", - "support.account.Individuation": "個人化", "support.inform.Read": "已讀", "support.openapi.Api baseurl": "API 根網址", "support.openapi.Api manager": "API 金鑰管理", @@ -1112,28 +940,15 @@ "support.outlink.Max usage points": "點數上限", "support.outlink.Max usage points tip": "此連結最多允許使用多少點數,超出後將無法使用。-1 代表無限制。", "support.outlink.Usage points": "點數消耗", - "support.outlink.share.Chat_quote_reader": "全文閱讀器", "support.outlink.share.Download source tips": "下載知識庫原文件,或跳轉來源網站", - "support.outlink.share.Full_text tips": "允許閱讀該引用片段來源的完整資料集", "support.outlink.share.Response Quote": "查看引用片段", "support.outlink.share.Response Quote tips": "在分享連結中回傳引用內容,但不允許使用者下載原始文件", "support.outlink.share.Show full text tips": "查看引用內容所屬的完整文件,不可查看原文件或跳轉來來源網站", - "support.outlink.share.running_node": "執行節點", - "support.outlink.share.show_complete_quote": "檢視原始內容", - "support.outlink.share.show_complete_quote_tips": "檢視及下載完整引用文件,或跳轉至引用網站", - "support.permission.Permission": "權限", - "support.standard.AI Bonus Points": "AI 點數", - "support.standard.due_date": "到期日期", - "support.standard.storage": "儲存空間", "support.standard.type": "類型", - "support.team.limit.No permission rerank": "無權使用結果重新排名,請升級您的方案", - "support.user.Avatar": "頭像", "support.user.Go laf env": "點選前往 {{env}} 取得 PAT 權杖。", "support.user.Laf account course": "檢視綁定 LAF 帳戶教學。", "support.user.Laf account intro": "綁定您的 LAF 帳戶後,您可以在工作流程中使用 LAF 模組,實現線上編寫程式碼。", "support.user.Need to login": "請先登入", - "support.user.Price": "計費標準", - "support.user.User self info": "個人資訊", "support.user.auth.Sending Code": "正在傳送驗證碼", "support.user.auth.get_code": "取得驗證碼", "support.user.auth.get_code_again": "秒後重新取得", @@ -1151,7 +966,6 @@ "support.user.login.Microsoft": "Microsoft 登入", "support.user.login.Password": "密碼", "support.user.login.Password login": "密碼登入", - "support.user.login.Phone": "手機登入", "support.user.login.Phone number": "手機號碼", "support.user.login.Provider error": "登入錯誤,請重試", "support.user.login.Username": "使用者名稱", @@ -1160,29 +974,19 @@ "support.user.login.error": "登入錯誤", "support.user.login.security_failed": "安全驗證失敗", "support.user.login.wx_qr_login": "微信 QR Code 登入", - "support.user.logout.confirm": "確認登出?", "support.user.team.Dataset usage": "知識庫容量", "support.user.team.Team Tags Async Success": "同步完成", - "support.user.team.member": "成員", "support.wallet.Ai point every thousand tokens": "{{points}} 點數/1K tokens", "support.wallet.Ai point every thousand tokens_input": "輸入:{{points}} 積分/1K tokens", "support.wallet.Ai point every thousand tokens_output": "輸出:{{points}} 積分/1K tokens", - "support.wallet.Amount": "金額", "support.wallet.App_amount_not_sufficient": "您的應用數量已達上限,請升級套餐後繼續使用。", "support.wallet.Buy": "購買", "support.wallet.Dataset_amount_not_sufficient": "您的知識庫數量已達上限,請升級套餐後繼續使用。", "support.wallet.Dataset_not_sufficient": "您的知識庫容量不足,請先升級套餐或購買額外知識庫容量後繼續使用。", "support.wallet.Not sufficient": "您的 AI 點數不足,請先升級方案或購買額外 AI 點數後繼續使用。", - "support.wallet.Plan expired time": "方案到期時間", - "support.wallet.Standard Plan Detail": "方案詳細資訊", "support.wallet.Team_member_over_size": "您的團隊成員數量已達上限,請升級套餐後繼續使用。", "support.wallet.To read plan": "檢視方案", "support.wallet.amount_0": "購買數量不能為 0", - "support.wallet.apply_invoice": "申請發票", - "support.wallet.bill.Number": "訂單編號", - "support.wallet.bill.Status": "狀態", - "support.wallet.bill.Type": "訂單類型", - "support.wallet.bill.payWay.Way": "付款方式", "support.wallet.bill.payWay.alipay": "支付寶支付", "support.wallet.bill.payWay.balance": "餘額支付", "support.wallet.bill.payWay.bank": "對公支付", @@ -1192,67 +996,30 @@ "support.wallet.bill.status.notpay": "未付款", "support.wallet.bill.status.refund": "已退款", "support.wallet.bill.status.success": "付款成功", - "support.wallet.bill_detail": "帳單詳細資訊", - "support.wallet.bill_tag.bill": "帳單紀錄", - "support.wallet.bill_tag.default_header": "預設抬頭", - "support.wallet.bill_tag.invoice": "發票紀錄", - "support.wallet.billable_invoice": "可開立發票的帳單", - "support.wallet.buy_ai_points": "購買 AI 積分", "support.wallet.buy_dataset_capacity": "購買知識庫索引量", - "support.wallet.buy_resource": "購買資源包", - "support.wallet.has_invoice": "已開立發票", - "support.wallet.invoice_amount": "發票金額", - "support.wallet.invoice_data.bank": "開戶銀行", - "support.wallet.invoice_data.bank_account": "銀行帳號", - "support.wallet.invoice_data.company_address": "公司地址", - "support.wallet.invoice_data.company_phone": "公司電話", - "support.wallet.invoice_data.email": "電子郵件地址", - "support.wallet.invoice_data.need_special_invoice": "是否需要開立統一發票", - "support.wallet.invoice_data.organization_name": "組織名稱", - "support.wallet.invoice_data.unit_code": "統一編號", - "support.wallet.invoice_detail": "發票詳細資訊", - "support.wallet.invoice_info": "發票將在 3-7 個工作天內寄送至電子郵件信箱,請耐心等候", - "support.wallet.invoicing": "開立發票", - "support.wallet.moduleName.qa": "問答拆分", - "support.wallet.noBill": "無帳單紀錄", - "support.wallet.no_invoice": "無發票紀錄", - "support.wallet.subscription.AI points": "AI 點數", "support.wallet.subscription.AI points usage": "AI 點數使用量", - "support.wallet.subscription.AI points usage tip": "每次呼叫 AI 模型時,都會消耗一定的 AI 點數。具體的計算標準可參考上方的「計費標準」", "support.wallet.subscription.Activity expiration time": "活動截至{{year}}年{{month}}月{{day}}日{{hour}}:{{minute}}", "support.wallet.subscription.Ai points": "AI 點數計算標準", "support.wallet.subscription.Current plan": "目前方案", "support.wallet.subscription.Dataset size": "知識庫索引量", "support.wallet.subscription.Extra ai points": "額外 AI 點數", - "support.wallet.subscription.Extra ai points description": "積分購買量與有效期智能聯動, 買的越多用的越久", "support.wallet.subscription.Extra dataset description": "支持根據實際需求為知識庫索引量延長有效期", "support.wallet.subscription.Extra dataset size": "額外知識庫容量", "support.wallet.subscription.Extra dataset unit": "組/1個月", "support.wallet.subscription.Extra plan": "額外資源包", "support.wallet.subscription.Extra plan tip": "當標準方案不足時,您可以購買額外資源包繼續使用", "support.wallet.subscription.FAQ": "常見問題", - "support.wallet.subscription.Month amount": "月數", - "support.wallet.subscription.Next plan": "未來方案", - "support.wallet.subscription.Points amount": "積分量", - "support.wallet.subscription.Stand plan level": "訂閱方案", "support.wallet.subscription.Sub plan": "訂閱方案", "support.wallet.subscription.Sub plan tip": "免費使用【{{title}}】或升級更進階的方案", "support.wallet.subscription.Sub plan tip wecom": "購買方案以享受應用服務", - "support.wallet.subscription.Team plan and usage": "方案與使用量", - "support.wallet.subscription.Training weight": "訓練優先權:{{weight}}", - "support.wallet.subscription.Update extra ai points": "額外 AI 點數", "support.wallet.subscription.Update extra ai points tips": "購買積分即刻生效,過期後將自動失效", - "support.wallet.subscription.Update extra dataset size": "額外儲存空間", "support.wallet.subscription.Update extra dataset tips": "知識庫索引量到期後,仍保留已有數據,無法增改數據", "support.wallet.subscription.Update extra price": "價格", "support.wallet.subscription.Upgrade plan": "升級方案", "support.wallet.subscription.ai_model": "AI 語言模型", "support.wallet.subscription.extra_plan_disabled_tip": "如需購買額外資源包,請先訂閱方案。", - "support.wallet.subscription.function.Community support tip": "可前往 FastGPT 社群免費獲取幫助和技術支持", "support.wallet.subscription.mode.Month": "按月", - "support.wallet.subscription.mode.Period": "訂閱週期", "support.wallet.subscription.mode.Year": "按年", - "support.wallet.subscription.mode.Year sale": "贈送兩個月", "support.wallet.subscription.per_year": "/ 年", "support.wallet.subscription.point": "點數", "support.wallet.subscription.standardSubLevel.advanced": "高級版", @@ -1271,40 +1038,20 @@ "support.wallet.subscription.standardSubLevel.team_desc": "適合小團隊建構知識庫應用並提供對外服務", "support.wallet.subscription.standardSubLevel.trial": "試用版", "support.wallet.subscription.standardSubLevel.trial_desc": "企業可免費試用15天,自啟用應用時起計,每個企業限體驗一次。", - "support.wallet.subscription.status.active": "使用中", - "support.wallet.subscription.status.expired": "已過期", - "support.wallet.subscription.status.inactive": "未使用", - "support.wallet.subscription.team_operation_log": "記錄團隊操作日誌", "support.wallet.subscription.token_compute": "點選檢視線上 Token 計算機", "support.wallet.subscription.total_points": "總積分", "support.wallet.subscription.type.balance": "餘額儲值", "support.wallet.subscription.type.extraDatasetSize": "知識庫擴充容量", "support.wallet.subscription.type.extraPoints": "AI 點數方案", "support.wallet.subscription.type.standard": "方案訂閱", - "support.wallet.subscription.web_site_sync": "網站同步", - "support.wallet.usage.Ai model": "AI 模型", - "support.wallet.usage.App name": "應用程式名稱", "support.wallet.usage.Audio Speech": "語音播放", - "support.wallet.usage.Bill Module": "計費模組", "support.wallet.usage.Code Copilot": "代碼助手", - "support.wallet.usage.Duration": "時長(秒)", - "support.wallet.usage.Module name": "模組名稱", "support.wallet.usage.Optimize Prompt": "提示詞優化", - "support.wallet.usage.Source": "來源", - "support.wallet.usage.Text Length": "文字長度", - "support.wallet.usage.Time": "產生時間", - "support.wallet.usage.Token Length": "Token 長度", - "support.wallet.usage.Total": "總金額", "support.wallet.usage.Total points": "AI 積分總消耗", - "support.wallet.usage.Usage Detail": "使用詳細資訊", "support.wallet.usage.Whisper": "語音輸入", - "support.wallet.wecom_bill_tip": "請前往企微-收銀台進行帳單查詢和開票", - "sure_delete_tool_cannot_undo": "是否確認刪除該工具?\n該操作無法撤回", "sync_link": "同步連結", "sync_success": "同步成功", "system.Concat us": "聯絡我們", - "system.Help Document": "說明文件", - "system_help_chatbot": "機器人助手", "system_intro": "{{title}} 是一個大模型應用編排系統,提供開箱即用的數據處理、模型調用等能力,可以快速的構建知識庫並通過 Flow 可視化進行工作流編排,實現複雜的知識庫場景!", "tag_list": "標籤列表", "team_tag": "團隊標籤", @@ -1315,8 +1062,6 @@ "templateTags.Writing": "文字創作", "template_market": "模板市場", "textarea_variable_picker_tip": "輸入「/」以選擇變數", - "time_point": "時間點", - "time_range": "時間段", "to_dataset": "前往知識庫", "tool_invalid": "工具已失效", "tool_invalid_click_delete_tip": "點擊刪除", @@ -1327,7 +1072,6 @@ "undo_tip": "復原 ctrl z", "undo_tip_mac": "復原 ⌘ z ", "unit.character": "字元", - "unit.minute": "分鐘", "unit.seconds": "秒", "unknow_source": "未知來源", "unusable_variable": "無可用變數", @@ -1336,79 +1080,25 @@ "upgrade": "升級", "upload_file": "上傳檔案", "upload_file_error": "上傳檔案失敗", - "use_helper": "使用說明", "user.Account": "帳戶", - "user.Amount of earnings": "收益(¥)", - "user.Amount of inviter": "累計邀請人數", "user.Application Name": "專案名稱", - "user.Avatar": "頭像", - "user.Change": "變更", - "user.Copy invite url": "複製邀請連結", - "user.Edit name": "點選修改暱稱", - "user.Invite Url": "邀請連結", - "user.Invite url tip": "透過此連結註冊的朋友將永久與您綁定,其儲值時您會獲得一定餘額獎勵。\n此外,朋友使用手機號碼註冊時,您將立即獲得 5 元獎勵。\n獎勵會傳送到您的預設團隊中。", "user.Laf Account Setting": "LAF 帳戶設定", - "user.Language": "語言", - "user.Member Name": "暱稱", "user.No_right_to_reset_password": "沒有重置密碼的權限", - "user.Notification Receive": "通知接收", - "user.Notification Receive Bind": "請先綁定通知接收方式", "user.Old password is error": "舊密碼錯誤", - "user.OpenAI Account Setting": "OpenAI 帳戶設定", - "user.Password": "密碼", "user.Password has no change": "新密碼和舊密碼重複", "user.Pay": "儲值", - "user.Promotion": "促銷", - "user.Promotion Rate": "回饋比例", - "user.Promotion rate tip": "朋友儲值時您將獲得一定比例的餘額獎勵", - "user.Replace": "更換", - "user.Set OpenAI Account Failed": "設定 OpenAI 帳戶失敗", - "user.Team": "團隊", "user.Time": "時間", - "user.Timezone": "時區", - "user.Update Password": "更新密碼", "user.Update password failed": "更新密碼失敗", "user.Update password successful": "更新密碼成功", - "user.apikey.key": "API 金鑰", "user.confirm_password": "確認密碼", - "user.init_password": "請初始化密碼", "user.new_password": "新密碼", - "user.no_invite_records": "無邀請紀錄", - "user.no_notice": "無通知", - "user.no_usage_records": "無使用紀錄", - "user.old_password": "舊密碼", - "user.password_message": "密碼最少 4 位最多 60 位", "user.password_tip": "密碼至少 8 位,且至少包含兩種組合:數字、字母或特殊字元", "user.reset_password": "重置密碼", "user.reset_password_tip": "未設置初始密碼/長時間未修改密碼,請重置密碼", - "user.team.Balance": "團隊餘額", - "user.team.Check Team": "切換", - "user.team.Leave Team": "離開團隊", - "user.team.Leave Team Failed": "離開團隊失敗", - "user.team.Member": "成員", - "user.team.Member Name": "成員名稱", - "user.team.Over Max Member Tip": "團隊最多 {{max}} 人", - "user.team.Personal Team": "個人團隊", - "user.team.Processing invitations": "處理邀請", - "user.team.Processing invitations Tips": "您有 {{amount}} 個需要處理的團隊邀請", - "user.team.Remove Member Confirm Tip": "確認將 {{username}} 移出團隊?", - "user.team.Select Team": "選擇團隊", "user.team.Switch Team Failed": "切換團隊失敗", "user.team.Tags Async": "儲存", - "user.team.Team Tags Async": "標籤同步", - "user.team.Team Tags Async Success": "連結錯誤修正成功,標籤資訊已更新", - "user.team.invite.Accepted": "已加入團隊", - "user.team.invite.Deal Width Footer Tip": "處理完會自動關閉", "user.team.invite.Reject": "已拒絕邀請", - "user.team.member.Confirm Leave": "確認離開此團隊?\n離開後,您在該團隊的所有資源(應用程式、知識庫、資料夾、管理的群組等)均會轉讓給團隊擁有者。", "user.team.member.active": "已加入", - "user.team.member.reject": "已拒絕", - "user.team.member.waiting": "待接受", - "user.team.role.Admin": "管理員", - "user.team.role.Owner": "擁有者", - "user.team.role.Visitor": "訪客", - "user.team.role.writer": "可寫入成員", - "user.type": "類型", "user_leaved": "已離開", "value": "值", "verification": "驗證", @@ -1417,9 +1107,5 @@ "xx_search_result": "{{key}} 的搜尋結果", "yes": "是", "yesterday": "昨天", - "yesterday_detail_time": "昨天 {{time}}", - "zoomin_tip": "縮小 ctrl -", - "zoomin_tip_mac": "縮小 ⌘ -", - "zoomout_tip": "放大 ctrl +", - "zoomout_tip_mac": "放大 ⌘ +" + "yesterday_detail_time": "昨天 {{time}}" } diff --git a/packages/web/i18n/zh-Hant/dashboard_evaluation.json b/packages/web/i18n/zh-Hant/dashboard_evaluation.json index 508142b008..f5bdf0fc69 100644 --- a/packages/web/i18n/zh-Hant/dashboard_evaluation.json +++ b/packages/web/i18n/zh-Hant/dashboard_evaluation.json @@ -9,7 +9,6 @@ "Progress": "進度", "Start_end_time": "開始時間 / 結束時間", "Task_name_placeholder": "請輸入任務名", - "answer": "標準答案", "app_required": "請選擇評測應用", "app_response": "應用輸出", "back": "退出", @@ -20,18 +19,15 @@ "comfirm_delete_task": "確認刪除該任務及其所有數據?", "completed": "已完成", "create_task": "創建任務", - "data": "數據", "data_list": "數據列表", "error": "異常", "error_tooltip": "有異常任務。 \n\n點擊後,打開任務詳情彈窗", "evaluating": "評估中", "evaluation": "應用評測", "evaluation_export_title": "問題,標準答案,實際回答,狀態,綜合得分", - "evaluation_file_max_size": "{{count}} 條數據", "export": "導出數據", "file_required": "請選擇評測文件", "file_uploading": "文件上傳中: {{num}}%", - "history": "歷史記錄", "paused": "已暫停", "question": "用戶問題", "queuing": "排隊中", diff --git a/packages/web/i18n/zh-Hant/dashboard_mcp.json b/packages/web/i18n/zh-Hant/dashboard_mcp.json index da5d98d96c..ffe5563190 100644 --- a/packages/web/i18n/zh-Hant/dashboard_mcp.json +++ b/packages/web/i18n/zh-Hant/dashboard_mcp.json @@ -1,5 +1,4 @@ { - "app_alias_name": "工具名", "app_description": "應用描述", "app_name": "應用名", "apps": "暴露的應用", @@ -12,7 +11,6 @@ "mcp_apps": "關聯應用數量", "mcp_endpoints": "接入地址", "mcp_json_config": "接入腳本", - "mcp_link_way": "接入方式", "mcp_name": "MCP 服務名", "mcp_server": "MCP 服務", "mcp_server_description": "允許你選擇部分應用,以 MCP 的協議對外提供使用。\n由於 MCP 協議的不成熟,該功能仍處於測試階段。", diff --git a/packages/web/i18n/zh-Hant/dataset.json b/packages/web/i18n/zh-Hant/dataset.json index 014b022175..65c1db9f80 100644 --- a/packages/web/i18n/zh-Hant/dataset.json +++ b/packages/web/i18n/zh-Hant/dataset.json @@ -7,8 +7,6 @@ "apidataset_configuration": "配寘資訊", "auto_indexes": "自動生成補充索引", "auto_indexes_tips": "透過大模型進行額外索引生成,提高語義豐富度,提高檢索的精度。", - "auto_training_queue": "增強索引排隊", - "backup_collection": "備份數據", "backup_dataset": "備份導入", "backup_dataset_success": "備份創建成功", "backup_dataset_tip": "可以將導出知識庫時,下載的 csv 文件重新導入。", @@ -25,25 +23,19 @@ "chunk_trigger_tips": "當滿足一定條件時才觸發分塊存儲,否則會直接完整存儲原文", "close_auto_sync": "確認關閉自動同步功能?", "collection.Create update time": "建立/更新時間", - "collection.Training type": "分段模式", "collection.export_all_chunks": "導出分塊", - "collection.not_found": "集合不存在", "collection.sync.submit": "已提交同步任務", "collection.training_type": "處理模式", "collection_data_count": "資料量", "collection_metadata_custom_pdf_parse": "PDF 增強解析", "collection_name": "數據集名稱", - "collection_not_support_retraining": "此集合類型不支援重新調整參數", "collection_not_support_sync": "該集合不支援同步", "collection_sync": "立即同步", "collection_sync_confirm_tip": "確認開始同步資料?\n系統將會拉取最新資料進行比較,如果內容不相同,則會建立一個新的集合並刪除舊的集合,請確認!", "collection_tags": "集合標籤", - "common.dataset.data.Input Error Tip": "[圖片數據集] 處理過程錯誤:", "common.error.unKnow": "未知錯誤", "common_dataset": "通用資料集", "common_dataset_desc": "通過導入文件、網頁鏈接或手動錄入形式構建知識庫", - "condition": "條件", - "config_sync_schedule": "設定定時同步", "confirm_delete_collection": "確認刪除 {{num }} 個文件?", "confirm_import_images": "共 {{num}} 張圖片 | 確認創建", "confirm_to_rebuild_embedding_tip": "確定要為資料集切換索引嗎?\n切換索引是一個重要的操作,需要對您資料集內所有資料重新建立索引,可能需要較長時間,請確保帳號內剩餘點數充足。\n\n此外,您還需要注意修改使用此資料集的應用程式,避免與其他索引模型資料集混用。", @@ -56,26 +48,19 @@ "data_amount": "{{dataAmount}} 組資料,{{indexAmount}} 組索引", "data_error_amount": "{{errorAmount}} 組訓練異常", "data_index_image": "圖片索引", - "data_index_num": "索引 {{index}}", "data_parsing": "數據解析中", - "data_process_params": "處理參數", - "data_process_setting": "資料處理設定", "data_uploading": "數據上傳中: {{num}}%", "dataset.Chunk_Number": "分塊號", - "dataset.Completed": "完成", "dataset.Delete_Chunk": "刪除", "dataset.Edit_Chunk": "編輯", "dataset.Error_Message": "報錯資訊", - "dataset.No_Error": "暫無異常資訊", "dataset.Operation": "操作", "dataset.ReTrain": "重試", "dataset.Training Process": "訓練狀態", "dataset.Training_Count": "{{count}} 組訓練中", "dataset.Training_Errors": "異常", - "dataset.Training_QA": "{{count}} 組問答對訓練中", "dataset.Training_Status": "訓練狀態", "dataset.Training_Waiting": "需等待 {{count}} 組資料", - "dataset.Unsupported operation": "操作不支援", "dataset.no_collections": "尚無資料集", "dataset.no_tags": "尚無標籤", "default_params": "預設", @@ -84,7 +69,6 @@ "edit_dataset_config": "編輯知識庫設定", "empty_collection": "空白數據集", "enhanced_indexes": "索引增強", - "error.collectionNotFound": "找不到集合", "external_file": "外部檔案庫", "external_file_dataset_desc": "可以通過 API,使用外部文件庫構建知識庫", "external_id": "檔案讀取識別碼", @@ -92,8 +76,6 @@ "external_read_url": "外部預覽網址", "external_read_url_tip": "可以設定您檔案庫的讀取網址,方便對使用者進行讀取權限驗證。目前可使用 {{fileId}} 變數來代表外部檔案識別碼。", "external_url": "檔案存取網址", - "failedToLoadRootDirectories": "加載根目錄失敗", - "failedToLoadSubDirectories": "加載子目錄失敗", "feishu_dataset": "飛書知識庫", "feishu_dataset_config": "設定飛書知識庫", "feishu_dataset_desc": "可透過設定飛書文件權限,使用飛書文件建構知識庫,文件不會進行二次儲存", @@ -101,19 +83,14 @@ "file_model_function_tip": "用於增強索引和問答生成", "filename": "檔案名稱", "folder_dataset": "資料夾", - "getDirectoryFailed": "獲取目錄失敗", "image_auto_parse": "圖片自動索引", "image_auto_parse_tips": "呼叫 VLM 自動標註文件裡的圖片,並生成額外的檢索索引", - "image_training_queue": "圖片處理排隊", "images_creating": "正在創建", "immediate_sync": "立即同步", - "import.Auto mode Estimated Price Tips": "需呼叫文字理解模型,將消耗較多 AI 點數:{{price}} 點數 / 1K tokens", - "import.Embedding Estimated Price Tips": "僅使用索引模型,消耗少量 AI 點數:{{price}} 點數 / 1K tokens", "import_confirm": "確認上傳", "import_data_preview": "資料預覽", "import_data_process_setting": "資料處理方式設定", "import_file_parse_setting": "文件解析設定", - "import_model_config": "模型選擇", "import_param_setting": "參數設定", "import_select_file": "選擇文件", "import_select_link": "輸入連結", @@ -124,8 +101,6 @@ "input_required_field_to_select_baseurl": "請先輸入必填信息", "insert_images": "新增圖片", "insert_images_success": "新增圖片成功,需等待訓練完成才會展示", - "is_open_schedule": "啟用定時同步", - "keep_image": "保留圖片", "llm_paragraph_mode": "模型識別段落", "llm_paragraph_mode_auto": "自動", "llm_paragraph_mode_auto_desc": "當文本內容不含 Markdown 標題時,啟用模型識別。", @@ -133,13 +108,8 @@ "llm_paragraph_mode_forbid_desc": "強制禁用模型自動識別段落", "llm_paragraph_mode_force": "強制處理", "llm_paragraph_mode_force_desc": "強制使用模型自動識別段落,並忽略原文本的段落(如有)", - "loading": "加載中...", "max_chunk_size": "最大分塊大小", "move.hint": "移動後,所選知識庫/文件夾將繼承新文件夾的權限設置。", - "noChildren": "無子目錄", - "noSelectedFolder": "沒有選擇文件夾", - "noSelectedId": "沒有選擇 ID", - "noValidId": "沒有有效的 ID", "open_auto_sync": "開啟定時同步後,系統將每天不定時嘗試同步集合,集合同步期間,會出現無法搜尋到該集合資料現象。", "other_dataset": "第三方知識庫", "paragraph_max_deep": "最大段落深度", @@ -152,7 +122,6 @@ "permission.des.manage": "可管理整個資料集的資料和資訊", "permission.des.read": "可檢視資料集內容", "permission.des.write": "可新增和變更資料集內容", - "pleaseFillUserIdAndToken": "請填寫 User ID 和 Token", "preview_chunk": "分塊預覽", "preview_chunk_empty": "文件內容為空", "preview_chunk_folder_warning": "目錄不支持預覽", @@ -162,19 +131,16 @@ "process.Get QA": "問答對提取", "process.Image_Index": "圖片索引生成", "process.Is_Ready": "已就緒", - "process.Is_Ready_Count": "{{count}} 組已就緒", "process.Parse_Image": "圖片解析中", "process.Parsing": "內容解析中", "process.Vectorizing": "索引向量化", "process.Waiting": "排隊中", "rebuild_embedding_start_tip": "切換索引模型任務已開始", - "rebuilding_index_count": "重建中索引數量:{{count}}", "request_headers": "請求頭", "retain_collection": "調整訓練參數", "retrain_task_submitted": "重新訓練任務已提交", "retry_all": "全部重試", "retry_failed": "重試失敗", - "rootDirectoryFormatError": "根目錄資料格式不正確", "rootdirectory": "/根目錄", "same_api_collection": "存在相同的 API 集合", "selectDirectory": "選擇", @@ -211,14 +177,12 @@ "total_num_files": "共 {{total}} 個文件", "training.Error": "{{count}} 組異常", "training.Image mode": "圖片處理", - "training.Normal": "正常", "training_mode": "分段模式", "training_ready": "{{count}} 組", "upload_by_template_format": "按模版文件上傳", "uploading_progress": "上傳中: {{num}}%", "vector_model_max_tokens_tip": "每個分塊資料,最大長度為 3000 tokens", "vllm_model": "圖片理解模型", - "vlm_model_required_warning": "需要圖片理解模型", "website_dataset": "網站同步", "website_dataset_desc": "通過爬蟲,批量爬取網頁數據構建知識庫", "website_info": "網站資訊", diff --git a/packages/web/i18n/zh-Hant/file.json b/packages/web/i18n/zh-Hant/file.json index eaa08362c0..b625c6ad57 100644 --- a/packages/web/i18n/zh-Hant/file.json +++ b/packages/web/i18n/zh-Hant/file.json @@ -1,33 +1,12 @@ { - "Action": "請選擇要上傳的圖片", - "All images import failed": "所有圖片導入失敗", - "Dataset_ID_not_found": "數據集ID不存在", - "Failed_to_get_token": "獲取令牌失敗", - "Image_ID_copied": "已復制ID", "Image_Preview": "圖片預覽", "Image_dataset_requires_VLM_model_to_be_configured": "圖片數據集需要配置圖片理解模型(VLM)才能使用,請先在模型配置中添加支持圖片理解的模型", - "Image_does_not_belong_to_current_team": "圖片不屬於當前團隊", - "Image_file_does_not_exist": "圖片不存在", - "Loading_image": "加載圖片中...", - "Loading_image failed": "預覽加載失敗", - "Only_support_uploading_one_image": "僅支持上傳一張圖片", - "Please select the image to upload": "請選擇要上傳的圖片", - "Please wait for all files to upload": "請等待所有文件上傳完成", - "common.upload_system_tools": "上傳系統工具", - "bucket_image": "圖片", "click_to_view_raw_source": "點選檢視原始來源", - "common.Some images failed to process": "部分圖片處理失敗", - "common.dataset_data_input_image_support_format": "支持 .jpg, .jpeg, .png, .gif, .webp 格式", - "common.import_update": "導入/更新", - "count.core.dataset.collection.Create Success": "成功導入 {{count}} 張圖片", - "delete_image": "刪除圖片", "file_name": "檔案名稱", "file_size": "檔案大小", "image": "圖片", - "image_collection": "圖片集合", "image_description": "圖片描述", "image_description_tip": "請輸入圖片的描述內容", - "please_upload_image_first": "請先上傳圖片", "reached_max_file_count": "已達檔案數量上限", "release_the_mouse_to_upload_the_file": "放開滑鼠以上傳檔案", "select_and_drag_file_tip": "點選或拖曳檔案至此處上傳", @@ -36,10 +15,6 @@ "some_file_size_exceeds_limit": "部分檔案超過 {{maxSize}} 大小限制,已自動過濾", "support_file_type": "支援 {{fileType}} 格式的檔案", "template_csv_file_select_tip": "僅支持嚴格按照模板格式的 {{fileType}} 文件", - "template_strict_highlight": "嚴格按照模版", - "total_files": "共{{selectFiles.length}}個文件", "upload_error_description": "單次僅支援上傳多個檔案或一個資料夾", - "upload_failed": "上傳失敗", - "upload_file_error": "請上傳圖片", - "uploading": "正在上傳..." + "upload_failed": "上傳失敗" } diff --git a/packages/web/i18n/zh-Hant/login.json b/packages/web/i18n/zh-Hant/login.json index 734a3463b6..fc768efab9 100644 --- a/packages/web/i18n/zh-Hant/login.json +++ b/packages/web/i18n/zh-Hant/login.json @@ -4,18 +4,14 @@ "agree": "同意", "cookies_tip": "本網站使用 cookies 提供更好的服務體驗。繼續使用即表示您同意我們的 Cookie 政策。", "forget_password": "忘記密碼?", - "login_failed": "登入失敗", "login_success": "登入成功", "no_remind": "不再提醒", "password_condition": "密碼最多 60 個字元", "password_tip": "密碼至少 8 位,且至少包含兩種組合:數字、字母或特殊字元", "policy_tip": "使用即代表您已閱讀並同意 服務協議 隱私協議", - "privacy": "隱私權政策", "privacy_policy": "隱私權政策", "redirect": "跳轉", "register": "註冊帳號", "root_password_placeholder": "root 使用者密碼為環境變數 DEFAULT_ROOT_PSW 的值", - "terms": "服務條款", - "use_root_login": "使用 root 使用者登入", - "wecom": "企業微信" + "use_root_login": "使用 root 使用者登入" } diff --git a/packages/web/i18n/zh-Hant/publish.json b/packages/web/i18n/zh-Hant/publish.json index 69a0fe8b91..0488c6b2ba 100644 --- a/packages/web/i18n/zh-Hant/publish.json +++ b/packages/web/i18n/zh-Hant/publish.json @@ -1,7 +1,6 @@ { "app_key_tips": "這些金鑰已與目前的應用程式連結。詳細使用方式請參閱說明文件。", "basic_info": "基本資訊", - "config": "顯示設定", "copy_link_hint": "請將下方連結複製到指定位置", "create_api_key": "建立新金鑰", "create_link": "建立連結", @@ -20,7 +19,6 @@ "feishu_bot_desc": "透過 API 直接連結 Lark 聊天機器人", "ip_whitelist": "IP 白名單", "key_alias": "金鑰別名,僅供顯示", - "key_tips": "您可以使用 API 金鑰存取特定介面(無法存取應用程式,需使用應用程式內建的 API 金鑰)", "link_name": "分享連結名稱", "new_feishu_bot": "新增 Lark 聊天機器人", "official_account.create_modal_title": "建立微信公眾號整合", @@ -43,11 +41,9 @@ "wechat.bot_desc": "透過 ClawBot 連結微信個人號聊天", "wechat.confirmed_tip": "登入成功!", "wechat.create": "建立微信頻道", - "wechat.desc": "透過微信 ClawBot 連結微信個人號", "wechat.edit": "編輯微信頻道", "wechat.expired_tip": "QR 碼已過期", "wechat.generating_qr": "正在產生 QR 碼...", - "wechat.last_poll": "最後輪詢", "wechat.login": "掃碼登入", "wechat.login_success": "登入成功", "wechat.login_title": "微信掃碼登入", @@ -64,8 +60,6 @@ "wechat.status.error": "錯誤", "wechat.status.offline": "離線", "wechat.status.online": "線上", - "wechat.status.polling": "輪詢中", - "wechat.status.stale": "異常", "wechat.status_check_failed": "狀態檢查失敗,請重試", "wechat.title": "微信個人號", "wecom.api": "企業微信 API", diff --git a/packages/web/i18n/zh-Hant/user.json b/packages/web/i18n/zh-Hant/user.json index 89931a03f7..4ce17340b0 100644 --- a/packages/web/i18n/zh-Hant/user.json +++ b/packages/web/i18n/zh-Hant/user.json @@ -1,37 +1,10 @@ { - "bill.balance": "餘額", "bill.buy_plan": "購買方案", - "bill.contact_customer_service": "聯絡客服", - "bill.conversion": "兌換", - "bill.convert_error": "兌換失敗", - "bill.convert_success": "兌換成功", - "bill.current_token_price": "目前點數價格", "bill.not_need_invoice": "餘額支付無法開立發票", - "bill.price": "價格", "bill.renew_plan": "續訂方案", "bill.standard_valid_tip": "方案使用規則:系統會優先使用較高等級的方案,原未使用完的方案將延後生效", - "bill.token_expire_1year": "點數有效期為一年", - "bill.tokens": "點數", - "bill.use_balance": "使用餘額", - "bill.use_balance_hint": "由於系統升級,原「自動從餘額扣款續訂」模式已取消,餘額儲值入口已關閉。您的餘額可用於購買點數", - "bill.valid_time": "生效時間", - "bill.you_can_convert": "您可兌換", - "bill.yuan": "元", - "current_package": "當前套餐:", - "delete.admin_failed": "刪除管理員失敗", - "delete.admin_success": "刪除管理員成功", - "delete.failed": "刪除失敗", - "delete.success": "刪除成功", - "login.Dingtalk": "釘釘登入", - "login.error": "登入失敗", - "login.password_condition": "密碼最多可輸入 60 個字元", - "login.success": "登入成功", "manage_team": "管理團隊", - "name": "名稱", - "new_password": "新密碼", - "notification.remind_owner_bind": "請提醒建立者綁定通知帳號", "operations": "操作", - "owner": "擁有者", "password.code_required": "驗證碼不能空白", "password.code_send_error": "驗證碼傳送失敗", "password.code_sended": "驗證碼已傳送", @@ -39,31 +12,14 @@ "password.email_phone_error": "電子郵件/手機號碼格式錯誤", "password.email_phone_void": "電子郵件/手機號碼不能空白", "password.not_match": "兩次輸入的密碼不相符", - "password.password_condition": "密碼長度需介於 4 至 20 字元之間", - "password.password_required": "密碼不能空白", "password.retrieve": "找回密碼", "password.retrieved": "密碼已找回", "password.retrieved_account": "找回 {{account}} 帳號", "password.to_login": "前往登入", "password.verification_code": "驗證碼", - "permission.Add": "新增權限", - "permission.Manage": "管理員", - "permission.Manage tip": "團隊管理員,擁有完整權限", - "permission.Read": "唯讀", - "permission.Read desc": "成員僅能閱讀相關資源,無法建立新資源", - "permission.Write": "可寫入", - "permission.Write tip": "除了可讀取資源外,還可以建立新的資源", "permission.only_collaborators": "僅協作者可存取", "permission.team_read": "團隊可存取", "permission.team_write": "團隊可編輯", - "permission_add_tip": "新增後,您可為其勾選權限。", - "permission_des.manage": "可建立資源、邀請及刪除成員", - "permission_des.read": "成員僅能閱讀相關資源,無法建立新資源", - "permission_des.write": "除了可讀取資源外,還可以建立新的資源", - "permissions": "權限", - "personal_information": "個人資料", - "personalization": "個人化", - "promotion_records": "推廣紀錄", "register.confirm": "確認註冊", "register.register_account": "註冊 {{account}} 帳號", "register.success": "註冊成功", @@ -74,43 +30,21 @@ "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_permission": "新增權限", - "team.add_writer": "新增可寫入成員", "team.avatar_and_name": "頭像與名稱", - "team.belong_to_group": "所屬成員群組", - "team.collaborator.added": "已新增", - "team.group.avatar": "群組頭像", "team.group.create": "建立群組", - "team.group.create_failed": "建立群組失敗", - "team.group.default_group": "預設群組", - "team.group.delete_confirm": "確認刪除群組?", "team.group.edit": "編輯群組", - "team.group.edit_info": "編輯資訊", "team.group.group": "群組", - "team.group.keep_admin": "保留管理員權限", "team.group.manage_member": "管理成員", - "team.group.manage_tip": "可以管理成員、建立群組、管理所有群組、為群組和成員分配權限", "team.group.members": "成員", "team.group.name": "群組名稱", "team.group.permission_tip": "單獨設定權限的成員,將依照個人權限設定,不再受群組權限影響。\n若成員屬於多個權限群組,該成員的權限將會合併。", "team.group.role.admin": "管理員", - "team.group.role.member": "成員", "team.group.role.owner": "擁有者", "team.group.set_as_admin": "設為管理員", "team.group.toast.can_not_delete_owner": "無法刪除擁有者,請先轉移擁有權", - "team.group.transfer_owner": "轉移擁有者", "team.manage_collaborators": "管理協作者", - "team.no_collaborators": "目前沒有協作者", - "team.org.org": "組織", - "team.write_role_member": "可寫入權限" + "team.org.org": "組織" } diff --git a/packages/web/i18n/zh-Hant/workflow.json b/packages/web/i18n/zh-Hant/workflow.json index 2e7e28be1c..d4084c8217 100644 --- a/packages/web/i18n/zh-Hant/workflow.json +++ b/packages/web/i18n/zh-Hant/workflow.json @@ -2,8 +2,6 @@ "Array_element": "陣列元素", "Array_element_index": "索引", "Click": "點擊", - "Code": "程式碼", - "Confirm_sync_node": "將會更新至最新的節點設定,不存在於範本中的欄位將會被刪除(包含所有自訂欄位)。\n如果欄位比較複雜,建議您先複製一份節點,再更新原來的節點,以便複製參數。", "Drag": "拖拽", "Edit_mode_tip": "編輯模式 shift 空格", "Fold": "折疊", @@ -44,7 +42,6 @@ "contains": "包含", "content_to_retrieve": "要擷取的內容", "content_to_search": "要搜尋的內容", - "contextMenu.addComment": "新增註解", "context_menu.add_comment": "新增註解", "create_link_error": "建立連結發生錯誤", "custom_feedback": "自訂回饋", @@ -60,11 +57,8 @@ "end_with": "結尾為", "enter_comment": "輸入註解", "error_catch": "報錯捕獲", - "error_info_returns_empty_on_success": "程式碼執行錯誤資訊,成功時回傳空值", "error_text": "錯誤訊息", "execute_different_branches_based_on_conditions": "根據條件執行不同的分支。", - "execution_error": "執行錯誤", - "external_variables": "外部變量", "extraction_requirements_description": "擷取需求描述", "extraction_requirements_description_detail": "提供 AI 相對應的背景知識或需求描述,引導 AI 更好地完成任務。\\n這個輸入框可以使用全域變數。", "extraction_requirements_placeholder": "例如:1. 目前時間為:{{cTime}}。\n你是實驗室預約助手,你的任務是幫助使用者預約實驗室,從文字中取得對應的預約資訊。\n\n2. 你是 Google 搜尋助手,需要從文字中提取出合適的搜尋字詞。", @@ -93,9 +87,7 @@ "ifelse.Input value": "輸入值", "ifelse.Select value": "選擇值", "input_description": "欄位描述", - "input_type_multiple_select": "多選框", "input_variable_list": "輸入 / 叫出變數清單", - "internal_variables": "內部變量", "intro_assigned_reply": "這個模組可以直接回覆指定的內容。常用於引導、提示。非字串內容傳入時,會轉換成字串輸出。", "intro_custom_feedback": "當這個模組被觸發時,會在目前的對話紀錄中新增一條回饋。可以用於自動記錄對話效果等等。", "intro_custom_plugin_output": "自訂設定外部輸出,使用外掛程式時,只顯示自訂設定的輸出", @@ -140,9 +132,7 @@ "next": "下一個", "no_edit_permission": "沒有編輯權限", "no_match_node": "無結果", - "no_node_found": "未搜索到節點", "not_contains": "不包含", - "only_the_reference_type_is_supported": "僅支援引用類型", "optional_value_type": "可選的資料類型", "optional_value_type_tip": "可以指定一或多個資料類型,使用者在動態新增欄位時,只能選擇已設定的類型", "pan_priority": "觸摸板優先\n- 單指拖拽框選節點\n- 雙指滑動移動畫布\n- 三指可快速移動節點", @@ -150,8 +140,6 @@ "please_enter_node_name": "請輸入節點名稱", "plugin.Instruction_Tip": "您可以設定一段說明來解釋這個外掛程式的用途。每次使用外掛程式前,都會顯示這段說明。支援標準 Markdown 語法。", "plugin.Instructions": "使用說明", - "plugin.global_file_input": "檔案連結(已淘汰)", - "plugin_file_abandon_tip": "外掛程式全域檔案上傳功能已淘汰,請儘速調整。您可以透過外掛程式輸入,新增圖片類型輸入來達成相關功能。", "plugin_input": "外掛程式輸入", "plugin_output_tool": "外掛程式作為工具執行時,這個欄位是否作為工具的回應結果", "previous": "上一個", @@ -168,7 +156,6 @@ "reasoning_content": "思考過程", "regex": "正規表達式", "reply_text": "回覆文字", - "request_error": "請求錯誤", "response.Code log": "程式碼日誌", "response.Custom inputs": "自訂輸入", "response.Custom outputs": "自訂輸出", @@ -225,7 +212,6 @@ "user_form_input_description": "描述", "user_form_input_name": "標題", "user_question": "使用者問題", - "user_question_tool_desc": "使用者輸入的問題(問題需要完善)", "variable_description": "變數描述", "variable_picker_tips": "可以輸入節點名稱或變數名稱搜尋", "variable_update": "變數更新",