mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 13:53:50 +00:00
I18n: Completed i18n&&proofread some translations (#2619)
* i18n-1 * i18n: Completed the remaining parts of i18n and proofread some translations * i18n: add default lang&&add app template i18n
This commit is contained in:
@@ -1,177 +1,162 @@
|
||||
{
|
||||
"Run": "Run",
|
||||
"ai_settings": "AI Settings",
|
||||
"all_apps": "All Apps",
|
||||
"Run": "Execute",
|
||||
"ai_settings": "AI Configuration",
|
||||
"all_apps": "All Applications",
|
||||
"app": {
|
||||
"Version name": "Version name",
|
||||
"Version name": "Version Name",
|
||||
"modules": {
|
||||
"click to update": "click to update",
|
||||
"has new version": "has new version"
|
||||
"click to update": "Click to Refresh",
|
||||
"has new version": "New Version Available"
|
||||
},
|
||||
"version_back": "Back to initial",
|
||||
"version_copy": "Copy",
|
||||
"version_current": "current version",
|
||||
"version_initial": "Initial version",
|
||||
"version_initial_copy": "Copy-Initial state",
|
||||
"version_name_tips": "Version name can't be empty.",
|
||||
"version_past": "published",
|
||||
"version_publish_tips": "This version will be saved to the team's cloud, synchronized with the entire team, and update the application versions across all publishing channels.",
|
||||
"version_save_tips": "This version will be saved to the team's cloud and synchronized with the entire team."
|
||||
"version_back": "Revert to Original State",
|
||||
"version_copy": "Duplicate",
|
||||
"version_current": "Current Version",
|
||||
"version_initial": "Initial Version",
|
||||
"version_initial_copy": "Duplicate - Original State",
|
||||
"version_name_tips": "Version name cannot be empty",
|
||||
"version_past": "Previously Published",
|
||||
"version_publish_tips": "This version will be saved to the team cloud, synchronized with the entire team, and update the app version on all release channels.",
|
||||
"version_save_tips": "This version will be saved to the team cloud, synchronized with the entire team."
|
||||
},
|
||||
"app_detail": "App Details",
|
||||
"chat_debug": "Chat Debug",
|
||||
"chat_logs": "Chat Logs",
|
||||
"chat_logs_tips": "Logs will record online, shared and API (chatId required) conversation records for this app",
|
||||
"config_file_upload": "Click to configure file upload rules",
|
||||
"confirm_copy_app_tip": "The system will create an application with the same configuration for you, but the permission will not be copied, please confirm!",
|
||||
"confirm_del_app_tip": "Confirm to delete this app and all its chat records?",
|
||||
"confirm_delete_folder_tip": "Are you sure to delete this folder? All the following applications and corresponding chat records will be deleted, please confirm!",
|
||||
"copy_one_app": "Copy",
|
||||
"create_copy_success": "Create copy success",
|
||||
"create_empty_app": "Create default app",
|
||||
"create_empty_plugin": "Create default plugin",
|
||||
"create_empty_workflow": "Create default workflow",
|
||||
"app_detail": "Application Details",
|
||||
"chat_debug": "Chat Preview",
|
||||
"chat_logs": "Conversation Logs",
|
||||
"chat_logs_tips": "Logs will record the online, shared, and API (requires chatId) conversation records of this app.",
|
||||
"config_file_upload": "Click to Configure File Upload Rules",
|
||||
"confirm_copy_app_tip": "The system will create an app with the same configuration for you, but permissions will not be copied. Please confirm!",
|
||||
"confirm_del_app_tip": "Confirm to delete this app and all its conversation records?",
|
||||
"confirm_delete_folder_tip": "Confirm to delete this folder? All apps and corresponding conversation records under it will be deleted. Please confirm!",
|
||||
"copy_one_app": "Create Duplicate",
|
||||
"create_copy_success": "Duplicate Created Successfully",
|
||||
"create_empty_app": "Create Blank App",
|
||||
"create_empty_plugin": "Create Blank Plugin",
|
||||
"create_empty_workflow": "Create Blank Workflow",
|
||||
"cron": {
|
||||
"every_day": "Executed every day",
|
||||
"every_month": "Executed monthly",
|
||||
"every_week": "Executed every week",
|
||||
"interval": "interval execution"
|
||||
"every_day": "Run Daily",
|
||||
"every_month": "Run Monthly",
|
||||
"every_week": "Run Weekly",
|
||||
"interval": "Run at Intervals"
|
||||
},
|
||||
"current_settings": "Current settings",
|
||||
"day": "day",
|
||||
"document_quote": "Document quote",
|
||||
"document_quote_tip": "It is usually used to accept document content uploaded by users (which requires document parsing), and can also be used to reference other string data.",
|
||||
"document_upload": "Document upload",
|
||||
"edit_app": "Edit app",
|
||||
"edit_info": "Edit info",
|
||||
"execute_time": "execution time",
|
||||
"export_config_successful": "Config copied, please check for important data",
|
||||
"export_configs": "Export Configs",
|
||||
"current_settings": "Current Configuration",
|
||||
"day": "Day",
|
||||
"document_quote": "Document Reference",
|
||||
"document_quote_tip": "Usually used to accept user-uploaded document content (requires document parsing), and can also be used to reference other string data.",
|
||||
"document_upload": "Document Upload",
|
||||
"edit_app": "Edit Application",
|
||||
"edit_info": "Edit Information",
|
||||
"execute_time": "Execution Time",
|
||||
"export_config_successful": "Configuration copied, some sensitive information automatically filtered. Please check for any remaining sensitive data.",
|
||||
"export_configs": "Export Configurations",
|
||||
"feedback_count": "User Feedback",
|
||||
"file_recover": "The file will overwrite the current content",
|
||||
"file_upload": "file_upload",
|
||||
"file_upload_tip": "After it is enabled, you can upload documents/pictures. Documents are kept for 7 days and pictures for 15 days. Use of this feature may incur additional charges. To ensure the user experience, select an AI model with a large context length when using this function.",
|
||||
"go_to_chat": "To chat",
|
||||
"go_to_run": "Run",
|
||||
"image_upload": "Image upload",
|
||||
"image_upload_tip": "Be sure to select a visual model that can handle the picture",
|
||||
"import_configs": "Import Configs",
|
||||
"import_configs_failed": "Failed to import configs, please ensure configs are valid!",
|
||||
"import_configs_success": "Import successful",
|
||||
"file_recover": "File will overwrite current content",
|
||||
"file_upload": "File Upload",
|
||||
"file_upload_tip": "Once enabled, documents/images can be uploaded. Documents are retained for 7 days, images for 15 days. Using this feature may incur additional costs. To ensure a good experience, please choose an AI model with a larger context length when using this feature.",
|
||||
"go_to_chat": "Go to Conversation",
|
||||
"go_to_run": "Go to Execution",
|
||||
"image_upload": "Image Upload",
|
||||
"image_upload_tip": "Please ensure to select a vision model that can process images.",
|
||||
"import_configs": "Import Configurations",
|
||||
"import_configs_failed": "Import configuration failed, please ensure the configuration is correct!",
|
||||
"import_configs_success": "Import Successful",
|
||||
"interval": {
|
||||
"12_hours": "every 12 hours",
|
||||
"2_hours": "every 2 hours",
|
||||
"3_hours": "every 3 hours",
|
||||
"4_hours": "every 4 hours",
|
||||
"6_hours": "every 6 hours",
|
||||
"per_hour": "per hour"
|
||||
"12_hours": "Every 12 Hours",
|
||||
"2_hours": "Every 2 Hours",
|
||||
"3_hours": "Every 3 Hours",
|
||||
"4_hours": "Every 4 Hours",
|
||||
"6_hours": "Every 6 Hours",
|
||||
"per_hour": "Every Hour"
|
||||
},
|
||||
"intro": "It is a large model application orchestration system that provides out-of-the-box data processing, model calling and other capabilities. It can quickly build a knowledge base and perform workflow orchestration through Flow visualization to realize complex knowledge base scenarios!",
|
||||
"intro": "A comprehensive model application orchestration system that offers out-of-the-box data processing and model invocation capabilities. It allows for rapid Dataset construction and workflow orchestration through Flow visualization, enabling complex Dataset scenarios!",
|
||||
"llm_not_support_vision": "This model does not support image recognition",
|
||||
"llm_use_vision": "Enable vision",
|
||||
"llm_use_vision_tip": "When image recognition is enabled, the model automatically receives images from Dialog Uploads, as well as image links from User Questions.",
|
||||
"llm_use_vision": "Enable Image Recognition",
|
||||
"llm_use_vision_tip": "Once image recognition is enabled, this model will automatically receive images uploaded from the 'dialog box' and image links in 'user questions'.",
|
||||
"logs_empty": "No logs yet~",
|
||||
"logs_message_total": "Total Messages",
|
||||
"logs_title": "Title",
|
||||
"mark_count": "Marked Answer Count",
|
||||
"mark_count": "Number of Marked Answers",
|
||||
"module": {
|
||||
"Confirm Sync": "The template will be updated to the latest template configuration. Fields that do not exist in the template will be deleted (including all custom fields). You are advised to make a copy of the node and then update the original node version.",
|
||||
"Custom Title Tip": "This title will be displayed during the conversation",
|
||||
"No Modules": "No plugins yet~",
|
||||
"Confirm Sync": "Will update to the latest template configuration. Fields not in the template will be deleted (including all custom fields). It is recommended to copy a node first, then update the original node version.",
|
||||
"Custom Title Tip": "This title will be displayed during the conversation.",
|
||||
"No Modules": "No Plugins Found",
|
||||
"type": "\"{{type}}\" type\n{{description}}"
|
||||
},
|
||||
"modules": {
|
||||
"Title is required": "Module name cannot be empty"
|
||||
},
|
||||
"month": {
|
||||
"unit": "Number"
|
||||
"unit": "Day"
|
||||
},
|
||||
"move_app": "Move app",
|
||||
"no": "no",
|
||||
"move_app": "Move Application",
|
||||
"not_json_file": "Please select a JSON file",
|
||||
"or_drag_JSON": "Or drag in a JSON file",
|
||||
"paste_config": "Paste Config",
|
||||
"plugin_cost_per_times": "{{cost}}/per time",
|
||||
"plugin_dispatch": "Plugins",
|
||||
"plugin_dispatch_tip": "It is up to the model to decide which plug-ins to add additional capabilities to. If the plug-in is selected, the knowledge base call is also treated as a special plug-in.",
|
||||
"publish_channel": "Publish channel",
|
||||
"publish_success": "Publish success",
|
||||
"saved_success": "Saved success",
|
||||
"search_app": "Search app",
|
||||
"setting_app": "Settings",
|
||||
"setting_plugin": "Setting plugin",
|
||||
"support": {
|
||||
"wallet": {
|
||||
"bill_tag": {
|
||||
"bill": "billing records",
|
||||
"default_header": "Default header",
|
||||
"invoice": "Invoicing records"
|
||||
},
|
||||
"invoice_data": {
|
||||
"bank": "Bank of deposit",
|
||||
"bank_account": "Account opening account",
|
||||
"company_address": "company address",
|
||||
"company_phone": "company phone",
|
||||
"email": "email address",
|
||||
"in_valid": "There are empty fields or incorrect email formats",
|
||||
"need_special_invoice": "Do you need a special ticket?",
|
||||
"organization_name": "name of association",
|
||||
"unit_code": "same credit code"
|
||||
},
|
||||
"invoicing": "Invoicing"
|
||||
"or_drag_JSON": "or drag in JSON file",
|
||||
"paste_config": "Paste Configuration",
|
||||
"permission": {
|
||||
"des": {
|
||||
"manage": "Based on write permissions, you can configure publishing channels, view conversation logs, and assign permissions to the application.",
|
||||
"read": "Use the app to have conversations",
|
||||
"write": "Can view and edit apps"
|
||||
}
|
||||
},
|
||||
"plugin_cost_per_times": "{{cost}}/time",
|
||||
"plugin_dispatch": "Plugin Invocation",
|
||||
"plugin_dispatch_tip": "Adds extra capabilities to the model. The specific plugins to be invoked will be autonomously decided by the model.\nIf a plugin is selected, the Dataset invocation will automatically be treated as a special plugin.",
|
||||
"publish_channel": "Publish Channel",
|
||||
"publish_success": "Publish Successful",
|
||||
"saved_success": "Save Successful",
|
||||
"search_app": "Search Application",
|
||||
"setting_app": "Application Settings",
|
||||
"setting_plugin": "Plugin Settings",
|
||||
"template": {
|
||||
"simple_robot": "Simple Robot"
|
||||
},
|
||||
"templateMarket": {
|
||||
"Search_template": "Search template",
|
||||
"Template_market": "Template market",
|
||||
"Search_template": "Search Template",
|
||||
"Template_market": "Template Market",
|
||||
"Use": "Use",
|
||||
"no_intro": "No intro~",
|
||||
"no_intro": "No introduction yet~",
|
||||
"templateTags": {
|
||||
"Image_generation": "Image generation",
|
||||
"Office_services": "Office searvices",
|
||||
"Recommendation": "recommend",
|
||||
"Image_generation": "Image Generation",
|
||||
"Office_services": "Office Services",
|
||||
"Recommendation": "Recommendation",
|
||||
"Roleplay": "Roleplay",
|
||||
"Web_search": "Web search",
|
||||
"Web_search": "Web Search",
|
||||
"Writing": "Writing"
|
||||
}
|
||||
},
|
||||
"template_market": "Templates",
|
||||
"template_market_description": "Explore more ways to play in the template market, configuration tutorials and usage guides will help you understand and get started with various applications.",
|
||||
"template_market_empty_data": "No suitable template found",
|
||||
"time_zone": "Time zone",
|
||||
"tool_input_param_tip": "Configure related information before the plugin runs properly",
|
||||
"transition_to_workflow": "Transition to workflow",
|
||||
"transition_to_workflow_create_new_placeholder": "Create a new application instead of modifying the current one",
|
||||
"transition_to_workflow_create_new_tip": "After converting to workflow, it will not be able to convert back to simple mode, please confirm!",
|
||||
"template_market": "Template Market",
|
||||
"template_market_description": "Explore more features in the template market, with configuration tutorials and usage guides to help you understand and get started with various applications.",
|
||||
"template_market_empty_data": "No suitable templates found",
|
||||
"time_zone": "Time Zone",
|
||||
"tool_input_param_tip": "This plugin requires configuration of related information to run properly.",
|
||||
"transition_to_workflow": "Convert to Workflow",
|
||||
"transition_to_workflow_create_new_placeholder": "Create a new app instead of modifying the current app",
|
||||
"transition_to_workflow_create_new_tip": "Once converted to a workflow, it cannot be reverted to simple mode. Please confirm!",
|
||||
"type": {
|
||||
"All": "All",
|
||||
"Create http plugin tip": "Create plug-ins in batches using OpenAPI schema, compatible with GPTs format",
|
||||
"Create one plugin tip": "The input and output workflows can be customized",
|
||||
"Create plugin bot": "Create plugin bot",
|
||||
"Create simple bot": "Create simple bot",
|
||||
"Create simple bot tip": "Create simple AI applications in form form",
|
||||
"Create template tip": "Explore more ways to play in the template market to help you understand and use various applications",
|
||||
"Create workflow bot": "Create workflow bot",
|
||||
"Create workflow tip": "Through the way of low code, build a logically complex multi-round dialogue AI application, recommended for advanced players",
|
||||
"Http plugin": "Http plugin",
|
||||
"Create http plugin tip": "Batch create plugins through OpenAPI Schema, compatible with GPTs format.",
|
||||
"Create one plugin tip": "Customizable input and output workflows, usually used to encapsulate reusable workflows.",
|
||||
"Create plugin bot": "Create Plugin",
|
||||
"Create simple bot": "Create Simple App",
|
||||
"Create simple bot tip": "Create a simple AI app by filling out a form, suitable for beginners.",
|
||||
"Create template tip": "Explore more features in the template market to help you understand and get started with various applications.",
|
||||
"Create workflow bot": "Create Workflow",
|
||||
"Create workflow tip": "Build complex multi-turn dialogue AI applications through low-code methods, recommended for advanced users.",
|
||||
"Http plugin": "HTTP Plugin",
|
||||
"Plugin": "Plugin",
|
||||
"Simple bot": "Simple bot",
|
||||
"Template": "Create by template",
|
||||
"Simple bot": "Simple App",
|
||||
"Template": "Create via Template",
|
||||
"Workflow bot": "Workflow"
|
||||
},
|
||||
"upload_file_max_amount": "Max files",
|
||||
"upload_file_max_amount_tip": "1. The maximum number of files to be uploaded at a time.\n2. The maximum number of files that can be remembered in the dialog window: Files in the history are automatically retrieved for each round of conversation, and files that are out of range are forgotten.",
|
||||
"upload_file_max_amount": "Maximum File Quantity",
|
||||
"upload_file_max_amount_tip": "1. The maximum number of files that can be uploaded at one time.\n2. The maximum number of files remembered by the chat window: each round of dialogue will automatically retrieve files from history, files beyond the range will be forgotten.",
|
||||
"variable": {
|
||||
"select type_desc": "You can define a global variable that does not need to be filled in by the user.\n\nThe value of this variable can come from the API interface, the Query of the shared link, or be assigned through the [Variable Update] module.",
|
||||
"textarea_type_desc": "A dialog box that allows the user to enter up to 4000 words."
|
||||
"select type_desc": "A global variable that does not require user input can be defined.\nThe value of this variable can come from an API interface, a query in a shared link, or be assigned through the [Variable Update] module.",
|
||||
"textarea_type_desc": "Allows users to input up to 4000 characters in the dialogue box."
|
||||
},
|
||||
"version": {
|
||||
"Revert success": "Revert success"
|
||||
"Revert success": "Revert Successful"
|
||||
},
|
||||
"vision_model_title": "Enable image recognition",
|
||||
"vision_model_title": "Enable Image Recognition",
|
||||
"week": {
|
||||
"Friday": "Friday",
|
||||
"Monday": "Monday",
|
||||
@@ -182,25 +167,24 @@
|
||||
"Wednesday": "Wednesday"
|
||||
},
|
||||
"workflow": {
|
||||
"Input guide": "Input guide",
|
||||
"file_url": "Url",
|
||||
"Input guide": "Input Guide",
|
||||
"file_url": "Document Link",
|
||||
"option1": "Option 1",
|
||||
"option2": "Option 2",
|
||||
"read_files": "Documents parse",
|
||||
"read_files_result": "Document parsing results",
|
||||
"read_files_result_desc": "The original text of the document consists of the file name and the document content. Multiple files are separated by horizontal lines.",
|
||||
"read_files_tip": "Parse all uploaded documents in the conversation and return the corresponding document content",
|
||||
"select_description": "Select description",
|
||||
"select_description_placeholder": "For example: \n\nAre there any tomatoes in the refrigerator?",
|
||||
"select_description_tip": "You can add a descriptive text to explain to users what each option represents.",
|
||||
"select_result": "Select result",
|
||||
"read_files": "Document Parsing",
|
||||
"read_files_result": "Document Parsing Result",
|
||||
"read_files_result_desc": "Original document text, consisting of file names and document content, separated by hyphens between multiple files.",
|
||||
"read_files_tip": "Parse all uploaded documents in the dialogue and return the corresponding document content.",
|
||||
"select_description": "Description Text",
|
||||
"select_description_placeholder": "For example: \nAre there tomatoes in the fridge?",
|
||||
"select_description_tip": "You can add a description text to explain the meaning of each option to the user.",
|
||||
"select_result": "Selected Result",
|
||||
"template": {
|
||||
"communication": "Communication"
|
||||
},
|
||||
"user_file_input": "Files url",
|
||||
"user_file_input_desc": "Links to documents and images uploaded by users",
|
||||
"user_select": "User select",
|
||||
"user_select_tip": "The module can have multiple options that lead to different workflow branches"
|
||||
},
|
||||
"yes": "yes"
|
||||
"user_file_input": "File Link",
|
||||
"user_file_input_desc": "Links to documents and images uploaded by users.",
|
||||
"user_select": "User Selection",
|
||||
"user_select_tip": "This module can configure multiple options for selection during the dialogue. Different options can lead to different workflow branches."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user