Commit 0ce410d7 by Ryo Committed by GitHub

clean icons and translations (#6641)

parent bc7eae2e
...@@ -22,8 +22,10 @@ export const iconPaths = { ...@@ -22,8 +22,10 @@ export const iconPaths = {
'common/app': () => import('./icons/common/app.svg'), 'common/app': () => import('./icons/common/app.svg'),
'common/arrowLeft': () => import('./icons/common/arrowLeft.svg'), 'common/arrowLeft': () => import('./icons/common/arrowLeft.svg'),
'common/arrowRight': () => import('./icons/common/arrowRight.svg'), 'common/arrowRight': () => import('./icons/common/arrowRight.svg'),
'common/audit': () => import('./icons/common/audit.svg'),
'common/backFill': () => import('./icons/common/backFill.svg'), 'common/backFill': () => import('./icons/common/backFill.svg'),
'common/backLight': () => import('./icons/common/backLight.svg'), 'common/backLight': () => import('./icons/common/backLight.svg'),
'common/billing': () => import('./icons/common/billing.svg'),
'common/check': () => import('./icons/common/check.svg'), 'common/check': () => import('./icons/common/check.svg'),
'common/clearLight': () => import('./icons/common/clearLight.svg'), 'common/clearLight': () => import('./icons/common/clearLight.svg'),
'common/closeLight': () => import('./icons/common/closeLight.svg'), 'common/closeLight': () => import('./icons/common/closeLight.svg'),
...@@ -60,6 +62,8 @@ export const iconPaths = { ...@@ -60,6 +62,8 @@ export const iconPaths = {
'common/inviteLight': () => import('./icons/common/inviteLight.svg'), 'common/inviteLight': () => import('./icons/common/inviteLight.svg'),
'common/language/America': () => import('./icons/common/language/America.svg'), 'common/language/America': () => import('./icons/common/language/America.svg'),
'common/language/China': () => import('./icons/common/language/China.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/latest_page': () => import('./icons/common/latest_page.svg'),
'common/layer': () => import('./icons/common/layer.svg'), 'common/layer': () => import('./icons/common/layer.svg'),
'common/leftArrowLight': () => import('./icons/common/leftArrowLight.svg'), 'common/leftArrowLight': () => import('./icons/common/leftArrowLight.svg'),
...@@ -74,6 +78,7 @@ export const iconPaths = { ...@@ -74,6 +78,7 @@ export const iconPaths = {
'common/microsoft': () => import('./icons/common/microsoft.svg'), 'common/microsoft': () => import('./icons/common/microsoft.svg'),
'common/model': () => import('./icons/common/model.svg'), 'common/model': () => import('./icons/common/model.svg'),
'common/openai': () => import('./icons/common/openai.svg'), 'common/openai': () => import('./icons/common/openai.svg'),
'common/overviewLight': () => import('./icons/common/overviewLight.svg'),
'common/paramsLight': () => import('./icons/common/paramsLight.svg'), 'common/paramsLight': () => import('./icons/common/paramsLight.svg'),
'common/paused': () => import('./icons/common/paused.svg'), 'common/paused': () => import('./icons/common/paused.svg'),
'common/refresh': () => import('./icons/common/refresh.svg'), 'common/refresh': () => import('./icons/common/refresh.svg'),
...@@ -95,8 +100,10 @@ export const iconPaths = { ...@@ -95,8 +100,10 @@ export const iconPaths = {
'common/templateMarket': () => import('./icons/common/templateMarket.svg'), 'common/templateMarket': () => import('./icons/common/templateMarket.svg'),
'common/text/t': () => import('./icons/common/text/t.svg'), 'common/text/t': () => import('./icons/common/text/t.svg'),
'common/thirdParty': () => import('./icons/common/thirdParty.svg'), 'common/thirdParty': () => import('./icons/common/thirdParty.svg'),
'common/toolkit': () => import('./icons/common/toolkit.svg'),
'common/trash': () => import('./icons/common/trash.svg'), 'common/trash': () => import('./icons/common/trash.svg'),
'common/uploadFileFill': () => import('./icons/common/uploadFileFill.svg'), 'common/uploadFileFill': () => import('./icons/common/uploadFileFill.svg'),
'common/userInfo': () => import('./icons/common/userInfo.svg'),
'common/variable': () => import('./icons/common/variable.svg'), 'common/variable': () => import('./icons/common/variable.svg'),
'common/viewLight': () => import('./icons/common/viewLight.svg'), 'common/viewLight': () => import('./icons/common/viewLight.svg'),
'common/voiceLight': () => import('./icons/common/voiceLight.svg'), 'common/voiceLight': () => import('./icons/common/voiceLight.svg'),
...@@ -115,6 +122,7 @@ export const iconPaths = { ...@@ -115,6 +122,7 @@ export const iconPaths = {
'core/app/agent/child/stepSummary': () => import('./icons/core/app/agent/child/stepSummary.svg'), 'core/app/agent/child/stepSummary': () => import('./icons/core/app/agent/child/stepSummary.svg'),
'core/app/aiFill': () => import('./icons/core/app/aiFill.svg'), 'core/app/aiFill': () => import('./icons/core/app/aiFill.svg'),
'core/app/aiLight': () => import('./icons/core/app/aiLight.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/create': () => import('./icons/core/app/create.svg'),
'core/app/customFeedback': () => import('./icons/core/app/customFeedback.svg'), 'core/app/customFeedback': () => import('./icons/core/app/customFeedback.svg'),
'core/app/headphones': () => import('./icons/core/app/headphones.svg'), 'core/app/headphones': () => import('./icons/core/app/headphones.svg'),
...@@ -454,6 +462,7 @@ export const iconPaths = { ...@@ -454,6 +462,7 @@ export const iconPaths = {
'support/account/promotionLight': () => import('./icons/support/account/promotionLight.svg'), 'support/account/promotionLight': () => import('./icons/support/account/promotionLight.svg'),
'support/bill/extraDatasetsize': () => import('./icons/support/bill/extraDatasetsize.svg'), 'support/bill/extraDatasetsize': () => import('./icons/support/bill/extraDatasetsize.svg'),
'support/bill/payRecordLight': () => import('./icons/support/bill/payRecordLight.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/shoppingCart': () => import('./icons/support/bill/shoppingCart.svg'),
'support/bill/wallet': () => import('./icons/support/bill/wallet.svg'), 'support/bill/wallet': () => import('./icons/support/bill/wallet.svg'),
'support/config/configFill': () => import('./icons/support/config/configFill.svg'), 'support/config/configFill': () => import('./icons/support/config/configFill.svg'),
...@@ -467,6 +476,7 @@ export const iconPaths = { ...@@ -467,6 +476,7 @@ export const iconPaths = {
'support/user/informLight': () => import('./icons/support/user/informLight.svg'), 'support/user/informLight': () => import('./icons/support/user/informLight.svg'),
'support/user/userFill': () => import('./icons/support/user/userFill.svg'), 'support/user/userFill': () => import('./icons/support/user/userFill.svg'),
'support/user/userLight': () => import('./icons/support/user/userLight.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'), 'support/user/usersLight': () => import('./icons/support/user/usersLight.svg'),
text: () => import('./icons/text.svg'), text: () => import('./icons/text.svg'),
union: () => import('./icons/union.svg'), union: () => import('./icons/union.svg'),
......
{ {
"account_team.delete_dataset": "Delete the knowledge base",
"active_model": "Available models", "active_model": "Available models",
"add_default_model": "Add a preset model",
"api_key": "API key", "api_key": "API key",
"app_registration_count": "App registration count", "app_registration_count": "App registration count",
"audit_log_store_duration": "Audit log storage duration", "audit_log_store_duration": "Audit log storage duration",
...@@ -11,7 +9,6 @@ ...@@ -11,7 +9,6 @@
"chat_history_store_duration": "Chat history storage duration", "chat_history_store_duration": "Chat history storage duration",
"config_model": "Model configuration", "config_model": "Model configuration",
"confirm_logout": "Confirm to log out?", "confirm_logout": "Confirm to log out?",
"create_channel": "Add new channel",
"create_model": "Add new model", "create_model": "Add new model",
"custom_config_details": "Custom configuration details", "custom_config_details": "Custom configuration details",
"custom_domain": "Custom Domain", "custom_domain": "Custom Domain",
...@@ -27,15 +24,8 @@ ...@@ -27,15 +24,8 @@
"custom_domain.domain_verify.desc": "After saving, visiting {{domain}}/{{path}} will return {{content}}", "custom_domain.domain_verify.desc": "After saving, visiting {{domain}}/{{path}} will return {{content}}",
"custom_domain.domain_verify.path": "File Path", "custom_domain.domain_verify.path": "File Path",
"custom_domain.provider": "Domain Provider", "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 <bold>{{provider}}</bold>, then fill in the domain in the input box below", "custom_domain.registration_hint": "Please prepare your own domain and complete the ICP filing through <bold>{{provider}}</bold>, 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", "day": "day",
"default_model": "Default model",
"default_model_config": "Default model configuration", "default_model_config": "Default model configuration",
"extra_ai_points": "AI points calculation standard", "extra_ai_points": "AI points calculation standard",
"extra_dataset_size": "Additional knowledge base capacity", "extra_dataset_size": "Additional knowledge base capacity",
...@@ -55,10 +45,6 @@ ...@@ -55,10 +45,6 @@
"model.censor_tip": "If sensitive verification is required, turn on this switch", "model.censor_tip": "If sensitive verification is required, turn on this switch",
"model.charsPointsPrice": "Chars Price", "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.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.dataset_process": "Dataset file parse",
"model.defaultConfig": "Additional Body parameters", "model.defaultConfig": "Additional Body parameters",
"model.defaultConfig_tip": "Each request will carry this additional Body parameter.", "model.defaultConfig_tip": "Each request will carry this additional Body parameter.",
...@@ -71,8 +57,6 @@ ...@@ -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.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.delete_model_confirm": "Confirm to delete this model?",
"model.edit_model": "Model parameter editing", "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": "Input price",
"model.input_price_tip": "Language model input price. If this item is configured, the model comprehensive price will be invalid.", "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", "model.json_config": "File config",
...@@ -102,7 +86,6 @@ ...@@ -102,7 +86,6 @@
"model.tool_choice_tip": "If the model supports tool calling, turn on this switch", "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_classify": "Used for problem classification",
"model.used_in_extract_fields": "for text extraction", "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.used_in_tool_call": "Used for tool call nodes",
"model.vision": "Vision model", "model.vision": "Vision model",
"model.vision_tag": "Vision", "model.vision_tag": "Vision",
...@@ -117,7 +100,6 @@ ...@@ -117,7 +100,6 @@
"order_type": "Order type", "order_type": "Order type",
"payment_method": "Payment method", "payment_method": "Payment method",
"personal_information": "Personal", "personal_information": "Personal",
"personalization": "Personalization",
"promotion_records": "Promotions", "promotion_records": "Promotions",
"requests_per_minute": "Requests per minute", "requests_per_minute": "Requests per minute",
"reset_default": "Restore the default configuration", "reset_default": "Restore the default configuration",
......
...@@ -12,24 +12,20 @@ ...@@ -12,24 +12,20 @@
"confirm": "confirm", "confirm": "confirm",
"contact_phone": "Contact phone number", "contact_phone": "Contact phone number",
"contact_phone_void": "Contact phone number format error", "contact_phone_void": "Contact phone number format error",
"day": "sky",
"default_header": "Default header", "default_header": "Default header",
"detail": "Details", "detail": "Details",
"email_address": "Email address", "email_address": "Email address",
"invoice_amount": "Invoice amount", "invoice_amount": "Invoice amount",
"invoice_detail": "Invoice details", "invoice_detail": "Invoice details",
"invoice_sending_info": "The invoice will be sent to your mailbox within 3-7 working days, please be patient.", "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?", "need_special_invoice": "Do you need a special ticket?",
"no_invoice_record": "No bill record~", "no_invoice_record": "No bill record~",
"no_invoice_record_tip": "No invoicing record yet", "no_invoice_record_tip": "No invoicing record yet",
"organization_name": "Organization name", "organization_name": "Organization name",
"payway_coupon": "Redeem code", "payway_coupon": "Redeem code",
"rerank": "Rerank",
"save": "save", "save": "save",
"save_failed": "Save exception", "save_failed": "Save exception",
"save_success": "Saved successfully", "save_success": "Saved successfully",
"sub_mode_custom": "Customize",
"submit_failed": "Submission failed", "submit_failed": "Submission failed",
"submit_success": "Submission successful", "submit_success": "Submission successful",
"submitted": "Submitted", "submitted": "Submitted",
...@@ -40,7 +36,5 @@ ...@@ -40,7 +36,5 @@
"total_amount": "lump sum", "total_amount": "lump sum",
"type": "type", "type": "type",
"unit_code": "unified credit code", "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" "wecom_not_pay_tip": "Not paid, payment address will be redirected soon"
} }
{ {
"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.", "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", "active": "Taking effect",
"ai_points": "AI points", "ai_points": "AI points",
"ai_points_calculation_standard": "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.", "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_amount": "Agent amount",
"app_registration_count": "Registered app count", "app_registration_count": "Registered app count",
...@@ -12,7 +10,6 @@ ...@@ -12,7 +10,6 @@
"avatar": "Avatar", "avatar": "Avatar",
"avatar_can_only_select_jpg_png": "Avatar can only select jpg or png format", "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_can_only_select_one": "Avatar can only select one picture",
"avatar_selection_exception": "Abnormal avatar selection",
"balance": "balance", "balance": "balance",
"billing_standard": "Standards", "billing_standard": "Standards",
"cancel": "Cancel", "cancel": "Cancel",
...@@ -20,7 +17,6 @@ ...@@ -20,7 +17,6 @@
"check_purchase_history": "View order", "check_purchase_history": "View order",
"choose_avatar": "Click to select avatar", "choose_avatar": "Click to select avatar",
"click_modify_nickname": "Click to modify nickname", "click_modify_nickname": "Click to modify nickname",
"code_required": "Verification code cannot be empty",
"confirm": "confirm", "confirm": "confirm",
"confirm_password": "Confirm Password", "confirm_password": "Confirm Password",
"contact_customer_service": "Contact customer service", "contact_customer_service": "Contact customer service",
...@@ -30,7 +26,6 @@ ...@@ -30,7 +26,6 @@
"dataset_amount": "Dataset amount", "dataset_amount": "Dataset amount",
"discount_coupon": "Coupon", "discount_coupon": "Coupon",
"effective_time": "Effective time", "effective_time": "Effective time",
"email_label": "Mail",
"exchange": "Exchange", "exchange": "Exchange",
"exchange_failure": "Redemption failed", "exchange_failure": "Redemption failed",
"exchange_success": "Redemption successful", "exchange_success": "Redemption successful",
...@@ -39,34 +34,25 @@ ...@@ -39,34 +34,25 @@
"expired_tips": "It has expired~", "expired_tips": "It has expired~",
"general_info": "General information", "general_info": "General information",
"group": "Group", "group": "Group",
"help_chatbot": "robot assistant",
"help_document": "Help documentation", "help_document": "Help documentation",
"knowledge_base_capacity": "Dataset usages",
"manage": "Manage",
"member_amount": "Member amount", "member_amount": "Member amount",
"member_name": "Name", "member_name": "Name",
"month": "moon", "month": "moon",
"new_password": "New Password", "new_password": "New Password",
"not_started_tips": "Not started", "not_started_tips": "Not started",
"notification_receiving": "Notify",
"old_password": "Old Password", "old_password": "Old Password",
"package_and_usage": "Plans", "package_and_usage": "Plans",
"package_details": "Details", "package_details": "Details",
"package_expiry_time": "Expired", "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.", "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": "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_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_error": "Exception when changing password",
"password_update_success": "Password changed successfully", "password_update_success": "Password changed successfully",
"pending_usage": "To be used", "pending_usage": "To be used",
"phone_label": "Phone number",
"please_bind_contact": "Please bind the contact information", "please_bind_contact": "Please bind the contact information",
"please_bind_notification_receiving_path": "Please bind the notification receiving method first",
"purchase_extra_package": "Upgrade", "purchase_extra_package": "Upgrade",
"redeem_coupon": "Redeem coupon", "redeem_coupon": "Redeem coupon",
"reminder_create_bound_notification_account": "Remind the creator to bind the notification account",
"reset_password": "reset password",
"resource_usage": "Usages", "resource_usage": "Usages",
"select_avatar": "Click to select avatar", "select_avatar": "Click to select avatar",
"standard_package_and_extra_resource_package": "Includes standard and extra plans", "standard_package_and_extra_resource_package": "Includes standard and extra plans",
...@@ -87,7 +73,6 @@ ...@@ -87,7 +73,6 @@
"used_tips": "Already used", "used_tips": "Already used",
"user_account": "Username", "user_account": "Username",
"user_team_team_name": "Team", "user_team_team_name": "Team",
"verification_code": "Verification code",
"you_can_convert": "you can redeem", "you_can_convert": "you can redeem",
"yuan": "Yuan" "yuan": "Yuan"
} }
{ {
"notification_detail": "notification details", "notification_detail": "notification details",
"no_notifications": "No notification yet", "no_notifications": "No notification yet",
"read": "Read",
"system": "official", "system": "official",
"team": "team" "team": "team"
} }
{ {
"Hunyuan": "Tencent Hunyuan",
"aipoint_usage": "AI points", "aipoint_usage": "AI points",
"all": "All", "all": "All",
"api_key": "API key", "api_key": "API key",
"avg_response_time": "Average call duration (seconds)", "avg_response_time": "Average call duration (seconds)",
"avg_ttfb": "Average first word duration (seconds)", "avg_ttfb": "Average first word duration (seconds)",
"azure": "Azure",
"base_url": "Base url", "base_url": "Base url",
"batch_size": "Number of concurrent requests", "batch_size": "Number of concurrent requests",
"cache_hit_analysis": "Cache analysis", "cache_hit_analysis": "Cache analysis",
...@@ -24,22 +22,10 @@ ...@@ -24,22 +22,10 @@
"confirm_delete_channel": "Confirm the deletion of the [{{name}}] channel?", "confirm_delete_channel": "Confirm the deletion of the [{{name}}] channel?",
"copy_model_id_success": "Copyed model id", "copy_model_id_success": "Copyed model id",
"create_channel": "Added channels", "create_channel": "Added channels",
"dashboard_call_trend": "Model Call Trend",
"dashboard_channel": "Channel", "dashboard_channel": "Channel",
"dashboard_cost_trend": "Cost Consumption",
"dashboard_error_calls": "Error Calls",
"dashboard_input_tokens": "Input Tokens",
"dashboard_model": "Model", "dashboard_model": "Model",
"dashboard_no_data": "No data available", "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_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", "default_url": "Default address",
"detail": "Detail", "detail": "Detail",
"duration": "Duration", "duration": "Duration",
...@@ -47,8 +33,6 @@ ...@@ -47,8 +33,6 @@
"edit_channel": "Channel configuration", "edit_channel": "Channel configuration",
"enable_channel": "Enable", "enable_channel": "Enable",
"forbid_channel": "Disabled", "forbid_channel": "Disabled",
"helper_bot_model": "Auxiliary generative models",
"helper_bot_model_tip": "Used to assist in generating Agents",
"input": "Input", "input": "Input",
"key_type": "API key format:", "key_type": "API key format:",
"log": "Call log", "log": "Call log",
......
{ {
"update_data_success": "Update data successfully", "update_data_success": "Update data successfully",
"personalization": "personalization",
"language": "language", "language": "language",
"timezone": "time zone" "timezone": "time zone"
} }
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
"30mins": "30 Minutes", "30mins": "30 Minutes",
"7days": "7 Days", "7days": "7 Days",
"accept": "accept", "accept": "accept",
"action": "operate",
"admin_add_plan": "Add a team package", "admin_add_plan": "Add a team package",
"admin_add_user": "Add a user", "admin_add_user": "Add a user",
"admin_change_license": "Change of license",
"admin_create_app_template": "Add a template", "admin_create_app_template": "Add a template",
"admin_create_plugin": "Add plugins", "admin_create_plugin": "Add plugins",
"admin_create_plugin_group": "Create plugin grouping", "admin_create_plugin_group": "Create plugin grouping",
...@@ -116,11 +114,9 @@ ...@@ -116,11 +114,9 @@
"kick_out_team": "Remove members", "kick_out_team": "Remove members",
"label_sync": "Tag sync", "label_sync": "Tag sync",
"leave": "Resigned", "leave": "Resigned",
"leave_team_failed": "Leaving the team exception",
"link_forbidden": "Forbidden", "link_forbidden": "Forbidden",
"log_admin_add_plan": "【{{name}}】A package will be added to a team with a team id [{{teamId}}]", "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_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_app_template": "【{{name}}】Added a template named [{{templateName}}]",
"log_admin_create_plugin": "【{{name}}】Added plugin named [{{pluginName}}]", "log_admin_create_plugin": "【{{name}}】Added plugin named [{{pluginName}}]",
"log_admin_create_plugin_group": "【{{name}}】Create a plug-in group called [{{groupName}}]", "log_admin_create_plugin_group": "【{{name}}】Create a plug-in group called [{{groupName}}]",
...@@ -207,10 +203,8 @@ ...@@ -207,10 +203,8 @@
"manage_member": "Managing members", "manage_member": "Managing members",
"manage_per": "Administrative permissions", "manage_per": "Administrative permissions",
"member": "member", "member": "member",
"member_group": "Belonging to member group",
"move_app": "App location movement", "move_app": "App location movement",
"move_dataset": "Mobile Knowledge Base", "move_dataset": "Mobile Knowledge Base",
"move_member": "Move member",
"move_org": "Move organization", "move_org": "Move organization",
"notification_recieve": "Team notification reception", "notification_recieve": "Team notification reception",
"org": "organization", "org": "organization",
...@@ -230,16 +224,12 @@ ...@@ -230,16 +224,12 @@
"purchase_plan": "Upgrade package", "purchase_plan": "Upgrade package",
"recover_team_member": "Member Recovery", "recover_team_member": "Member Recovery",
"relocate_department": "Department Mobile", "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.", "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": "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", "retain_admin_permissions": "Keep administrator rights",
"retrain_collection": "Retrain the set", "retrain_collection": "Retrain the set",
"save_and_publish": "save and publish", "save_and_publish": "save and publish",
"search_log": "Search log",
"search_member": "Search for members", "search_member": "Search for members",
"search_member_group_name": "Search member/group name",
"search_org": "Search Department", "search_org": "Search Department",
"search_test": "Search Test", "search_test": "Search Test",
"set_invoice_header": "Set up invoice header", "set_invoice_header": "Set up invoice header",
...@@ -259,11 +249,6 @@ ...@@ -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.", "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.Folder": "Folder",
"type.Http plugin": "HTTP Plugin", "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", "type.Workflow bot": "Workflow",
"unlimited": "Unlimited", "unlimited": "Unlimited",
"update": "update", "update": "update",
...@@ -280,6 +265,5 @@ ...@@ -280,6 +265,5 @@
"user_name": "username", "user_name": "username",
"user_team_invite_member": "Invite members", "user_team_invite_member": "Invite members",
"user_team_leave_team": "Leave the team", "user_team_leave_team": "Leave the team",
"user_team_leave_team_failed": "Failure to leave the team", "user_team_leave_team_failed": "Failure to leave the team"
"waiting": "To be accepted"
} }
{ {
"configured": "Configured", "configured": "Configured",
"error.no_permission": "Please contact the administrator to configure", "error.no_permission": "Please contact the administrator to configure",
"get_usage_failed": "Failed to get usage",
"laf_account": "laf account", "laf_account": "laf account",
"no_intro": "No explanation yet", "no_intro": "No explanation yet",
"not_configured": "Not configured", "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.", "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_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.", "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": "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.", "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", "unavailable": "Get usage exception",
"usage": "Usage", "usage": "Usage",
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"agent_call": "Agent call", "agent_call": "Agent call",
"ai.query_extension_embedding": "Problem optimization-embedding", "ai.query_extension_embedding": "Problem optimization-embedding",
"ai_model": "AI model", "ai_model": "AI model",
"all": "all",
"answer_accuracy": "Evaluation - Answer Accuracy", "answer_accuracy": "Evaluation - Answer Accuracy",
"app_name": "Application name", "app_name": "Application name",
"auto_index": "Auto index", "auto_index": "Auto index",
...@@ -10,10 +9,8 @@ ...@@ -10,10 +9,8 @@
"check_left_points": "Check remaining credits", "check_left_points": "Check remaining credits",
"llm_compress_text": "File content compression", "llm_compress_text": "File content compression",
"compress_llm_messages": "AI history 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", "context_pick": "Context pick",
"count": "Number of runs", "count": "Number of runs",
"current_filter_conditions": "Current filter conditions",
"dashboard": "Dashboard", "dashboard": "Dashboard",
"dataset_chunk_selection": "Knowledge base block cutting", "dataset_chunk_selection": "Knowledge base block cutting",
"dataset_search": "Knowledge base search", "dataset_search": "Knowledge base search",
...@@ -24,10 +21,7 @@ ...@@ -24,10 +21,7 @@
"evaluation": "Application Review", "evaluation": "Application Review",
"every_day": "Day", "every_day": "Day",
"every_month": "Moon", "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_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", "export_title": "Time,Members,Type,Project name,AI points",
"feishu": "Feishu", "feishu": "Feishu",
"generate_answer": "Generate app response", "generate_answer": "Generate app response",
...@@ -39,9 +33,7 @@ ...@@ -39,9 +33,7 @@
"llm_paragraph": "LLM segmentation", "llm_paragraph": "LLM segmentation",
"mcp": "MCP call", "mcp": "MCP call",
"member": "member", "member": "member",
"member_name": "Member name",
"module_name": "module name", "module_name": "module name",
"month": "moon",
"no_usage_records": "No usage record yet", "no_usage_records": "No usage record yet",
"official_account": "Official Account", "official_account": "Official Account",
"order_number": "Order number", "order_number": "Order number",
...@@ -54,10 +46,8 @@ ...@@ -54,10 +46,8 @@
"qa": "QA", "qa": "QA",
"rerank": "Rerank", "rerank": "Rerank",
"search_test": "Search test", "search_test": "Search test",
"select_member_and_source_first": "Please select members and types first",
"share": "Share Link", "share": "Share Link",
"source": "source", "source": "source",
"step_call": "Step call",
"step_summary": "Summary of steps", "step_summary": "Summary of steps",
"text_length": "text length", "text_length": "text length",
"token_length": "token length", "token_length": "token length",
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
"LLM_model_response_empty": "The model flow response is empty, please check whether the model flow output is normal.", "LLM_model_response_empty": "The model flow response is empty, please check whether the model flow output is normal.",
"Next": "Next", "Next": "Next",
"Previous": "Previous", "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.", "agent_plan_parse_retry_tip": "The plan format was invalid. Add one more requirement and I will regenerate the plan.",
"ai_reasoning": "Thinking process", "ai_reasoning": "Thinking process",
"back_to_text": "Text input", "back_to_text": "Text input",
...@@ -39,8 +38,6 @@ ...@@ -39,8 +38,6 @@
"content_empty": "No Content", "content_empty": "No Content",
"context_pick": "Context pick", "context_pick": "Context pick",
"continue_run": "continue running", "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", "csv_input_lexicon_tip": "Only CSV batch import is supported, click to download the template",
"custom_input_guide_url": "Custom Lexicon URL", "custom_input_guide_url": "Custom Lexicon URL",
"data_source": "Source Dataset: {{name}}", "data_source": "Source Dataset: {{name}}",
...@@ -54,14 +51,10 @@ ...@@ -54,14 +51,10 @@
"file_amount_over": "Exceeded maximum file quantity {{max}}", "file_amount_over": "Exceeded maximum file quantity {{max}}",
"file_input": "File input", "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_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", "history_slider.home.title": "chat",
"home.chat_app": "HomeChat-{{name}}", "home.chat_app": "HomeChat-{{name}}",
"home.chat_id": "Chat ID",
"home.no_available_tools": "No tools available",
"home.select_tools": "Select Tool", "home.select_tools": "Select Tool",
"home.tools": "Tool: {{num}}", "home.tools": "Tool: {{num}}",
"images_collection_not_supported": "Image collection is not supported open the original file",
"in_progress": "In Progress", "in_progress": "In Progress",
"input_guide": "Input Guide", "input_guide": "Input Guide",
"input_guide_lexicon": "Lexicon", "input_guide_lexicon": "Lexicon",
...@@ -71,7 +64,6 @@ ...@@ -71,7 +64,6 @@
"internal_variables_tip": "Internal variables are visible only when debugging", "internal_variables_tip": "Internal variables are visible only when debugging",
"invalid_share_url": "Invalid sharing link", "invalid_share_url": "Invalid sharing link",
"is_chatting": "Chatting in progress... please wait until it finishes", "is_chatting": "Chatting in progress... please wait until it finishes",
"items": "Items",
"llm_request_detail": "LLM Request Detail", "llm_request_detail": "LLM Request Detail",
"llm_request_ids": "LLM request details", "llm_request_ids": "LLM request details",
"llm_tokens": "LLM tokens", "llm_tokens": "LLM tokens",
...@@ -82,16 +74,10 @@ ...@@ -82,16 +74,10 @@
"log.feedback.mark_as_read": "Mark as Read", "log.feedback.mark_as_read": "Mark as Read",
"log.feedback.read": "Read", "log.feedback.read": "Read",
"log.feedback.show_feedback": "Show Feedback", "log.feedback.show_feedback": "Show Feedback",
"log.navigation.next": "Next",
"log.navigation.previous": "Previous",
"master_agent_call": "Master agent", "master_agent_call": "Master agent",
"module_runtime_and": "Total Module Runtime", "module_runtime_and": "Total Module Runtime",
"multiple_AI_conversations": "Multiple AI Conversations",
"new_input_guide_lexicon": "New Lexicon", "new_input_guide_lexicon": "New Lexicon",
"no_invalid_app": "There are no available applications under your account",
"no_workflow_response": "No workflow data", "no_workflow_response": "No workflow data",
"not_query": "Missing query content",
"not_select_file": "No file selected",
"plan_agent": "Plan agent", "plan_agent": "Plan agent",
"plan_check_tip": "Plan generated. Continue the chat to refine the plan", "plan_check_tip": "Plan generated. Continue the chat to refine the plan",
"plugins_output": "Plugin Output", "plugins_output": "Plugin Output",
...@@ -106,7 +92,6 @@ ...@@ -106,7 +92,6 @@
"release_cancel": "Release Cancel", "release_cancel": "Release Cancel",
"release_send": "Release send, slide up to cancel", "release_send": "Release send, slide up to cancel",
"request_body": "Request Body", "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.child total points": "Children usage",
"response.dataset_concat_length": "Combined total", "response.dataset_concat_length": "Combined total",
"response.node_inputs": "Node Inputs", "response.node_inputs": "Node Inputs",
...@@ -127,42 +112,24 @@ ...@@ -127,42 +112,24 @@
"search_results": "Search results", "search_results": "Search results",
"select": "Select", "select": "Select",
"select_file": "Upload File", "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.copyright_configuration": "Copyright configuration",
"setting.copyright.diagram": "Schematic diagram", "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.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.style_diagram": "Style diagram",
"setting.copyright.tips": "Suggested ratio 4:1", "setting.copyright.tips": "Suggested ratio 4:1",
"setting.copyright.tips.square": "Suggested ratio 1: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.data_dashboard.title": "Home data",
"setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram_en.png", "setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram_en.png",
"setting.favourite.add_new_app": "Add an app", "setting.favourite.add_new_app": "Add an app",
"setting.favourite.all_apps": "All apps",
"setting.favourite.cancel_button": "Cancel", "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": "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.categories_modal.title": "Total {{num}} categories",
"setting.favourite.category.no_data": "No selected applications available", "setting.favourite.category.no_data": "No selected applications available",
"setting.favourite.category_all": "All Categories", "setting.favourite.category_all": "All Categories",
"setting.favourite.category_placeholder": "Select a category", "setting.favourite.category_placeholder": "Select a category",
"setting.favourite.category_tab.all": "All", "setting.favourite.category_tab.all": "All",
"setting.favourite.confirm_button": "Sure", "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": "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.goto_add": "Configure",
"setting.favourite.manage_categories_button": "Manage Category", "setting.favourite.manage_categories_button": "Manage Category",
"setting.favourite.save_category_for_app_button": "Save", "setting.favourite.save_category_for_app_button": "Save",
...@@ -177,7 +144,6 @@ ...@@ -177,7 +144,6 @@
"setting.home.available_tools": "Available tools", "setting.home.available_tools": "Available tools",
"setting.home.available_tools.add": "Add", "setting.home.available_tools.add": "Add",
"setting.home.cancel_button": "Cancel", "setting.home.cancel_button": "Cancel",
"setting.home.commercial_version": "Commercial version",
"setting.home.confirm_button": "Sure", "setting.home.confirm_button": "Sure",
"setting.home.diagram": "Schematic diagram", "setting.home.diagram": "Schematic diagram",
"setting.home.dialogue_tips": "Dialog prompt text", "setting.home.dialogue_tips": "Dialog prompt text",
...@@ -194,12 +160,9 @@ ...@@ -194,12 +160,9 @@
"setting.home.slogan.default": "Hello 👋, I am FastGPT! Is there anything I can help you?", "setting.home.slogan.default": "Hello 👋, I am FastGPT! Is there anything I can help you?",
"setting.home.slogan_placeholder": "Please enter Slogan", "setting.home.slogan_placeholder": "Please enter Slogan",
"setting.home.title": "Home", "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.log_details.title": "Home Log",
"setting.save": "Save", "setting.save": "Save",
"setting.save_success": "Save successfully", "setting.save_success": "Save successfully",
"setting.share": "Share",
"sidebar.favourite_apps": "Favourite Apps", "sidebar.favourite_apps": "Favourite Apps",
"sidebar.home": "Home", "sidebar.home": "Home",
"sidebar.team_apps": "Team Apps", "sidebar.team_apps": "Team Apps",
...@@ -213,8 +176,6 @@ ...@@ -213,8 +176,6 @@
"tool_input": "tool input", "tool_input": "tool input",
"tool_output": "Tool output", "tool_output": "Tool output",
"unsupported_file_type": "Unsupported file types", "unsupported_file_type": "Unsupported file types",
"upload": "Upload",
"variable_invisable_in_share": "External variables are not visible in login-free links", "variable_invisable_in_share": "External variables are not visible in login-free links",
"view_citations": "View References", "view_citations": "View References"
"web_site_sync": "Web Site Sync"
} }
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
"Start_end_time": "Start time / End time", "Start_end_time": "Start time / End time",
"Task_name": "Task name", "Task_name": "Task name",
"Task_name_placeholder": "Please enter a task name", "Task_name_placeholder": "Please enter a task name",
"answer": "Answers",
"app_required": "Please select the evaluation application", "app_required": "Please select the evaluation application",
"app_response": "Application output", "app_response": "Application output",
"back": "back", "back": "back",
...@@ -22,7 +21,6 @@ ...@@ -22,7 +21,6 @@
"comfirm_delete_task": "Confirm deleting the task and all its data?", "comfirm_delete_task": "Confirm deleting the task and all its data?",
"completed": "Completed", "completed": "Completed",
"create_task": "Create a task", "create_task": "Create a task",
"data": "data",
"data_list": "Data list", "data_list": "Data list",
"detail": "Detail", "detail": "Detail",
"error": "abnormal", "error": "abnormal",
...@@ -32,11 +30,9 @@ ...@@ -32,11 +30,9 @@
"evaluation": "Application Review", "evaluation": "Application Review",
"evaluation_created": "Evaluation task created", "evaluation_created": "Evaluation task created",
"evaluation_export_title": "Question,Standard Answer,Actual Response,Status,Average Score", "evaluation_export_title": "Question,Standard Answer,Actual Response,Status,Average Score",
"evaluation_file_max_size": "{{count}} data",
"export": "Export Data", "export": "Export Data",
"file_required": "Please select the evaluation file", "file_required": "Please select the evaluation file",
"file_uploading": "File uploading: {{num}}%", "file_uploading": "File uploading: {{num}}%",
"history": "History",
"paused": "Paused", "paused": "Paused",
"question": "Questions", "question": "Questions",
"queuing": "Queue", "queuing": "Queue",
......
{ {
"app_alias_name": "Tool name",
"app_description": "Application Description", "app_description": "Application Description",
"app_name": "Application name", "app_name": "Application name",
"apps": "Exposed applications", "apps": "Exposed applications",
...@@ -12,7 +11,6 @@ ...@@ -12,7 +11,6 @@
"mcp_apps": "Number of associated applications", "mcp_apps": "Number of associated applications",
"mcp_endpoints": "Access address", "mcp_endpoints": "Access address",
"mcp_json_config": "Access script", "mcp_json_config": "Access script",
"mcp_link_way": "Access method",
"mcp_name": "MCP service name", "mcp_name": "MCP service name",
"mcp_server": "MCP Services", "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.", "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.",
......
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
"apidataset_configuration": "Configuration", "apidataset_configuration": "Configuration",
"auto_indexes": "Auto-generate supplementary indexes", "auto_indexes": "Auto-generate supplementary indexes",
"auto_indexes_tips": "Uses AI models to generate additional indexes, improving semantic richness and retrieval accuracy.", "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": "Backup import",
"backup_dataset_success": "Backup created successfully", "backup_dataset_success": "Backup created successfully",
"backup_dataset_tip": "Re-import the CSV file downloaded when exporting a knowledge base.", "backup_dataset_tip": "Re-import the CSV file downloaded when exporting a knowledge base.",
...@@ -25,25 +23,19 @@ ...@@ -25,25 +23,19 @@
"chunk_trigger_tips": "Chunking is triggered only when certain conditions are met; otherwise, the full text is stored as-is.", "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?", "close_auto_sync": "Turn off auto-sync?",
"collection.Create update time": "Creation/Update Time", "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.export_all_chunks": "Export chunks",
"collection.sync.submit": "Sync task submitted", "collection.sync.submit": "Sync task submitted",
"collection.training_type": "Chunk type", "collection.training_type": "Chunk type",
"collection_data_count": "Data amount", "collection_data_count": "Data amount",
"collection_metadata_custom_pdf_parse": "PDF enhancement analysis", "collection_metadata_custom_pdf_parse": "PDF enhancement analysis",
"collection_name": "Collection name", "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_not_support_sync": "This collection does not support synchronization",
"collection_sync": "Sync data", "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_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", "collection_tags": "Collection Tags",
"common.dataset.data.Input Error Tip": "[Image Dataset] Process error:",
"common.error.unKnow": "Unknown error", "common.error.unKnow": "Unknown error",
"common_dataset": "General Dataset", "common_dataset": "General Dataset",
"common_dataset_desc": "Building a knowledge base by importing files, web page links, or manual entry", "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_delete_collection": "Confirm to delete {{num }} files?",
"confirm_import_images": "Total {{num}} | Confirm create", "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?", "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 @@ ...@@ -56,26 +48,19 @@
"data_amount": "{{dataAmount}} chunks, {{indexAmount}} indexes", "data_amount": "{{dataAmount}} chunks, {{indexAmount}} indexes",
"data_error_amount": "{{errorAmount}} Group training exception", "data_error_amount": "{{errorAmount}} Group training exception",
"data_index_image": "Image index", "data_index_image": "Image index",
"data_index_num": "Index {{index}}",
"data_parsing": "Data analysis", "data_parsing": "Data analysis",
"data_process_params": "Params",
"data_process_setting": "Processing config",
"data_uploading": "Data is being uploaded: {{num}}%", "data_uploading": "Data is being uploaded: {{num}}%",
"dataset.Chunk_Number": "Block number", "dataset.Chunk_Number": "Block number",
"dataset.Completed": "Finish",
"dataset.Delete_Chunk": "delete", "dataset.Delete_Chunk": "delete",
"dataset.Edit_Chunk": "edit", "dataset.Edit_Chunk": "edit",
"dataset.Error_Message": "Report an error message", "dataset.Error_Message": "Report an error message",
"dataset.No_Error": "No exception information yet",
"dataset.Operation": "operate", "dataset.Operation": "operate",
"dataset.ReTrain": "Retrain", "dataset.ReTrain": "Retrain",
"dataset.Training Process": "Training status", "dataset.Training Process": "Training status",
"dataset.Training_Count": "{{count}} Group training", "dataset.Training_Count": "{{count}} Group training",
"dataset.Training_Errors": "Errors", "dataset.Training_Errors": "Errors",
"dataset.Training_QA": "{{count}} Group Q&A pair training",
"dataset.Training_Status": "Training status", "dataset.Training_Status": "Training status",
"dataset.Training_Waiting": "Need to wait for {{count}} group data", "dataset.Training_Waiting": "Need to wait for {{count}} group data",
"dataset.Unsupported operation": "dataset.Unsupported operation",
"dataset.no_collections": "No datasets available", "dataset.no_collections": "No datasets available",
"dataset.no_tags": "No tags", "dataset.no_tags": "No tags",
"default_params": "default", "default_params": "default",
...@@ -84,7 +69,6 @@ ...@@ -84,7 +69,6 @@
"edit_dataset_config": "Edit knowledge base configuration", "edit_dataset_config": "Edit knowledge base configuration",
"empty_collection": "Blank dataset", "empty_collection": "Blank dataset",
"enhanced_indexes": "Index enhancement", "enhanced_indexes": "Index enhancement",
"error.collectionNotFound": "Collection not found~",
"external_file": "External file library", "external_file": "External file library",
"external_file_dataset_desc": "You can use external file library to build a knowledge library through the API", "external_file_dataset_desc": "You can use external file library to build a knowledge library through the API",
"external_id": "File Reading ID", "external_id": "File Reading ID",
...@@ -92,8 +76,6 @@ ...@@ -92,8 +76,6 @@
"external_read_url": "External Preview URL", "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_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", "external_url": "File Access URL",
"failedToLoadRootDirectories": "Failed to load root directories",
"failedToLoadSubDirectories": "Failed to load subdirectories",
"feishu_dataset": "Feishu Dataset", "feishu_dataset": "Feishu Dataset",
"feishu_dataset_config": "Feishu Dataset Config", "feishu_dataset_config": "Feishu Dataset Config",
"feishu_dataset_desc": "Can build a dataset using Feishu documents by configuring permissions, without secondary storage", "feishu_dataset_desc": "Can build a dataset using Feishu documents by configuring permissions, without secondary storage",
...@@ -101,19 +83,14 @@ ...@@ -101,19 +83,14 @@
"file_model_function_tip": "Used for QA generation, auto-indexing, and other AI-powered data processing.", "file_model_function_tip": "Used for QA generation, auto-indexing, and other AI-powered data processing.",
"filename": "Filename", "filename": "Filename",
"folder_dataset": "Folder", "folder_dataset": "Folder",
"getDirectoryFailed": "Get directory failed",
"image_auto_parse": "Automatic image indexing", "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_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", "images_creating": "Creating",
"immediate_sync": "Immediate Synchronization", "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_confirm": "Start import",
"import_data_preview": "Data preview", "import_data_preview": "Data preview",
"import_data_process_setting": "Data processing method settings", "import_data_process_setting": "Data processing method settings",
"import_file_parse_setting": "File parsing settings", "import_file_parse_setting": "File parsing settings",
"import_model_config": "Model selection",
"import_param_setting": "Parameter settings", "import_param_setting": "Parameter settings",
"import_select_file": "Select a file", "import_select_file": "Select a file",
"import_select_link": "Enter link", "import_select_link": "Enter link",
...@@ -124,8 +101,6 @@ ...@@ -124,8 +101,6 @@
"input_required_field_to_select_baseurl": "Please enter the required information first", "input_required_field_to_select_baseurl": "Please enter the required information first",
"insert_images": "Added pictures", "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.", "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": "LLM recognition paragraph",
"llm_paragraph_mode_auto": "automatic", "llm_paragraph_mode_auto": "automatic",
"llm_paragraph_mode_auto_desc": "Enable model recognition when the text content does not contain a Markdown title.", "llm_paragraph_mode_auto_desc": "Enable model recognition when the text content does not contain a Markdown title.",
...@@ -133,13 +108,8 @@ ...@@ -133,13 +108,8 @@
"llm_paragraph_mode_forbid_desc": "Force the disabling of the model's automatic paragraph recognition", "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": "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)", "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", "max_chunk_size": "Maximum chunk size",
"move.hint": "After moving, the selected knowledge base/folder will inherit the permission settings for the new folder.", "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.", "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", "other_dataset": "Third-party knowledge base",
"paragraph_max_deep": "Maximum paragraph depth", "paragraph_max_deep": "Maximum paragraph depth",
...@@ -152,7 +122,6 @@ ...@@ -152,7 +122,6 @@
"permission.des.manage": "Can manage the knowledge base, including editing, moving, and deleting data", "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.read": "Can use this knowledge base in apps",
"permission.des.write": "Can add, edit, and delete data in this knowledge base", "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": "Preview chunks",
"preview_chunk_empty": "File content is empty", "preview_chunk_empty": "File content is empty",
"preview_chunk_folder_warning": "Directory does not support preview", "preview_chunk_folder_warning": "Directory does not support preview",
...@@ -162,19 +131,16 @@ ...@@ -162,19 +131,16 @@
"process.Get QA": "Q&A extraction", "process.Get QA": "Q&A extraction",
"process.Image_Index": "Image index generation", "process.Image_Index": "Image index generation",
"process.Is_Ready": "Ready", "process.Is_Ready": "Ready",
"process.Is_Ready_Count": "{{count}} Group is ready",
"process.Parse_Image": "Image analysis", "process.Parse_Image": "Image analysis",
"process.Parsing": "Parsing", "process.Parsing": "Parsing",
"process.Vectorizing": "Index vectorization", "process.Vectorizing": "Index vectorization",
"process.Waiting": "Queue", "process.Waiting": "Queue",
"rebuild_embedding_start_tip": "Rebuild task started. Progress can be tracked in the collection list.", "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 '", "request_headers": "Request headers, will automatically append 'Bearer '",
"retain_collection": "Adjust Training Parameters", "retain_collection": "Adjust Training Parameters",
"retrain_task_submitted": "The retraining task has been submitted", "retrain_task_submitted": "The retraining task has been submitted",
"retry_all": "Retry all", "retry_all": "Retry all",
"retry_failed": "Retry Failed", "retry_failed": "Retry Failed",
"rootDirectoryFormatError": "Root directory data format is incorrect",
"rootdirectory": "/rootdirectory", "rootdirectory": "/rootdirectory",
"same_api_collection": "The same API set exists", "same_api_collection": "The same API set exists",
"selectDirectory": "Choose", "selectDirectory": "Choose",
...@@ -211,14 +177,12 @@ ...@@ -211,14 +177,12 @@
"total_num_files": "Total {{total}} files", "total_num_files": "Total {{total}} files",
"training.Error": "{{count}} Group exception", "training.Error": "{{count}} Group exception",
"training.Image mode": "Image processing", "training.Image mode": "Image processing",
"training.Normal": "Normal",
"training_mode": "Training mode", "training_mode": "Training mode",
"training_ready": "{{count}} Group", "training_ready": "{{count}} Group",
"upload_by_template_format": "Upload by template file", "upload_by_template_format": "Upload by template file",
"uploading_progress": "Uploading: {{num}}%", "uploading_progress": "Uploading: {{num}}%",
"vector_model_max_tokens_tip": "Each chunk of data has a maximum length of 3000 tokens", "vector_model_max_tokens_tip": "Each chunk of data has a maximum length of 3000 tokens",
"vllm_model": "Image understanding model", "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": "Web sync",
"website_dataset_desc": "Build knowledge base by crawling web page data in batches", "website_dataset_desc": "Build knowledge base by crawling web page data in batches",
"website_info": "Website Information", "website_info": "Website Information",
......
{ {
"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_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_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", "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_name": "Filename",
"file_size": "Filesize", "file_size": "Filesize",
"image": "picture", "image": "picture",
"image_collection": "Picture collection",
"image_description": "Image description", "image_description": "Image description",
"image_description_tip": "Please enter the description of the picture", "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", "reached_max_file_count": "Maximum file count reached",
"release_the_mouse_to_upload_the_file": "Release Mouse to Upload File", "release_the_mouse_to_upload_the_file": "Release Mouse to Upload File",
"select_and_drag_file_tip": "Click or Drag Files Here to Upload", "select_and_drag_file_tip": "Click or Drag Files Here to Upload",
...@@ -36,10 +15,6 @@ ...@@ -36,10 +15,6 @@
"some_file_size_exceeds_limit": "Some files exceed {{maxSize}}, filtered out", "some_file_size_exceeds_limit": "Some files exceed {{maxSize}}, filtered out",
"support_file_type": "Supports {{fileType}} file types", "support_file_type": "Supports {{fileType}} file types",
"template_csv_file_select_tip": "Only support {{fileType}} files that are strictly in accordance with template format</highlight>", "template_csv_file_select_tip": "Only support {{fileType}} files that are strictly in accordance with template format</highlight>",
"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_error_description": "Only multiple files or a single folder can be uploaded at a time",
"upload_failed": "Upload Failed", "upload_failed": "Upload Failed"
"upload_file_error": "Please upload pictures",
"uploading": "Uploading..."
} }
...@@ -4,18 +4,14 @@ ...@@ -4,18 +4,14 @@
"agree": "agree", "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.", "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", "forget_password": "Find Password",
"login_failed": "Login failed",
"login_success": "Login successful", "login_success": "Login successful",
"no_remind": "Don't remind again", "no_remind": "Don't remind again",
"password_condition": "Password must be 4–60 characters", "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", "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<div>our<termsLink> Terms </termsLink>&<privacyLink> Privacy Policy</privacyLink></div>", "policy_tip": "By using it, you have read and agree to\n<div>our<termsLink> Terms </termsLink>&<privacyLink> Privacy Policy</privacyLink></div>",
"privacy": "Privacy Policy",
"privacy_policy": "Privacy Policy", "privacy_policy": "Privacy Policy",
"redirect": "Jump", "redirect": "Jump",
"register": "Register", "register": "Register",
"root_password_placeholder": "The root user password is the value of the environment variable DEFAULT_ROOT_PSW", "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"
"use_root_login": "Log in as root user",
"wecom": "Enterprise WeChat"
} }
{ {
"app_key_tips": "These keys are already linked to the current application. Check the documentation for detailed usage.", "app_key_tips": "These keys are already linked to the current application. Check the documentation for detailed usage.",
"basic_info": "Basic Info", "basic_info": "Basic Info",
"config": "Visibility configuration",
"copy_link_hint": "Copy the link below to the specified location", "copy_link_hint": "Copy the link below to the specified location",
"create_api_key": "Create New Key", "create_api_key": "Create New Key",
"create_link": "Create Link", "create_link": "Create Link",
...@@ -20,7 +19,6 @@ ...@@ -20,7 +19,6 @@
"feishu_bot_desc": "Connect to Feishu Bot directly via API", "feishu_bot_desc": "Connect to Feishu Bot directly via API",
"ip_whitelist": "IP Whitelist", "ip_whitelist": "IP Whitelist",
"key_alias": "Key alias, for display only", "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", "link_name": "Share Link Name",
"new_feishu_bot": "add_new Feishu Bot", "new_feishu_bot": "add_new Feishu Bot",
"official_account.create_modal_title": "Create WeChat Official Account Integration", "official_account.create_modal_title": "Create WeChat Official Account Integration",
...@@ -43,11 +41,9 @@ ...@@ -43,11 +41,9 @@
"wechat.bot_desc": "Connect to WeChat personal chat via ClawBot", "wechat.bot_desc": "Connect to WeChat personal chat via ClawBot",
"wechat.confirmed_tip": "Login successful!", "wechat.confirmed_tip": "Login successful!",
"wechat.create": "Create WeChat Channel", "wechat.create": "Create WeChat Channel",
"wechat.desc": "Connect to WeChat via ClawBot",
"wechat.edit": "Edit WeChat Channel", "wechat.edit": "Edit WeChat Channel",
"wechat.expired_tip": "QR code expired", "wechat.expired_tip": "QR code expired",
"wechat.generating_qr": "Generating QR code...", "wechat.generating_qr": "Generating QR code...",
"wechat.last_poll": "Last Poll",
"wechat.login": "Scan to Login", "wechat.login": "Scan to Login",
"wechat.login_success": "Login successful", "wechat.login_success": "Login successful",
"wechat.login_title": "WeChat QR Login", "wechat.login_title": "WeChat QR Login",
...@@ -64,8 +60,6 @@ ...@@ -64,8 +60,6 @@
"wechat.status.error": "Error", "wechat.status.error": "Error",
"wechat.status.offline": "Offline", "wechat.status.offline": "Offline",
"wechat.status.online": "Online", "wechat.status.online": "Online",
"wechat.status.polling": "Polling",
"wechat.status.stale": "Stale",
"wechat.status_check_failed": "Failed to check status, please retry", "wechat.status_check_failed": "Failed to check status, please retry",
"wechat.title": "WeChat Personal", "wechat.title": "WeChat Personal",
"wecom.api": "WeCom API", "wecom.api": "WeCom API",
......
{ {
"bill.balance": "Balance",
"bill.buy_plan": "Purchase Plan", "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.not_need_invoice": "Balance payment, invoice not available",
"bill.price": "Price",
"bill.renew_plan": "Renew Plan", "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.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", "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", "operations": "Actions",
"owner": "owner",
"password.code_required": "Verification Code Required", "password.code_required": "Verification Code Required",
"password.code_send_error": "Failed to Send Verification Code", "password.code_send_error": "Failed to Send Verification Code",
"password.code_sended": "Verification Code Sent", "password.code_sended": "Verification Code Sent",
...@@ -40,31 +12,14 @@ ...@@ -40,31 +12,14 @@
"password.email_phone_error": "Invalid Email/Phone Number Format", "password.email_phone_error": "Invalid Email/Phone Number Format",
"password.email_phone_void": "Email/Phone Number Cannot Be Empty", "password.email_phone_void": "Email/Phone Number Cannot Be Empty",
"password.not_match": "Passwords Do Not Match", "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.retrieve": "Retrieve Password",
"password.retrieved": "Password Retrieved", "password.retrieved": "Password Retrieved",
"password.retrieved_account": "Retrieve {{account}} Account", "password.retrieved_account": "Retrieve {{account}} Account",
"password.to_login": "Go to Login", "password.to_login": "Go to Login",
"password.verification_code": "Verification Code", "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.only_collaborators": "Collaborators Only",
"permission.team_read": "Team Read Access", "permission.team_read": "Team Read Access",
"permission.team_write": "Team Write 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.confirm": "Confirm Registration",
"register.register_account": "Register {{account}} Account", "register.register_account": "Register {{account}} Account",
"register.success": "Registration Successful", "register.success": "Registration Successful",
...@@ -75,43 +30,21 @@ ...@@ -75,43 +30,21 @@
"synchronization.button": "Sync Now", "synchronization.button": "Sync Now",
"synchronization.placeholder": "Enter Sync Tag", "synchronization.placeholder": "Enter Sync Tag",
"synchronization.title": "Enter the sync tag link and click the sync button to synchronize", "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.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.Team Name": "Team name",
"team.Update Team": "Update team information", "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.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": "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": "Edit group",
"team.group.edit_info": "Edit information",
"team.group.group": "group", "team.group.group": "group",
"team.group.keep_admin": "Keep administrator rights",
"team.group.manage_member": "Managing members", "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.members": "member",
"team.group.name": "Group name", "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.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.admin": "administrator",
"team.group.role.member": "member",
"team.group.role.owner": "owner", "team.group.role.owner": "owner",
"team.group.set_as_admin": "Set as administrator", "team.group.set_as_admin": "Set as administrator",
"team.group.toast.can_not_delete_owner": "Owner cannot be deleted, please transfer first", "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.manage_collaborators": "Manage Collaborators",
"team.no_collaborators": "No Collaborators", "team.org.org": "Organization"
"team.org.org": "Organization",
"team.write_role_member": "Write Permission"
} }
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
"Array_element": "Array element", "Array_element": "Array element",
"Array_element_index": "Index", "Array_element_index": "Index",
"Click": "Click ", "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 ", "Drag": "Drag ",
"Edit_mode_tip": "edit mode shift space", "Edit_mode_tip": "edit mode shift space",
"Fold": "Collapse", "Fold": "Collapse",
...@@ -44,7 +42,6 @@ ...@@ -44,7 +42,6 @@
"contains": "Contains", "contains": "Contains",
"content_to_retrieve": "Content to Retrieve", "content_to_retrieve": "Content to Retrieve",
"content_to_search": "Content to Search", "content_to_search": "Content to Search",
"contextMenu.addComment": "Add comment",
"context_menu.add_comment": "Add comment", "context_menu.add_comment": "Add comment",
"create_link_error": "Error creating link", "create_link_error": "Error creating link",
"custom_feedback": "Custom Feedback", "custom_feedback": "Custom Feedback",
...@@ -60,11 +57,8 @@ ...@@ -60,11 +57,8 @@
"end_with": "Ends With", "end_with": "Ends With",
"enter_comment": "Enter comment", "enter_comment": "Enter comment",
"error_catch": "Error catch", "error_catch": "Error catch",
"error_info_returns_empty_on_success": "Error information of code execution, returns empty on success",
"error_text": "Error text", "error_text": "Error text",
"execute_different_branches_based_on_conditions": "Execute different branches based on conditions.", "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": "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_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.", "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 @@ ...@@ -93,9 +87,7 @@
"ifelse.Input value": "Input Value", "ifelse.Input value": "Input Value",
"ifelse.Select value": "Select Value", "ifelse.Select value": "Select Value",
"input_description": "Field Description", "input_description": "Field Description",
"input_type_multiple_select": "Multiple selection boxes",
"input_variable_list": "Type / to invoke variable list", "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_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_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.", "intro_custom_plugin_output": "Custom configuration of external output. When using plugins, only the custom configured output is exposed.",
...@@ -140,9 +132,7 @@ ...@@ -140,9 +132,7 @@
"next": "Next", "next": "Next",
"no_edit_permission": "No editing rights", "no_edit_permission": "No editing rights",
"no_match_node": "No results", "no_match_node": "No results",
"no_node_found": "No node was not found",
"not_contains": "Does Not Contain", "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": "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.", "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", "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 @@ ...@@ -150,8 +140,6 @@
"please_enter_node_name": "Enter the node name", "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.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.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_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", "plugin_output_tool": "When the plug-in is executed as a tool, whether this field responds as a result of the tool",
"previous": "Previous", "previous": "Previous",
...@@ -168,7 +156,6 @@ ...@@ -168,7 +156,6 @@
"reasoning_content": "Thinking text", "reasoning_content": "Thinking text",
"regex": "Regex", "regex": "Regex",
"reply_text": "Reply Text", "reply_text": "Reply Text",
"request_error": "request_error",
"response.Code log": "Code Log", "response.Code log": "Code Log",
"response.Custom inputs": "Custom Inputs", "response.Custom inputs": "Custom Inputs",
"response.Custom outputs": "Custom Outputs", "response.Custom outputs": "Custom Outputs",
...@@ -225,7 +212,6 @@ ...@@ -225,7 +212,6 @@
"user_form_input_description": "describe", "user_form_input_description": "describe",
"user_form_input_name": "Name", "user_form_input_name": "Name",
"user_question": "User Question", "user_question": "User Question",
"user_question_tool_desc": "User input questions (questions need to be improved)",
"variable_description": "Variable description", "variable_description": "Variable description",
"variable_picker_tips": "Type node name or variable name to search", "variable_picker_tips": "Type node name or variable name to search",
"variable_update": "Variable Update", "variable_update": "Variable Update",
......
{ {
"account_team.delete_dataset": "删除知识库",
"active_model": "可用模型", "active_model": "可用模型",
"add_default_model": "添加预设模型",
"api_key": "API 密钥", "api_key": "API 密钥",
"app_registration_count": "应用备案数", "app_registration_count": "应用备案数",
"audit_log_store_duration": "团队操作日志记录时长", "audit_log_store_duration": "团队操作日志记录时长",
...@@ -11,7 +9,6 @@ ...@@ -11,7 +9,6 @@
"chat_history_store_duration": "对话记录保留时长", "chat_history_store_duration": "对话记录保留时长",
"config_model": "模型配置", "config_model": "模型配置",
"confirm_logout": "确认退出登录?", "confirm_logout": "确认退出登录?",
"create_channel": "新增渠道",
"create_model": "新增模型", "create_model": "新增模型",
"custom_config_details": "定制配置详情", "custom_config_details": "定制配置详情",
"custom_domain": "自定义域名", "custom_domain": "自定义域名",
...@@ -27,15 +24,8 @@ ...@@ -27,15 +24,8 @@
"custom_domain.domain_verify.desc": "保存后,访问 {{domain}}/{{path}} 将返回 {{content}}", "custom_domain.domain_verify.desc": "保存后,访问 {{domain}}/{{path}} 将返回 {{content}}",
"custom_domain.domain_verify.path": "文件路径", "custom_domain.domain_verify.path": "文件路径",
"custom_domain.provider": "域名备案商", "custom_domain.provider": "域名备案商",
"custom_domain.provider.aliyun": "阿里云",
"custom_domain.provider.tencent": "腾讯云",
"custom_domain.provider.volcengine": "火山引擎",
"custom_domain.registration_hint": "请自备域名并通过 <bold>{{provider}}</bold> 完成备案后,将域名填入下方输入框中", "custom_domain.registration_hint": "请自备域名并通过 <bold>{{provider}}</bold> 完成备案后,将域名填入下方输入框中",
"custom_domain.status.active": "已生效",
"custom_domain.status.inactive": "已失效",
"custom_model": "自定义模型",
"day": "天", "day": "天",
"default_model": "预设模型",
"default_model_config": "默认模型配置", "default_model_config": "默认模型配置",
"extra_ai_points": "额外 AI 积分", "extra_ai_points": "额外 AI 积分",
"extra_dataset_size": "额外知识库容量", "extra_dataset_size": "额外知识库容量",
...@@ -55,10 +45,6 @@ ...@@ -55,10 +45,6 @@
"model.censor_tip": "如果需要进行敏感校验,则开启该开关", "model.censor_tip": "如果需要进行敏感校验,则开启该开关",
"model.charsPointsPrice": "模型综合价格", "model.charsPointsPrice": "模型综合价格",
"model.charsPointsPrice_tip": "将模型输入和输出合并起来进行 Token 计费,语言模型如果单独配置了输入和输出计费,则按输入和输出分别计算", "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.dataset_process": "用于知识库文件处理",
"model.defaultConfig": "额外 Body 参数", "model.defaultConfig": "额外 Body 参数",
"model.defaultConfig_tip": "每次请求时候,都会携带该额外 Body 参数", "model.defaultConfig_tip": "每次请求时候,都会携带该额外 Body 参数",
...@@ -71,8 +57,6 @@ ...@@ -71,8 +57,6 @@
"model.default_token_tip": "索引模型默认文本分块的长度,必须小于最大上文", "model.default_token_tip": "索引模型默认文本分块的长度,必须小于最大上文",
"model.delete_model_confirm": "确认删除该模型?", "model.delete_model_confirm": "确认删除该模型?",
"model.edit_model": "模型参数编辑", "model.edit_model": "模型参数编辑",
"model.function_call": "支持函数调用",
"model.function_call_tip": "如果模型支持函数调用,则开启该开关。工具调用优先级更高。",
"model.input_price": "模型输入价格", "model.input_price": "模型输入价格",
"model.input_price_tip": "语言模型输入价格,如果配置了该项,则模型综合价格会失效", "model.input_price_tip": "语言模型输入价格,如果配置了该项,则模型综合价格会失效",
"model.json_config": "配置文件", "model.json_config": "配置文件",
...@@ -102,7 +86,6 @@ ...@@ -102,7 +86,6 @@
"model.tool_choice_tip": "如果该模型支持工具调用,则开启该开关", "model.tool_choice_tip": "如果该模型支持工具调用,则开启该开关",
"model.used_in_classify": "用于问题分类", "model.used_in_classify": "用于问题分类",
"model.used_in_extract_fields": "用于文本提取", "model.used_in_extract_fields": "用于文本提取",
"model.used_in_query_extension": "用于问题优化",
"model.used_in_tool_call": "用于工具调用节点", "model.used_in_tool_call": "用于工具调用节点",
"model.vision": "支持图片识别", "model.vision": "支持图片识别",
"model.vision_tag": "视觉", "model.vision_tag": "视觉",
...@@ -117,7 +100,6 @@ ...@@ -117,7 +100,6 @@
"order_type": "订单类型", "order_type": "订单类型",
"payment_method": "支付方式", "payment_method": "支付方式",
"personal_information": "个人信息", "personal_information": "个人信息",
"personalization": "个性化",
"promotion_records": "促销记录", "promotion_records": "促销记录",
"requests_per_minute": "QPM", "requests_per_minute": "QPM",
"reset_default": "恢复默认配置", "reset_default": "恢复默认配置",
......
{ {
"key_tips": "你可以使用 API 密钥访问一些特定的接口(无法访问应用,访问应用需使用应用内的 API key)" "key_tips": "你可以使用 API 密钥访问一些特定的接口(无法访问应用,访问应用需使用应用内的 API key)"
} }
\ No newline at end of file
...@@ -12,24 +12,20 @@ ...@@ -12,24 +12,20 @@
"confirm": "确认", "confirm": "确认",
"contact_phone": "联系电话", "contact_phone": "联系电话",
"contact_phone_void": "联系电话格式错误", "contact_phone_void": "联系电话格式错误",
"day": "天",
"default_header": "默认抬头", "default_header": "默认抬头",
"detail": "详情", "detail": "详情",
"email_address": "邮箱地址", "email_address": "邮箱地址",
"invoice_amount": "开票金额", "invoice_amount": "开票金额",
"invoice_detail": "发票详情", "invoice_detail": "发票详情",
"invoice_sending_info": "发票将在 3-7 个工作日内发送至邮箱,请耐心等待", "invoice_sending_info": "发票将在 3-7 个工作日内发送至邮箱,请耐心等待",
"mm": "毫米",
"need_special_invoice": "是否需要专票", "need_special_invoice": "是否需要专票",
"no_invoice_record": "无账单记录~", "no_invoice_record": "无账单记录~",
"no_invoice_record_tip": "暂无开票记录", "no_invoice_record_tip": "暂无开票记录",
"organization_name": "组织名称", "organization_name": "组织名称",
"payway_coupon": "兑换码", "payway_coupon": "兑换码",
"rerank": "结果重排",
"save": "保存", "save": "保存",
"save_failed": "保存异常", "save_failed": "保存异常",
"save_success": "保存成功", "save_success": "保存成功",
"sub_mode_custom": "自定义",
"submit_failed": "提交失败", "submit_failed": "提交失败",
"submit_success": "提交成功", "submit_success": "提交成功",
"submitted": "已提交", "submitted": "已提交",
...@@ -40,7 +36,5 @@ ...@@ -40,7 +36,5 @@
"total_amount": "总金额", "total_amount": "总金额",
"type": "类型", "type": "类型",
"unit_code": "统一信用代码", "unit_code": "统一信用代码",
"unit_code_void": "统一信用代码格式错误",
"update": "更新",
"wecom_not_pay_tip": "未支付,即将跳转支付地址" "wecom_not_pay_tip": "未支付,即将跳转支付地址"
} }
{ {
"account_duplicate": "账号",
"account_knowledge_base_cleanup_warning": "免费版团队连续 30 天未登录系统时,系统会自动清理账号知识库。", "account_knowledge_base_cleanup_warning": "免费版团队连续 30 天未登录系统时,系统会自动清理账号知识库。",
"active": "生效中", "active": "生效中",
"ai_points": "AI 积分", "ai_points": "AI 积分",
"ai_points_calculation_standard": "AI 积分", "ai_points_calculation_standard": "AI 积分",
"ai_points_usage": "AI 积分使用量",
"ai_points_usage_tip": "每次调用 AI 模型时,都会消耗一定的 AI 积分。具体的计算标准可参考上方的“计费标准”。", "ai_points_usage_tip": "每次调用 AI 模型时,都会消耗一定的 AI 积分。具体的计算标准可参考上方的“计费标准”。",
"app_amount": "Agent 数量", "app_amount": "Agent 数量",
"app_registration_count": "备案应用数量", "app_registration_count": "备案应用数量",
...@@ -12,7 +10,6 @@ ...@@ -12,7 +10,6 @@
"avatar": "头像", "avatar": "头像",
"avatar_can_only_select_jpg_png": "头像只能选择 jpg 或 png 格式", "avatar_can_only_select_jpg_png": "头像只能选择 jpg 或 png 格式",
"avatar_can_only_select_one": "头像只能选择一张图片", "avatar_can_only_select_one": "头像只能选择一张图片",
"avatar_selection_exception": "头像选择异常",
"balance": "余额", "balance": "余额",
"billing_standard": "计费标准", "billing_standard": "计费标准",
"cancel": "取消", "cancel": "取消",
...@@ -20,7 +17,6 @@ ...@@ -20,7 +17,6 @@
"check_purchase_history": "查看订单", "check_purchase_history": "查看订单",
"choose_avatar": "点击选择头像", "choose_avatar": "点击选择头像",
"click_modify_nickname": "点击修改昵称", "click_modify_nickname": "点击修改昵称",
"code_required": "验证码不能为空",
"confirm": "确认", "confirm": "确认",
"confirm_password": "确认密码", "confirm_password": "确认密码",
"contact_customer_service": "联系客服", "contact_customer_service": "联系客服",
...@@ -30,7 +26,6 @@ ...@@ -30,7 +26,6 @@
"dataset_amount": "知识库数量", "dataset_amount": "知识库数量",
"discount_coupon": "优惠券", "discount_coupon": "优惠券",
"effective_time": "生效时间", "effective_time": "生效时间",
"email_label": "邮箱",
"exchange": "兑换", "exchange": "兑换",
"exchange_failure": "兑换失败", "exchange_failure": "兑换失败",
"exchange_success": "兑换成功", "exchange_success": "兑换成功",
...@@ -39,34 +34,25 @@ ...@@ -39,34 +34,25 @@
"expired_tips": "已经过期了哦~", "expired_tips": "已经过期了哦~",
"general_info": "通用信息", "general_info": "通用信息",
"group": "组", "group": "组",
"help_chatbot": "机器人助手",
"help_document": "帮助文档", "help_document": "帮助文档",
"knowledge_base_capacity": "知识库容量",
"manage": "管理",
"member_amount": "成员数量", "member_amount": "成员数量",
"member_name": "成员名", "member_name": "成员名",
"month": "月", "month": "月",
"new_password": "新密码", "new_password": "新密码",
"not_started_tips": "未开始", "not_started_tips": "未开始",
"notification_receiving": "通知接收",
"old_password": "旧密码", "old_password": "旧密码",
"package_and_usage": "套餐与用量", "package_and_usage": "套餐与用量",
"package_details": "套餐详情", "package_details": "套餐详情",
"package_expiry_time": "套餐到期时间", "package_expiry_time": "套餐到期时间",
"package_usage_rules": "套餐使用规则:系统优先使用更高级的套餐,原未用完的套餐将延后生效", "package_usage_rules": "套餐使用规则:系统优先使用更高级的套餐,原未用完的套餐将延后生效",
"password": "密码", "password": "密码",
"password_mismatch": "密码不一致: 两次密码不一致",
"password_tip": "密码至少 8 位,且至少包含两种组合:数字、字母或特殊字符", "password_tip": "密码至少 8 位,且至少包含两种组合:数字、字母或特殊字符",
"password_update_error": "修改密码异常", "password_update_error": "修改密码异常",
"password_update_success": "修改密码成功", "password_update_success": "修改密码成功",
"pending_usage": "待使用", "pending_usage": "待使用",
"phone_label": "手机号",
"please_bind_contact": "请绑定联系方式", "please_bind_contact": "请绑定联系方式",
"please_bind_notification_receiving_path": "请先绑定通知接收途径",
"purchase_extra_package": "购买额外套餐", "purchase_extra_package": "购买额外套餐",
"redeem_coupon": "兑换码", "redeem_coupon": "兑换码",
"reminder_create_bound_notification_account": "提醒创建者绑定通知账号",
"reset_password": "重置密码",
"resource_usage": "资源用量", "resource_usage": "资源用量",
"select_avatar": "点击选择头像", "select_avatar": "点击选择头像",
"standard_package_and_extra_resource_package": "包含标准套餐与额外资源包", "standard_package_and_extra_resource_package": "包含标准套餐与额外资源包",
...@@ -87,7 +73,6 @@ ...@@ -87,7 +73,6 @@
"used_tips": "已使用", "used_tips": "已使用",
"user_account": "账号", "user_account": "账号",
"user_team_team_name": "团队", "user_team_team_name": "团队",
"verification_code": "验证码",
"you_can_convert": "您可以兑换", "you_can_convert": "您可以兑换",
"yuan": "元" "yuan": "元"
} }
{ {
"notification_detail": "通知详情", "notification_detail": "通知详情",
"no_notifications": "暂无通知", "no_notifications": "暂无通知",
"read": "已读",
"system": "官方", "system": "官方",
"team": "团队" "team": "团队"
} }
\ No newline at end of file
{ {
"Hunyuan": "腾讯混元",
"aipoint_usage": "积分消耗", "aipoint_usage": "积分消耗",
"all": "全部", "all": "全部",
"api_key": "API 密钥", "api_key": "API 密钥",
"avg_response_time": "平均调用时长(秒)", "avg_response_time": "平均调用时长(秒)",
"avg_ttfb": "平均首字时长(秒)", "avg_ttfb": "平均首字时长(秒)",
"azure": "微软 Azure",
"base_url": "代理地址", "base_url": "代理地址",
"batch_size": "并发请求数", "batch_size": "并发请求数",
"cache_hit_analysis": "缓存分析", "cache_hit_analysis": "缓存分析",
...@@ -24,22 +22,10 @@ ...@@ -24,22 +22,10 @@
"confirm_delete_channel": "确认删除 【{{name}}】渠道?", "confirm_delete_channel": "确认删除 【{{name}}】渠道?",
"copy_model_id_success": "已复制模型id", "copy_model_id_success": "已复制模型id",
"create_channel": "新增渠道", "create_channel": "新增渠道",
"dashboard_call_trend": "模型调用次数趋势",
"dashboard_channel": "渠道", "dashboard_channel": "渠道",
"dashboard_cost_trend": "积分消耗",
"dashboard_error_calls": "错误次数",
"dashboard_input_tokens": "输入Tokens",
"dashboard_model": "模型", "dashboard_model": "模型",
"dashboard_no_data": "暂无数据", "dashboard_no_data": "暂无数据",
"dashboard_output_tokens": "输出Tokens",
"dashboard_points": "积分",
"dashboard_success_calls": "成功次数",
"dashboard_token_trend": "Tokens使用趋势",
"dashboard_token_usage": "Tokens 消耗", "dashboard_token_usage": "Tokens 消耗",
"dashboard_total_calls": "总调用次数:",
"dashboard_total_cost": "总成本",
"dashboard_total_cost_label": "总成本:",
"dashboard_total_tokens": "总Tokens",
"default_url": "默认地址", "default_url": "默认地址",
"detail": "详情", "detail": "详情",
"duration": "耗时", "duration": "耗时",
...@@ -47,8 +33,6 @@ ...@@ -47,8 +33,6 @@
"edit_channel": "渠道配置", "edit_channel": "渠道配置",
"enable_channel": "启用", "enable_channel": "启用",
"forbid_channel": "禁用", "forbid_channel": "禁用",
"helper_bot_model": "辅助生成模型",
"helper_bot_model_tip": "用于辅助生成 Agent",
"input": "输入", "input": "输入",
"key_type": "API key 格式: ", "key_type": "API key 格式: ",
"log": "调用日志", "log": "调用日志",
......
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
"type": "类型", "type": "类型",
"amount": "金额", "amount": "金额",
"no_invite_records": "暂无邀请记录" "no_invite_records": "暂无邀请记录"
} }
\ No newline at end of file
{ {
"update_data_success": "更新数据成功", "update_data_success": "更新数据成功",
"personalization": "个性化",
"language": "语言", "language": "语言",
"timezone": "时区" "timezone": "时区"
} }
\ No newline at end of file
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
"30mins": "30分钟", "30mins": "30分钟",
"7days": "7天", "7days": "7天",
"accept": "接受", "accept": "接受",
"action": "操作",
"admin_add_plan": "添加团队套餐", "admin_add_plan": "添加团队套餐",
"admin_add_user": "添加用户", "admin_add_user": "添加用户",
"admin_change_license": "变更许可证",
"admin_create_app_template": "添加模板", "admin_create_app_template": "添加模板",
"admin_create_plugin": "添加插件", "admin_create_plugin": "添加插件",
"admin_create_plugin_group": "创建插件分组", "admin_create_plugin_group": "创建插件分组",
...@@ -116,11 +114,9 @@ ...@@ -116,11 +114,9 @@
"kick_out_team": "移除成员", "kick_out_team": "移除成员",
"label_sync": "标签同步", "label_sync": "标签同步",
"leave": "离开", "leave": "离开",
"leave_team_failed": "离开团队异常",
"link_forbidden": "禁用", "link_forbidden": "禁用",
"log_admin_add_plan": "【{{name}}】将给团队id为【{{teamId}}】的团队添加了套餐", "log_admin_add_plan": "【{{name}}】将给团队id为【{{teamId}}】的团队添加了套餐",
"log_admin_add_user": "【{{name}}】创建了一个名为【{{userName}}】的用户", "log_admin_add_user": "【{{name}}】创建了一个名为【{{userName}}】的用户",
"log_admin_change_license": "【{{name}}】变更了License",
"log_admin_create_app_template": "【{{name}}】添加了名为【{{templateName}}】的模板", "log_admin_create_app_template": "【{{name}}】添加了名为【{{templateName}}】的模板",
"log_admin_create_plugin": "【{{name}}】添加了名为【{{pluginName}}】的插件", "log_admin_create_plugin": "【{{name}}】添加了名为【{{pluginName}}】的插件",
"log_admin_create_plugin_group": "【{{name}}】创建了名为【{{groupName}}】的插件分组", "log_admin_create_plugin_group": "【{{name}}】创建了名为【{{groupName}}】的插件分组",
...@@ -207,10 +203,8 @@ ...@@ -207,10 +203,8 @@
"manage_member": "管理成员", "manage_member": "管理成员",
"manage_per": "管理权限", "manage_per": "管理权限",
"member": "成员", "member": "成员",
"member_group": "所属群组",
"move_app": "应用位置移动", "move_app": "应用位置移动",
"move_dataset": "移动知识库", "move_dataset": "移动知识库",
"move_member": "移动成员",
"move_org": "移动部门", "move_org": "移动部门",
"notification_recieve": "团队通知接收", "notification_recieve": "团队通知接收",
"org": "部门", "org": "部门",
...@@ -230,16 +224,12 @@ ...@@ -230,16 +224,12 @@
"purchase_plan": "升级套餐", "purchase_plan": "升级套餐",
"recover_team_member": "成员恢复", "recover_team_member": "成员恢复",
"relocate_department": "部门移动", "relocate_department": "部门移动",
"remark": "备注",
"remove_tip": "确认将 {{username}} 移出团队?成员将被标记为“离开”,不删除操作数据,账号下资源自动转让给团队所有者。", "remove_tip": "确认将 {{username}} 移出团队?成员将被标记为“离开”,不删除操作数据,账号下资源自动转让给团队所有者。",
"restore_tip": "确认将 {{username}} 加入团队吗?仅恢复该成员账号可用性及相关权限,无法恢复账号下资源。", "restore_tip": "确认将 {{username}} 加入团队吗?仅恢复该成员账号可用性及相关权限,无法恢复账号下资源。",
"restore_tip_title": "恢复确认",
"retain_admin_permissions": "保留管理员权限", "retain_admin_permissions": "保留管理员权限",
"retrain_collection": "重新训练集合", "retrain_collection": "重新训练集合",
"save_and_publish": "保存并发布", "save_and_publish": "保存并发布",
"search_log": "搜索日志",
"search_member": "搜索成员", "search_member": "搜索成员",
"search_member_group_name": "搜索成员/群组名称",
"search_org": "搜索部门", "search_org": "搜索部门",
"search_test": "搜索测试", "search_test": "搜索测试",
"set_invoice_header": "设置发票抬头", "set_invoice_header": "设置发票抬头",
...@@ -259,11 +249,6 @@ ...@@ -259,11 +249,6 @@
"transfer_warning": "警告:转让团队所有权后,您将失去所有管理权限,且此操作不可撤销。请谨慎操作。", "transfer_warning": "警告:转让团队所有权后,您将失去所有管理权限,且此操作不可撤销。请谨慎操作。",
"type.Folder": "文件夹", "type.Folder": "文件夹",
"type.Http plugin": "HTTP 插件", "type.Http plugin": "HTTP 插件",
"type.Http tool set": "HTTP 工具集",
"type.Plugin": "插件",
"type.Simple bot": "简易应用",
"type.Tool": "工具",
"type.Tool set": "工具集",
"type.Workflow bot": "工作流", "type.Workflow bot": "工作流",
"unlimited": "无限制", "unlimited": "无限制",
"update": "更新", "update": "更新",
...@@ -280,6 +265,5 @@ ...@@ -280,6 +265,5 @@
"user_name": "用户名", "user_name": "用户名",
"user_team_invite_member": "邀请成员", "user_team_invite_member": "邀请成员",
"user_team_leave_team": "离开团队", "user_team_leave_team": "离开团队",
"user_team_leave_team_failed": "离开团队失败", "user_team_leave_team_failed": "离开团队失败"
"waiting": "待接受"
} }
{ {
"configured": "已配置", "configured": "已配置",
"error.no_permission": "请联系管理员配置", "error.no_permission": "请联系管理员配置",
"get_usage_failed": "获取使用量失败",
"laf_account": "laf 账号", "laf_account": "laf 账号",
"no_intro": "暂无说明", "no_intro": "暂无说明",
"not_configured": "未配置", "not_configured": "未配置",
"open_api_notice": "可以填写 OpenAI/OneAPI 的相关密钥。如果你填写了该内容,在线上平台使用【 AI 对话】、【问题分类】和【内容提取】将会走你填写的 Key,不会计费。请注意你的 Key 是否有访问对应模型的权限。 GPT 模型可以选择 FastAI 。", "open_api_notice": "可以填写 OpenAI/OneAPI 的相关密钥。如果你填写了该内容,在线上平台使用【 AI 对话】、【问题分类】和【内容提取】将会走你填写的 Key,不会计费。请注意你的 Key 是否有访问对应模型的权限。 GPT 模型可以选择 FastAI 。",
"openai_account_configuration": "OpenAI/OneAPI 账号", "openai_account_configuration": "OpenAI/OneAPI 账号",
"openai_account_setting_exception": "设置 OpenAI 账号异常",
"request_address_notice": "请求地址,默认为 openai 官方。可填中转地址,未自动补全 \"v1\"", "request_address_notice": "请求地址,默认为 openai 官方。可填中转地址,未自动补全 \"v1\"",
"third_party_account": "第三方账号", "third_party_account": "第三方账号",
"third_party_account.configured": "已配置",
"third_party_account.not_configured": "未配置",
"third_party_account_desc": "管理员可以在这里配置第三方账号或变量,该账号将被团队所有人使用", "third_party_account_desc": "管理员可以在这里配置第三方账号或变量,该账号将被团队所有人使用",
"unavailable": "获取使用量异常", "unavailable": "获取使用量异常",
"usage": "使用量:", "usage": "使用量:",
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"agent_call": "Agent 调用", "agent_call": "Agent 调用",
"ai.query_extension_embedding": "问题优化-embedding", "ai.query_extension_embedding": "问题优化-embedding",
"ai_model": "AI 模型", "ai_model": "AI 模型",
"all": "所有",
"answer_accuracy": "评测-回答准确性", "answer_accuracy": "评测-回答准确性",
"app_name": "应用名", "app_name": "应用名",
"auto_index": "索引增强", "auto_index": "索引增强",
...@@ -10,10 +9,8 @@ ...@@ -10,10 +9,8 @@
"check_left_points": "查看剩余积分", "check_left_points": "查看剩余积分",
"llm_compress_text": "文件内容压缩", "llm_compress_text": "文件内容压缩",
"compress_llm_messages": "AI 历史记录压缩", "compress_llm_messages": "AI 历史记录压缩",
"confirm_export": "共筛选出 {{total}} 条数据,是否确认导出?",
"context_pick": "上下文选取", "context_pick": "上下文选取",
"count": "运行次数", "count": "运行次数",
"current_filter_conditions": "当前筛选条件:",
"dashboard": "仪表盘", "dashboard": "仪表盘",
"dataset_chunk_selection": "知识库分块裁切", "dataset_chunk_selection": "知识库分块裁切",
"dataset_search": "知识库搜索", "dataset_search": "知识库搜索",
...@@ -24,10 +21,7 @@ ...@@ -24,10 +21,7 @@
"evaluation": "应用评测", "evaluation": "应用评测",
"every_day": "天", "every_day": "天",
"every_month": "月", "every_month": "月",
"every_week": "每周",
"export_confirm": "导出确认",
"export_confirm_tip": "当前共 {{total}} 条使用记录,确认导出?", "export_confirm_tip": "当前共 {{total}} 条使用记录,确认导出?",
"export_success": "导出成功",
"export_title": "时间,成员,类型,项目名,AI 积分消耗", "export_title": "时间,成员,类型,项目名,AI 积分消耗",
"feishu": "飞书", "feishu": "飞书",
"generate_answer": "生成应用回答", "generate_answer": "生成应用回答",
...@@ -39,9 +33,7 @@ ...@@ -39,9 +33,7 @@
"llm_paragraph": "模型分段", "llm_paragraph": "模型分段",
"mcp": "MCP 调用", "mcp": "MCP 调用",
"member": "成员", "member": "成员",
"member_name": "成员名",
"module_name": "模块名", "module_name": "模块名",
"month": "月",
"no_usage_records": "暂无使用记录", "no_usage_records": "暂无使用记录",
"official_account": "公众号", "official_account": "公众号",
"order_number": "订单号", "order_number": "订单号",
...@@ -54,10 +46,8 @@ ...@@ -54,10 +46,8 @@
"qa": "问答对提取", "qa": "问答对提取",
"rerank": "结果重排", "rerank": "结果重排",
"search_test": "搜索测试", "search_test": "搜索测试",
"select_member_and_source_first": "请先选中成员和类型",
"share": "分享链接", "share": "分享链接",
"source": "来源", "source": "来源",
"step_call": "阶段 Agent 调用",
"step_summary": "步骤总结", "step_summary": "步骤总结",
"text_length": "文本长度", "text_length": "文本长度",
"token_length": "token 长度", "token_length": "token 长度",
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
"LLM_model_response_empty": "模型流响应为空,请检查模型流输出是否正常", "LLM_model_response_empty": "模型流响应为空,请检查模型流输出是否正常",
"Next": "下一个", "Next": "下一个",
"Previous": "上一个", "Previous": "上一个",
"agent_plan_continue": "继续规划",
"agent_plan_parse_retry_tip": "规划结果格式异常,请补充一句需求后我重新生成计划。", "agent_plan_parse_retry_tip": "规划结果格式异常,请补充一句需求后我重新生成计划。",
"ai_reasoning": "思考过程", "ai_reasoning": "思考过程",
"back_to_text": "返回输入", "back_to_text": "返回输入",
...@@ -39,8 +38,6 @@ ...@@ -39,8 +38,6 @@
"content_empty": "内容为空", "content_empty": "内容为空",
"context_pick": "上下文选取", "context_pick": "上下文选取",
"continue_run": "继续运行", "continue_run": "继续运行",
"core.chat.moveCancel": "上滑取消",
"core.chat.shortSpeak": "说话时间太短",
"csv_input_lexicon_tip": "仅支持 CSV 批量导入,点击下载模板", "csv_input_lexicon_tip": "仅支持 CSV 批量导入,点击下载模板",
"custom_input_guide_url": "自定义词库地址", "custom_input_guide_url": "自定义词库地址",
"data_source": "来源知识库: {{name}}", "data_source": "来源知识库: {{name}}",
...@@ -54,14 +51,10 @@ ...@@ -54,14 +51,10 @@
"file_amount_over": "超出最大文件数量 {{max}}", "file_amount_over": "超出最大文件数量 {{max}}",
"file_input": "系统文件", "file_input": "系统文件",
"file_input_tip": "可通过【插件开始】节点的“文件链接”获取对应文件的链接", "file_input_tip": "可通过【插件开始】节点的“文件链接”获取对应文件的链接",
"file_parse": "文件解析",
"history_slider.home.title": "聊天", "history_slider.home.title": "聊天",
"home.chat_app": "首页聊天", "home.chat_app": "首页聊天",
"home.chat_id": "会话ID",
"home.no_available_tools": "暂无可用工具",
"home.select_tools": "选择工具", "home.select_tools": "选择工具",
"home.tools": "工具:{{num}}", "home.tools": "工具:{{num}}",
"images_collection_not_supported": "图片数据集不支持打开原文",
"in_progress": "进行中", "in_progress": "进行中",
"input_guide": "输入引导", "input_guide": "输入引导",
"input_guide_lexicon": "词库", "input_guide_lexicon": "词库",
...@@ -71,7 +64,6 @@ ...@@ -71,7 +64,6 @@
"internal_variables_tip": "内部变量仅调试时可见", "internal_variables_tip": "内部变量仅调试时可见",
"invalid_share_url": "无效的分享链接", "invalid_share_url": "无效的分享链接",
"is_chatting": "正在聊天中...请等待结束", "is_chatting": "正在聊天中...请等待结束",
"items": "条",
"llm_request_detail": "LLM 请求详情", "llm_request_detail": "LLM 请求详情",
"llm_request_ids": "LLM 请求详情", "llm_request_ids": "LLM 请求详情",
"llm_tokens": "LLM tokens", "llm_tokens": "LLM tokens",
...@@ -82,16 +74,10 @@ ...@@ -82,16 +74,10 @@
"log.feedback.mark_as_read": "标为已读", "log.feedback.mark_as_read": "标为已读",
"log.feedback.read": "已读", "log.feedback.read": "已读",
"log.feedback.show_feedback": "显示反馈", "log.feedback.show_feedback": "显示反馈",
"log.navigation.next": "下一条",
"log.navigation.previous": "上一条",
"master_agent_call": "主 agent 调用", "master_agent_call": "主 agent 调用",
"module_runtime_and": "工作流总运行时间", "module_runtime_and": "工作流总运行时间",
"multiple_AI_conversations": "多组 AI 对话",
"new_input_guide_lexicon": "新词库", "new_input_guide_lexicon": "新词库",
"no_invalid_app": "您账号下没有可用的应用",
"no_workflow_response": "没有运行数据", "no_workflow_response": "没有运行数据",
"not_query": "缺少查询内容",
"not_select_file": "未选择文件",
"plan_agent": "规划 Agent", "plan_agent": "规划 Agent",
"plan_check_tip": "规划已生成,您可继续对话来微调当前规划", "plan_check_tip": "规划已生成,您可继续对话来微调当前规划",
"plugins_output": "插件输出", "plugins_output": "插件输出",
...@@ -106,7 +92,6 @@ ...@@ -106,7 +92,6 @@
"release_cancel": "松开取消", "release_cancel": "松开取消",
"release_send": "松开发送,上滑取消", "release_send": "松开发送,上滑取消",
"request_body": "请求体", "request_body": "请求体",
"request_record_not_found": "未找到请求记录,可能已被清理(记录保留7天)",
"response.child total points": "子流程积分消耗", "response.child total points": "子流程积分消耗",
"response.dataset_concat_length": "合并后总数", "response.dataset_concat_length": "合并后总数",
"response.node_inputs": "节点输入", "response.node_inputs": "节点输入",
...@@ -127,42 +112,24 @@ ...@@ -127,42 +112,24 @@
"search_results": "搜索结果", "search_results": "搜索结果",
"select": "选择", "select": "选择",
"select_file": "上传文件", "select_file": "上传文件",
"select_file_img": "上传文件/图片",
"select_img": "上传图片",
"setting.copyright.basic_configuration": "基础配置",
"setting.copyright.copyright_configuration": "版权配置", "setting.copyright.copyright_configuration": "版权配置",
"setting.copyright.diagram": "示意图", "setting.copyright.diagram": "示意图",
"setting.copyright.file_size_exceeds_limit": "文件大小超出限制,最大支持 {{maxSize}}",
"setting.copyright.immediate_upload_required": "此功能需要立即上传",
"setting.copyright.logo": "Logo", "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.style_diagram": "样式示意图",
"setting.copyright.tips": "建议比例 4:1", "setting.copyright.tips": "建议比例 4:1",
"setting.copyright.tips.square": "建议比例 1:1", "setting.copyright.tips.square": "建议比例 1:1",
"setting.copyright.title": "版权信息",
"setting.copyright.upload_fail": "文件上传失败",
"setting.data_dashboard.title": "首页数据", "setting.data_dashboard.title": "首页数据",
"setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram.png", "setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram.png",
"setting.favourite.add_new_app": "添加应用", "setting.favourite.add_new_app": "添加应用",
"setting.favourite.all_apps": "所有应用",
"setting.favourite.cancel_button": "取消", "setting.favourite.cancel_button": "取消",
"setting.favourite.categories_modal.delete_cancel_button": "取消",
"setting.favourite.categories_modal.delete_confirm": "确认删除 {{name}} ?该分类下的应用将被移动至默认", "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.categories_modal.title": "共 {{num}} 个分类",
"setting.favourite.category.no_data": "暂无可用精选应用", "setting.favourite.category.no_data": "暂无可用精选应用",
"setting.favourite.category_all": "全部分类", "setting.favourite.category_all": "全部分类",
"setting.favourite.category_placeholder": "选择分类", "setting.favourite.category_placeholder": "选择分类",
"setting.favourite.category_tab.all": "全部", "setting.favourite.category_tab.all": "全部",
"setting.favourite.confirm_button": "确定", "setting.favourite.confirm_button": "确定",
"setting.favourite.delete_app_cancel_button": "取消",
"setting.favourite.delete_app_confirm": "确定要移除该精选应用吗?", "setting.favourite.delete_app_confirm": "确定要移除该精选应用吗?",
"setting.favourite.delete_app_confirm_button": "确定",
"setting.favourite.delete_app_title": "删除应用",
"setting.favourite.goto_add": "去配置", "setting.favourite.goto_add": "去配置",
"setting.favourite.manage_categories_button": "分类管理", "setting.favourite.manage_categories_button": "分类管理",
"setting.favourite.save_category_for_app_button": "保存", "setting.favourite.save_category_for_app_button": "保存",
...@@ -177,7 +144,6 @@ ...@@ -177,7 +144,6 @@
"setting.home.available_tools": "可用工具", "setting.home.available_tools": "可用工具",
"setting.home.available_tools.add": "添加", "setting.home.available_tools.add": "添加",
"setting.home.cancel_button": "取消", "setting.home.cancel_button": "取消",
"setting.home.commercial_version": "商业版",
"setting.home.confirm_button": "确定", "setting.home.confirm_button": "确定",
"setting.home.diagram": "示意图", "setting.home.diagram": "示意图",
"setting.home.dialogue_tips": "对话框提示文字", "setting.home.dialogue_tips": "对话框提示文字",
...@@ -194,12 +160,9 @@ ...@@ -194,12 +160,9 @@
"setting.home.slogan.default": "你好👋,我是 FastGPT ! 请问有什么可以帮你?", "setting.home.slogan.default": "你好👋,我是 FastGPT ! 请问有什么可以帮你?",
"setting.home.slogan_placeholder": "请输入 Slogan", "setting.home.slogan_placeholder": "请输入 Slogan",
"setting.home.title": "首页配置", "setting.home.title": "首页配置",
"setting.incorrect_plan": "当前套餐不支持该功能,请升级订阅套餐",
"setting.incorrect_version": "当前版本不支持该功能",
"setting.log_details.title": "首页日志", "setting.log_details.title": "首页日志",
"setting.save": "保存", "setting.save": "保存",
"setting.save_success": "保存成功", "setting.save_success": "保存成功",
"setting.share": "分享",
"sidebar.favourite_apps": "精选应用", "sidebar.favourite_apps": "精选应用",
"sidebar.home": "首页", "sidebar.home": "首页",
"sidebar.team_apps": "团队应用", "sidebar.team_apps": "团队应用",
...@@ -213,8 +176,6 @@ ...@@ -213,8 +176,6 @@
"tool_input": "工具输入", "tool_input": "工具输入",
"tool_output": "工具输出", "tool_output": "工具输出",
"unsupported_file_type": "不支持的文件类型", "unsupported_file_type": "不支持的文件类型",
"upload": "上传",
"variable_invisable_in_share": "外部变量在免登录链接中不可见", "variable_invisable_in_share": "外部变量在免登录链接中不可见",
"view_citations": "查看引用", "view_citations": "查看引用"
"web_site_sync": "Web站点同步"
} }
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
"Start_end_time": "开始时间 / 结束时间", "Start_end_time": "开始时间 / 结束时间",
"Task_name": "任务名", "Task_name": "任务名",
"Task_name_placeholder": "请输入任务名", "Task_name_placeholder": "请输入任务名",
"answer": "标准答案",
"app_required": "请选择评测应用", "app_required": "请选择评测应用",
"app_response": "应用输出", "app_response": "应用输出",
"back": "退出", "back": "退出",
...@@ -22,7 +21,6 @@ ...@@ -22,7 +21,6 @@
"comfirm_delete_task": "确认删除该任务及其所有数据?", "comfirm_delete_task": "确认删除该任务及其所有数据?",
"completed": "已完成", "completed": "已完成",
"create_task": "创建任务", "create_task": "创建任务",
"data": "数据",
"data_list": "数据列表", "data_list": "数据列表",
"detail": "详情", "detail": "详情",
"error": "异常", "error": "异常",
...@@ -32,11 +30,9 @@ ...@@ -32,11 +30,9 @@
"evaluation": "应用评测", "evaluation": "应用评测",
"evaluation_created": "评测任务创建成功", "evaluation_created": "评测任务创建成功",
"evaluation_export_title": "问题,标准答案,实际回答,状态,综合得分", "evaluation_export_title": "问题,标准答案,实际回答,状态,综合得分",
"evaluation_file_max_size": "{{count}} 条数据",
"export": "导出数据", "export": "导出数据",
"file_required": "请选择评测文件", "file_required": "请选择评测文件",
"file_uploading": "文件上传中: {{num}}%", "file_uploading": "文件上传中: {{num}}%",
"history": "历史记录",
"paused": "已暂停", "paused": "已暂停",
"question": "用户问题", "question": "用户问题",
"queuing": "排队中", "queuing": "排队中",
......
{ {
"app_alias_name": "工具名",
"app_description": "应用描述", "app_description": "应用描述",
"app_name": "应用名", "app_name": "应用名",
"apps": "暴露的应用", "apps": "暴露的应用",
...@@ -12,7 +11,6 @@ ...@@ -12,7 +11,6 @@
"mcp_apps": "关联应用数量", "mcp_apps": "关联应用数量",
"mcp_endpoints": "接入地址", "mcp_endpoints": "接入地址",
"mcp_json_config": "接入脚本", "mcp_json_config": "接入脚本",
"mcp_link_way": "接入方式",
"mcp_name": "MCP 服务名", "mcp_name": "MCP 服务名",
"mcp_server": "MCP 服务", "mcp_server": "MCP 服务",
"mcp_server_description": "允许你选择部分应用,以 MCP 的协议对外提供使用。由于 MCP 协议的不成熟,该功能仍处于测试阶段。", "mcp_server_description": "允许你选择部分应用,以 MCP 的协议对外提供使用。由于 MCP 协议的不成熟,该功能仍处于测试阶段。",
......
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
"apidataset_configuration": "配置信息", "apidataset_configuration": "配置信息",
"auto_indexes": "自动生成补充索引", "auto_indexes": "自动生成补充索引",
"auto_indexes_tips": "通过大模型进行额外索引生成,提高语义丰富度,提高检索的精度。", "auto_indexes_tips": "通过大模型进行额外索引生成,提高语义丰富度,提高检索的精度。",
"auto_training_queue": "增强索引排队",
"backup_collection": "备份数据",
"backup_dataset": "备份导入", "backup_dataset": "备份导入",
"backup_dataset_success": "备份创建成功", "backup_dataset_success": "备份创建成功",
"backup_dataset_tip": "可以将导出知识库时,下载的 csv 文件重新导入。", "backup_dataset_tip": "可以将导出知识库时,下载的 csv 文件重新导入。",
...@@ -25,25 +23,19 @@ ...@@ -25,25 +23,19 @@
"chunk_trigger_tips": "当满足一定条件时才触发分块存储,否则会直接完整存储原文", "chunk_trigger_tips": "当满足一定条件时才触发分块存储,否则会直接完整存储原文",
"close_auto_sync": "确认关闭自动同步功能?", "close_auto_sync": "确认关闭自动同步功能?",
"collection.Create update time": "创建/更新时间", "collection.Create update time": "创建/更新时间",
"collection.not_found": "集合不存在",
"collection.Training type": "训练模式",
"collection.export_all_chunks": "导出分块", "collection.export_all_chunks": "导出分块",
"collection.sync.submit": "已提交同步任务", "collection.sync.submit": "已提交同步任务",
"collection.training_type": "处理模式", "collection.training_type": "处理模式",
"collection_data_count": "数据量", "collection_data_count": "数据量",
"collection_metadata_custom_pdf_parse": "PDF增强解析", "collection_metadata_custom_pdf_parse": "PDF增强解析",
"collection_name": "数据集名称", "collection_name": "数据集名称",
"collection_not_support_retraining": "该集合类型不支持重新调整参数",
"collection_not_support_sync": "该集合不支持同步", "collection_not_support_sync": "该集合不支持同步",
"collection_sync": "立即同步", "collection_sync": "立即同步",
"collection_sync_confirm_tip": "确认开始同步数据?系统将会拉取最新数据进行比较,如果内容不相同,则会创建一个新的集合并删除旧的集合,请确认!", "collection_sync_confirm_tip": "确认开始同步数据?系统将会拉取最新数据进行比较,如果内容不相同,则会创建一个新的集合并删除旧的集合,请确认!",
"collection_tags": "集合标签", "collection_tags": "集合标签",
"common.dataset.data.Input Error Tip": "[图片数据集] 处理过程错误:",
"common.error.unKnow": "未知错误", "common.error.unKnow": "未知错误",
"common_dataset": "通用知识库", "common_dataset": "通用知识库",
"common_dataset_desc": "通过导入文件、网页链接或手动录入形式构建知识库", "common_dataset_desc": "通过导入文件、网页链接或手动录入形式构建知识库",
"condition": "条件",
"config_sync_schedule": "配置定时同步",
"confirm_delete_collection": "确认删除 {{num }} 个文件?", "confirm_delete_collection": "确认删除 {{num }} 个文件?",
"confirm_import_images": "共 {{num}} 张图片 | 确认创建", "confirm_import_images": "共 {{num}} 张图片 | 确认创建",
"confirm_to_rebuild_embedding_tip": "确认为知识库切换索引?\n切换索引是一个非常重量的操作,需要对您知识库内所有数据进行重新索引,时间可能较长,请确保账号内剩余积分充足。\n\n此外,你还需要注意修改选择该知识库的应用,避免它们与其他索引模型知识库混用。", "confirm_to_rebuild_embedding_tip": "确认为知识库切换索引?\n切换索引是一个非常重量的操作,需要对您知识库内所有数据进行重新索引,时间可能较长,请确保账号内剩余积分充足。\n\n此外,你还需要注意修改选择该知识库的应用,避免它们与其他索引模型知识库混用。",
...@@ -56,26 +48,19 @@ ...@@ -56,26 +48,19 @@
"data_amount": "{{dataAmount}} 组数据, {{indexAmount}} 组索引", "data_amount": "{{dataAmount}} 组数据, {{indexAmount}} 组索引",
"data_error_amount": "{{errorAmount}} 组训练异常", "data_error_amount": "{{errorAmount}} 组训练异常",
"data_index_image": "图片索引", "data_index_image": "图片索引",
"data_index_num": "索引 {{index}}",
"data_parsing": "数据解析中", "data_parsing": "数据解析中",
"data_process_params": "处理参数",
"data_process_setting": "数据处理配置",
"data_uploading": "数据上传中: {{num}}%", "data_uploading": "数据上传中: {{num}}%",
"dataset.Chunk_Number": "分块号", "dataset.Chunk_Number": "分块号",
"dataset.Completed": "完成",
"dataset.Delete_Chunk": "删除", "dataset.Delete_Chunk": "删除",
"dataset.Edit_Chunk": "编辑", "dataset.Edit_Chunk": "编辑",
"dataset.Error_Message": "报错信息", "dataset.Error_Message": "报错信息",
"dataset.No_Error": "暂无异常信息",
"dataset.Operation": "操作", "dataset.Operation": "操作",
"dataset.ReTrain": "重试", "dataset.ReTrain": "重试",
"dataset.Training Process": "训练状态", "dataset.Training Process": "训练状态",
"dataset.Training_Count": "{{count}} 组训练中", "dataset.Training_Count": "{{count}} 组训练中",
"dataset.Training_Errors": "异常 ({{count}})", "dataset.Training_Errors": "异常 ({{count}})",
"dataset.Training_QA": "{{count}} 组问答对训练中",
"dataset.Training_Status": "训练状态", "dataset.Training_Status": "训练状态",
"dataset.Training_Waiting": "需等待 {{count}} 组数据", "dataset.Training_Waiting": "需等待 {{count}} 组数据",
"dataset.Unsupported operation": "操作不支持",
"dataset.no_collections": "暂无数据集", "dataset.no_collections": "暂无数据集",
"dataset.no_tags": "暂无标签", "dataset.no_tags": "暂无标签",
"default_params": "默认", "default_params": "默认",
...@@ -84,7 +69,6 @@ ...@@ -84,7 +69,6 @@
"edit_dataset_config": "编辑知识库配置", "edit_dataset_config": "编辑知识库配置",
"empty_collection": "空白数据集", "empty_collection": "空白数据集",
"enhanced_indexes": "索引增强", "enhanced_indexes": "索引增强",
"error.collectionNotFound": "集合找不到了~",
"external_file": "外部文件库", "external_file": "外部文件库",
"external_file_dataset_desc": "可以通过 API,使用外部文件库构建知识库", "external_file_dataset_desc": "可以通过 API,使用外部文件库构建知识库",
"external_id": "文件阅读 ID", "external_id": "文件阅读 ID",
...@@ -92,8 +76,6 @@ ...@@ -92,8 +76,6 @@
"external_read_url": "外部预览地址", "external_read_url": "外部预览地址",
"external_read_url_tip": "可以配置你文件库的阅读地址。便于对用户进行阅读鉴权操作。目前可以使用 {{fileId}} 变量来指代外部文件 ID。", "external_read_url_tip": "可以配置你文件库的阅读地址。便于对用户进行阅读鉴权操作。目前可以使用 {{fileId}} 变量来指代外部文件 ID。",
"external_url": "文件访问 URL", "external_url": "文件访问 URL",
"failedToLoadRootDirectories": "加载根目录失败",
"failedToLoadSubDirectories": "加载子目录失败",
"feishu_dataset": "飞书知识库", "feishu_dataset": "飞书知识库",
"feishu_dataset_config": "配置飞书知识库", "feishu_dataset_config": "配置飞书知识库",
"feishu_dataset_desc": "可通过配置飞书文档权限,使用飞书文档构建知识库,文档不会进行二次存储", "feishu_dataset_desc": "可通过配置飞书文档权限,使用飞书文档构建知识库,文档不会进行二次存储",
...@@ -101,19 +83,14 @@ ...@@ -101,19 +83,14 @@
"file_model_function_tip": "用于增强索引和 QA 生成", "file_model_function_tip": "用于增强索引和 QA 生成",
"filename": "文件名", "filename": "文件名",
"folder_dataset": "文件夹", "folder_dataset": "文件夹",
"getDirectoryFailed": "获取目录失败",
"image_auto_parse": "图片自动索引", "image_auto_parse": "图片自动索引",
"image_auto_parse_tips": "调用 VLM 自动标注文档里的图片,并生成额外的检索索引", "image_auto_parse_tips": "调用 VLM 自动标注文档里的图片,并生成额外的检索索引",
"image_training_queue": "图片处理排队",
"images_creating": "正在创建", "images_creating": "正在创建",
"immediate_sync": "立即同步", "immediate_sync": "立即同步",
"import.Auto mode Estimated Price Tips": "需调用文本理解模型,需要消耗较多AI 积分:{{price}} 积分/1K tokens",
"import.Embedding Estimated Price Tips": "仅使用索引模型,消耗少量 AI 积分:{{price}} 积分/1K tokens",
"import_confirm": "确认上传", "import_confirm": "确认上传",
"import_data_preview": "数据预览", "import_data_preview": "数据预览",
"import_data_process_setting": "数据处理方式设置", "import_data_process_setting": "数据处理方式设置",
"import_file_parse_setting": "文件解析设置", "import_file_parse_setting": "文件解析设置",
"import_model_config": "模型选择",
"import_param_setting": "参数设置", "import_param_setting": "参数设置",
"import_select_file": "选择文件", "import_select_file": "选择文件",
"import_select_link": "输入链接", "import_select_link": "输入链接",
...@@ -124,8 +101,6 @@ ...@@ -124,8 +101,6 @@
"input_required_field_to_select_baseurl": "请先输入必填信息", "input_required_field_to_select_baseurl": "请先输入必填信息",
"insert_images": "新增图片", "insert_images": "新增图片",
"insert_images_success": "新增图片成功,需等待训练完成才会展示", "insert_images_success": "新增图片成功,需等待训练完成才会展示",
"is_open_schedule": "启用定时同步",
"keep_image": "保留图片",
"llm_paragraph_mode": "模型识别段落", "llm_paragraph_mode": "模型识别段落",
"llm_paragraph_mode_auto": "自动", "llm_paragraph_mode_auto": "自动",
"llm_paragraph_mode_auto_desc": "当文本内容不含 Markdown 标题时,启用模型识别。", "llm_paragraph_mode_auto_desc": "当文本内容不含 Markdown 标题时,启用模型识别。",
...@@ -133,13 +108,8 @@ ...@@ -133,13 +108,8 @@
"llm_paragraph_mode_forbid_desc": "强制禁用模型自动识别段落", "llm_paragraph_mode_forbid_desc": "强制禁用模型自动识别段落",
"llm_paragraph_mode_force": "强制处理", "llm_paragraph_mode_force": "强制处理",
"llm_paragraph_mode_force_desc": "强制使用模型自动识别段落,并忽略原文本的段落(如有)", "llm_paragraph_mode_force_desc": "强制使用模型自动识别段落,并忽略原文本的段落(如有)",
"loading": "加载中...",
"max_chunk_size": "最大分块大小", "max_chunk_size": "最大分块大小",
"move.hint": "移动后,所选知识库/文件夹将继承新文件夹的权限设置。", "move.hint": "移动后,所选知识库/文件夹将继承新文件夹的权限设置。",
"noChildren": "无子目录",
"noSelectedFolder": "没有选择文件夹",
"noSelectedId": "没有选择 ID",
"noValidId": "没有有效的 ID",
"open_auto_sync": "开启定时同步后,系统将会每天不定时尝试同步集合,集合同步期间,会出现无法搜索到该集合数据现象。", "open_auto_sync": "开启定时同步后,系统将会每天不定时尝试同步集合,集合同步期间,会出现无法搜索到该集合数据现象。",
"other_dataset": "第三方知识库", "other_dataset": "第三方知识库",
"paragraph_max_deep": "最大段落深度", "paragraph_max_deep": "最大段落深度",
...@@ -152,7 +122,6 @@ ...@@ -152,7 +122,6 @@
"permission.des.manage": "可管理整个知识库数据和信息", "permission.des.manage": "可管理整个知识库数据和信息",
"permission.des.read": "可查看知识库内容", "permission.des.read": "可查看知识库内容",
"permission.des.write": "可增加和变更知识库内容", "permission.des.write": "可增加和变更知识库内容",
"pleaseFillUserIdAndToken": "请填写 User ID 和 Token",
"preview_chunk": "分块预览", "preview_chunk": "分块预览",
"preview_chunk_empty": "文件内容为空", "preview_chunk_empty": "文件内容为空",
"preview_chunk_folder_warning": "目录不支持预览", "preview_chunk_folder_warning": "目录不支持预览",
...@@ -162,19 +131,16 @@ ...@@ -162,19 +131,16 @@
"process.Get QA": "问答对提取", "process.Get QA": "问答对提取",
"process.Image_Index": "图片索引生成", "process.Image_Index": "图片索引生成",
"process.Is_Ready": "已就绪", "process.Is_Ready": "已就绪",
"process.Is_Ready_Count": "{{count}} 组已就绪",
"process.Parse_Image": "图片解析中", "process.Parse_Image": "图片解析中",
"process.Parsing": "内容解析中", "process.Parsing": "内容解析中",
"process.Vectorizing": "索引向量化", "process.Vectorizing": "索引向量化",
"process.Waiting": "排队中", "process.Waiting": "排队中",
"rebuild_embedding_start_tip": "切换索引模型任务已开始", "rebuild_embedding_start_tip": "切换索引模型任务已开始",
"rebuilding_index_count": "重建中索引数量:{{count}}",
"request_headers": "请求头参数,会自动补充 Bearer", "request_headers": "请求头参数,会自动补充 Bearer",
"retain_collection": "调整训练参数", "retain_collection": "调整训练参数",
"retrain_task_submitted": "重新训练任务已提交", "retrain_task_submitted": "重新训练任务已提交",
"retry_all": "全部重试", "retry_all": "全部重试",
"retry_failed": "重试失败", "retry_failed": "重试失败",
"rootDirectoryFormatError": "根目录数据格式不正确",
"rootdirectory": "/根目录", "rootdirectory": "/根目录",
"same_api_collection": "存在相同的 API 集合", "same_api_collection": "存在相同的 API 集合",
"selectDirectory": "选择", "selectDirectory": "选择",
...@@ -211,14 +177,12 @@ ...@@ -211,14 +177,12 @@
"total_num_files": "共 {{total}} 个文件", "total_num_files": "共 {{total}} 个文件",
"training.Error": "{{count}} 组异常", "training.Error": "{{count}} 组异常",
"training.Image mode": "图片处理", "training.Image mode": "图片处理",
"training.Normal": "正常",
"training_mode": "处理方式", "training_mode": "处理方式",
"training_ready": "{{count}} 组", "training_ready": "{{count}} 组",
"upload_by_template_format": "按模版文件上传", "upload_by_template_format": "按模版文件上传",
"uploading_progress": "上传中: {{num}}%", "uploading_progress": "上传中: {{num}}%",
"vector_model_max_tokens_tip": "每个分块数据,最大长度为 3000 tokens", "vector_model_max_tokens_tip": "每个分块数据,最大长度为 3000 tokens",
"vllm_model": "图片理解模型", "vllm_model": "图片理解模型",
"vlm_model_required_warning": "需要图片理解模型",
"website_dataset": "Web 站点同步", "website_dataset": "Web 站点同步",
"website_dataset_desc": "通过爬虫,批量爬取网页数据构建知识库", "website_dataset_desc": "通过爬虫,批量爬取网页数据构建知识库",
"website_info": "网站信息", "website_info": "网站信息",
......
{ {
"Action": "请选择要上传的图片",
"All images import failed": "所有图片导入失败",
"Dataset_ID_not_found": "数据集ID不存在",
"Failed_to_get_token": "获取令牌失败",
"Image_ID_copied": "已复制ID",
"Image_Preview": "图片预览", "Image_Preview": "图片预览",
"Image_dataset_requires_VLM_model_to_be_configured": "图片数据集需要配置图片理解模型(VLM)才能使用,请先在模型配置中添加支持图片理解的模型", "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": "点击查看来源", "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_name": "文件名",
"file_size": "文件大小", "file_size": "文件大小",
"image": "图片", "image": "图片",
"image_collection": "图片集合",
"image_description": "图片描述", "image_description": "图片描述",
"image_description_tip": "请输入图片的描述内容", "image_description_tip": "请输入图片的描述内容",
"please_upload_image_first": "请先上传图片",
"reached_max_file_count": "已达到最大文件数量", "reached_max_file_count": "已达到最大文件数量",
"release_the_mouse_to_upload_the_file": "松开鼠标上传文件", "release_the_mouse_to_upload_the_file": "松开鼠标上传文件",
"select_and_drag_file_tip": "点击或拖动文件到此处上传", "select_and_drag_file_tip": "点击或拖动文件到此处上传",
...@@ -36,10 +15,6 @@ ...@@ -36,10 +15,6 @@
"some_file_size_exceeds_limit": "部分文件超出 {{maxSize}},已被过滤", "some_file_size_exceeds_limit": "部分文件超出 {{maxSize}},已被过滤",
"support_file_type": "支持 {{fileType}} 类型文件", "support_file_type": "支持 {{fileType}} 类型文件",
"template_csv_file_select_tip": "仅支持<highlight>严格按照模板</highlight>填写的 {{fileType}} 文件", "template_csv_file_select_tip": "仅支持<highlight>严格按照模板</highlight>填写的 {{fileType}} 文件",
"template_strict_highlight": "严格按照模版",
"total_files": "共{{selectFiles.length}}个文件",
"upload_error_description": "单次只支持上传多个文件或者一个文件夹", "upload_error_description": "单次只支持上传多个文件或者一个文件夹",
"upload_failed": "上传异常", "upload_failed": "上传异常"
"upload_file_error": "请上传图片",
"uploading": "正在上传..."
} }
...@@ -4,18 +4,14 @@ ...@@ -4,18 +4,14 @@
"agree": "同意", "agree": "同意",
"cookies_tip": "本网站使用 cookies 提供更好的服务体验。继续使用即表示您同意我们的 Cookie 政策。", "cookies_tip": "本网站使用 cookies 提供更好的服务体验。继续使用即表示您同意我们的 Cookie 政策。",
"forget_password": "忘记密码?", "forget_password": "忘记密码?",
"login_failed": "登录异常",
"login_success": "登录成功", "login_success": "登录成功",
"no_remind": "不再提醒", "no_remind": "不再提醒",
"password_condition": "密码最多 60 位", "password_condition": "密码最多 60 位",
"password_tip": "密码至少 8 位,且至少包含两种组合:数字、字母或特殊字符", "password_tip": "密码至少 8 位,且至少包含两种组合:数字、字母或特殊字符",
"policy_tip": "使用即代表您已阅读并同意<termsLink> 服务协议 </termsLink>和<privacyLink> 隐私协议</privacyLink>", "policy_tip": "使用即代表您已阅读并同意<termsLink> 服务协议 </termsLink>和<privacyLink> 隐私协议</privacyLink>",
"privacy": "隐私协议",
"privacy_policy": "隐私政策", "privacy_policy": "隐私政策",
"redirect": "跳转", "redirect": "跳转",
"register": "注册账号", "register": "注册账号",
"root_password_placeholder": "root 用户密码为环境变量 DEFAULT_ROOT_PSW 的值", "root_password_placeholder": "root 用户密码为环境变量 DEFAULT_ROOT_PSW 的值",
"terms": "服务协议", "use_root_login": "使用 root 用户登录"
"use_root_login": "使用 root 用户登录",
"wecom": "企业微信"
} }
{ {
"app_key_tips": "这些 key 已有当前应用标识,具体使用可参考文档", "app_key_tips": "这些 key 已有当前应用标识,具体使用可参考文档",
"basic_info": "基本信息", "basic_info": "基本信息",
"config": "可见度配置",
"copy_link_hint": "将下面链接复制到指定位置", "copy_link_hint": "将下面链接复制到指定位置",
"create_api_key": "创建新 key", "create_api_key": "创建新 key",
"create_link": "创建链接", "create_link": "创建链接",
...@@ -20,7 +19,6 @@ ...@@ -20,7 +19,6 @@
"feishu_bot_desc": "通过 API 直接接入飞书机器人", "feishu_bot_desc": "通过 API 直接接入飞书机器人",
"ip_whitelist": "IP 白名单", "ip_whitelist": "IP 白名单",
"key_alias": "key 的别名,仅用于展示", "key_alias": "key 的别名,仅用于展示",
"key_tips": "你可以使用 API 密钥访问一些特定的接口(无法访问应用,访问应用需使用应用内的 API key)",
"link_name": "分享链接的名字", "link_name": "分享链接的名字",
"new_feishu_bot": "新增飞书机器人", "new_feishu_bot": "新增飞书机器人",
"official_account.create_modal_title": "创建微信公众号接入", "official_account.create_modal_title": "创建微信公众号接入",
...@@ -43,11 +41,9 @@ ...@@ -43,11 +41,9 @@
"wechat.bot_desc": "通过 ClawBot 接入微信个人号聊天", "wechat.bot_desc": "通过 ClawBot 接入微信个人号聊天",
"wechat.confirmed_tip": "登录成功!", "wechat.confirmed_tip": "登录成功!",
"wechat.create": "创建微信渠道", "wechat.create": "创建微信渠道",
"wechat.desc": "通过微信 ClawBot 接入微信个人号",
"wechat.edit": "编辑微信渠道", "wechat.edit": "编辑微信渠道",
"wechat.expired_tip": "二维码已过期", "wechat.expired_tip": "二维码已过期",
"wechat.generating_qr": "正在生成二维码...", "wechat.generating_qr": "正在生成二维码...",
"wechat.last_poll": "最后轮询",
"wechat.login": "扫码登录", "wechat.login": "扫码登录",
"wechat.login_success": "登录成功", "wechat.login_success": "登录成功",
"wechat.login_title": "微信扫码登录", "wechat.login_title": "微信扫码登录",
...@@ -64,8 +60,6 @@ ...@@ -64,8 +60,6 @@
"wechat.status.error": "错误", "wechat.status.error": "错误",
"wechat.status.offline": "离线", "wechat.status.offline": "离线",
"wechat.status.online": "在线", "wechat.status.online": "在线",
"wechat.status.polling": "轮询中",
"wechat.status.stale": "异常",
"wechat.status_check_failed": "状态检查失败,请重试", "wechat.status_check_failed": "状态检查失败,请重试",
"wechat.title": "微信个人号", "wechat.title": "微信个人号",
"wecom.api": "企微 API", "wecom.api": "企微 API",
......
{ {
"bill.balance": "余额",
"bill.buy_plan": "购买套餐", "bill.buy_plan": "购买套餐",
"bill.contact_customer_service": "联系客服",
"bill.conversion": "兑换",
"bill.convert_error": "兑换失败",
"bill.convert_success": "兑换成功",
"bill.current_token_price": "当前积分价格",
"bill.not_need_invoice": "余额支付,无法开票", "bill.not_need_invoice": "余额支付,无法开票",
"bill.price": "价格",
"bill.renew_plan": "续费套餐", "bill.renew_plan": "续费套餐",
"bill.standard_valid_tip": "套餐使用规则:系统优先使用更高级的套餐,原未用完的套餐将延后生效", "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": "管理团队", "manage_team": "管理团队",
"name": "名称",
"new_password": "新密码",
"notification.remind_owner_bind": "请提醒创建者绑定通知账号",
"operations": "操作", "operations": "操作",
"owner": "所有者",
"password.code_required": "验证码不能为空", "password.code_required": "验证码不能为空",
"password.code_send_error": "验证码发送异常", "password.code_send_error": "验证码发送异常",
"password.code_sended": "验证码已发送", "password.code_sended": "验证码已发送",
...@@ -40,31 +12,14 @@ ...@@ -40,31 +12,14 @@
"password.email_phone_error": "邮箱/手机号格式错误", "password.email_phone_error": "邮箱/手机号格式错误",
"password.email_phone_void": "邮箱/手机号不能为空", "password.email_phone_void": "邮箱/手机号不能为空",
"password.not_match": "两次密码不一致", "password.not_match": "两次密码不一致",
"password.password_condition": "密码最少 4 位最多 20 位",
"password.password_required": "密码不能为空",
"password.retrieve": "找回密码", "password.retrieve": "找回密码",
"password.retrieved": "密码已找回", "password.retrieved": "密码已找回",
"password.retrieved_account": "找回 {{account}} 账号", "password.retrieved_account": "找回 {{account}} 账号",
"password.to_login": "去登录", "password.to_login": "去登录",
"password.verification_code": "验证码", "password.verification_code": "验证码",
"permission.Add": "添加权限",
"permission.Manage": "管理员",
"permission.Manage tip": "团队管理员,拥有全部权限",
"permission.Read": "仅读",
"permission.Read desc": "成员仅可阅读相关资源,无法新建资源",
"permission.Write": "可写",
"permission.Write tip": "除了可读资源外,还可以新建新的资源",
"permission.only_collaborators": "仅协作者访问", "permission.only_collaborators": "仅协作者访问",
"permission.team_read": "团队可访问", "permission.team_read": "团队可访问",
"permission.team_write": "团队可编辑", "permission.team_write": "团队可编辑",
"permission_add_tip": "添加后,您可为其勾选权限。",
"permission_des.manage": "可创建资源、邀请、删除成员",
"permission_des.read": "成员仅可阅读相关资源,无法新建资源",
"permission_des.write": "除了可读资源外,还可以新建新的资源",
"permissions": "权限",
"personal_information": "个人信息",
"personalization": "个性化",
"promotion_records": "推广记录",
"register.confirm": "确认注册", "register.confirm": "确认注册",
"register.register_account": "注册 {{account}} 账号", "register.register_account": "注册 {{account}} 账号",
"register.success": "注册成功", "register.success": "注册成功",
...@@ -75,43 +30,21 @@ ...@@ -75,43 +30,21 @@
"synchronization.button": "立即同步", "synchronization.button": "立即同步",
"synchronization.placeholder": "请输入同步标签", "synchronization.placeholder": "请输入同步标签",
"synchronization.title": "填写标签同步链接,点击同步按钮即可同步", "synchronization.title": "填写标签同步链接,点击同步按钮即可同步",
"team.Add manager": "添加管理员",
"team.Confirm Invite": "确认邀请",
"team.Create Team": "创建新团队", "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.Team Name": "团队名",
"team.Update Team": "更新团队信息", "team.Update Team": "更新团队信息",
"team.add_collaborator": "添加协作者",
"team.add_permission": "添加权限",
"team.add_writer": "添加可写成员",
"team.avatar_and_name": "头像 & 名称", "team.avatar_and_name": "头像 & 名称",
"team.belong_to_group": "所属群组",
"team.collaborator.added": "已添加",
"team.group.avatar": "群头像",
"team.group.create": "创建群组", "team.group.create": "创建群组",
"team.group.create_failed": "创建群组失败",
"team.group.default_group": "默认群组",
"team.group.delete_confirm": "确认删除群组?",
"team.group.edit": "编辑群组", "team.group.edit": "编辑群组",
"team.group.edit_info": "编辑信息",
"team.group.group": "群组", "team.group.group": "群组",
"team.group.keep_admin": "保留管理员权限",
"team.group.manage_member": "管理成员", "team.group.manage_member": "管理成员",
"team.group.manage_tip": "可以管理成员、创建群组、管理所有群组、为群组和成员分配权限",
"team.group.members": "成员", "team.group.members": "成员",
"team.group.name": "群组名称", "team.group.name": "群组名称",
"team.group.permission_tip": "单独配置权限的成员,将遵循个人权限配置,不再受群组权限影响。\n若成员在多个权限组,则该成员的权限取并集。", "team.group.permission_tip": "单独配置权限的成员,将遵循个人权限配置,不再受群组权限影响。\n若成员在多个权限组,则该成员的权限取并集。",
"team.group.role.admin": "管理员", "team.group.role.admin": "管理员",
"team.group.role.member": "成员",
"team.group.role.owner": "所有者", "team.group.role.owner": "所有者",
"team.group.set_as_admin": "设为管理员", "team.group.set_as_admin": "设为管理员",
"team.group.toast.can_not_delete_owner": "不能删除所有者, 请先转让", "team.group.toast.can_not_delete_owner": "不能删除所有者, 请先转让",
"team.group.transfer_owner": "转让所有者",
"team.manage_collaborators": "管理协作者", "team.manage_collaborators": "管理协作者",
"team.no_collaborators": "暂无协作者", "team.org.org": "部门"
"team.org.org": "部门",
"team.write_role_member": "可写权限"
} }
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
"Array_element": "数组元素", "Array_element": "数组元素",
"Array_element_index": "下标", "Array_element_index": "下标",
"Click": "点击", "Click": "点击",
"Code": "代码",
"Confirm_sync_node": "将会更新至最新的节点配置,不存在模板中的字段将会被删除(包括所有自定义字段)。\n如果字段较为复杂,建议您先复制一份节点,再更新原来的节点,便于参数复制。",
"Drag": "拖拽", "Drag": "拖拽",
"Edit_mode_tip": "编辑模式 shift 空格", "Edit_mode_tip": "编辑模式 shift 空格",
"Fold": "折叠", "Fold": "折叠",
...@@ -44,7 +42,6 @@ ...@@ -44,7 +42,6 @@
"contains": "包含", "contains": "包含",
"content_to_retrieve": "需要检索的内容", "content_to_retrieve": "需要检索的内容",
"content_to_search": "需要检索的内容", "content_to_search": "需要检索的内容",
"contextMenu.addComment": "添加注释",
"context_menu.add_comment": "添加注释", "context_menu.add_comment": "添加注释",
"create_link_error": "创建链接异常", "create_link_error": "创建链接异常",
"custom_feedback": "自定义反馈", "custom_feedback": "自定义反馈",
...@@ -60,11 +57,8 @@ ...@@ -60,11 +57,8 @@
"end_with": "结束为", "end_with": "结束为",
"enter_comment": "输入注释", "enter_comment": "输入注释",
"error_catch": "报错捕获", "error_catch": "报错捕获",
"error_info_returns_empty_on_success": "代码运行错误信息,成功时返回空",
"error_text": "错误信息", "error_text": "错误信息",
"execute_different_branches_based_on_conditions": "根据一定的条件,执行不同的分支。", "execute_different_branches_based_on_conditions": "根据一定的条件,执行不同的分支。",
"execution_error": "运行错误",
"external_variables": "外部变量",
"extraction_requirements_description": "提取要求描述", "extraction_requirements_description": "提取要求描述",
"extraction_requirements_description_detail": "给AI一些对应的背景知识或要求描述,引导AI更好的完成任务。\\n该输入框可使用全局变量。", "extraction_requirements_description_detail": "给AI一些对应的背景知识或要求描述,引导AI更好的完成任务。\\n该输入框可使用全局变量。",
"extraction_requirements_placeholder": "例如: 1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。", "extraction_requirements_placeholder": "例如: 1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。",
...@@ -93,9 +87,7 @@ ...@@ -93,9 +87,7 @@
"ifelse.Input value": "输入值", "ifelse.Input value": "输入值",
"ifelse.Select value": "选择值", "ifelse.Select value": "选择值",
"input_description": "字段描述", "input_description": "字段描述",
"input_type_multiple_select": "多选框",
"input_variable_list": "可输入 / 唤起变量列表", "input_variable_list": "可输入 / 唤起变量列表",
"internal_variables": "内部变量",
"intro_assigned_reply": "该模块可以直接回复一段指定的内容。常用于引导、提示。非字符串内容传入时,会转成字符串进行输出。", "intro_assigned_reply": "该模块可以直接回复一段指定的内容。常用于引导、提示。非字符串内容传入时,会转成字符串进行输出。",
"intro_custom_feedback": "该模块被触发时,会给当前的对话记录增加一条反馈。可用于自动记录对话效果等。", "intro_custom_feedback": "该模块被触发时,会给当前的对话记录增加一条反馈。可用于自动记录对话效果等。",
"intro_custom_plugin_output": "自定义配置外部输出,使用插件时,仅暴露自定义配置的输出", "intro_custom_plugin_output": "自定义配置外部输出,使用插件时,仅暴露自定义配置的输出",
...@@ -140,9 +132,7 @@ ...@@ -140,9 +132,7 @@
"next": "下一个", "next": "下一个",
"no_edit_permission": "没有编辑权限", "no_edit_permission": "没有编辑权限",
"no_match_node": "无结果", "no_match_node": "无结果",
"no_node_found": "未搜索到节点",
"not_contains": "不包含", "not_contains": "不包含",
"only_the_reference_type_is_supported": "仅支持引用类型",
"optional_value_type": "可选的数据类型", "optional_value_type": "可选的数据类型",
"optional_value_type_tip": "可以指定 1 个或多个数据类型,用户在动态添加字段时,仅可选择配置的类型", "optional_value_type_tip": "可以指定 1 个或多个数据类型,用户在动态添加字段时,仅可选择配置的类型",
"pan_priority": "触摸板优先\n- 单指拖拽框选节点\n- 双指滑动移动画布\n- 三指可快速移动节点", "pan_priority": "触摸板优先\n- 单指拖拽框选节点\n- 双指滑动移动画布\n- 三指可快速移动节点",
...@@ -150,8 +140,6 @@ ...@@ -150,8 +140,6 @@
"please_enter_node_name": "请输入节点名称", "please_enter_node_name": "请输入节点名称",
"plugin.Instruction_Tip": "可以配置一段说明,以解释该插件的用途。每次使用插件前,会显示该段说明。支持标准 Markdown 语法。", "plugin.Instruction_Tip": "可以配置一段说明,以解释该插件的用途。每次使用插件前,会显示该段说明。支持标准 Markdown 语法。",
"plugin.Instructions": "使用说明", "plugin.Instructions": "使用说明",
"plugin.global_file_input": "文件链接(弃用)",
"plugin_file_abandon_tip": "插件全局文件上传已弃用,请尽快调整。可以通过插件输入,添加图片类型输入来实现相关功能。",
"plugin_input": "插件输入", "plugin_input": "插件输入",
"plugin_output_tool": "插件作为工具执行时,该字段是否作为工具响应结果", "plugin_output_tool": "插件作为工具执行时,该字段是否作为工具响应结果",
"previous": "上一个", "previous": "上一个",
...@@ -168,7 +156,6 @@ ...@@ -168,7 +156,6 @@
"reasoning_content": "思考过程", "reasoning_content": "思考过程",
"regex": "正则", "regex": "正则",
"reply_text": "回复的文本", "reply_text": "回复的文本",
"request_error": "请求错误",
"response.Code log": "Log 日志", "response.Code log": "Log 日志",
"response.Custom inputs": "自定义输入", "response.Custom inputs": "自定义输入",
"response.Custom outputs": "自定义输出", "response.Custom outputs": "自定义输出",
...@@ -225,7 +212,6 @@ ...@@ -225,7 +212,6 @@
"user_form_input_description": "描述", "user_form_input_description": "描述",
"user_form_input_name": "标题", "user_form_input_name": "标题",
"user_question": "用户问题", "user_question": "用户问题",
"user_question_tool_desc": "用户输入的问题(问题需要完善)",
"variable_description": "变量描述", "variable_description": "变量描述",
"variable_picker_tips": "可输入节点名或变量名搜索", "variable_picker_tips": "可输入节点名或变量名搜索",
"variable_update": "变量更新", "variable_update": "变量更新",
......
{ {
"account_team.delete_dataset": "刪除知識庫",
"active_model": "可用模型", "active_model": "可用模型",
"add_default_model": "新增預設模型",
"api_key": "API 金鑰", "api_key": "API 金鑰",
"app_registration_count": "應用備案數", "app_registration_count": "應用備案數",
"audit_log_store_duration": "團隊操作日誌記錄時長", "audit_log_store_duration": "團隊操作日誌記錄時長",
...@@ -11,7 +9,6 @@ ...@@ -11,7 +9,6 @@
"chat_history_store_duration": "對話記錄保留時長", "chat_history_store_duration": "對話記錄保留時長",
"config_model": "模型設定", "config_model": "模型設定",
"confirm_logout": "確認登出?", "confirm_logout": "確認登出?",
"create_channel": "新增管道",
"create_model": "新增模型", "create_model": "新增模型",
"custom_config_details": "定制配置詳情", "custom_config_details": "定制配置詳情",
"custom_domain": "自訂域名", "custom_domain": "自訂域名",
...@@ -27,15 +24,8 @@ ...@@ -27,15 +24,8 @@
"custom_domain.domain_verify.desc": "儲存後,訪問 {{domain}}/{{path}} 將傳回 {{content}}", "custom_domain.domain_verify.desc": "儲存後,訪問 {{domain}}/{{path}} 將傳回 {{content}}",
"custom_domain.domain_verify.path": "檔案路徑", "custom_domain.domain_verify.path": "檔案路徑",
"custom_domain.provider": "域名備案商", "custom_domain.provider": "域名備案商",
"custom_domain.provider.aliyun": "阿里雲",
"custom_domain.provider.tencent": "騰訊雲",
"custom_domain.provider.volcengine": "火山引擎",
"custom_domain.registration_hint": "請自備域名並透過 <bold>{{provider}}</bold> 完成備案後,將域名填入下方輸入框中", "custom_domain.registration_hint": "請自備域名並透過 <bold>{{provider}}</bold> 完成備案後,將域名填入下方輸入框中",
"custom_domain.status.active": "已生效",
"custom_domain.status.inactive": "已失效",
"custom_model": "自訂模型",
"day": "天", "day": "天",
"default_model": "預設模型",
"default_model_config": "預設模型設定", "default_model_config": "預設模型設定",
"extra_ai_points": "AI 積分運算標準", "extra_ai_points": "AI 積分運算標準",
"extra_dataset_size": "額外知識庫容量", "extra_dataset_size": "額外知識庫容量",
...@@ -55,10 +45,6 @@ ...@@ -55,10 +45,6 @@
"model.censor_tip": "如果需要進行敏感校驗,則開啟該開關", "model.censor_tip": "如果需要進行敏感校驗,則開啟該開關",
"model.charsPointsPrice": "模型綜合價格", "model.charsPointsPrice": "模型綜合價格",
"model.charsPointsPrice_tip": "將模型輸入和輸出合併起來進行 Token 計費,語言模型如果單獨設定了輸入和輸出計費,則按輸入和輸出分別計算", "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.dataset_process": "用於知識庫文件處理",
"model.defaultConfig": "額外 Body 參數", "model.defaultConfig": "額外 Body 參數",
"model.defaultConfig_tip": "每次請求時候,都會攜帶該額外 Body 參數", "model.defaultConfig_tip": "每次請求時候,都會攜帶該額外 Body 參數",
...@@ -71,8 +57,6 @@ ...@@ -71,8 +57,6 @@
"model.default_token_tip": "索引模型預設文字分塊的長度,必須小於最大上文", "model.default_token_tip": "索引模型預設文字分塊的長度,必須小於最大上文",
"model.delete_model_confirm": "確認刪除該模型?", "model.delete_model_confirm": "確認刪除該模型?",
"model.edit_model": "模型參數編輯", "model.edit_model": "模型參數編輯",
"model.function_call": "支援函式呼叫",
"model.function_call_tip": "如果模型支援函式呼叫,則開啟該開關。\n工具呼叫優先權更高。",
"model.input_price": "模型輸入價格", "model.input_price": "模型輸入價格",
"model.input_price_tip": "語言模型輸入價格,如果設定了該項,則模型綜合價格會失效", "model.input_price_tip": "語言模型輸入價格,如果設定了該項,則模型綜合價格會失效",
"model.json_config": "設定檔", "model.json_config": "設定檔",
...@@ -102,7 +86,6 @@ ...@@ -102,7 +86,6 @@
"model.tool_choice_tip": "如果該模型支援工具呼叫,則開啟該開關", "model.tool_choice_tip": "如果該模型支援工具呼叫,則開啟該開關",
"model.used_in_classify": "用於問題分類", "model.used_in_classify": "用於問題分類",
"model.used_in_extract_fields": "用於文字擷取", "model.used_in_extract_fields": "用於文字擷取",
"model.used_in_query_extension": "用於問題優化",
"model.used_in_tool_call": "用於工具呼叫節點", "model.used_in_tool_call": "用於工具呼叫節點",
"model.vision": "支援圖片識別", "model.vision": "支援圖片識別",
"model.vision_tag": "視覺", "model.vision_tag": "視覺",
...@@ -117,7 +100,6 @@ ...@@ -117,7 +100,6 @@
"order_type": "訂單類型", "order_type": "訂單類型",
"payment_method": "支付方式", "payment_method": "支付方式",
"personal_information": "個人資訊", "personal_information": "個人資訊",
"personalization": "個人化",
"promotion_records": "促銷記錄", "promotion_records": "促銷記錄",
"requests_per_minute": "QPM", "requests_per_minute": "QPM",
"reset_default": "恢復預設設定", "reset_default": "恢復預設設定",
......
{ {
"key_tips": "你可以使用 API 金鑰存取一些特定的介面(無法存取應用,存取應用程式需使用應用程式內的 API key)" "key_tips": "你可以使用 API 金鑰存取一些特定的介面(無法存取應用,存取應用程式需使用應用程式內的 API key)"
} }
\ No newline at end of file
...@@ -12,24 +12,20 @@ ...@@ -12,24 +12,20 @@
"confirm": "確認", "confirm": "確認",
"contact_phone": "聯絡電話", "contact_phone": "聯絡電話",
"contact_phone_void": "聯絡電話格式錯誤", "contact_phone_void": "聯絡電話格式錯誤",
"day": "天",
"default_header": "預設抬頭", "default_header": "預設抬頭",
"detail": "詳細資訊", "detail": "詳細資訊",
"email_address": "郵件地址", "email_address": "郵件地址",
"invoice_amount": "開票金額", "invoice_amount": "開票金額",
"invoice_detail": "發票詳細資訊", "invoice_detail": "發票詳細資訊",
"invoice_sending_info": "發票將在 3-7 個工作天內傳送至郵箱,請耐心等待", "invoice_sending_info": "發票將在 3-7 個工作天內傳送至郵箱,請耐心等待",
"mm": "毫米",
"need_special_invoice": "是否需要專票", "need_special_invoice": "是否需要專票",
"no_invoice_record": "無帳單記錄~", "no_invoice_record": "無帳單記錄~",
"no_invoice_record_tip": "暫無開立發票紀錄", "no_invoice_record_tip": "暫無開立發票紀錄",
"organization_name": "組織名稱", "organization_name": "組織名稱",
"payway_coupon": "兌換碼", "payway_coupon": "兌換碼",
"rerank": "結果重排",
"save": "儲存", "save": "儲存",
"save_failed": "儲存異常", "save_failed": "儲存異常",
"save_success": "儲存成功", "save_success": "儲存成功",
"sub_mode_custom": "自定義",
"submit_failed": "提交失敗", "submit_failed": "提交失敗",
"submit_success": "提交成功", "submit_success": "提交成功",
"submitted": "已提交", "submitted": "已提交",
...@@ -40,7 +36,5 @@ ...@@ -40,7 +36,5 @@
"total_amount": "總金額", "total_amount": "總金額",
"type": "類型", "type": "類型",
"unit_code": "統一信用代碼", "unit_code": "統一信用代碼",
"unit_code_void": "統一信用代碼格式錯誤",
"update": "更新",
"wecom_not_pay_tip": "未支付,即將跳轉支付地址" "wecom_not_pay_tip": "未支付,即將跳轉支付地址"
} }
{ {
"account_duplicate": "帳號",
"account_knowledge_base_cleanup_warning": "免費版團隊連續 30 天未登入系統時,系統會自動清理帳號知識庫。", "account_knowledge_base_cleanup_warning": "免費版團隊連續 30 天未登入系統時,系統會自動清理帳號知識庫。",
"active": "生效中", "active": "生效中",
"ai_points": "AI 積分", "ai_points": "AI 積分",
"ai_points_calculation_standard": "AI 積分", "ai_points_calculation_standard": "AI 積分",
"ai_points_usage": "AI 積分使用量",
"ai_points_usage_tip": "每次呼叫 AI 模型時,都會消耗一定的 AI 積分。\n具體的計算標準可參考上方的「計費標準」。", "ai_points_usage_tip": "每次呼叫 AI 模型時,都會消耗一定的 AI 積分。\n具體的計算標準可參考上方的「計費標準」。",
"app_amount": "Agent 數量", "app_amount": "Agent 數量",
"app_registration_count": "備案應用數量", "app_registration_count": "備案應用數量",
...@@ -12,7 +10,6 @@ ...@@ -12,7 +10,6 @@
"avatar": "頭像", "avatar": "頭像",
"avatar_can_only_select_jpg_png": "頭像只能選擇 jpg 或 png 格式", "avatar_can_only_select_jpg_png": "頭像只能選擇 jpg 或 png 格式",
"avatar_can_only_select_one": "頭像只能選擇一張圖片", "avatar_can_only_select_one": "頭像只能選擇一張圖片",
"avatar_selection_exception": "頭像選擇異常",
"balance": "餘額", "balance": "餘額",
"billing_standard": "計費標準", "billing_standard": "計費標準",
"cancel": "取消", "cancel": "取消",
...@@ -20,7 +17,6 @@ ...@@ -20,7 +17,6 @@
"check_purchase_history": "查看訂單", "check_purchase_history": "查看訂單",
"choose_avatar": "點選選擇頭像", "choose_avatar": "點選選擇頭像",
"click_modify_nickname": "點選修改暱稱", "click_modify_nickname": "點選修改暱稱",
"code_required": "驗證碼不能為空",
"confirm": "確認", "confirm": "確認",
"confirm_password": "確認密碼", "confirm_password": "確認密碼",
"contact_customer_service": "聯絡客服", "contact_customer_service": "聯絡客服",
...@@ -30,7 +26,6 @@ ...@@ -30,7 +26,6 @@
"dataset_amount": "知識庫數量", "dataset_amount": "知識庫數量",
"discount_coupon": "優惠券", "discount_coupon": "優惠券",
"effective_time": "生效時間", "effective_time": "生效時間",
"email_label": "信箱",
"exchange": "兌換", "exchange": "兌換",
"exchange_failure": "兌換失敗", "exchange_failure": "兌換失敗",
"exchange_success": "兌換成功", "exchange_success": "兌換成功",
...@@ -39,34 +34,25 @@ ...@@ -39,34 +34,25 @@
"expired_tips": "已經過期了哦~", "expired_tips": "已經過期了哦~",
"general_info": "通用資訊", "general_info": "通用資訊",
"group": "群組", "group": "群組",
"help_chatbot": "機器人助手",
"help_document": "幫助文件", "help_document": "幫助文件",
"knowledge_base_capacity": "知識庫容量",
"manage": "管理",
"member_amount": "成員數量", "member_amount": "成員數量",
"member_name": "成員名", "member_name": "成員名",
"month": "月", "month": "月",
"new_password": "新密碼", "new_password": "新密碼",
"not_started_tips": "未開始", "not_started_tips": "未開始",
"notification_receiving": "通知接收",
"old_password": "舊密碼", "old_password": "舊密碼",
"package_and_usage": "套餐與用量", "package_and_usage": "套餐與用量",
"package_details": "套餐詳細資訊", "package_details": "套餐詳細資訊",
"package_expiry_time": "套餐到期時間", "package_expiry_time": "套餐到期時間",
"package_usage_rules": "套餐使用規則:系統優先使用更進階的套餐,原未用完的套餐將延遲生效", "package_usage_rules": "套餐使用規則:系統優先使用更進階的套餐,原未用完的套餐將延遲生效",
"password": "密碼", "password": "密碼",
"password_mismatch": "密碼不一致:兩次密碼不一致",
"password_tip": "密碼至少 8 位,且至少包含兩種組合:數字、字母或特殊字元", "password_tip": "密碼至少 8 位,且至少包含兩種組合:數字、字母或特殊字元",
"password_update_error": "修改密碼異常", "password_update_error": "修改密碼異常",
"password_update_success": "修改密碼成功", "password_update_success": "修改密碼成功",
"pending_usage": "待使用", "pending_usage": "待使用",
"phone_label": "手機號",
"please_bind_contact": "請綁定聯繫方式", "please_bind_contact": "請綁定聯繫方式",
"please_bind_notification_receiving_path": "請先綁定通知接收途徑",
"purchase_extra_package": "購買額外套餐", "purchase_extra_package": "購買額外套餐",
"redeem_coupon": "兌換代碼", "redeem_coupon": "兌換代碼",
"reminder_create_bound_notification_account": "提醒建立者綁定通知帳號",
"reset_password": "重置密碼",
"resource_usage": "資源用量", "resource_usage": "資源用量",
"select_avatar": "點選選擇頭像", "select_avatar": "點選選擇頭像",
"standard_package_and_extra_resource_package": "包含標準套餐與額外資源包", "standard_package_and_extra_resource_package": "包含標準套餐與額外資源包",
...@@ -86,7 +72,6 @@ ...@@ -86,7 +72,6 @@
"used_tips": "已使用", "used_tips": "已使用",
"user_account": "帳號", "user_account": "帳號",
"user_team_team_name": "團隊", "user_team_team_name": "團隊",
"verification_code": "驗證碼",
"you_can_convert": "您可以兌換", "you_can_convert": "您可以兌換",
"yuan": "元" "yuan": "元"
} }
{ {
"notification_detail": "通知詳細資訊", "notification_detail": "通知詳細資訊",
"no_notifications": "暫無通知", "no_notifications": "暫無通知",
"read": "已讀",
"system": "官方", "system": "官方",
"team": "團隊" "team": "團隊"
} }
\ No newline at end of file
{ {
"Hunyuan": "騰訊混元",
"aipoint_usage": "積分消耗", "aipoint_usage": "積分消耗",
"all": "全部", "all": "全部",
"api_key": "API 金鑰", "api_key": "API 金鑰",
"avg_response_time": "平均調用時長(秒)", "avg_response_time": "平均調用時長(秒)",
"avg_ttfb": "平均首字時長(秒)", "avg_ttfb": "平均首字時長(秒)",
"azure": "Azure",
"base_url": "代理地址", "base_url": "代理地址",
"batch_size": "並發請求數", "batch_size": "並發請求數",
"cache_hit_analysis": "緩存分析", "cache_hit_analysis": "緩存分析",
...@@ -24,22 +22,10 @@ ...@@ -24,22 +22,10 @@
"confirm_delete_channel": "確認刪除【{{name}}】管道?", "confirm_delete_channel": "確認刪除【{{name}}】管道?",
"copy_model_id_success": "已復制模型 id", "copy_model_id_success": "已復制模型 id",
"create_channel": "新增管道", "create_channel": "新增管道",
"dashboard_call_trend": "模型呼叫次數趨勢",
"dashboard_channel": "管道", "dashboard_channel": "管道",
"dashboard_cost_trend": "積分消耗",
"dashboard_error_calls": "錯誤次數",
"dashboard_input_tokens": "輸入Tokens",
"dashboard_model": "模型", "dashboard_model": "模型",
"dashboard_no_data": "暫無資料", "dashboard_no_data": "暫無資料",
"dashboard_output_tokens": "輸出Tokens",
"dashboard_points": "積分",
"dashboard_success_calls": "成功次數",
"dashboard_token_trend": "Tokens使用趨勢",
"dashboard_token_usage": "Tokens 消耗", "dashboard_token_usage": "Tokens 消耗",
"dashboard_total_calls": "總呼叫次數:",
"dashboard_total_cost": "總成本",
"dashboard_total_cost_label": "總成本:",
"dashboard_total_tokens": "總Tokens",
"default_url": "預設地址", "default_url": "預設地址",
"detail": "詳細資訊", "detail": "詳細資訊",
"duration": "耗時", "duration": "耗時",
...@@ -47,8 +33,6 @@ ...@@ -47,8 +33,6 @@
"edit_channel": "管道設定", "edit_channel": "管道設定",
"enable_channel": "啟用", "enable_channel": "啟用",
"forbid_channel": "停用", "forbid_channel": "停用",
"helper_bot_model": "輔助生成模型",
"helper_bot_model_tip": "用於輔助生成 Agent",
"input": "輸入", "input": "輸入",
"key_type": "API key 格式:", "key_type": "API key 格式:",
"log": "呼叫日誌", "log": "呼叫日誌",
......
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
"time": "時間", "time": "時間",
"total_invited": "累計邀請人數", "total_invited": "累計邀請人數",
"type": "類型" "type": "類型"
} }
\ No newline at end of file
{ {
"language": "語言", "language": "語言",
"personalization": "個人化",
"timezone": "時區", "timezone": "時區",
"update_data_success": "更新資料成功" "update_data_success": "更新資料成功"
} }
\ No newline at end of file
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
"30mins": "30 分鐘", "30mins": "30 分鐘",
"7days": "7 天", "7days": "7 天",
"accept": "接受", "accept": "接受",
"action": "操作",
"admin_add_plan": "添加團隊套餐", "admin_add_plan": "添加團隊套餐",
"admin_add_user": "添加用戶", "admin_add_user": "添加用戶",
"admin_change_license": "變更許可證",
"admin_create_app_template": "添加模板", "admin_create_app_template": "添加模板",
"admin_create_plugin": "添加插件", "admin_create_plugin": "添加插件",
"admin_create_plugin_group": "創建插件分組", "admin_create_plugin_group": "創建插件分組",
...@@ -114,11 +112,9 @@ ...@@ -114,11 +112,9 @@
"kick_out_team": "移除成員", "kick_out_team": "移除成員",
"label_sync": "標籤同步", "label_sync": "標籤同步",
"leave": "已離職", "leave": "已離職",
"leave_team_failed": "離開團隊異常",
"link_forbidden": "禁用", "link_forbidden": "禁用",
"log_admin_add_plan": "【{{name}}】將給團隊id為【{{teamId}}】的團隊添加了套餐", "log_admin_add_plan": "【{{name}}】將給團隊id為【{{teamId}}】的團隊添加了套餐",
"log_admin_add_user": "【{{name}}】創建了一個名為【{{userName}}】的用戶", "log_admin_add_user": "【{{name}}】創建了一個名為【{{userName}}】的用戶",
"log_admin_change_license": "【{{name}}】變更了License",
"log_admin_create_app_template": "【{{name}}】添加了名為【{{templateName}}】的模板", "log_admin_create_app_template": "【{{name}}】添加了名為【{{templateName}}】的模板",
"log_admin_create_plugin": "【{{name}}】添加了名為【{{pluginName}}】的插件", "log_admin_create_plugin": "【{{name}}】添加了名為【{{pluginName}}】的插件",
"log_admin_create_plugin_group": "【{{name}}】創建了名為【{{groupName}}】的插件分組", "log_admin_create_plugin_group": "【{{name}}】創建了名為【{{groupName}}】的插件分組",
...@@ -203,10 +199,8 @@ ...@@ -203,10 +199,8 @@
"manage_member": "管理成員", "manage_member": "管理成員",
"manage_per": "管理權限", "manage_per": "管理權限",
"member": "成員", "member": "成員",
"member_group": "所屬成員組",
"move_app": "應用位置移動", "move_app": "應用位置移動",
"move_dataset": "移動知識庫", "move_dataset": "移動知識庫",
"move_member": "移動成員",
"move_org": "行動部門", "move_org": "行動部門",
"notification_recieve": "團隊通知接收", "notification_recieve": "團隊通知接收",
"org": "組織", "org": "組織",
...@@ -226,16 +220,12 @@ ...@@ -226,16 +220,12 @@
"purchase_plan": "升級套餐", "purchase_plan": "升級套餐",
"recover_team_member": "成員恢復", "recover_team_member": "成員恢復",
"relocate_department": "部門移動", "relocate_department": "部門移動",
"remark": "備註",
"remove_tip": "確認將 {{username}} 移出團隊?成員將被標記為“離開”,不刪除操作數據,賬號下資源自動轉讓給團隊所有者。", "remove_tip": "確認將 {{username}} 移出團隊?成員將被標記為“離開”,不刪除操作數據,賬號下資源自動轉讓給團隊所有者。",
"restore_tip": "確認將 {{username}} 加入團隊嗎?\n僅恢復該成員賬號可用性及相關權限,無法恢復賬號下資源。", "restore_tip": "確認將 {{username}} 加入團隊嗎?\n僅恢復該成員賬號可用性及相關權限,無法恢復賬號下資源。",
"restore_tip_title": "恢復確認",
"retain_admin_permissions": "保留管理員權限", "retain_admin_permissions": "保留管理員權限",
"retrain_collection": "重新訓練集合", "retrain_collection": "重新訓練集合",
"save_and_publish": "儲存並發布", "save_and_publish": "儲存並發布",
"search_log": "搜索日誌",
"search_member": "搜索成員", "search_member": "搜索成員",
"search_member_group_name": "搜尋成員/群組名稱",
"search_org": "搜索部門", "search_org": "搜索部門",
"search_test": "搜索測試", "search_test": "搜索測試",
"set_invoice_header": "設置發票抬頭", "set_invoice_header": "設置發票抬頭",
...@@ -255,10 +245,6 @@ ...@@ -255,10 +245,6 @@
"transfer_warning": "警告:轉讓團隊所有權後,您將失去所有管理權限,且此操作不可撤銷。請謹慎操作。", "transfer_warning": "警告:轉讓團隊所有權後,您將失去所有管理權限,且此操作不可撤銷。請謹慎操作。",
"type.Folder": "資料夾", "type.Folder": "資料夾",
"type.Http plugin": "HTTP 外掛", "type.Http plugin": "HTTP 外掛",
"type.Plugin": "外掛",
"type.Simple bot": "簡易應用程式",
"type.Tool": "工具",
"type.Tool set": "工具集",
"type.Workflow bot": "工作流程", "type.Workflow bot": "工作流程",
"unlimited": "無限制", "unlimited": "無限制",
"update": "更新", "update": "更新",
...@@ -275,6 +261,5 @@ ...@@ -275,6 +261,5 @@
"user_name": "使用者名稱", "user_name": "使用者名稱",
"user_team_invite_member": "邀請成員", "user_team_invite_member": "邀請成員",
"user_team_leave_team": "離開團隊", "user_team_leave_team": "離開團隊",
"user_team_leave_team_failed": "離開團隊失敗", "user_team_leave_team_failed": "離開團隊失敗"
"waiting": "待接受"
} }
{ {
"configured": "已設定", "configured": "已設定",
"error.no_permission": "請聯絡管理員設定", "error.no_permission": "請聯絡管理員設定",
"get_usage_failed": "獲取使用量失敗",
"laf_account": "af 帳號", "laf_account": "af 帳號",
"no_intro": "暫無說明", "no_intro": "暫無說明",
"not_configured": "未設定", "not_configured": "未設定",
"open_api_notice": "可以填寫 OpenAI/OneAPI 的相關金鑰。\n如果你填寫了該內容,在線上平臺使用【AI 對話】、【問題分類】和【內容提取】將會走你填寫的 Key,不會計費用。\n請注意你的 Key 是否有存取對應模型的權限。 \nGPT 模型可以選擇 FastAI。", "open_api_notice": "可以填寫 OpenAI/OneAPI 的相關金鑰。\n如果你填寫了該內容,在線上平臺使用【AI 對話】、【問題分類】和【內容提取】將會走你填寫的 Key,不會計費用。\n請注意你的 Key 是否有存取對應模型的權限。 \nGPT 模型可以選擇 FastAI。",
"openai_account_configuration": "OpenAI/OneAPI 帳號", "openai_account_configuration": "OpenAI/OneAPI 帳號",
"openai_account_setting_exception": "設置 OpenAI 賬號異常",
"request_address_notice": "請求地址,預設為 openai 官方。可填中轉位址,未自動補全 \"v1\"", "request_address_notice": "請求地址,預設為 openai 官方。可填中轉位址,未自動補全 \"v1\"",
"third_party_account": "第三方賬號", "third_party_account": "第三方賬號",
"third_party_account.configured": "已配置",
"third_party_account.not_configured": "未配置",
"third_party_account_desc": "管理員可以在這裡設定第三方帳號或變數,該帳號將被團隊所有人使用", "third_party_account_desc": "管理員可以在這裡設定第三方帳號或變數,該帳號將被團隊所有人使用",
"unavailable": "取得使用量異常", "unavailable": "取得使用量異常",
"usage": "使用量:", "usage": "使用量:",
......
...@@ -2,16 +2,13 @@ ...@@ -2,16 +2,13 @@
"agent_call": "Agent 調用", "agent_call": "Agent 調用",
"ai.query_extension_embedding": "問題優化-embedding", "ai.query_extension_embedding": "問題優化-embedding",
"ai_model": "AI 模型", "ai_model": "AI 模型",
"all": "所有",
"app_name": "應用程式名", "app_name": "應用程式名",
"auto_index": "索引增強", "auto_index": "索引增強",
"billing_module": "扣費模組", "billing_module": "扣費模組",
"llm_compress_text": "文件內容壓縮", "llm_compress_text": "文件內容壓縮",
"compress_llm_messages": "AI 歷史記錄壓縮", "compress_llm_messages": "AI 歷史記錄壓縮",
"confirm_export": "共篩選出 {{total}} 條資料,是否確認匯出?",
"context_pick": "上下文選取", "context_pick": "上下文選取",
"count": "運行次數", "count": "運行次數",
"current_filter_conditions": "目前篩選條件:",
"dashboard": "儀表板", "dashboard": "儀表板",
"dataset_chunk_selection": "知識庫分塊裁切", "dataset_chunk_selection": "知識庫分塊裁切",
"dataset_search": "知識庫搜索", "dataset_search": "知識庫搜索",
...@@ -22,10 +19,7 @@ ...@@ -22,10 +19,7 @@
"evaluation": "應用評測", "evaluation": "應用評測",
"every_day": "天", "every_day": "天",
"every_month": "月", "every_month": "月",
"every_week": "每週",
"export_confirm": "匯出確認",
"export_confirm_tip": "目前共 {{total}} 筆使用記錄,確認匯出?", "export_confirm_tip": "目前共 {{total}} 筆使用記錄,確認匯出?",
"export_success": "導出成功",
"export_title": "時間,成員,類型,項目名,AI 積分消耗", "export_title": "時間,成員,類型,項目名,AI 積分消耗",
"feishu": "飛書", "feishu": "飛書",
"generation_time": "生成時間", "generation_time": "生成時間",
...@@ -36,9 +30,7 @@ ...@@ -36,9 +30,7 @@
"llm_paragraph": "模型分段", "llm_paragraph": "模型分段",
"mcp": "MCP 調用", "mcp": "MCP 調用",
"member": "成員", "member": "成員",
"member_name": "成員名",
"module_name": "模組名", "module_name": "模組名",
"month": "月",
"no_usage_records": "暫無使用紀錄", "no_usage_records": "暫無使用紀錄",
"official_account": "公眾號", "official_account": "公眾號",
"order_number": "訂單編號", "order_number": "訂單編號",
...@@ -51,10 +43,8 @@ ...@@ -51,10 +43,8 @@
"qa": "問答對提取", "qa": "問答對提取",
"rerank": "結果重排", "rerank": "結果重排",
"search_test": "搜索測試", "search_test": "搜索測試",
"select_member_and_source_first": "請先選取成員和類型",
"share": "分享連結", "share": "分享連結",
"source": "來源", "source": "來源",
"step_call": "階段 Agent 調用",
"step_summary": "步驟總結", "step_summary": "步驟總結",
"text_length": "文字長度", "text_length": "文字長度",
"token_length": "token 長度", "token_length": "token 長度",
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
"LLM_model_response_empty": "模型流程回應為空,請檢查模型流程輸出是否正常", "LLM_model_response_empty": "模型流程回應為空,請檢查模型流程輸出是否正常",
"Next": "下一個", "Next": "下一個",
"Previous": "上一個", "Previous": "上一個",
"agent_plan_continue": "繼續規劃",
"agent_plan_parse_retry_tip": "規劃結果格式異常,請補充一句需求後我重新生成計畫。", "agent_plan_parse_retry_tip": "規劃結果格式異常,請補充一句需求後我重新生成計畫。",
"ai_reasoning": "思考過程", "ai_reasoning": "思考過程",
"back_to_text": "返回輸入", "back_to_text": "返回輸入",
...@@ -39,8 +38,6 @@ ...@@ -39,8 +38,6 @@
"content_empty": "無內容", "content_empty": "無內容",
"context_pick": "上下文選取", "context_pick": "上下文選取",
"continue_run": "繼續運行", "continue_run": "繼續運行",
"core.chat.moveCancel": "上滑取消",
"core.chat.shortSpeak": "說話時間太短",
"csv_input_lexicon_tip": "僅支援 CSV 批次匯入,點選下載範本", "csv_input_lexicon_tip": "僅支援 CSV 批次匯入,點選下載範本",
"custom_input_guide_url": "自訂詞彙庫網址", "custom_input_guide_url": "自訂詞彙庫網址",
"data_source": "來源知識庫:{{name}}", "data_source": "來源知識庫:{{name}}",
...@@ -54,14 +51,10 @@ ...@@ -54,14 +51,10 @@
"file_amount_over": "超出檔案數量上限 {{max}}", "file_amount_over": "超出檔案數量上限 {{max}}",
"file_input": "檔案輸入", "file_input": "檔案輸入",
"file_input_tip": "可透過「外掛程式啟動」節點的「檔案連結」取得對應檔案的連結", "file_input_tip": "可透過「外掛程式啟動」節點的「檔案連結」取得對應檔案的連結",
"file_parse": "文件解析",
"history_slider.home.title": "聊天", "history_slider.home.title": "聊天",
"home.chat_app": "首页聊天", "home.chat_app": "首页聊天",
"home.chat_id": "會話ID",
"home.no_available_tools": "暫無可用工具",
"home.select_tools": "選擇工具", "home.select_tools": "選擇工具",
"home.tools": "工具:{{num}}", "home.tools": "工具:{{num}}",
"images_collection_not_supported": "圖片資料集不支持開啟原文",
"in_progress": "進行中", "in_progress": "進行中",
"input_guide": "輸入導引", "input_guide": "輸入導引",
"input_guide_lexicon": "詞彙庫", "input_guide_lexicon": "詞彙庫",
...@@ -71,7 +64,6 @@ ...@@ -71,7 +64,6 @@
"internal_variables_tip": "內部變量僅調試時可見", "internal_variables_tip": "內部變量僅調試時可見",
"invalid_share_url": "無效的分享鏈接", "invalid_share_url": "無效的分享鏈接",
"is_chatting": "對話進行中...請稍候", "is_chatting": "對話進行中...請稍候",
"items": "筆",
"llm_request_ids": "LLM 請求詳情", "llm_request_ids": "LLM 請求詳情",
"llm_tokens": "LLM tokens", "llm_tokens": "LLM tokens",
"log.error.collapse": "折疊", "log.error.collapse": "折疊",
...@@ -81,16 +73,10 @@ ...@@ -81,16 +73,10 @@
"log.feedback.mark_as_read": "標為已讀", "log.feedback.mark_as_read": "標為已讀",
"log.feedback.read": "已讀", "log.feedback.read": "已讀",
"log.feedback.show_feedback": "顯示反饋", "log.feedback.show_feedback": "顯示反饋",
"log.navigation.next": "下一條",
"log.navigation.previous": "上一條",
"master_agent_call": "主 agent 調用", "master_agent_call": "主 agent 調用",
"module_runtime_and": "模組執行總時間", "module_runtime_and": "模組執行總時間",
"multiple_AI_conversations": "多組 AI 對話",
"new_input_guide_lexicon": "新增詞彙庫", "new_input_guide_lexicon": "新增詞彙庫",
"no_invalid_app": "您賬號下沒有可用的應用",
"no_workflow_response": "無工作流程資料", "no_workflow_response": "無工作流程資料",
"not_query": "缺少查詢內容",
"not_select_file": "尚未選取檔案",
"plan_agent": "規劃 Agent", "plan_agent": "規劃 Agent",
"plan_check_tip": "規劃已生成,您可繼續對話來微調當前規劃", "plan_check_tip": "規劃已生成,您可繼續對話來微調當前規劃",
"plugins_output": "外掛程式輸出", "plugins_output": "外掛程式輸出",
...@@ -123,40 +109,24 @@ ...@@ -123,40 +109,24 @@
"search_results": "搜索結果", "search_results": "搜索結果",
"select": "選取", "select": "選取",
"select_file": "上傳檔案", "select_file": "上傳檔案",
"select_file_img": "上傳檔案 / 圖片",
"select_img": "上傳圖片",
"setting.copyright.basic_configuration": "基礎配置",
"setting.copyright.copyright_configuration": "版權配置", "setting.copyright.copyright_configuration": "版權配置",
"setting.copyright.diagram": "示意圖", "setting.copyright.diagram": "示意圖",
"setting.copyright.file_size_exceeds_limit": "文件大小超出限制,最大支持 {{maxSize}}",
"setting.copyright.immediate_upload_required": "此功能需要立即上傳",
"setting.copyright.logo": "Logo", "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.style_diagram": "樣式示意圖",
"setting.copyright.tips": "建議比例 4:1", "setting.copyright.tips": "建議比例 4:1",
"setting.copyright.tips.square": "建議比例 1:1", "setting.copyright.tips.square": "建議比例 1:1",
"setting.copyright.title": "版權信息",
"setting.copyright.upload_fail": "文件上傳失敗",
"setting.data_dashboard.title": "首頁數據", "setting.data_dashboard.title": "首頁數據",
"setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram_zh-Hant.png", "setting.fastgpt_chat_diagram": "/imgs/chat/fastgpt_chat_diagram_zh-Hant.png",
"setting.favourite.add_new_app": "添加應用", "setting.favourite.add_new_app": "添加應用",
"setting.favourite.cancel_button": "取消", "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": "確認刪除 {{name}} ?\n該分類下的應用將被移動至默認",
"setting.favourite.categories_modal.delete_confirm_button": "刪除",
"setting.favourite.categories_modal.delete_confirm_title": "確認刪除",
"setting.favourite.categories_modal.title": "共 {{num}} 個分類", "setting.favourite.categories_modal.title": "共 {{num}} 個分類",
"setting.favourite.category.no_data": "暫無可用精選應用", "setting.favourite.category.no_data": "暫無可用精選應用",
"setting.favourite.category_all": "全部分類", "setting.favourite.category_all": "全部分類",
"setting.favourite.category_placeholder": "選擇分類", "setting.favourite.category_placeholder": "選擇分類",
"setting.favourite.category_tab.all": "全部", "setting.favourite.category_tab.all": "全部",
"setting.favourite.confirm_button": "確定", "setting.favourite.confirm_button": "確定",
"setting.favourite.delete_app_cancel_button": "取消",
"setting.favourite.delete_app_confirm": "確定要移除該精選應用嗎?", "setting.favourite.delete_app_confirm": "確定要移除該精選應用嗎?",
"setting.favourite.delete_app_confirm_button": "確定",
"setting.favourite.delete_app_title": "刪除應用",
"setting.favourite.manage_categories_button": "分類管理", "setting.favourite.manage_categories_button": "分類管理",
"setting.favourite.save_category_for_app_button": "保存", "setting.favourite.save_category_for_app_button": "保存",
"setting.favourite.search_placeholder": "搜索應用", "setting.favourite.search_placeholder": "搜索應用",
...@@ -170,7 +140,6 @@ ...@@ -170,7 +140,6 @@
"setting.home.available_tools": "可用工具", "setting.home.available_tools": "可用工具",
"setting.home.available_tools.add": "添加", "setting.home.available_tools.add": "添加",
"setting.home.cancel_button": "取消", "setting.home.cancel_button": "取消",
"setting.home.commercial_version": "商業版",
"setting.home.confirm_button": "確定", "setting.home.confirm_button": "確定",
"setting.home.diagram": "示意圖", "setting.home.diagram": "示意圖",
"setting.home.dialogue_tips": "對話框提示文字", "setting.home.dialogue_tips": "對話框提示文字",
...@@ -187,10 +156,7 @@ ...@@ -187,10 +156,7 @@
"setting.home.slogan.default": "你好👋,我是 FastGPT ! 請問有什麼可以幫你?", "setting.home.slogan.default": "你好👋,我是 FastGPT ! 請問有什麼可以幫你?",
"setting.home.slogan_placeholder": "請輸入 Slogan", "setting.home.slogan_placeholder": "請輸入 Slogan",
"setting.home.title": "首頁配置", "setting.home.title": "首頁配置",
"setting.incorrect_plan": "當前套餐不支持該功能,請升級訂閱套餐",
"setting.incorrect_version": "當前版本不支持該功能",
"setting.log_details.title": "首頁日誌", "setting.log_details.title": "首頁日誌",
"setting.logs.title": "首頁日誌",
"setting.save": "保存", "setting.save": "保存",
"setting.save_success": "保存成功", "setting.save_success": "保存成功",
"sidebar.favourite_apps": "精選應用", "sidebar.favourite_apps": "精選應用",
...@@ -206,8 +172,6 @@ ...@@ -206,8 +172,6 @@
"tool_input": "工具輸入", "tool_input": "工具輸入",
"tool_output": "工具輸出", "tool_output": "工具輸出",
"unsupported_file_type": "不支援的檔案類型", "unsupported_file_type": "不支援的檔案類型",
"upload": "上傳",
"variable_invisable_in_share": "外部變量在免登錄鏈接中不可見", "variable_invisable_in_share": "外部變量在免登錄鏈接中不可見",
"view_citations": "檢視引用", "view_citations": "檢視引用"
"web_site_sync": "網站同步"
} }
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
"Progress": "進度", "Progress": "進度",
"Start_end_time": "開始時間 / 結束時間", "Start_end_time": "開始時間 / 結束時間",
"Task_name_placeholder": "請輸入任務名", "Task_name_placeholder": "請輸入任務名",
"answer": "標準答案",
"app_required": "請選擇評測應用", "app_required": "請選擇評測應用",
"app_response": "應用輸出", "app_response": "應用輸出",
"back": "退出", "back": "退出",
...@@ -20,18 +19,15 @@ ...@@ -20,18 +19,15 @@
"comfirm_delete_task": "確認刪除該任務及其所有數據?", "comfirm_delete_task": "確認刪除該任務及其所有數據?",
"completed": "已完成", "completed": "已完成",
"create_task": "創建任務", "create_task": "創建任務",
"data": "數據",
"data_list": "數據列表", "data_list": "數據列表",
"error": "異常", "error": "異常",
"error_tooltip": "有異常任務。 \n\n點擊後,打開任務詳情彈窗", "error_tooltip": "有異常任務。 \n\n點擊後,打開任務詳情彈窗",
"evaluating": "評估中", "evaluating": "評估中",
"evaluation": "應用評測", "evaluation": "應用評測",
"evaluation_export_title": "問題,標準答案,實際回答,狀態,綜合得分", "evaluation_export_title": "問題,標準答案,實際回答,狀態,綜合得分",
"evaluation_file_max_size": "{{count}} 條數據",
"export": "導出數據", "export": "導出數據",
"file_required": "請選擇評測文件", "file_required": "請選擇評測文件",
"file_uploading": "文件上傳中: {{num}}%", "file_uploading": "文件上傳中: {{num}}%",
"history": "歷史記錄",
"paused": "已暫停", "paused": "已暫停",
"question": "用戶問題", "question": "用戶問題",
"queuing": "排隊中", "queuing": "排隊中",
......
{ {
"app_alias_name": "工具名",
"app_description": "應用描述", "app_description": "應用描述",
"app_name": "應用名", "app_name": "應用名",
"apps": "暴露的應用", "apps": "暴露的應用",
...@@ -12,7 +11,6 @@ ...@@ -12,7 +11,6 @@
"mcp_apps": "關聯應用數量", "mcp_apps": "關聯應用數量",
"mcp_endpoints": "接入地址", "mcp_endpoints": "接入地址",
"mcp_json_config": "接入腳本", "mcp_json_config": "接入腳本",
"mcp_link_way": "接入方式",
"mcp_name": "MCP 服務名", "mcp_name": "MCP 服務名",
"mcp_server": "MCP 服務", "mcp_server": "MCP 服務",
"mcp_server_description": "允許你選擇部分應用,以 MCP 的協議對外提供使用。\n由於 MCP 協議的不成熟,該功能仍處於測試階段。", "mcp_server_description": "允許你選擇部分應用,以 MCP 的協議對外提供使用。\n由於 MCP 協議的不成熟,該功能仍處於測試階段。",
......
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
"apidataset_configuration": "配寘資訊", "apidataset_configuration": "配寘資訊",
"auto_indexes": "自動生成補充索引", "auto_indexes": "自動生成補充索引",
"auto_indexes_tips": "透過大模型進行額外索引生成,提高語義豐富度,提高檢索的精度。", "auto_indexes_tips": "透過大模型進行額外索引生成,提高語義豐富度,提高檢索的精度。",
"auto_training_queue": "增強索引排隊",
"backup_collection": "備份數據",
"backup_dataset": "備份導入", "backup_dataset": "備份導入",
"backup_dataset_success": "備份創建成功", "backup_dataset_success": "備份創建成功",
"backup_dataset_tip": "可以將導出知識庫時,下載的 csv 文件重新導入。", "backup_dataset_tip": "可以將導出知識庫時,下載的 csv 文件重新導入。",
...@@ -25,25 +23,19 @@ ...@@ -25,25 +23,19 @@
"chunk_trigger_tips": "當滿足一定條件時才觸發分塊存儲,否則會直接完整存儲原文", "chunk_trigger_tips": "當滿足一定條件時才觸發分塊存儲,否則會直接完整存儲原文",
"close_auto_sync": "確認關閉自動同步功能?", "close_auto_sync": "確認關閉自動同步功能?",
"collection.Create update time": "建立/更新時間", "collection.Create update time": "建立/更新時間",
"collection.Training type": "分段模式",
"collection.export_all_chunks": "導出分塊", "collection.export_all_chunks": "導出分塊",
"collection.not_found": "集合不存在",
"collection.sync.submit": "已提交同步任務", "collection.sync.submit": "已提交同步任務",
"collection.training_type": "處理模式", "collection.training_type": "處理模式",
"collection_data_count": "資料量", "collection_data_count": "資料量",
"collection_metadata_custom_pdf_parse": "PDF 增強解析", "collection_metadata_custom_pdf_parse": "PDF 增強解析",
"collection_name": "數據集名稱", "collection_name": "數據集名稱",
"collection_not_support_retraining": "此集合類型不支援重新調整參數",
"collection_not_support_sync": "該集合不支援同步", "collection_not_support_sync": "該集合不支援同步",
"collection_sync": "立即同步", "collection_sync": "立即同步",
"collection_sync_confirm_tip": "確認開始同步資料?\n系統將會拉取最新資料進行比較,如果內容不相同,則會建立一個新的集合並刪除舊的集合,請確認!", "collection_sync_confirm_tip": "確認開始同步資料?\n系統將會拉取最新資料進行比較,如果內容不相同,則會建立一個新的集合並刪除舊的集合,請確認!",
"collection_tags": "集合標籤", "collection_tags": "集合標籤",
"common.dataset.data.Input Error Tip": "[圖片數據集] 處理過程錯誤:",
"common.error.unKnow": "未知錯誤", "common.error.unKnow": "未知錯誤",
"common_dataset": "通用資料集", "common_dataset": "通用資料集",
"common_dataset_desc": "通過導入文件、網頁鏈接或手動錄入形式構建知識庫", "common_dataset_desc": "通過導入文件、網頁鏈接或手動錄入形式構建知識庫",
"condition": "條件",
"config_sync_schedule": "設定定時同步",
"confirm_delete_collection": "確認刪除 {{num }} 個文件?", "confirm_delete_collection": "確認刪除 {{num }} 個文件?",
"confirm_import_images": "共 {{num}} 張圖片 | 確認創建", "confirm_import_images": "共 {{num}} 張圖片 | 確認創建",
"confirm_to_rebuild_embedding_tip": "確定要為資料集切換索引嗎?\n切換索引是一個重要的操作,需要對您資料集內所有資料重新建立索引,可能需要較長時間,請確保帳號內剩餘點數充足。\n\n此外,您還需要注意修改使用此資料集的應用程式,避免與其他索引模型資料集混用。", "confirm_to_rebuild_embedding_tip": "確定要為資料集切換索引嗎?\n切換索引是一個重要的操作,需要對您資料集內所有資料重新建立索引,可能需要較長時間,請確保帳號內剩餘點數充足。\n\n此外,您還需要注意修改使用此資料集的應用程式,避免與其他索引模型資料集混用。",
...@@ -56,26 +48,19 @@ ...@@ -56,26 +48,19 @@
"data_amount": "{{dataAmount}} 組資料,{{indexAmount}} 組索引", "data_amount": "{{dataAmount}} 組資料,{{indexAmount}} 組索引",
"data_error_amount": "{{errorAmount}} 組訓練異常", "data_error_amount": "{{errorAmount}} 組訓練異常",
"data_index_image": "圖片索引", "data_index_image": "圖片索引",
"data_index_num": "索引 {{index}}",
"data_parsing": "數據解析中", "data_parsing": "數據解析中",
"data_process_params": "處理參數",
"data_process_setting": "資料處理設定",
"data_uploading": "數據上傳中: {{num}}%", "data_uploading": "數據上傳中: {{num}}%",
"dataset.Chunk_Number": "分塊號", "dataset.Chunk_Number": "分塊號",
"dataset.Completed": "完成",
"dataset.Delete_Chunk": "刪除", "dataset.Delete_Chunk": "刪除",
"dataset.Edit_Chunk": "編輯", "dataset.Edit_Chunk": "編輯",
"dataset.Error_Message": "報錯資訊", "dataset.Error_Message": "報錯資訊",
"dataset.No_Error": "暫無異常資訊",
"dataset.Operation": "操作", "dataset.Operation": "操作",
"dataset.ReTrain": "重試", "dataset.ReTrain": "重試",
"dataset.Training Process": "訓練狀態", "dataset.Training Process": "訓練狀態",
"dataset.Training_Count": "{{count}} 組訓練中", "dataset.Training_Count": "{{count}} 組訓練中",
"dataset.Training_Errors": "異常", "dataset.Training_Errors": "異常",
"dataset.Training_QA": "{{count}} 組問答對訓練中",
"dataset.Training_Status": "訓練狀態", "dataset.Training_Status": "訓練狀態",
"dataset.Training_Waiting": "需等待 {{count}} 組資料", "dataset.Training_Waiting": "需等待 {{count}} 組資料",
"dataset.Unsupported operation": "操作不支援",
"dataset.no_collections": "尚無資料集", "dataset.no_collections": "尚無資料集",
"dataset.no_tags": "尚無標籤", "dataset.no_tags": "尚無標籤",
"default_params": "預設", "default_params": "預設",
...@@ -84,7 +69,6 @@ ...@@ -84,7 +69,6 @@
"edit_dataset_config": "編輯知識庫設定", "edit_dataset_config": "編輯知識庫設定",
"empty_collection": "空白數據集", "empty_collection": "空白數據集",
"enhanced_indexes": "索引增強", "enhanced_indexes": "索引增強",
"error.collectionNotFound": "找不到集合",
"external_file": "外部檔案庫", "external_file": "外部檔案庫",
"external_file_dataset_desc": "可以通過 API,使用外部文件庫構建知識庫", "external_file_dataset_desc": "可以通過 API,使用外部文件庫構建知識庫",
"external_id": "檔案讀取識別碼", "external_id": "檔案讀取識別碼",
...@@ -92,8 +76,6 @@ ...@@ -92,8 +76,6 @@
"external_read_url": "外部預覽網址", "external_read_url": "外部預覽網址",
"external_read_url_tip": "可以設定您檔案庫的讀取網址,方便對使用者進行讀取權限驗證。目前可使用 {{fileId}} 變數來代表外部檔案識別碼。", "external_read_url_tip": "可以設定您檔案庫的讀取網址,方便對使用者進行讀取權限驗證。目前可使用 {{fileId}} 變數來代表外部檔案識別碼。",
"external_url": "檔案存取網址", "external_url": "檔案存取網址",
"failedToLoadRootDirectories": "加載根目錄失敗",
"failedToLoadSubDirectories": "加載子目錄失敗",
"feishu_dataset": "飛書知識庫", "feishu_dataset": "飛書知識庫",
"feishu_dataset_config": "設定飛書知識庫", "feishu_dataset_config": "設定飛書知識庫",
"feishu_dataset_desc": "可透過設定飛書文件權限,使用飛書文件建構知識庫,文件不會進行二次儲存", "feishu_dataset_desc": "可透過設定飛書文件權限,使用飛書文件建構知識庫,文件不會進行二次儲存",
...@@ -101,19 +83,14 @@ ...@@ -101,19 +83,14 @@
"file_model_function_tip": "用於增強索引和問答生成", "file_model_function_tip": "用於增強索引和問答生成",
"filename": "檔案名稱", "filename": "檔案名稱",
"folder_dataset": "資料夾", "folder_dataset": "資料夾",
"getDirectoryFailed": "獲取目錄失敗",
"image_auto_parse": "圖片自動索引", "image_auto_parse": "圖片自動索引",
"image_auto_parse_tips": "呼叫 VLM 自動標註文件裡的圖片,並生成額外的檢索索引", "image_auto_parse_tips": "呼叫 VLM 自動標註文件裡的圖片,並生成額外的檢索索引",
"image_training_queue": "圖片處理排隊",
"images_creating": "正在創建", "images_creating": "正在創建",
"immediate_sync": "立即同步", "immediate_sync": "立即同步",
"import.Auto mode Estimated Price Tips": "需呼叫文字理解模型,將消耗較多 AI 點數:{{price}} 點數 / 1K tokens",
"import.Embedding Estimated Price Tips": "僅使用索引模型,消耗少量 AI 點數:{{price}} 點數 / 1K tokens",
"import_confirm": "確認上傳", "import_confirm": "確認上傳",
"import_data_preview": "資料預覽", "import_data_preview": "資料預覽",
"import_data_process_setting": "資料處理方式設定", "import_data_process_setting": "資料處理方式設定",
"import_file_parse_setting": "文件解析設定", "import_file_parse_setting": "文件解析設定",
"import_model_config": "模型選擇",
"import_param_setting": "參數設定", "import_param_setting": "參數設定",
"import_select_file": "選擇文件", "import_select_file": "選擇文件",
"import_select_link": "輸入連結", "import_select_link": "輸入連結",
...@@ -124,8 +101,6 @@ ...@@ -124,8 +101,6 @@
"input_required_field_to_select_baseurl": "請先輸入必填信息", "input_required_field_to_select_baseurl": "請先輸入必填信息",
"insert_images": "新增圖片", "insert_images": "新增圖片",
"insert_images_success": "新增圖片成功,需等待訓練完成才會展示", "insert_images_success": "新增圖片成功,需等待訓練完成才會展示",
"is_open_schedule": "啟用定時同步",
"keep_image": "保留圖片",
"llm_paragraph_mode": "模型識別段落", "llm_paragraph_mode": "模型識別段落",
"llm_paragraph_mode_auto": "自動", "llm_paragraph_mode_auto": "自動",
"llm_paragraph_mode_auto_desc": "當文本內容不含 Markdown 標題時,啟用模型識別。", "llm_paragraph_mode_auto_desc": "當文本內容不含 Markdown 標題時,啟用模型識別。",
...@@ -133,13 +108,8 @@ ...@@ -133,13 +108,8 @@
"llm_paragraph_mode_forbid_desc": "強制禁用模型自動識別段落", "llm_paragraph_mode_forbid_desc": "強制禁用模型自動識別段落",
"llm_paragraph_mode_force": "強制處理", "llm_paragraph_mode_force": "強制處理",
"llm_paragraph_mode_force_desc": "強制使用模型自動識別段落,並忽略原文本的段落(如有)", "llm_paragraph_mode_force_desc": "強制使用模型自動識別段落,並忽略原文本的段落(如有)",
"loading": "加載中...",
"max_chunk_size": "最大分塊大小", "max_chunk_size": "最大分塊大小",
"move.hint": "移動後,所選知識庫/文件夾將繼承新文件夾的權限設置。", "move.hint": "移動後,所選知識庫/文件夾將繼承新文件夾的權限設置。",
"noChildren": "無子目錄",
"noSelectedFolder": "沒有選擇文件夾",
"noSelectedId": "沒有選擇 ID",
"noValidId": "沒有有效的 ID",
"open_auto_sync": "開啟定時同步後,系統將每天不定時嘗試同步集合,集合同步期間,會出現無法搜尋到該集合資料現象。", "open_auto_sync": "開啟定時同步後,系統將每天不定時嘗試同步集合,集合同步期間,會出現無法搜尋到該集合資料現象。",
"other_dataset": "第三方知識庫", "other_dataset": "第三方知識庫",
"paragraph_max_deep": "最大段落深度", "paragraph_max_deep": "最大段落深度",
...@@ -152,7 +122,6 @@ ...@@ -152,7 +122,6 @@
"permission.des.manage": "可管理整個資料集的資料和資訊", "permission.des.manage": "可管理整個資料集的資料和資訊",
"permission.des.read": "可檢視資料集內容", "permission.des.read": "可檢視資料集內容",
"permission.des.write": "可新增和變更資料集內容", "permission.des.write": "可新增和變更資料集內容",
"pleaseFillUserIdAndToken": "請填寫 User ID 和 Token",
"preview_chunk": "分塊預覽", "preview_chunk": "分塊預覽",
"preview_chunk_empty": "文件內容為空", "preview_chunk_empty": "文件內容為空",
"preview_chunk_folder_warning": "目錄不支持預覽", "preview_chunk_folder_warning": "目錄不支持預覽",
...@@ -162,19 +131,16 @@ ...@@ -162,19 +131,16 @@
"process.Get QA": "問答對提取", "process.Get QA": "問答對提取",
"process.Image_Index": "圖片索引生成", "process.Image_Index": "圖片索引生成",
"process.Is_Ready": "已就緒", "process.Is_Ready": "已就緒",
"process.Is_Ready_Count": "{{count}} 組已就緒",
"process.Parse_Image": "圖片解析中", "process.Parse_Image": "圖片解析中",
"process.Parsing": "內容解析中", "process.Parsing": "內容解析中",
"process.Vectorizing": "索引向量化", "process.Vectorizing": "索引向量化",
"process.Waiting": "排隊中", "process.Waiting": "排隊中",
"rebuild_embedding_start_tip": "切換索引模型任務已開始", "rebuild_embedding_start_tip": "切換索引模型任務已開始",
"rebuilding_index_count": "重建中索引數量:{{count}}",
"request_headers": "請求頭", "request_headers": "請求頭",
"retain_collection": "調整訓練參數", "retain_collection": "調整訓練參數",
"retrain_task_submitted": "重新訓練任務已提交", "retrain_task_submitted": "重新訓練任務已提交",
"retry_all": "全部重試", "retry_all": "全部重試",
"retry_failed": "重試失敗", "retry_failed": "重試失敗",
"rootDirectoryFormatError": "根目錄資料格式不正確",
"rootdirectory": "/根目錄", "rootdirectory": "/根目錄",
"same_api_collection": "存在相同的 API 集合", "same_api_collection": "存在相同的 API 集合",
"selectDirectory": "選擇", "selectDirectory": "選擇",
...@@ -211,14 +177,12 @@ ...@@ -211,14 +177,12 @@
"total_num_files": "共 {{total}} 個文件", "total_num_files": "共 {{total}} 個文件",
"training.Error": "{{count}} 組異常", "training.Error": "{{count}} 組異常",
"training.Image mode": "圖片處理", "training.Image mode": "圖片處理",
"training.Normal": "正常",
"training_mode": "分段模式", "training_mode": "分段模式",
"training_ready": "{{count}} 組", "training_ready": "{{count}} 組",
"upload_by_template_format": "按模版文件上傳", "upload_by_template_format": "按模版文件上傳",
"uploading_progress": "上傳中: {{num}}%", "uploading_progress": "上傳中: {{num}}%",
"vector_model_max_tokens_tip": "每個分塊資料,最大長度為 3000 tokens", "vector_model_max_tokens_tip": "每個分塊資料,最大長度為 3000 tokens",
"vllm_model": "圖片理解模型", "vllm_model": "圖片理解模型",
"vlm_model_required_warning": "需要圖片理解模型",
"website_dataset": "網站同步", "website_dataset": "網站同步",
"website_dataset_desc": "通過爬蟲,批量爬取網頁數據構建知識庫", "website_dataset_desc": "通過爬蟲,批量爬取網頁數據構建知識庫",
"website_info": "網站資訊", "website_info": "網站資訊",
......
{ {
"Action": "請選擇要上傳的圖片",
"All images import failed": "所有圖片導入失敗",
"Dataset_ID_not_found": "數據集ID不存在",
"Failed_to_get_token": "獲取令牌失敗",
"Image_ID_copied": "已復制ID",
"Image_Preview": "圖片預覽", "Image_Preview": "圖片預覽",
"Image_dataset_requires_VLM_model_to_be_configured": "圖片數據集需要配置圖片理解模型(VLM)才能使用,請先在模型配置中添加支持圖片理解的模型", "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": "點選檢視原始來源", "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_name": "檔案名稱",
"file_size": "檔案大小", "file_size": "檔案大小",
"image": "圖片", "image": "圖片",
"image_collection": "圖片集合",
"image_description": "圖片描述", "image_description": "圖片描述",
"image_description_tip": "請輸入圖片的描述內容", "image_description_tip": "請輸入圖片的描述內容",
"please_upload_image_first": "請先上傳圖片",
"reached_max_file_count": "已達檔案數量上限", "reached_max_file_count": "已達檔案數量上限",
"release_the_mouse_to_upload_the_file": "放開滑鼠以上傳檔案", "release_the_mouse_to_upload_the_file": "放開滑鼠以上傳檔案",
"select_and_drag_file_tip": "點選或拖曳檔案至此處上傳", "select_and_drag_file_tip": "點選或拖曳檔案至此處上傳",
...@@ -36,10 +15,6 @@ ...@@ -36,10 +15,6 @@
"some_file_size_exceeds_limit": "部分檔案超過 {{maxSize}} 大小限制,已自動過濾", "some_file_size_exceeds_limit": "部分檔案超過 {{maxSize}} 大小限制,已自動過濾",
"support_file_type": "支援 {{fileType}} 格式的檔案", "support_file_type": "支援 {{fileType}} 格式的檔案",
"template_csv_file_select_tip": "僅支持<highlight>嚴格按照模板格式</highlight>的 {{fileType}} 文件", "template_csv_file_select_tip": "僅支持<highlight>嚴格按照模板格式</highlight>的 {{fileType}} 文件",
"template_strict_highlight": "嚴格按照模版",
"total_files": "共{{selectFiles.length}}個文件",
"upload_error_description": "單次僅支援上傳多個檔案或一個資料夾", "upload_error_description": "單次僅支援上傳多個檔案或一個資料夾",
"upload_failed": "上傳失敗", "upload_failed": "上傳失敗"
"upload_file_error": "請上傳圖片",
"uploading": "正在上傳..."
} }
...@@ -4,18 +4,14 @@ ...@@ -4,18 +4,14 @@
"agree": "同意", "agree": "同意",
"cookies_tip": "本網站使用 cookies 提供更好的服務體驗。繼續使用即表示您同意我們的 Cookie 政策。", "cookies_tip": "本網站使用 cookies 提供更好的服務體驗。繼續使用即表示您同意我們的 Cookie 政策。",
"forget_password": "忘記密碼?", "forget_password": "忘記密碼?",
"login_failed": "登入失敗",
"login_success": "登入成功", "login_success": "登入成功",
"no_remind": "不再提醒", "no_remind": "不再提醒",
"password_condition": "密碼最多 60 個字元", "password_condition": "密碼最多 60 個字元",
"password_tip": "密碼至少 8 位,且至少包含兩種組合:數字、字母或特殊字元", "password_tip": "密碼至少 8 位,且至少包含兩種組合:數字、字母或特殊字元",
"policy_tip": "使用即代表您已閱讀並同意<termsLink> 服務協議 </termsLink>和<privacyLink> 隱私協議</privacyLink>", "policy_tip": "使用即代表您已閱讀並同意<termsLink> 服務協議 </termsLink>和<privacyLink> 隱私協議</privacyLink>",
"privacy": "隱私權政策",
"privacy_policy": "隱私權政策", "privacy_policy": "隱私權政策",
"redirect": "跳轉", "redirect": "跳轉",
"register": "註冊帳號", "register": "註冊帳號",
"root_password_placeholder": "root 使用者密碼為環境變數 DEFAULT_ROOT_PSW 的值", "root_password_placeholder": "root 使用者密碼為環境變數 DEFAULT_ROOT_PSW 的值",
"terms": "服務條款", "use_root_login": "使用 root 使用者登入"
"use_root_login": "使用 root 使用者登入",
"wecom": "企業微信"
} }
{ {
"app_key_tips": "這些金鑰已與目前的應用程式連結。詳細使用方式請參閱說明文件。", "app_key_tips": "這些金鑰已與目前的應用程式連結。詳細使用方式請參閱說明文件。",
"basic_info": "基本資訊", "basic_info": "基本資訊",
"config": "顯示設定",
"copy_link_hint": "請將下方連結複製到指定位置", "copy_link_hint": "請將下方連結複製到指定位置",
"create_api_key": "建立新金鑰", "create_api_key": "建立新金鑰",
"create_link": "建立連結", "create_link": "建立連結",
...@@ -20,7 +19,6 @@ ...@@ -20,7 +19,6 @@
"feishu_bot_desc": "透過 API 直接連結 Lark 聊天機器人", "feishu_bot_desc": "透過 API 直接連結 Lark 聊天機器人",
"ip_whitelist": "IP 白名單", "ip_whitelist": "IP 白名單",
"key_alias": "金鑰別名,僅供顯示", "key_alias": "金鑰別名,僅供顯示",
"key_tips": "您可以使用 API 金鑰存取特定介面(無法存取應用程式,需使用應用程式內建的 API 金鑰)",
"link_name": "分享連結名稱", "link_name": "分享連結名稱",
"new_feishu_bot": "新增 Lark 聊天機器人", "new_feishu_bot": "新增 Lark 聊天機器人",
"official_account.create_modal_title": "建立微信公眾號整合", "official_account.create_modal_title": "建立微信公眾號整合",
...@@ -43,11 +41,9 @@ ...@@ -43,11 +41,9 @@
"wechat.bot_desc": "透過 ClawBot 連結微信個人號聊天", "wechat.bot_desc": "透過 ClawBot 連結微信個人號聊天",
"wechat.confirmed_tip": "登入成功!", "wechat.confirmed_tip": "登入成功!",
"wechat.create": "建立微信頻道", "wechat.create": "建立微信頻道",
"wechat.desc": "透過微信 ClawBot 連結微信個人號",
"wechat.edit": "編輯微信頻道", "wechat.edit": "編輯微信頻道",
"wechat.expired_tip": "QR 碼已過期", "wechat.expired_tip": "QR 碼已過期",
"wechat.generating_qr": "正在產生 QR 碼...", "wechat.generating_qr": "正在產生 QR 碼...",
"wechat.last_poll": "最後輪詢",
"wechat.login": "掃碼登入", "wechat.login": "掃碼登入",
"wechat.login_success": "登入成功", "wechat.login_success": "登入成功",
"wechat.login_title": "微信掃碼登入", "wechat.login_title": "微信掃碼登入",
...@@ -64,8 +60,6 @@ ...@@ -64,8 +60,6 @@
"wechat.status.error": "錯誤", "wechat.status.error": "錯誤",
"wechat.status.offline": "離線", "wechat.status.offline": "離線",
"wechat.status.online": "線上", "wechat.status.online": "線上",
"wechat.status.polling": "輪詢中",
"wechat.status.stale": "異常",
"wechat.status_check_failed": "狀態檢查失敗,請重試", "wechat.status_check_failed": "狀態檢查失敗,請重試",
"wechat.title": "微信個人號", "wechat.title": "微信個人號",
"wecom.api": "企業微信 API", "wecom.api": "企業微信 API",
......
{ {
"bill.balance": "餘額",
"bill.buy_plan": "購買方案", "bill.buy_plan": "購買方案",
"bill.contact_customer_service": "聯絡客服",
"bill.conversion": "兌換",
"bill.convert_error": "兌換失敗",
"bill.convert_success": "兌換成功",
"bill.current_token_price": "目前點數價格",
"bill.not_need_invoice": "餘額支付無法開立發票", "bill.not_need_invoice": "餘額支付無法開立發票",
"bill.price": "價格",
"bill.renew_plan": "續訂方案", "bill.renew_plan": "續訂方案",
"bill.standard_valid_tip": "方案使用規則:系統會優先使用較高等級的方案,原未使用完的方案將延後生效", "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": "管理團隊", "manage_team": "管理團隊",
"name": "名稱",
"new_password": "新密碼",
"notification.remind_owner_bind": "請提醒建立者綁定通知帳號",
"operations": "操作", "operations": "操作",
"owner": "擁有者",
"password.code_required": "驗證碼不能空白", "password.code_required": "驗證碼不能空白",
"password.code_send_error": "驗證碼傳送失敗", "password.code_send_error": "驗證碼傳送失敗",
"password.code_sended": "驗證碼已傳送", "password.code_sended": "驗證碼已傳送",
...@@ -39,31 +12,14 @@ ...@@ -39,31 +12,14 @@
"password.email_phone_error": "電子郵件/手機號碼格式錯誤", "password.email_phone_error": "電子郵件/手機號碼格式錯誤",
"password.email_phone_void": "電子郵件/手機號碼不能空白", "password.email_phone_void": "電子郵件/手機號碼不能空白",
"password.not_match": "兩次輸入的密碼不相符", "password.not_match": "兩次輸入的密碼不相符",
"password.password_condition": "密碼長度需介於 4 至 20 字元之間",
"password.password_required": "密碼不能空白",
"password.retrieve": "找回密碼", "password.retrieve": "找回密碼",
"password.retrieved": "密碼已找回", "password.retrieved": "密碼已找回",
"password.retrieved_account": "找回 {{account}} 帳號", "password.retrieved_account": "找回 {{account}} 帳號",
"password.to_login": "前往登入", "password.to_login": "前往登入",
"password.verification_code": "驗證碼", "password.verification_code": "驗證碼",
"permission.Add": "新增權限",
"permission.Manage": "管理員",
"permission.Manage tip": "團隊管理員,擁有完整權限",
"permission.Read": "唯讀",
"permission.Read desc": "成員僅能閱讀相關資源,無法建立新資源",
"permission.Write": "可寫入",
"permission.Write tip": "除了可讀取資源外,還可以建立新的資源",
"permission.only_collaborators": "僅協作者可存取", "permission.only_collaborators": "僅協作者可存取",
"permission.team_read": "團隊可存取", "permission.team_read": "團隊可存取",
"permission.team_write": "團隊可編輯", "permission.team_write": "團隊可編輯",
"permission_add_tip": "新增後,您可為其勾選權限。",
"permission_des.manage": "可建立資源、邀請及刪除成員",
"permission_des.read": "成員僅能閱讀相關資源,無法建立新資源",
"permission_des.write": "除了可讀取資源外,還可以建立新的資源",
"permissions": "權限",
"personal_information": "個人資料",
"personalization": "個人化",
"promotion_records": "推廣紀錄",
"register.confirm": "確認註冊", "register.confirm": "確認註冊",
"register.register_account": "註冊 {{account}} 帳號", "register.register_account": "註冊 {{account}} 帳號",
"register.success": "註冊成功", "register.success": "註冊成功",
...@@ -74,43 +30,21 @@ ...@@ -74,43 +30,21 @@
"synchronization.button": "立即同步", "synchronization.button": "立即同步",
"synchronization.placeholder": "請輸入同步標籤", "synchronization.placeholder": "請輸入同步標籤",
"synchronization.title": "填寫標籤同步連結,點選同步按鈕即可同步", "synchronization.title": "填寫標籤同步連結,點選同步按鈕即可同步",
"team.Add manager": "新增管理員",
"team.Confirm Invite": "確認邀請",
"team.Create Team": "建立新團隊", "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.Team Name": "團隊名",
"team.Update Team": "更新團隊資訊", "team.Update Team": "更新團隊資訊",
"team.add_collaborator": "新增協作者",
"team.add_permission": "新增權限",
"team.add_writer": "新增可寫入成員",
"team.avatar_and_name": "頭像與名稱", "team.avatar_and_name": "頭像與名稱",
"team.belong_to_group": "所屬成員群組",
"team.collaborator.added": "已新增",
"team.group.avatar": "群組頭像",
"team.group.create": "建立群組", "team.group.create": "建立群組",
"team.group.create_failed": "建立群組失敗",
"team.group.default_group": "預設群組",
"team.group.delete_confirm": "確認刪除群組?",
"team.group.edit": "編輯群組", "team.group.edit": "編輯群組",
"team.group.edit_info": "編輯資訊",
"team.group.group": "群組", "team.group.group": "群組",
"team.group.keep_admin": "保留管理員權限",
"team.group.manage_member": "管理成員", "team.group.manage_member": "管理成員",
"team.group.manage_tip": "可以管理成員、建立群組、管理所有群組、為群組和成員分配權限",
"team.group.members": "成員", "team.group.members": "成員",
"team.group.name": "群組名稱", "team.group.name": "群組名稱",
"team.group.permission_tip": "單獨設定權限的成員,將依照個人權限設定,不再受群組權限影響。\n若成員屬於多個權限群組,該成員的權限將會合併。", "team.group.permission_tip": "單獨設定權限的成員,將依照個人權限設定,不再受群組權限影響。\n若成員屬於多個權限群組,該成員的權限將會合併。",
"team.group.role.admin": "管理員", "team.group.role.admin": "管理員",
"team.group.role.member": "成員",
"team.group.role.owner": "擁有者", "team.group.role.owner": "擁有者",
"team.group.set_as_admin": "設為管理員", "team.group.set_as_admin": "設為管理員",
"team.group.toast.can_not_delete_owner": "無法刪除擁有者,請先轉移擁有權", "team.group.toast.can_not_delete_owner": "無法刪除擁有者,請先轉移擁有權",
"team.group.transfer_owner": "轉移擁有者",
"team.manage_collaborators": "管理協作者", "team.manage_collaborators": "管理協作者",
"team.no_collaborators": "目前沒有協作者", "team.org.org": "組織"
"team.org.org": "組織",
"team.write_role_member": "可寫入權限"
} }
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
"Array_element": "陣列元素", "Array_element": "陣列元素",
"Array_element_index": "索引", "Array_element_index": "索引",
"Click": "點擊", "Click": "點擊",
"Code": "程式碼",
"Confirm_sync_node": "將會更新至最新的節點設定,不存在於範本中的欄位將會被刪除(包含所有自訂欄位)。\n如果欄位比較複雜,建議您先複製一份節點,再更新原來的節點,以便複製參數。",
"Drag": "拖拽", "Drag": "拖拽",
"Edit_mode_tip": "編輯模式 shift 空格", "Edit_mode_tip": "編輯模式 shift 空格",
"Fold": "折疊", "Fold": "折疊",
...@@ -44,7 +42,6 @@ ...@@ -44,7 +42,6 @@
"contains": "包含", "contains": "包含",
"content_to_retrieve": "要擷取的內容", "content_to_retrieve": "要擷取的內容",
"content_to_search": "要搜尋的內容", "content_to_search": "要搜尋的內容",
"contextMenu.addComment": "新增註解",
"context_menu.add_comment": "新增註解", "context_menu.add_comment": "新增註解",
"create_link_error": "建立連結發生錯誤", "create_link_error": "建立連結發生錯誤",
"custom_feedback": "自訂回饋", "custom_feedback": "自訂回饋",
...@@ -60,11 +57,8 @@ ...@@ -60,11 +57,8 @@
"end_with": "結尾為", "end_with": "結尾為",
"enter_comment": "輸入註解", "enter_comment": "輸入註解",
"error_catch": "報錯捕獲", "error_catch": "報錯捕獲",
"error_info_returns_empty_on_success": "程式碼執行錯誤資訊,成功時回傳空值",
"error_text": "錯誤訊息", "error_text": "錯誤訊息",
"execute_different_branches_based_on_conditions": "根據條件執行不同的分支。", "execute_different_branches_based_on_conditions": "根據條件執行不同的分支。",
"execution_error": "執行錯誤",
"external_variables": "外部變量",
"extraction_requirements_description": "擷取需求描述", "extraction_requirements_description": "擷取需求描述",
"extraction_requirements_description_detail": "提供 AI 相對應的背景知識或需求描述,引導 AI 更好地完成任務。\\n這個輸入框可以使用全域變數。", "extraction_requirements_description_detail": "提供 AI 相對應的背景知識或需求描述,引導 AI 更好地完成任務。\\n這個輸入框可以使用全域變數。",
"extraction_requirements_placeholder": "例如:1. 目前時間為:{{cTime}}。\n你是實驗室預約助手,你的任務是幫助使用者預約實驗室,從文字中取得對應的預約資訊。\n\n2. 你是 Google 搜尋助手,需要從文字中提取出合適的搜尋字詞。", "extraction_requirements_placeholder": "例如:1. 目前時間為:{{cTime}}。\n你是實驗室預約助手,你的任務是幫助使用者預約實驗室,從文字中取得對應的預約資訊。\n\n2. 你是 Google 搜尋助手,需要從文字中提取出合適的搜尋字詞。",
...@@ -93,9 +87,7 @@ ...@@ -93,9 +87,7 @@
"ifelse.Input value": "輸入值", "ifelse.Input value": "輸入值",
"ifelse.Select value": "選擇值", "ifelse.Select value": "選擇值",
"input_description": "欄位描述", "input_description": "欄位描述",
"input_type_multiple_select": "多選框",
"input_variable_list": "輸入 / 叫出變數清單", "input_variable_list": "輸入 / 叫出變數清單",
"internal_variables": "內部變量",
"intro_assigned_reply": "這個模組可以直接回覆指定的內容。常用於引導、提示。非字串內容傳入時,會轉換成字串輸出。", "intro_assigned_reply": "這個模組可以直接回覆指定的內容。常用於引導、提示。非字串內容傳入時,會轉換成字串輸出。",
"intro_custom_feedback": "當這個模組被觸發時,會在目前的對話紀錄中新增一條回饋。可以用於自動記錄對話效果等等。", "intro_custom_feedback": "當這個模組被觸發時,會在目前的對話紀錄中新增一條回饋。可以用於自動記錄對話效果等等。",
"intro_custom_plugin_output": "自訂設定外部輸出,使用外掛程式時,只顯示自訂設定的輸出", "intro_custom_plugin_output": "自訂設定外部輸出,使用外掛程式時,只顯示自訂設定的輸出",
...@@ -140,9 +132,7 @@ ...@@ -140,9 +132,7 @@
"next": "下一個", "next": "下一個",
"no_edit_permission": "沒有編輯權限", "no_edit_permission": "沒有編輯權限",
"no_match_node": "無結果", "no_match_node": "無結果",
"no_node_found": "未搜索到節點",
"not_contains": "不包含", "not_contains": "不包含",
"only_the_reference_type_is_supported": "僅支援引用類型",
"optional_value_type": "可選的資料類型", "optional_value_type": "可選的資料類型",
"optional_value_type_tip": "可以指定一或多個資料類型,使用者在動態新增欄位時,只能選擇已設定的類型", "optional_value_type_tip": "可以指定一或多個資料類型,使用者在動態新增欄位時,只能選擇已設定的類型",
"pan_priority": "觸摸板優先\n- 單指拖拽框選節點\n- 雙指滑動移動畫布\n- 三指可快速移動節點", "pan_priority": "觸摸板優先\n- 單指拖拽框選節點\n- 雙指滑動移動畫布\n- 三指可快速移動節點",
...@@ -150,8 +140,6 @@ ...@@ -150,8 +140,6 @@
"please_enter_node_name": "請輸入節點名稱", "please_enter_node_name": "請輸入節點名稱",
"plugin.Instruction_Tip": "您可以設定一段說明來解釋這個外掛程式的用途。每次使用外掛程式前,都會顯示這段說明。支援標準 Markdown 語法。", "plugin.Instruction_Tip": "您可以設定一段說明來解釋這個外掛程式的用途。每次使用外掛程式前,都會顯示這段說明。支援標準 Markdown 語法。",
"plugin.Instructions": "使用說明", "plugin.Instructions": "使用說明",
"plugin.global_file_input": "檔案連結(已淘汰)",
"plugin_file_abandon_tip": "外掛程式全域檔案上傳功能已淘汰,請儘速調整。您可以透過外掛程式輸入,新增圖片類型輸入來達成相關功能。",
"plugin_input": "外掛程式輸入", "plugin_input": "外掛程式輸入",
"plugin_output_tool": "外掛程式作為工具執行時,這個欄位是否作為工具的回應結果", "plugin_output_tool": "外掛程式作為工具執行時,這個欄位是否作為工具的回應結果",
"previous": "上一個", "previous": "上一個",
...@@ -168,7 +156,6 @@ ...@@ -168,7 +156,6 @@
"reasoning_content": "思考過程", "reasoning_content": "思考過程",
"regex": "正規表達式", "regex": "正規表達式",
"reply_text": "回覆文字", "reply_text": "回覆文字",
"request_error": "請求錯誤",
"response.Code log": "程式碼日誌", "response.Code log": "程式碼日誌",
"response.Custom inputs": "自訂輸入", "response.Custom inputs": "自訂輸入",
"response.Custom outputs": "自訂輸出", "response.Custom outputs": "自訂輸出",
...@@ -225,7 +212,6 @@ ...@@ -225,7 +212,6 @@
"user_form_input_description": "描述", "user_form_input_description": "描述",
"user_form_input_name": "標題", "user_form_input_name": "標題",
"user_question": "使用者問題", "user_question": "使用者問題",
"user_question_tool_desc": "使用者輸入的問題(問題需要完善)",
"variable_description": "變數描述", "variable_description": "變數描述",
"variable_picker_tips": "可以輸入節點名稱或變數名稱搜尋", "variable_picker_tips": "可以輸入節點名稱或變數名稱搜尋",
"variable_update": "變數更新", "variable_update": "變數更新",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment