mirror of
https://github.com/labring/FastGPT.git
synced 2026-01-19 07:02:20 +08:00
V4.14.4 features (#6036)
* feat: add query optimize and bill (#6021) * add query optimize and bill * perf: query extension * fix: embe model * remove log * remove log * fix: test --------- Co-authored-by: xxyyh <2289112474@qq> Co-authored-by: archer <545436317@qq.com> * feat: notice (#6013) * feat: record user's language * feat: notice points/dataset indexes; support count limit; update docker-compose.yml * fix: ts error * feat: send auth code i18n * chore: dataset notice limit * chore: adjust * fix: ts * fix: countLimit race condition; i18n en-prefix locale fallback to en --------- Co-authored-by: archer <545436317@qq.com> * perf: comment * perf: send inform code * fix: type error (#6029) * feat: add ip region for chat logs (#6010) * feat: add ip region for chat logs * refactor: use Geolite2.mmdb * fix: export chat logs * fix: return location directly * test: add unit test * perf: log show ip data * adjust commercial plans (#6008) * plan frontend * plan limit * coupon * discount coupon * fix * type * fix audit * type * plan name * legacy plan * track * feat: add discount coupon * fix * fix discount coupon * openapi * type * type * env * api type * fix * fix: simple agent plugin input & agent dashboard card (#6034) * refactor: remove gridfs (#6031) * fix: replace gridfs multer operations with s3 compatible ops * wip: s3 features * refactor: remove gridfs * fix * perf: mock test * doc * doc * doc * fix: test * fix: s3 * fix: mock s3 * remove invalid config * fix: init query extension * initv4144 (#6037) * chore: initv4144 * fix * version * fix: new plans (#6039) * fix: new plans * qr modal tip * fix: buffer raw text filename (#6040) * fix: initv4144 (#6041) * fix: pay refresh (#6042) * fix: migration shell * rename collection * clear timerlock * clear timerlock * perf: faq * perf: bill schema * fix: openapi * doc * fix: share var render * feat: delete dataset queue * plan usage display (#6043) * plan usage display * text * fix * fix: ts * perf: remove invalid code * perf: init shell * doc * perf: rename field * perf: avatar presign * init * custom plan text (#6045) * fix plans * fix * fixed * computed --------- Co-authored-by: archer <545436317@qq.com> * init shell * plan text & price page back button (#6046) * init * index * delete dataset * delete dataset * perf: delete dataset * init --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com> Co-authored-by: xxyyh <2289112474@qq> Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Co-authored-by: Roy <whoeverimf5@gmail.com> Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -83,5 +83,22 @@
|
||||
"reset_default": "Restore the default configuration",
|
||||
"team": "Team",
|
||||
"third_party": "Third Party",
|
||||
"usage_records": "Usage"
|
||||
"usage_records": "Usage",
|
||||
"bill_detail": "Bill details",
|
||||
"order_number": "Order number",
|
||||
"generation_time": "Generation time",
|
||||
"order_type": "Order type",
|
||||
"status": "state",
|
||||
"payment_method": "Payment method",
|
||||
"support_wallet_amount": "Amount",
|
||||
"yuan": "¥{{amount}}",
|
||||
"has_invoice": "Whether the invoice has been issued",
|
||||
"yes": "yes",
|
||||
"no": "no",
|
||||
"subscription_period": "Subscription cycle",
|
||||
"subscription_package": "Subscription package",
|
||||
"subscription_mode_month": "Duration",
|
||||
"month": "moon",
|
||||
"extra_dataset_size": "Additional knowledge base capacity",
|
||||
"extra_ai_points": "AI points calculation standard"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"back": "return",
|
||||
"bank_account": "Account opening account",
|
||||
"bank_name": "Bank of deposit",
|
||||
"bill_detail": "Bill details",
|
||||
"bill_record": "billing records",
|
||||
"click_to_download": "Click to download",
|
||||
"company_address": "Company address",
|
||||
@@ -17,37 +16,23 @@
|
||||
"default_header": "Default header",
|
||||
"detail": "Details",
|
||||
"email_address": "Email address",
|
||||
"extra_ai_points": "AI points calculation standard",
|
||||
"extra_dataset_size": "Additional knowledge base capacity",
|
||||
"generation_time": "Generation time",
|
||||
"has_invoice": "Whether the invoice has been issued",
|
||||
"invoice_amount": "Invoice amount",
|
||||
"invoice_detail": "Invoice details",
|
||||
"invoice_sending_info": "The invoice will be sent to your mailbox within 3-7 working days, please be patient.",
|
||||
"mm": "mm",
|
||||
"month": "moon",
|
||||
"need_special_invoice": "Do you need a special ticket?",
|
||||
"no": "no",
|
||||
"no_invoice_record": "No bill record~",
|
||||
"no_invoice_record_tip": "No invoicing record yet",
|
||||
"order_number": "Order number",
|
||||
"order_type": "Order type",
|
||||
"organization_name": "Organization name",
|
||||
"payment_method": "Payment method",
|
||||
"payway_coupon": "Redeem code",
|
||||
"rerank": "Rerank",
|
||||
"save": "save",
|
||||
"save_failed": "Save exception",
|
||||
"save_success": "Saved successfully",
|
||||
"status": "state",
|
||||
"sub_mode_custom": "Customize",
|
||||
"submit_failed": "Submission failed",
|
||||
"submit_success": "Submission successful",
|
||||
"submitted": "Submitted",
|
||||
"subscription_mode_month": "Duration",
|
||||
"subscription_package": "Subscription package",
|
||||
"subscription_period": "Subscription cycle",
|
||||
"support_wallet_amount": "Amount",
|
||||
"support_wallet_apply_invoice": "Billable bills",
|
||||
"support_wallet_bill_tag_invoice": "bill invoice",
|
||||
"support_wallet_invoicing": "Invoicing",
|
||||
@@ -56,7 +41,5 @@
|
||||
"type": "type",
|
||||
"unit_code": "unified credit code",
|
||||
"unit_code_void": "Unified credit code format error",
|
||||
"update": "renew",
|
||||
"yes": "yes",
|
||||
"yuan": "¥{{amount}}"
|
||||
"update": "renew"
|
||||
}
|
||||
|
||||
@@ -6,15 +6,18 @@
|
||||
"ai_points_calculation_standard": "AI points",
|
||||
"ai_points_usage": "AI points",
|
||||
"ai_points_usage_tip": "Each time the AI model is called, a certain amount of AI points will be consumed. \nFor specific calculation standards, please refer to the \"Billing Standards\" above.",
|
||||
"app_amount": "App amount",
|
||||
"app_amount": "Agent amount",
|
||||
"app_registration_count": "Registered app count",
|
||||
"apply_app_registration": "Apply for app registration",
|
||||
"avatar": "Avatar",
|
||||
"avatar_selection_exception": "Abnormal avatar selection",
|
||||
"avatar_can_only_select_one": "Avatar can only select one picture",
|
||||
"avatar_can_only_select_jpg_png": "Avatar can only select jpg or png format",
|
||||
"avatar_can_only_select_one": "Avatar can only select one picture",
|
||||
"avatar_selection_exception": "Abnormal avatar selection",
|
||||
"balance": "balance",
|
||||
"billing_standard": "Standards",
|
||||
"cancel": "Cancel",
|
||||
"change": "change",
|
||||
"check_purchase_history": "View order",
|
||||
"choose_avatar": "Click to select avatar",
|
||||
"click_modify_nickname": "Click to modify nickname",
|
||||
"code_required": "Verification code cannot be empty",
|
||||
@@ -25,6 +28,7 @@
|
||||
"current_package": "Current plan",
|
||||
"current_token_price": "Current points price",
|
||||
"dataset_amount": "Dataset amount",
|
||||
"discount_coupon": "Coupon",
|
||||
"effective_time": "Effective time",
|
||||
"email_label": "Mail",
|
||||
"exchange": "Exchange",
|
||||
@@ -32,6 +36,7 @@
|
||||
"exchange_success": "Redemption successful",
|
||||
"expiration_time": "Expiration time",
|
||||
"expired": "Expired",
|
||||
"expired_tips": "It has expired~",
|
||||
"general_info": "General information",
|
||||
"group": "Group",
|
||||
"help_chatbot": "robot assistant",
|
||||
@@ -42,6 +47,7 @@
|
||||
"member_name": "Name",
|
||||
"month": "moon",
|
||||
"new_password": "New Password",
|
||||
"not_started_tips": "Not started",
|
||||
"notification_receiving": "Notify",
|
||||
"old_password": "Old Password",
|
||||
"package_and_usage": "Plans",
|
||||
@@ -76,6 +82,8 @@
|
||||
"upgrade_package": "Upgrade",
|
||||
"usage_balance": "Use balance: Use balance",
|
||||
"usage_balance_notice": "Due to the system upgrade, the original \"automatic renewal and deduction from balance\" mode has been cancelled, and the balance recharge entrance has been closed. \nYour balance can be used to purchase points",
|
||||
"used_time": "Used at",
|
||||
"used_tips": "Already used",
|
||||
"user_account": "Username",
|
||||
"user_team_team_name": "Team",
|
||||
"verification_code": "Verification code",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"ai.query_extension_embedding": "Problem optimization-embedding",
|
||||
"ai_model": "AI model",
|
||||
"all": "all",
|
||||
"app_name": "Application name",
|
||||
|
||||
@@ -209,6 +209,7 @@
|
||||
"logs_keys_lastConversationTime": "last conversation time",
|
||||
"logs_keys_messageCount": "Message Count",
|
||||
"logs_keys_points": "Points Consumed",
|
||||
"logs_keys_region": "User IP",
|
||||
"logs_keys_responseTime": "Average Response Time",
|
||||
"logs_keys_sessionId": "Session ID",
|
||||
"logs_keys_source": "Source",
|
||||
|
||||
@@ -33,13 +33,17 @@
|
||||
"FAQ.dataset_compute_a": "1 knowledge base storage is equal to 1 knowledge base index. \nA single chunked data usually corresponds to multiple indexes. You can see \"n group indexes\" in a single knowledge base collection.",
|
||||
"FAQ.dataset_compute_q": "How is Dataset storage calculated?",
|
||||
"FAQ.dataset_index_a": "No, but if the Dataset index exceeds the limit, you cannot insert or update Dataset content.",
|
||||
"FAQ.dataset_index_q": "Will the Dataset index be deleted if it exceeds the limit?",
|
||||
"FAQ.free_user_clean_a": "If a free team (free version and has not purchased additional packages) does not log in to the system for 30 consecutive days, the system will automatically clear all Dataset content under that team.",
|
||||
"FAQ.free_user_clean_q": "Will the data of the free version be cleared?",
|
||||
"FAQ.index_del_a": "When you delete knowledge base content, the number of knowledge base indexes decreases within 5 minutes.",
|
||||
"FAQ.index_del_q": "When will the knowledge base index be reduced?",
|
||||
"FAQ.package_overlay_a": "Yes, each purchased resource pack is independent and will be used in an overlapping manner within its validity period. AI points will be deducted from the resource pack that expires first.",
|
||||
"FAQ.package_overlay_q": "Can additional resource packs be stacked?",
|
||||
"FAQ.qpm_a": "It mainly refers to the maximum number of times the team requests Agent per minute, and has nothing to do with the complexity of a single Agent. \nOther OpenAPI interfaces are also affected by this, and each interface is calculated separately.",
|
||||
"FAQ.qpm_q": "What is QPM?",
|
||||
"FAQ.switch_package_a": "The package usage rule is to prioritize the use of higher-level packages. Therefore, if the newly purchased package is higher than the current package, the new package will take effect immediately; otherwise, the current package will continue to be used.",
|
||||
"FAQ.switch_package_q": "Will the subscription package be switched?",
|
||||
"FAQ.year_day_a": "A month is calculated as 30 days and a year is calculated as 360 days.",
|
||||
"File": "File",
|
||||
"Finish": "Finish",
|
||||
"Folder": "Folder",
|
||||
@@ -111,10 +115,13 @@
|
||||
"base_config": "Basic Configuration",
|
||||
"bill_already_processed": "Order has been processed",
|
||||
"bill_expired": "Order expired",
|
||||
"bill_not_found": "Order does not exist",
|
||||
"bill_not_pay_processed": "Non-online orders",
|
||||
"button.extra_dataset_size_tip": "You are purchasing [Extra Knowledge Base Capacity]",
|
||||
"button.extra_points_tip": "You are purchasing [Extra AI Points]",
|
||||
"can_copy_content_tip": "It is not possible to copy automatically using the browser, please manually copy the following content",
|
||||
"cancel_bill": "Cancel",
|
||||
"cancel_bill_confirm": "Are you sure you want to cancel this order?",
|
||||
"chart_mode_cumulative": "Cumulative",
|
||||
"chart_mode_incremental": "Incremental",
|
||||
"chat": "Session",
|
||||
@@ -169,6 +176,7 @@
|
||||
"code_error.system_error.license_user_amount_limit": "Exceed the maximum number of users in the system",
|
||||
"code_error.team_error.ai_points_not_enough": "Insufficient AI Points",
|
||||
"code_error.team_error.app_amount_not_enough": "Application Limit Reached",
|
||||
"code_error.team_error.app_folder_amount_not_enough": "Folder Limit Reached",
|
||||
"code_error.team_error.cannot_delete_default_group": "Cannot delete default group",
|
||||
"code_error.team_error.cannot_delete_non_empty_org": "Cannot delete non-empty organization",
|
||||
"code_error.team_error.cannot_modify_root_org": "Cannot modify root organization",
|
||||
@@ -756,12 +764,23 @@
|
||||
"core.workflow.tool.Handle": "Tool Connector",
|
||||
"core.workflow.tool.Select Tool": "Select Tool",
|
||||
"core.workflow.variable": "Variable",
|
||||
"coupon_expired": "Coupon has expired",
|
||||
"coupon_not_exist": "Coupon does not exist",
|
||||
"coupon_not_start": "Coupon is not yet effective",
|
||||
"coupon_redeem_failed": "Coupon redeemed failed",
|
||||
"coupon_unavailable": "Coupon is unavailable",
|
||||
"coupon_used": "Coupon has been used",
|
||||
"create": "Create",
|
||||
"create_app": "Create an application",
|
||||
"create_failed": "Create failed",
|
||||
"create_success": "Created Successfully",
|
||||
"create_time": "Creation Time",
|
||||
"cron_job_run_app": "Scheduled Task",
|
||||
"custom_plan_price": "Custom Billing",
|
||||
"custom_plan_feature_1": "Priority Deep Technical Support",
|
||||
"custom_plan_feature_2": "Dedicated Account Manager",
|
||||
"custom_plan_feature_3": "Flexible Resource Configuration",
|
||||
"custom_plan_feature_4": "Secure and Controllable",
|
||||
"custom_title": "Custom Title",
|
||||
"data_index_custom": "Custom index",
|
||||
"data_index_default": "Default index",
|
||||
@@ -819,6 +838,7 @@
|
||||
"delete_folder": "Delete Folder",
|
||||
"delete_success": "Deleted Successfully",
|
||||
"delete_warning": "Deletion Warning",
|
||||
"discount_coupon_used": "Coupon used:",
|
||||
"embedding_model_not_config": "No index model is detected",
|
||||
"enable_auth": "Enable authentication",
|
||||
"error.Create failed": "Create failed",
|
||||
@@ -847,6 +867,7 @@
|
||||
"exit_directly": "exit_directly",
|
||||
"expired_time": "Expiration Time",
|
||||
"export_to_json": "Export to JSON",
|
||||
"extraPointsPrice": "¥ {{price}}",
|
||||
"extraction_results": "Extraction Results",
|
||||
"failed": "Failed",
|
||||
"field_name": "Field Name",
|
||||
@@ -916,6 +937,7 @@
|
||||
"model.type.stt": "STT",
|
||||
"model.type.tts": "TTS",
|
||||
"month": "Month",
|
||||
"month_text": "month",
|
||||
"move.confirm": "Confirm move",
|
||||
"move_success": "Moved Successfully",
|
||||
"move_to": "Move to",
|
||||
@@ -945,6 +967,10 @@
|
||||
"not_support": "Not Supported",
|
||||
"not_support_wechat_image": "This is a WeChat picture",
|
||||
"not_yet_introduced": "No Introduction Yet",
|
||||
"old_user_month_discount_70": "Benefits for old users - 30% off monthly fee",
|
||||
"old_user_month_discount_70_description": "Enjoy a 30% discount when purchasing a monthly package, and the order will automatically take effect",
|
||||
"old_user_year_discount_90": "Benefits for old users - 10% off annual fee",
|
||||
"old_user_year_discount_90_description": "Enjoy a 10% discount when purchasing an annual package, and the order will automatically take effect",
|
||||
"open_folder": "Open Folder",
|
||||
"option": "Option",
|
||||
"page": "Page",
|
||||
@@ -959,6 +985,7 @@
|
||||
"pay.wx_payment": "WeChat Payment",
|
||||
"pay.yuan": "{{amount}} Yuan",
|
||||
"pay_alipay_payment": "Alipay Payment",
|
||||
"pay_bill": "pay",
|
||||
"pay_corporate_payment": "Payment to the public",
|
||||
"pay_money": "Amount payable",
|
||||
"pay_success": "Payment successfully",
|
||||
@@ -1188,18 +1215,26 @@
|
||||
"support.wallet.subscription.Update extra price": "Price",
|
||||
"support.wallet.subscription.Upgrade plan": "Upgrade Package",
|
||||
"support.wallet.subscription.ai_model": "AI Language Model",
|
||||
"support.wallet.subscription.function.Audit log store duration": "{{amount}} days team operation log records",
|
||||
"support.wallet.subscription.function.History store": "{{amount}} Days of Chat History Retention",
|
||||
"support.wallet.subscription.function.Max app": "{{amount}} App limit",
|
||||
"support.wallet.subscription.function.Max app": "{{amount}} Agent limit",
|
||||
"support.wallet.subscription.function.Max dataset": "{{amount}} Dataset limit",
|
||||
"support.wallet.subscription.function.Max dataset size": "{{amount}} Dataset Indexes",
|
||||
"support.wallet.subscription.function.Max members": "{{amount}} Member limit",
|
||||
"support.wallet.subscription.function.Points": "{{amount}} AI Points",
|
||||
"support.wallet.subscription.function.Max members": "{{amount}} Member",
|
||||
"support.wallet.subscription.function.Points": "{{amount}} points",
|
||||
"support.wallet.subscription.function.Requests per minute": "{{amount}} QPM",
|
||||
"support.wallet.subscription.function.Website sync per dataset": "Single knowledge base {{amount}} web pages synchronized",
|
||||
"support.wallet.subscription.mode.Month": "Month",
|
||||
"support.wallet.subscription.mode.Period": "Subscription Period",
|
||||
"support.wallet.subscription.mode.Year": "Year",
|
||||
"support.wallet.subscription.mode.Year sale": "Two Months Free",
|
||||
"support.wallet.subscription.point": " Points",
|
||||
"support.wallet.subscription.standardSubLevel.advanced": "Advanced",
|
||||
"support.wallet.subscription.standardSubLevel.advanced_desc": "Enterprise-grade production tool",
|
||||
"support.wallet.subscription.standardSubLevel.basic": "Basic",
|
||||
"support.wallet.subscription.standardSubLevel.basic_desc": "Unlock the full functionality of FastGPT",
|
||||
"support.wallet.subscription.standardSubLevel.custom": "Custom",
|
||||
"support.wallet.subscription.standardSubLevel.custom_desc": "No longer limited by packages, designed for your unique needs",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise": "Enterprise",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise_desc": "Suitable for small and medium-sized enterprises to build Dataset applications in production environments",
|
||||
"support.wallet.subscription.standardSubLevel.experience": "Experience",
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
"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",
|
||||
"common.upload_system_tools": "Upload system tools",
|
||||
"bucket_chat": "Conversation Files",
|
||||
"bucket_file": "Dataset Documents",
|
||||
"bucket_image": "picture",
|
||||
"click_to_view_raw_source": "Click to View Original Source",
|
||||
"common.Some images failed to process": "Some images failed to process",
|
||||
|
||||
@@ -1,3 +1,58 @@
|
||||
import { type I18nKeyFunction } from './i18next';
|
||||
import { LangEnum } from '@fastgpt/global/common/i18n/type';
|
||||
import Cookies from 'js-cookie';
|
||||
|
||||
const LANG_KEY = 'NEXT_LOCALE';
|
||||
|
||||
const isInIframe = () => {
|
||||
try {
|
||||
return window.self !== window.top;
|
||||
} catch (e) {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
export const setLangToStorage = (value: string) => {
|
||||
if (isInIframe()) {
|
||||
localStorage.setItem(LANG_KEY, value);
|
||||
} else {
|
||||
// 不在 iframe 中,同时使用 Cookie 和 localStorage
|
||||
Cookies.set(LANG_KEY, value, { expires: 30 });
|
||||
localStorage.setItem(LANG_KEY, value);
|
||||
}
|
||||
};
|
||||
|
||||
export const getLangFromStorage = () => {
|
||||
return localStorage.getItem(LANG_KEY) || Cookies.get(LANG_KEY);
|
||||
};
|
||||
|
||||
export const getLangMapping = (lng: string): string => {
|
||||
const languageMap: Record<string, string> = {
|
||||
zh: LangEnum.zh_CN,
|
||||
'zh-CN': LangEnum.zh_CN,
|
||||
'zh-Hans': LangEnum.zh_CN,
|
||||
'zh-HK': LangEnum.zh_Hant,
|
||||
'zh-TW': LangEnum.zh_Hant,
|
||||
'zh-Hant': LangEnum.zh_Hant,
|
||||
en: LangEnum.en,
|
||||
'en-US': LangEnum.en
|
||||
};
|
||||
|
||||
let lang = languageMap[lng];
|
||||
|
||||
// 如果没有直接映射,尝试智能回退
|
||||
if (!lang) {
|
||||
const langPrefix = lng.split('-')[0];
|
||||
// 中文相关语言优先回退到简体中文
|
||||
if (langPrefix === 'zh') {
|
||||
lang = LangEnum.zh_CN;
|
||||
}
|
||||
if (langPrefix === 'en') {
|
||||
lang = LangEnum.en;
|
||||
}
|
||||
}
|
||||
|
||||
return lang || LangEnum.zh_CN;
|
||||
};
|
||||
|
||||
export const i18nT: I18nKeyFunction = (key) => key;
|
||||
|
||||
@@ -83,5 +83,22 @@
|
||||
"reset_default": "恢复默认配置",
|
||||
"team": "团队管理",
|
||||
"third_party": "第三方账号",
|
||||
"usage_records": "使用记录"
|
||||
"usage_records": "使用记录",
|
||||
"bill_detail": "账单详情",
|
||||
"order_number": "订单号",
|
||||
"generation_time": "生成时间",
|
||||
"order_type": "订单类型",
|
||||
"status": "状态",
|
||||
"payment_method": "支付方式",
|
||||
"support_wallet_amount": "金额",
|
||||
"yuan": "{{amount}}元",
|
||||
"has_invoice": "是否已开票",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"subscription_period": "订阅周期",
|
||||
"subscription_package": "订阅套餐",
|
||||
"subscription_mode_month": "时长",
|
||||
"month": "月",
|
||||
"extra_dataset_size": "额外知识库容量",
|
||||
"extra_ai_points": "额外 AI 积分"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"back": "返回",
|
||||
"bank_account": "开户账号",
|
||||
"bank_name": "开户银行",
|
||||
"bill_detail": "账单详情",
|
||||
"bill_record": "账单记录",
|
||||
"click_to_download": "点击下载",
|
||||
"company_address": "公司地址",
|
||||
@@ -17,37 +16,23 @@
|
||||
"default_header": "默认抬头",
|
||||
"detail": "详情",
|
||||
"email_address": "邮箱地址",
|
||||
"extra_ai_points": "额外 AI 积分",
|
||||
"extra_dataset_size": "额外知识库容量",
|
||||
"generation_time": "生成时间",
|
||||
"has_invoice": "是否已开票",
|
||||
"invoice_amount": "开票金额",
|
||||
"invoice_detail": "发票详情",
|
||||
"invoice_sending_info": "发票将在 3-7 个工作日内发送至邮箱,请耐心等待",
|
||||
"mm": "毫米",
|
||||
"month": "月",
|
||||
"need_special_invoice": "是否需要专票",
|
||||
"no": "否",
|
||||
"no_invoice_record": "无账单记录~",
|
||||
"no_invoice_record_tip": "暂无开票记录",
|
||||
"order_number": "订单号",
|
||||
"order_type": "订单类型",
|
||||
"organization_name": "组织名称",
|
||||
"payment_method": "支付方式",
|
||||
"payway_coupon": "兑换码",
|
||||
"rerank": "结果重排",
|
||||
"save": "保存",
|
||||
"save_failed": "保存异常",
|
||||
"save_success": "保存成功",
|
||||
"status": "状态",
|
||||
"sub_mode_custom": "自定义",
|
||||
"submit_failed": "提交失败",
|
||||
"submit_success": "提交成功",
|
||||
"submitted": "已提交",
|
||||
"subscription_mode_month": "时长",
|
||||
"subscription_package": "订阅套餐",
|
||||
"subscription_period": "订阅周期",
|
||||
"support_wallet_amount": "金额",
|
||||
"support_wallet_apply_invoice": "可开票账单",
|
||||
"support_wallet_bill_tag_invoice": "账单发票",
|
||||
"support_wallet_invoicing": "开票",
|
||||
@@ -56,7 +41,5 @@
|
||||
"type": "类型",
|
||||
"unit_code": "统一信用代码",
|
||||
"unit_code_void": "统一信用代码格式错误",
|
||||
"update": "更新",
|
||||
"yes": "是",
|
||||
"yuan": "{{amount}}元"
|
||||
"update": "更新"
|
||||
}
|
||||
|
||||
@@ -6,15 +6,18 @@
|
||||
"ai_points_calculation_standard": "AI 积分",
|
||||
"ai_points_usage": "AI 积分使用量",
|
||||
"ai_points_usage_tip": "每次调用 AI 模型时,都会消耗一定的 AI 积分。具体的计算标准可参考上方的“计费标准”。",
|
||||
"app_amount": "应用数量",
|
||||
"app_amount": "Agent 数量",
|
||||
"app_registration_count": "备案应用数量",
|
||||
"apply_app_registration": "申请应用备案",
|
||||
"avatar": "头像",
|
||||
"avatar_selection_exception": "头像选择异常",
|
||||
"avatar_can_only_select_one": "头像只能选择一张图片",
|
||||
"avatar_can_only_select_jpg_png": "头像只能选择 jpg 或 png 格式",
|
||||
"avatar_can_only_select_one": "头像只能选择一张图片",
|
||||
"avatar_selection_exception": "头像选择异常",
|
||||
"balance": "余额",
|
||||
"billing_standard": "计费标准",
|
||||
"cancel": "取消",
|
||||
"change": "变更",
|
||||
"check_purchase_history": "查看订单",
|
||||
"choose_avatar": "点击选择头像",
|
||||
"click_modify_nickname": "点击修改昵称",
|
||||
"code_required": "验证码不能为空",
|
||||
@@ -25,6 +28,7 @@
|
||||
"current_package": "当前套餐",
|
||||
"current_token_price": "当前积分价格",
|
||||
"dataset_amount": "知识库数量",
|
||||
"discount_coupon": "优惠券",
|
||||
"effective_time": "生效时间",
|
||||
"email_label": "邮箱",
|
||||
"exchange": "兑换",
|
||||
@@ -32,6 +36,7 @@
|
||||
"exchange_success": "兑换成功",
|
||||
"expiration_time": "到期时间",
|
||||
"expired": "已过期",
|
||||
"expired_tips": "已经过期了哦~",
|
||||
"general_info": "通用信息",
|
||||
"group": "组",
|
||||
"help_chatbot": "机器人助手",
|
||||
@@ -42,6 +47,7 @@
|
||||
"member_name": "成员名",
|
||||
"month": "月",
|
||||
"new_password": "新密码",
|
||||
"not_started_tips": "未开始",
|
||||
"notification_receiving": "通知接收",
|
||||
"old_password": "旧密码",
|
||||
"package_and_usage": "套餐与用量",
|
||||
@@ -76,6 +82,9 @@
|
||||
"upgrade_package": "升级套餐",
|
||||
"usage_balance": "使用余额: 使用余额",
|
||||
"usage_balance_notice": "由于系统升级,原“自动续费从余额扣款”模式取消,余额充值入口关闭。您的余额可用于购买积分",
|
||||
"use": "去使用",
|
||||
"used_time": "使用时间",
|
||||
"used_tips": "已使用",
|
||||
"user_account": "账号",
|
||||
"user_team_team_name": "团队",
|
||||
"verification_code": "验证码",
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"ai.query_extension_embedding": "问题优化-embedding",
|
||||
"ai_model": "AI 模型",
|
||||
"all": "所有",
|
||||
"answer_accuracy": "评测-回答准确性",
|
||||
"app_name": "应用名",
|
||||
"auto_index": "索引增强",
|
||||
"billing_module": "扣费模块",
|
||||
"check_left_points": "查看剩余积分",
|
||||
"compress_llm_messages": "AI 历史记录压缩",
|
||||
"confirm_export": "共筛选出 {{total}} 条数据,是否确认导出?",
|
||||
"count": "运行次数",
|
||||
|
||||
@@ -214,6 +214,7 @@
|
||||
"logs_keys_lastConversationTime": "最后对话时间",
|
||||
"logs_keys_messageCount": "消息总数",
|
||||
"logs_keys_points": "积分消耗",
|
||||
"logs_keys_region": "使用者IP",
|
||||
"logs_keys_responseTime": "平均响应时长",
|
||||
"logs_keys_sessionId": "会话 ID",
|
||||
"logs_keys_source": "来源",
|
||||
|
||||
@@ -33,13 +33,18 @@
|
||||
"FAQ.dataset_compute_a": "1条知识库存储等于1条知识库索引。一条分块数据,通常对应多条索引,可以在单个知识库集合中看到\"n组索引\"",
|
||||
"FAQ.dataset_compute_q": "知识库存储怎么计算?",
|
||||
"FAQ.dataset_index_a": "不会。但知识库索引超出时,无法插入和更新知识库内容。",
|
||||
"FAQ.dataset_index_q": "知识库索引超出会删除么?",
|
||||
"FAQ.free_user_clean_a": "免费版团队(免费版且未购买额外套餐)连续 30 天未登录系统,系统会自动清除该团队下所有知识库内容。",
|
||||
"FAQ.free_user_clean_q": "免费版数据会清除么?",
|
||||
"FAQ.index_del_a": "当你删除知识库内容时,知识库索引数量会在 5 分钟内减少。",
|
||||
"FAQ.index_del_q": "知识库索引什么时候会减少?",
|
||||
"FAQ.package_overlay_a": "可以的。每次购买的资源包都是独立的,在其有效期内将会叠加使用。AI积分会优先扣除最先过期的资源包。",
|
||||
"FAQ.package_overlay_q": "额外资源包可以叠加么?",
|
||||
"FAQ.qpm_a": "主要指团队每分钟请求 Agent 的最大次数,与单个 Agent 复杂度无关。其他 OpenAPI 接口也受此影响,每个接口单独计算。",
|
||||
"FAQ.qpm_q": "QPM 是什么?",
|
||||
"FAQ.switch_package_a": "套餐使用规则为优先使用更高级的套餐,因此,购买的新套餐若比当前套餐更高级,则新套餐立即生效:否则将继续使用当前套餐。",
|
||||
"FAQ.switch_package_q": "是否切换订阅套餐?",
|
||||
"FAQ.year_day_a": "一个月按 30 天计算,一年按 360 天计算。",
|
||||
"FAQ.year_day_q": "一个月,一年具体是多长时间?",
|
||||
"File": "文件",
|
||||
"Finish": "完成",
|
||||
"Folder": "文件夹",
|
||||
@@ -111,10 +116,13 @@
|
||||
"base_config": "基础配置",
|
||||
"bill_already_processed": "订单已处理",
|
||||
"bill_expired": "订单已过期",
|
||||
"bill_not_found": "订单不存在",
|
||||
"bill_not_pay_processed": "非在线订单",
|
||||
"button.extra_dataset_size_tip": "您正在购买【额外知识库容量】",
|
||||
"button.extra_points_tip": "您正在购买【额外 AI 积分】",
|
||||
"can_copy_content_tip": "无法使用浏览器自动复制,请手动复制下面内容",
|
||||
"cancel_bill": "取消",
|
||||
"cancel_bill_confirm": "确定要取消这个订单吗?",
|
||||
"chart_mode_cumulative": "累积",
|
||||
"chart_mode_incremental": "分时",
|
||||
"chat": "会话",
|
||||
@@ -169,6 +177,7 @@
|
||||
"code_error.system_error.license_user_amount_limit": "超出系统最大用户数量",
|
||||
"code_error.team_error.ai_points_not_enough": "AI 积分不足",
|
||||
"code_error.team_error.app_amount_not_enough": "应用数量已达上限~",
|
||||
"code_error.team_error.app_folder_amount_not_enough": "文件夹数量已达上限~",
|
||||
"code_error.team_error.cannot_delete_default_group": "不能删除默认群组",
|
||||
"code_error.team_error.cannot_delete_non_empty_org": "不能删除非空部门",
|
||||
"code_error.team_error.cannot_modify_root_org": "不能修改根部门",
|
||||
@@ -207,6 +216,7 @@
|
||||
"confirm_logout": "确认退出登录?",
|
||||
"confirm_move": "移动到这",
|
||||
"confirm_update": "确认更新",
|
||||
"contact_business": "联系商务",
|
||||
"contact_way": "通知接收",
|
||||
"contribute_app_template": "贡献模板",
|
||||
"copy_link": "复制链接",
|
||||
@@ -759,12 +769,23 @@
|
||||
"core.workflow.tool.Handle": "工具连接器",
|
||||
"core.workflow.tool.Select Tool": "选择工具",
|
||||
"core.workflow.variable": "变量",
|
||||
"coupon_expired": "优惠券已过期",
|
||||
"coupon_not_exist": "优惠券不存在",
|
||||
"coupon_not_start": "优惠券未生效",
|
||||
"coupon_redeem_failed": "优惠券核销失败",
|
||||
"coupon_unavailable": "优惠券不可用",
|
||||
"coupon_used": "优惠券已使用",
|
||||
"create": "去创建",
|
||||
"create_app": "创建应用",
|
||||
"create_failed": "创建失败",
|
||||
"create_success": "创建成功",
|
||||
"create_time": "创建时间",
|
||||
"cron_job_run_app": "定时任务",
|
||||
"custom_plan_price": "定制化计费",
|
||||
"custom_plan_feature_1": "优先深度技术支持",
|
||||
"custom_plan_feature_2": "专属客户经理",
|
||||
"custom_plan_feature_3": "弹性资源配置",
|
||||
"custom_plan_feature_4": "安全可控",
|
||||
"custom_title": "自定义标题",
|
||||
"data_index_custom": "自定义索引",
|
||||
"data_index_default": "默认索引",
|
||||
@@ -822,6 +843,7 @@
|
||||
"delete_folder": "删除文件夹",
|
||||
"delete_success": "删除成功",
|
||||
"delete_warning": "删除警告",
|
||||
"discount_coupon_used": "已使用优惠券:",
|
||||
"embedding_model_not_config": "检测到没有可用的索引模型",
|
||||
"enable_auth": "启用鉴权",
|
||||
"error.Create failed": "创建失败",
|
||||
@@ -850,6 +872,7 @@
|
||||
"exit_directly": "直接退出",
|
||||
"expired_time": "过期时间",
|
||||
"export_to_json": "导出为 JSON",
|
||||
"extraPointsPrice": "{{price}} 元",
|
||||
"extraction_results": "提取结果",
|
||||
"failed": "失败",
|
||||
"field_name": "字段名",
|
||||
@@ -919,6 +942,7 @@
|
||||
"model.type.stt": "语音识别",
|
||||
"model.type.tts": "语音合成",
|
||||
"month": "月",
|
||||
"month_text": "个月",
|
||||
"move.confirm": "确认移动",
|
||||
"move_success": "移动成功",
|
||||
"move_to": "移动到",
|
||||
@@ -948,6 +972,11 @@
|
||||
"not_support": "不支持",
|
||||
"not_support_wechat_image": "这是一张微信图片",
|
||||
"not_yet_introduced": "暂无介绍",
|
||||
"old_user_month_discount_70": "老用户福利-月费7折",
|
||||
"old_user_month_discount_70_description": "购买月费套餐享受7折优惠,下单自动生效",
|
||||
"old_user_year_discount_90": "老用户福利-年费9折",
|
||||
"old_user_year_discount_90_description": "购买年费套餐享受9折优惠,下单自动生效",
|
||||
"one_year": "1 年",
|
||||
"open_folder": "打开文件夹",
|
||||
"option": "选项",
|
||||
"page": "页",
|
||||
@@ -962,6 +991,7 @@
|
||||
"pay.wx_payment": "微信支付",
|
||||
"pay.yuan": "{{amount}}元",
|
||||
"pay_alipay_payment": "支付宝支付",
|
||||
"pay_bill": "支付",
|
||||
"pay_corporate_payment": "对公支付",
|
||||
"pay_money": "应付金额",
|
||||
"pay_success": "支付成功",
|
||||
@@ -1192,18 +1222,29 @@
|
||||
"support.wallet.subscription.Upgrade plan": "升级套餐",
|
||||
"support.wallet.subscription.ai_model": "AI语言模型",
|
||||
"support.wallet.subscription.eval_items_count": "单次评测数据条数: {{count}} 条",
|
||||
"support.wallet.subscription.function.App registration count": "{{amount}} 个应用备案",
|
||||
"support.wallet.subscription.function.Audit log store duration": "{{amount}} 天团队操作日志记录",
|
||||
"support.wallet.subscription.function.History store": "{{amount}} 天对话记录保留",
|
||||
"support.wallet.subscription.function.Max app": "{{amount}} 个应用上限",
|
||||
"support.wallet.subscription.function.Max dataset": "{{amount}} 个知识库上限",
|
||||
"support.wallet.subscription.function.Max app": "{{amount}} 个 Agent",
|
||||
"support.wallet.subscription.function.Max dataset": "{{amount}} 个知识库",
|
||||
"support.wallet.subscription.function.Max dataset size": "{{amount}} 组知识库索引",
|
||||
"support.wallet.subscription.function.Max members": "{{amount}} 个团队成员上限",
|
||||
"support.wallet.subscription.function.Points": "{{amount}} AI 积分",
|
||||
"support.wallet.subscription.function.Max members": "{{amount}} 个团队成员",
|
||||
"support.wallet.subscription.function.Points": "{{amount}} 积分",
|
||||
"support.wallet.subscription.function.Requests per minute": "{{amount}} QPM",
|
||||
"support.wallet.subscription.function.Ticket response time": "{{amount}} 小时工单支持响应",
|
||||
"support.wallet.subscription.function.Website sync per dataset": "站点同步最大 {{amount}} 页",
|
||||
"support.wallet.subscription.function.qpm tip": "主要指团队每分钟请求 Agent 的最大次数,与单个 Agent 复杂度无关。其他 OpenAPI 接口也受此影响,每个接口单独计算",
|
||||
"support.wallet.subscription.mode.Month": "按月",
|
||||
"support.wallet.subscription.mode.Period": "订阅周期",
|
||||
"support.wallet.subscription.mode.Year": "按年",
|
||||
"support.wallet.subscription.mode.Year sale": "赠送两个月",
|
||||
"support.wallet.subscription.point": "积分",
|
||||
"support.wallet.subscription.standardSubLevel.custom": "自定义版",
|
||||
"support.wallet.subscription.standardSubLevel.advanced": "高级版",
|
||||
"support.wallet.subscription.standardSubLevel.advanced_desc": "适合企业级的生产工具",
|
||||
"support.wallet.subscription.standardSubLevel.basic": "基础版",
|
||||
"support.wallet.subscription.standardSubLevel.basic_desc": "解锁 FastGPT 完整功能",
|
||||
"support.wallet.subscription.standardSubLevel.custom": "定制版",
|
||||
"support.wallet.subscription.standardSubLevel.custom_desc": "不再受限于套餐,为您的独特需求而生",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise": "企业版",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise_desc": "适合中小企业在生产环境构建知识库应用",
|
||||
"support.wallet.subscription.standardSubLevel.experience": "体验版",
|
||||
@@ -1273,6 +1314,7 @@
|
||||
"upgrade": "升级",
|
||||
"upload_file": "上传文件",
|
||||
"upload_file_error": "上传文件失败",
|
||||
"usage_records": "使用记录",
|
||||
"use_helper": "使用帮助",
|
||||
"user.Account": "账号",
|
||||
"user.Amount of earnings": "收益(¥)",
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
"Only_support_uploading_one_image": "仅支持上传一张图片",
|
||||
"Please select the image to upload": "请选择要上传的图片",
|
||||
"Please wait for all files to upload": "请等待所有文件上传完成",
|
||||
"bucket_chat": "对话文件",
|
||||
"bucket_file": "知识库文件",
|
||||
"bucket_image": "图片",
|
||||
"click_to_view_raw_source": "点击查看来源",
|
||||
"common.Some images failed to process": "部分图片处理失败",
|
||||
|
||||
@@ -83,5 +83,22 @@
|
||||
"reset_default": "恢復預設設定",
|
||||
"team": "團隊管理",
|
||||
"third_party": "第三方賬號",
|
||||
"usage_records": "使用記錄"
|
||||
"usage_records": "使用記錄",
|
||||
"bill_detail": "帳單詳細資訊",
|
||||
"order_number": "訂單編號",
|
||||
"generation_time": "生成時間",
|
||||
"order_type": "訂單類型",
|
||||
"status": "狀態",
|
||||
"payment_method": "支付方式",
|
||||
"support_wallet_amount": "金額",
|
||||
"yuan": "{{amount}}元",
|
||||
"has_invoice": "是否已開票",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"subscription_period": "訂閱週期",
|
||||
"subscription_package": "訂閱套餐",
|
||||
"subscription_mode_month": "時長",
|
||||
"month": "月",
|
||||
"extra_dataset_size": "額外知識庫容量",
|
||||
"extra_ai_points": "AI 積分運算標準"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"back": "返回",
|
||||
"bank_account": "開戶帳號",
|
||||
"bank_name": "開戶銀行",
|
||||
"bill_detail": "帳單詳細資訊",
|
||||
"bill_record": "帳單記錄",
|
||||
"click_to_download": "點擊下載",
|
||||
"company_address": "公司地址",
|
||||
@@ -17,37 +16,23 @@
|
||||
"default_header": "預設抬頭",
|
||||
"detail": "詳細資訊",
|
||||
"email_address": "郵件地址",
|
||||
"extra_ai_points": "AI 積分運算標準",
|
||||
"extra_dataset_size": "額外知識庫容量",
|
||||
"generation_time": "生成時間",
|
||||
"has_invoice": "是否已開票",
|
||||
"invoice_amount": "開票金額",
|
||||
"invoice_detail": "發票詳細資訊",
|
||||
"invoice_sending_info": "發票將在 3-7 個工作天內傳送至郵箱,請耐心等待",
|
||||
"mm": "毫米",
|
||||
"month": "月",
|
||||
"need_special_invoice": "是否需要專票",
|
||||
"no": "否",
|
||||
"no_invoice_record": "無帳單記錄~",
|
||||
"no_invoice_record_tip": "暫無開立發票紀錄",
|
||||
"order_number": "訂單編號",
|
||||
"order_type": "訂單類型",
|
||||
"organization_name": "組織名稱",
|
||||
"payment_method": "支付方式",
|
||||
"payway_coupon": "兌換碼",
|
||||
"rerank": "結果重排",
|
||||
"save": "儲存",
|
||||
"save_failed": "儲存異常",
|
||||
"save_success": "儲存成功",
|
||||
"status": "狀態",
|
||||
"sub_mode_custom": "自定義",
|
||||
"submit_failed": "提交失敗",
|
||||
"submit_success": "提交成功",
|
||||
"submitted": "已提交",
|
||||
"subscription_mode_month": "時長",
|
||||
"subscription_package": "訂閱套餐",
|
||||
"subscription_period": "訂閱週期",
|
||||
"support_wallet_amount": "金額",
|
||||
"support_wallet_apply_invoice": "可開立帳單",
|
||||
"support_wallet_bill_tag_invoice": "帳單發票",
|
||||
"support_wallet_invoicing": "開票",
|
||||
@@ -56,7 +41,5 @@
|
||||
"type": "類型",
|
||||
"unit_code": "統一信用代碼",
|
||||
"unit_code_void": "統一信用代碼格式錯誤",
|
||||
"update": "更新",
|
||||
"yes": "是",
|
||||
"yuan": "{{amount}}元"
|
||||
"update": "更新"
|
||||
}
|
||||
|
||||
@@ -6,15 +6,18 @@
|
||||
"ai_points_calculation_standard": "AI 積分",
|
||||
"ai_points_usage": "AI 積分使用量",
|
||||
"ai_points_usage_tip": "每次呼叫 AI 模型時,都會消耗一定的 AI 積分。\n具體的計算標準可參考上方的「計費標準」。",
|
||||
"app_amount": "應用數量",
|
||||
"app_amount": "Agent 數量",
|
||||
"app_registration_count": "備案應用數量",
|
||||
"apply_app_registration": "申請應用備案",
|
||||
"avatar": "頭像",
|
||||
"avatar_selection_exception": "頭像選擇異常",
|
||||
"avatar_can_only_select_one": "頭像只能選擇一張圖片",
|
||||
"avatar_can_only_select_jpg_png": "頭像只能選擇 jpg 或 png 格式",
|
||||
"avatar_can_only_select_one": "頭像只能選擇一張圖片",
|
||||
"avatar_selection_exception": "頭像選擇異常",
|
||||
"balance": "餘額",
|
||||
"billing_standard": "計費標準",
|
||||
"cancel": "取消",
|
||||
"change": "變更",
|
||||
"check_purchase_history": "查看訂單",
|
||||
"choose_avatar": "點選選擇頭像",
|
||||
"click_modify_nickname": "點選修改暱稱",
|
||||
"code_required": "驗證碼不能為空",
|
||||
@@ -25,6 +28,7 @@
|
||||
"current_package": "目前套餐",
|
||||
"current_token_price": "目前積分價格",
|
||||
"dataset_amount": "知識庫數量",
|
||||
"discount_coupon": "優惠券",
|
||||
"effective_time": "生效時間",
|
||||
"email_label": "信箱",
|
||||
"exchange": "兌換",
|
||||
@@ -32,6 +36,7 @@
|
||||
"exchange_success": "兌換成功",
|
||||
"expiration_time": "到期時間",
|
||||
"expired": "已過期",
|
||||
"expired_tips": "已經過期了哦~",
|
||||
"general_info": "通用資訊",
|
||||
"group": "群組",
|
||||
"help_chatbot": "機器人助手",
|
||||
@@ -42,6 +47,7 @@
|
||||
"member_name": "成員名",
|
||||
"month": "月",
|
||||
"new_password": "新密碼",
|
||||
"not_started_tips": "未開始",
|
||||
"notification_receiving": "通知接收",
|
||||
"old_password": "舊密碼",
|
||||
"package_and_usage": "套餐與用量",
|
||||
@@ -76,6 +82,8 @@
|
||||
"upgrade_package": "升級套餐",
|
||||
"usage_balance": "使用餘額:使用餘額",
|
||||
"usage_balance_notice": "由於系統升級,原「自動續費從餘額扣款」模式取消,餘額儲值入口關閉。\n您的餘額可用於購買積分",
|
||||
"used_time": "使用時間",
|
||||
"used_tips": "已使用",
|
||||
"user_account": "帳號",
|
||||
"user_team_team_name": "團隊",
|
||||
"verification_code": "驗證碼",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"ai.query_extension_embedding": "問題優化-embedding",
|
||||
"ai_model": "AI 模型",
|
||||
"all": "所有",
|
||||
"app_name": "應用程式名",
|
||||
|
||||
@@ -33,13 +33,17 @@
|
||||
"FAQ.dataset_compute_a": "1條知識庫存儲等於1條知識庫索引。\n一條分塊數據,通常對應多條索引,可以在單個知識庫集合中看到\"n組索引\"",
|
||||
"FAQ.dataset_compute_q": "知識庫儲存如何計算?",
|
||||
"FAQ.dataset_index_a": "不會,但知識庫索引超出限制時,將無法插入和更新知識庫內容。",
|
||||
"FAQ.dataset_index_q": "知識庫索引超出是否會被刪除?",
|
||||
"FAQ.free_user_clean_a": "若免費版團隊(免費版且未購買額外方案)連續 30 天未登入系統,系統會自動清除該團隊下所有知識庫內容。",
|
||||
"FAQ.free_user_clean_q": "免費版的資料會被清除嗎?",
|
||||
"FAQ.index_del_a": "當你刪除知識庫內容時,知識庫索引數量會在 5 分鐘內減少。",
|
||||
"FAQ.index_del_q": "知識庫索引什麼時候會減少?",
|
||||
"FAQ.package_overlay_a": "可以。每次購買的資源包都是獨立的,在其有效期內會重疊使用。AI 點數會優先從最早到期的資源包中扣除。",
|
||||
"FAQ.package_overlay_q": "額外資源包可以重疊使用嗎?",
|
||||
"FAQ.qpm_a": "主要指團隊每分鐘請求 Agent 的最大次數,與單個 Agent 複雜度無關。\n其他 OpenAPI 接口也受此影響,每個接口單獨計算。",
|
||||
"FAQ.qpm_q": "QPM 是什麼?",
|
||||
"FAQ.switch_package_a": "方案使用規則為優先使用較進階的方案。因此,若購買的新方案比目前方案更進階,則新方案會立即生效;否則將繼續使用目前方案。",
|
||||
"FAQ.switch_package_q": "是否會切換訂閱方案?",
|
||||
"FAQ.year_day_a": "一個月按 30 天計算,一年按 360 天計算。",
|
||||
"File": "檔案",
|
||||
"Finish": "完成",
|
||||
"Folder": "資料夾",
|
||||
@@ -111,10 +115,13 @@
|
||||
"base_config": "基本設定",
|
||||
"bill_already_processed": "訂單已處理",
|
||||
"bill_expired": "訂單已過期",
|
||||
"bill_not_found": "訂單不存在",
|
||||
"bill_not_pay_processed": "非在線訂單",
|
||||
"button.extra_dataset_size_tip": "您正在購買【額外知識庫容量】",
|
||||
"button.extra_points_tip": "您正在購買【額外 AI 積分】",
|
||||
"can_copy_content_tip": "無法使用瀏覽器自動複製,請手動複製下面內容",
|
||||
"cancel_bill": "取消",
|
||||
"cancel_bill_confirm": "確定要取消這個訂單嗎?",
|
||||
"chart_mode_cumulative": "累積",
|
||||
"chart_mode_incremental": "分時",
|
||||
"chat": "會話",
|
||||
@@ -169,6 +176,7 @@
|
||||
"code_error.system_error.license_user_amount_limit": "超出系統最大用戶數量",
|
||||
"code_error.team_error.ai_points_not_enough": "AI 點數不足",
|
||||
"code_error.team_error.app_amount_not_enough": "已達應用程式數量上限",
|
||||
"code_error.team_error.app_folder_amount_not_enough": "已達資料夾數量上限",
|
||||
"code_error.team_error.cannot_delete_default_group": "無法刪除預設群組",
|
||||
"code_error.team_error.cannot_delete_non_empty_org": "無法刪除非空組織",
|
||||
"code_error.team_error.cannot_modify_root_org": "無法修改根組織",
|
||||
@@ -755,12 +763,23 @@
|
||||
"core.workflow.tool.Handle": "工具聯結器",
|
||||
"core.workflow.tool.Select Tool": "選擇工具",
|
||||
"core.workflow.variable": "變數",
|
||||
"coupon_expired": "優惠券已過期",
|
||||
"coupon_not_exist": "優惠券不存在",
|
||||
"coupon_not_start": "優惠券未生效",
|
||||
"coupon_redeem_failed": "優惠券核銷失敗",
|
||||
"coupon_unavailable": "優惠券不可用",
|
||||
"coupon_used": "優惠券已使用",
|
||||
"create": "建立",
|
||||
"create_app": "創建應用",
|
||||
"create_failed": "建立失敗",
|
||||
"create_success": "建立成功",
|
||||
"create_time": "建立時間",
|
||||
"cron_job_run_app": "排程任務",
|
||||
"custom_plan_price": "定制化計費",
|
||||
"custom_plan_feature_1": "優先深度技術支援",
|
||||
"custom_plan_feature_2": "專屬客戶經理",
|
||||
"custom_plan_feature_3": "彈性資源配置",
|
||||
"custom_plan_feature_4": "安全可控",
|
||||
"custom_title": "自訂標題",
|
||||
"data_index_custom": "自定義索引",
|
||||
"data_index_default": "預設索引",
|
||||
@@ -818,6 +837,7 @@
|
||||
"delete_folder": "刪除資料夾",
|
||||
"delete_success": "刪除成功",
|
||||
"delete_warning": "刪除警告",
|
||||
"discount_coupon_used": "已使用優惠券:",
|
||||
"embedding_model_not_config": "偵測到沒有可用的索引模型",
|
||||
"enable_auth": "啟用鑑權",
|
||||
"error.Create failed": "建立失敗",
|
||||
@@ -846,6 +866,7 @@
|
||||
"exit_directly": "直接離開",
|
||||
"expired_time": "到期時間",
|
||||
"export_to_json": "匯出為 JSON",
|
||||
"extraPointsPrice": "{{price}} 元",
|
||||
"extraction_results": "提取結果",
|
||||
"failed": "失敗",
|
||||
"field_name": "欄位名稱",
|
||||
@@ -943,6 +964,10 @@
|
||||
"not_support": "不支援",
|
||||
"not_support_wechat_image": "這是一張微信圖片",
|
||||
"not_yet_introduced": "暫無介紹",
|
||||
"old_user_month_discount_70": "老用戶福利-月費7折",
|
||||
"old_user_month_discount_70_description": "購買月費套餐享受7折優惠,下單自動生效",
|
||||
"old_user_year_discount_90": "老用戶福利-年費9折",
|
||||
"old_user_year_discount_90_description": "購買年費套餐享受9折優惠,下單自動生效",
|
||||
"open_folder": "開啟資料夾",
|
||||
"option": "選項",
|
||||
"page": "頁",
|
||||
@@ -957,6 +982,7 @@
|
||||
"pay.wx_payment": "微信支付",
|
||||
"pay.yuan": "{{amount}} 元",
|
||||
"pay_alipay_payment": "支付寶支付",
|
||||
"pay_bill": "支付",
|
||||
"pay_corporate_payment": "對公支付",
|
||||
"pay_money": "應付金額",
|
||||
"pay_success": "支付成功",
|
||||
@@ -1186,18 +1212,26 @@
|
||||
"support.wallet.subscription.Update extra price": "價格",
|
||||
"support.wallet.subscription.Upgrade plan": "升級方案",
|
||||
"support.wallet.subscription.ai_model": "AI 語言模型",
|
||||
"support.wallet.subscription.function.Audit log store duration": "{{amount}} 天團隊操作日誌記錄",
|
||||
"support.wallet.subscription.function.History store": "{{amount}} 天對話紀錄保留",
|
||||
"support.wallet.subscription.function.Max app": "{{amount}} 個應用上限",
|
||||
"support.wallet.subscription.function.Max dataset": "{{amount}} 個知識庫上限",
|
||||
"support.wallet.subscription.function.Max app": "{{amount}} 個 Agent",
|
||||
"support.wallet.subscription.function.Max dataset": "{{amount}} 個知識庫",
|
||||
"support.wallet.subscription.function.Max dataset size": "{{amount}} 組知識庫索引",
|
||||
"support.wallet.subscription.function.Max members": "{{amount}} 個團隊成員",
|
||||
"support.wallet.subscription.function.Points": "{{amount}} AI 點數",
|
||||
"support.wallet.subscription.function.Points": "{{amount}} 積分",
|
||||
"support.wallet.subscription.function.Requests per minute": "{{amount}} QPM",
|
||||
"support.wallet.subscription.function.Website sync per dataset": "單知識庫 {{amount}} 個網頁同步",
|
||||
"support.wallet.subscription.mode.Month": "按月",
|
||||
"support.wallet.subscription.mode.Period": "訂閱週期",
|
||||
"support.wallet.subscription.mode.Year": "按年",
|
||||
"support.wallet.subscription.mode.Year sale": "贈送兩個月",
|
||||
"support.wallet.subscription.point": "點數",
|
||||
"support.wallet.subscription.standardSubLevel.advanced": "高級版",
|
||||
"support.wallet.subscription.standardSubLevel.advanced_desc": "適合企業級的生產工具",
|
||||
"support.wallet.subscription.standardSubLevel.basic": "基礎版",
|
||||
"support.wallet.subscription.standardSubLevel.basic_desc": "解鎖 FastGPT 完整功能",
|
||||
"support.wallet.subscription.standardSubLevel.custom": "客製版",
|
||||
"support.wallet.subscription.standardSubLevel.custom_desc": "不再受限於套餐,為您的獨特需求而生",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise": "企業版",
|
||||
"support.wallet.subscription.standardSubLevel.enterprise_desc": "適合中小企業在正式環境建構知識庫應用",
|
||||
"support.wallet.subscription.standardSubLevel.experience": "體驗版",
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
"Please select the image to upload": "請選擇要上傳的圖片",
|
||||
"Please wait for all files to upload": "請等待所有文件上傳完成",
|
||||
"common.upload_system_tools": "上傳系統工具",
|
||||
"bucket_chat": "對話檔案",
|
||||
"bucket_file": "知識庫檔案",
|
||||
"bucket_image": "圖片",
|
||||
"click_to_view_raw_source": "點選檢視原始來源",
|
||||
"common.Some images failed to process": "部分圖片處理失敗",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"@lexical/markdown": "0.12.6",
|
||||
"@lexical/react": "0.12.6",
|
||||
"@lexical/rich-text": "0.12.6",
|
||||
"@lexical/selection": "^0.14.5",
|
||||
"@lexical/selection": "0.12.6",
|
||||
"@lexical/text": "0.12.6",
|
||||
"@lexical/utils": "0.12.6",
|
||||
"@monaco-editor/react": "^4.6.0",
|
||||
|
||||
Reference in New Issue
Block a user