mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-24 02:01:51 +08:00
restore translations (#6637)
* chore: provide scripts to check if there is unused icons and translations * move script to pro * chore: restore translations
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
"dataset_create_success": "The knowledge base was created successfully and files are being indexed in the background.",
|
||||
"dataset_empty_tips": "You don’t have a knowledge base yet, create one first.",
|
||||
"dataset_select": "Optional knowledge base",
|
||||
"deleted": "App deleted",
|
||||
"document_quote": "Document Reference",
|
||||
"document_quote_tip": "Usually used to accept user-uploaded document content (requires document parsing), and can also be used to reference other string data.",
|
||||
"edit_app": "Application details",
|
||||
|
||||
@@ -108,6 +108,9 @@
|
||||
"auth_type.Custom": "Customize",
|
||||
"auth_type.None": "None",
|
||||
"back": "Back",
|
||||
"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",
|
||||
@@ -628,6 +631,12 @@
|
||||
"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_failed": "Create failed",
|
||||
"create_success": "Created Successfully",
|
||||
@@ -693,6 +702,8 @@
|
||||
"error.fileNotFound": "File not found~",
|
||||
"error.invalid_params": "Invalid parameter",
|
||||
"error.llm_track_expired": "Request details expired",
|
||||
"error.missingParams": "Insufficient parameters",
|
||||
"error.send_auth_code_too_frequently": "Please do not obtain verification code frequently",
|
||||
"error.too_many_request": "Too many request",
|
||||
"error.tool_not_exist": "Tool deleted",
|
||||
"error.unKnow": "An Unexpected Error Occurred",
|
||||
@@ -774,13 +785,16 @@
|
||||
"move_success": "Moved Successfully",
|
||||
"move_to": "Move to",
|
||||
"n_agent_amount": "{{amount}} Agent limit",
|
||||
"n_ai_points": "{{amount}} points",
|
||||
"n_app_registration_amount": "{{amount}} app registrations",
|
||||
"n_chat_records_retain": "{{amount}} Days of Chat History Retention",
|
||||
"n_custom_domain_amount": "{{amount}} Custom domains",
|
||||
"n_custom_domain_amount_tip": "The number of custom domain names that the team can configure, which can currently be used to access Wecom intelligent robots",
|
||||
"n_dataset_amount": "{{amount}} Dataset limit",
|
||||
"n_dataset_size": "{{amount}} Dataset Indexes",
|
||||
"n_max_upload_file_count": "Upload up to {{amount}} files",
|
||||
"n_max_upload_file_limit": "Upload up to {{count}} files of {{size}}MB each",
|
||||
"n_max_upload_file_size": "Max {{amount}}MB per file",
|
||||
"n_team_audit_day": "{{amount}} days team operation log records",
|
||||
"n_team_members": "{{amount}} Member",
|
||||
"n_team_qpm": "{{amount}} QPM",
|
||||
@@ -800,6 +814,7 @@
|
||||
"no_intro": "No Introduction Available",
|
||||
"no_laf_env": "System Not Configured with Laf Environment",
|
||||
"no_more_data": "No More Data",
|
||||
"no_pay_way": "There is no suitable payment channel in the system",
|
||||
"no_select_data": "No Data Available",
|
||||
"not_active_team": "You have no available team",
|
||||
"not_model_config": "No related model configured",
|
||||
@@ -866,6 +881,7 @@
|
||||
"plugin.Please bind laf accout first": "Please Bind Laf Account First",
|
||||
"plugin.Search_app": "Search App",
|
||||
"plugin.go to laf": "Go to Write",
|
||||
"price_over_wx_limit": "Exceed payment provider limit: WeChat Pay only supports less than 6,000 yuan",
|
||||
"prompt_input_placeholder": "Please enter the prompt word",
|
||||
"qpm_desc": "It mainly refers to the maximum number of times the team requests Agent per minute, and has nothing to do with the complexity of a single Agent. \nOther OpenAPI interfaces are also affected by this, each interface is calculated separately",
|
||||
"question_feedback": "Work order",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"task_creating": "Creating task",
|
||||
"task_detail": "Task Details",
|
||||
"task_name": "Task Name",
|
||||
"team_has_running_evaluation": "The current team already has running application reviews. Please wait until it is completed before creating a new application review.",
|
||||
"template_csv_file_select_tip": "Only support {{fileType}} files that are strictly in accordance with template format</highlight>",
|
||||
"variables": "Global variables"
|
||||
}
|
||||
|
||||
@@ -124,6 +124,7 @@
|
||||
"dataset_create_success": "知识库创建成功,正在后台索引文件",
|
||||
"dataset_empty_tips": "你还没有知识库,先创建一个吧",
|
||||
"dataset_select": "可选知识库",
|
||||
"deleted": "应用已删除",
|
||||
"document_quote": "文档引用",
|
||||
"document_quote_tip": "通常用于接受用户上传的文档内容(这需要文档解析),也可以用于引用其他字符串数据。",
|
||||
"edit_app": "应用详情",
|
||||
|
||||
@@ -108,6 +108,9 @@
|
||||
"auth_type.Custom": "自定义",
|
||||
"auth_type.None": "无",
|
||||
"back": "返回",
|
||||
"bill_expired": "订单已过期",
|
||||
"bill_not_found": "订单不存在",
|
||||
"bill_not_pay_processed": "非在线订单",
|
||||
"button.extra_dataset_size_tip": "您正在购买【额外知识库容量】",
|
||||
"button.extra_points_tip": "您正在购买【额外 AI 积分】",
|
||||
"can_copy_content_tip": "无法使用浏览器自动复制,请手动复制下面内容",
|
||||
@@ -628,6 +631,12 @@
|
||||
"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_failed": "创建失败",
|
||||
"create_success": "创建成功",
|
||||
@@ -693,6 +702,8 @@
|
||||
"error.fileNotFound": "文件找不到了~",
|
||||
"error.invalid_params": "参数无效",
|
||||
"error.llm_track_expired": "请求详情已过期",
|
||||
"error.missingParams": "参数缺失",
|
||||
"error.send_auth_code_too_frequently": "请勿频繁获取验证码",
|
||||
"error.too_many_request": "请求太频繁了,请稍后重试",
|
||||
"error.tool_not_exist": "工具已删除",
|
||||
"error.unKnow": "出现了点意外~",
|
||||
@@ -774,13 +785,16 @@
|
||||
"move_success": "移动成功",
|
||||
"move_to": "移动到",
|
||||
"n_agent_amount": "{{amount}} 个 Agent",
|
||||
"n_ai_points": "{{amount}} 积分",
|
||||
"n_app_registration_amount": "{{amount}} 个应用备案",
|
||||
"n_chat_records_retain": "{{amount}} 天对话记录保留",
|
||||
"n_custom_domain_amount": "{{amount}} 个自定义域名",
|
||||
"n_custom_domain_amount_tip": "团队可以配置的自定义域名数量,目前可用于接入企微智能机器人",
|
||||
"n_dataset_amount": "{{amount}} 个知识库",
|
||||
"n_dataset_size": "{{amount}} 组知识库索引",
|
||||
"n_max_upload_file_count": "单次可上传 {{amount}} 个文件",
|
||||
"n_max_upload_file_limit": "单次可上传 {{count}} 个 {{size}} 的文件",
|
||||
"n_max_upload_file_size": "单个文件最大 {{amount}}MB",
|
||||
"n_team_audit_day": "{{amount}} 天团队操作日志记录",
|
||||
"n_team_members": "{{amount}} 个团队成员",
|
||||
"n_team_qpm": "{{amount}} QPM",
|
||||
@@ -800,6 +814,7 @@
|
||||
"no_intro": "暂无介绍",
|
||||
"no_laf_env": "系统未配置Laf环境",
|
||||
"no_more_data": "没有更多了~",
|
||||
"no_pay_way": "系统无合适的支付渠道",
|
||||
"no_select_data": "没有可选值",
|
||||
"not_active_team": "你没有可用的团队",
|
||||
"not_model_config": "未配置相关模型",
|
||||
@@ -866,6 +881,7 @@
|
||||
"plugin.Please bind laf accout first": "请先绑定 laf 账号",
|
||||
"plugin.Search_app": "搜索应用",
|
||||
"plugin.go to laf": "去编写",
|
||||
"price_over_wx_limit": "超出支付提供商限额:微信支付仅支持 6000 元以下",
|
||||
"prompt_input_placeholder": "请输入提示词",
|
||||
"qpm_desc": "主要指团队每分钟请求 Agent 的最大次数,与单个 Agent 复杂度无关。其他 OpenAPI 接口也受此影响,每个接口单独计算",
|
||||
"question_feedback": "工单咨询",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"task_creating": "正在创建任务",
|
||||
"task_detail": "任务详情",
|
||||
"task_name": "任务名称",
|
||||
"team_has_running_evaluation": "当前团队已有正在运行的应用评测,请等待完成后再创建新的应用评测",
|
||||
"template_csv_file_select_tip": "仅支持<highlight>严格按照模板</highlight>填写的 {{fileType}} 文件",
|
||||
"variables": "全局变量"
|
||||
}
|
||||
|
||||
@@ -120,6 +120,7 @@
|
||||
"dataset_create_success": "知識庫創建成功,正在後台索引文件",
|
||||
"dataset_empty_tips": "你還沒有知識庫,先創建一個吧",
|
||||
"dataset_select": "可選知識庫",
|
||||
"deleted": "應用已刪除",
|
||||
"document_quote": "文件引用",
|
||||
"document_quote_tip": "通常用於接受使用者上傳的文件內容(這需要文件解析),也可以用於引用其他字串資料。",
|
||||
"edit_app": "應用詳情",
|
||||
|
||||
@@ -107,6 +107,9 @@
|
||||
"auth_type.Custom": "自定義",
|
||||
"auth_type.None": "無",
|
||||
"back": "返回",
|
||||
"bill_expired": "訂單已過期",
|
||||
"bill_not_found": "訂單不存在",
|
||||
"bill_not_pay_processed": "非在線訂單",
|
||||
"button.extra_dataset_size_tip": "您正在購買【額外知識庫容量】",
|
||||
"button.extra_points_tip": "您正在購買【額外 AI 積分】",
|
||||
"can_copy_content_tip": "無法使用瀏覽器自動複製,請手動複製下面內容",
|
||||
@@ -623,6 +626,12 @@
|
||||
"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_failed": "建立失敗",
|
||||
"create_success": "建立成功",
|
||||
@@ -687,6 +696,8 @@
|
||||
"error.fileNotFound": "找不到檔案",
|
||||
"error.invalid_params": "參數無效",
|
||||
"error.llm_track_expired": "請求詳情已過期",
|
||||
"error.missingParams": "參數不足",
|
||||
"error.send_auth_code_too_frequently": "請勿頻繁取得驗證碼",
|
||||
"error.too_many_request": "請求太頻繁了,請稍後重試",
|
||||
"error.tool_not_exist": "工具已刪除",
|
||||
"error.unKnow": "發生未預期的錯誤",
|
||||
@@ -767,12 +778,15 @@
|
||||
"move_success": "移動成功",
|
||||
"move_to": "移動至",
|
||||
"n_agent_amount": "{{amount}} 個 Agent",
|
||||
"n_ai_points": "{{amount}} 積分",
|
||||
"n_chat_records_retain": "{{amount}} 天對話紀錄保留",
|
||||
"n_custom_domain_amount": "{{amount}} 個自定義域名",
|
||||
"n_custom_domain_amount_tip": "團隊可以配置的自定義域名數量,目前可用於接入企微智能機器人",
|
||||
"n_dataset_amount": "{{amount}} 個知識庫",
|
||||
"n_dataset_size": "{{amount}} 組知識庫索引",
|
||||
"n_max_upload_file_count": "單次可上傳 {{amount}} 個文件",
|
||||
"n_max_upload_file_limit": "單次可上傳 {{count}} 個 {{size}}MB 的文件",
|
||||
"n_max_upload_file_size": "單個文件最大 {{amount}}MB",
|
||||
"n_team_audit_day": "{{amount}} 天團隊操作日誌記錄",
|
||||
"n_team_members": "{{amount}} 個團隊成員",
|
||||
"n_team_qpm": "{{amount}} QPM",
|
||||
@@ -791,6 +805,7 @@
|
||||
"no_intro": "暫無介紹",
|
||||
"no_laf_env": "系統未設定 LAF 環境",
|
||||
"no_more_data": "沒有更多資料了",
|
||||
"no_pay_way": "系統無合適的支付渠道",
|
||||
"no_select_data": "沒有可選擇的資料",
|
||||
"not_active_team": "你沒有可用的團隊",
|
||||
"not_model_config": "未設定相關模型",
|
||||
@@ -856,6 +871,7 @@
|
||||
"plugin.Please bind laf accout first": "請先綁定 LAF 帳戶",
|
||||
"plugin.Search_app": "搜尋應用程式",
|
||||
"plugin.go to laf": "前往編寫",
|
||||
"price_over_wx_limit": "超出支付提供商限額:微信支付僅支持 6000 元以下",
|
||||
"prompt_input_placeholder": "請輸入提示詞",
|
||||
"qpm_desc": "主要指團隊每分鐘請求 Agent 的最大次數,與單個 Agent 複雜度無關。\n其他 OpenAPI 接口也受此影響,每個接口單獨計算",
|
||||
"question_feedback": "工單諮詢",
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"start_evaluation": "開始評測",
|
||||
"task_creating": "正在創建任務",
|
||||
"task_detail": "任務詳情",
|
||||
"team_has_running_evaluation": "當前團隊已有正在運行的應用評測,請等待完成後再創建新的應用評測",
|
||||
"template_csv_file_select_tip": "僅支持<highlight>嚴格按照模板格式</highlight>的 {{fileType}} 文件",
|
||||
"variables": "全局變量"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user