mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-17 10:16:49 +00:00
Co-authored-by: lusain <lusain1990@gmail.com> Co-authored-by: alan.cl <1165243776@qq.com> Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
498 lines
20 KiB
TypeScript
498 lines
20 KiB
TypeScript
export const CommonEn = {
|
|
Knowledge_Space: 'Knowledge',
|
|
space: 'space',
|
|
Vector: 'Vector',
|
|
Owner: 'Owner',
|
|
Count: 'Count',
|
|
File_type_Invalid: 'The file type is invalid',
|
|
Knowledge_Space_Config: 'Space Config',
|
|
Choose_a_Datasource_type: 'Datasource type',
|
|
Segmentation: 'Segmentation',
|
|
No_parameter: `No segementation parameter required.`,
|
|
Knowledge_Space_Name: 'Knowledge Space Name',
|
|
Please_input_the_name: 'Please input the name',
|
|
Please_input_the_owner: 'Please input the owner',
|
|
Please_select_file: 'Please select one file',
|
|
Description: 'Description',
|
|
Storage: 'Storage',
|
|
Domain: 'Domain',
|
|
Please_input_the_description: 'Please input the description',
|
|
Please_select_the_storage: 'Please select the storage',
|
|
Please_select_the_domain_type: 'Please select the domain type',
|
|
Next: 'Next',
|
|
the_name_can_only_contain: 'the name can only contain numbers, letters, Chinese characters, "-" and "_"',
|
|
Text: 'Text',
|
|
'Fill your raw text': 'Fill your raw text',
|
|
URL: 'URL',
|
|
Fetch_the_content_of_a_URL: 'Fetch the content of a URL',
|
|
Document: 'Document',
|
|
Upload_a_document: 'Upload a document, document type can be PDF, CSV, Text, PowerPoint, Word, Markdown, Zip',
|
|
Name: 'Name',
|
|
Text_Source: 'Text Source(Optional)',
|
|
Please_input_the_text_source: 'Please input the text source',
|
|
Sync: 'Sync',
|
|
Back: 'Back',
|
|
Finish: 'Finish',
|
|
Web_Page_URL: 'Web Page URL',
|
|
Please_input_the_Web_Page_URL: 'Please input the Web Page URL',
|
|
Select_or_Drop_file: 'Select or Drop file',
|
|
Documents: 'Documents',
|
|
Chat: 'Chat',
|
|
Add_Datasource: 'Add Datasource',
|
|
View_Graph: 'View Graph',
|
|
Arguments: 'Arguments',
|
|
Type: 'Type',
|
|
Size: 'Size',
|
|
Last_Sync: 'Last Sync',
|
|
Status: 'Status',
|
|
Result: 'Result',
|
|
Details: 'Details',
|
|
Delete: 'Delete',
|
|
Operation: 'Operation',
|
|
Submit: 'Submit',
|
|
Chunks: 'Chunks',
|
|
Content: 'Content',
|
|
Meta_Data: 'Meta Data',
|
|
Please_select_a_file: 'Please select a file',
|
|
Please_input_the_text: 'Please input the text',
|
|
Embedding: 'Embedding',
|
|
topk: 'topk',
|
|
the_top_k_vectors: 'the top k vectors based on similarity score',
|
|
recall_score: 'recall_score',
|
|
Set_a_threshold_score: 'Set a threshold score for the retrieval of similar vectors',
|
|
recall_type: 'recall_type',
|
|
model: 'model',
|
|
A_model_used: 'A model used to create vector representations of text or other data',
|
|
Automatic: 'Automatic',
|
|
Process: 'Process',
|
|
Automatic_desc: 'Automatically set segmentation and preprocessing rules.',
|
|
chunk_size: 'chunk_size',
|
|
The_size_of_the_data_chunks: 'The size of the data chunks used in processing',
|
|
chunk_overlap: 'chunk_overlap',
|
|
retrieve_mode: 'retrieve_mode',
|
|
The_amount_of_overlap: 'The amount of overlap between adjacent data chunks',
|
|
The_strategy_of_query_retrival: 'The strategy of query data retrival in processing',
|
|
Prompt: 'Prompt',
|
|
scene: 'scene',
|
|
A_contextual_parameter:
|
|
'A contextual parameter used to define the setting or environment in which the prompt is being used',
|
|
template: 'template',
|
|
structure_or_format:
|
|
'A pre-defined structure or format for the prompt, which can help ensure that the AI system generates responses that are consistent with the desired style or tone.',
|
|
max_token: 'max_token',
|
|
max_iteration: 'max_iteration',
|
|
concurrency_limit: 'concurrency_limit',
|
|
The_maximum_number_of_tokens: 'The maximum number of tokens or words allowed in a prompt',
|
|
Theme: 'Theme',
|
|
database_type: 'Database Type',
|
|
edit_database: 'Edit Datasource',
|
|
add_database: 'Add Datasource',
|
|
create_success: 'Create success',
|
|
create_failed: 'Create failed',
|
|
please_select_database_type: 'Please select database type',
|
|
select_database_type: 'Select database type',
|
|
description: 'Description',
|
|
input_description: 'Please input description',
|
|
Port: 'Port',
|
|
Username: 'Username',
|
|
Password: 'Password',
|
|
Remark: 'Remark',
|
|
Edit: 'Edit',
|
|
Database: 'Database',
|
|
Data_Source: 'Data Center',
|
|
Close_Sidebar: 'Fold',
|
|
Show_Sidebar: 'UnFold',
|
|
language: 'Language',
|
|
choose_model: 'Please choose a model',
|
|
data_center_desc:
|
|
'DB-GPT also offers a user-friendly data center management interface for efficient data maintenance.',
|
|
create_database: 'Create Database',
|
|
create_knowledge: 'Create Knowledge',
|
|
path: 'Path',
|
|
model_manage: 'Models',
|
|
create_model: 'Create Model',
|
|
model_select_tips: 'Please select a model',
|
|
language_select_tips: 'Please select a language',
|
|
submit: 'Submit',
|
|
close: 'Close',
|
|
stop_model: 'Stop Model',
|
|
stop_model_success: 'Stop model success',
|
|
start_model: 'Start Model',
|
|
start_model_success: 'Start model success',
|
|
stop_and_delete_model: 'Stop and Delete Model',
|
|
stop_and_delete_model_success: 'Stop and delete model success',
|
|
confirm_start_model: 'Are you sure you want to start the model?, model name:',
|
|
confirm_stop_model: 'Are you sure you want to stop the model?, model name:',
|
|
confirm_stop_and_delete_model: 'Are you sure you want to stop and delete the model?, model name:',
|
|
worker_type_select_tips: 'Please select a worker type',
|
|
model_select_worker_type: 'Select worker type',
|
|
download_model_tip: 'Please download model first.',
|
|
start_model_failed: 'Start model failed',
|
|
provider_select_tips: 'Please select a provider',
|
|
model_select_provider: 'Please select a provider',
|
|
model_please_input_name: 'Please input the name',
|
|
model_select_or_input_model: 'Select or input model name',
|
|
model_deploy_name: 'Model Name',
|
|
Plugins: 'Plugins',
|
|
try_again: 'Try again',
|
|
no_data: 'No data',
|
|
Open_Sidebar: 'Unfold',
|
|
verify: 'Verify',
|
|
cancel: 'Cancel',
|
|
Edit_Success: 'Edit Success',
|
|
Add: 'Add',
|
|
Add_Success: 'Add Success',
|
|
Error_Message: 'Something Error',
|
|
Please_Input: 'Please Input',
|
|
Prompt_Info_Scene: 'Scene',
|
|
Prompt_Info_Sub_Scene: 'Sub Scene',
|
|
Prompt_Info_Name: 'Name',
|
|
Prompt_Info_Content: 'Content',
|
|
Public: 'Public',
|
|
Private: 'Private',
|
|
Lowest: 'Lowest',
|
|
Missed: 'Missed',
|
|
Lost: 'Lost',
|
|
Incorrect: 'Incorrect',
|
|
Verbose: 'Verbose',
|
|
Best: 'Best',
|
|
Rating: 'Rating',
|
|
Q_A_Category: 'Q&A Category',
|
|
Q_A_Rating: 'Q&A Rating',
|
|
feed_back_desc:
|
|
'0: No results\n' +
|
|
'1: Results exist, but they are irrelevant, the question is not understood\n' +
|
|
'2: Results exist, the question is understood, but it indicates that the question cannot be answered\n' +
|
|
'3: Results exist, the question is understood, and an answer is given, but the answer is incorrect\n' +
|
|
'4: Results exist, the question is understood, the answer is correct, but it is verbose and lacks a summary\n' +
|
|
'5: Results exist, the question is understood, the answer is correct, the reasoning is correct, and a summary is provided, concise and to the point\n',
|
|
input_count: 'Total input',
|
|
input_unit: 'characters',
|
|
Click_Select: 'Click&Select',
|
|
Quick_Start: 'Quick Start',
|
|
Select_Plugins: 'Select Plugins',
|
|
Search: 'Search',
|
|
Update_From_Github: 'Upload From Github',
|
|
Reset: 'Reset',
|
|
Upload: 'Upload',
|
|
Market_Plugins: 'Market Plugin',
|
|
My_Plugins: 'My Plugins',
|
|
Del_Knowledge_Tips: 'Do you want delete the Space',
|
|
Del_Document_Tips: 'Do you want delete the Document',
|
|
Tips: 'Tips',
|
|
Limit_Upload_File_Count_Tips: 'Only one file can be uploaded at a time',
|
|
To_Plugin_Market: 'Go to the Plugin Market',
|
|
Summary: 'Summary',
|
|
stacked_column_chart: 'Stacked Column',
|
|
column_chart: 'Column',
|
|
percent_stacked_column_chart: 'Percent Stacked Column',
|
|
grouped_column_chart: 'Grouped Column',
|
|
time_column: 'Time Column',
|
|
pie_chart: 'Pie',
|
|
line_chart: 'Line',
|
|
area_chart: 'Area',
|
|
stacked_area_chart: 'Stacked Area',
|
|
scatter_plot: 'Scatter',
|
|
bubble_chart: 'Bubble',
|
|
stacked_bar_chart: 'Stacked Bar',
|
|
bar_chart: 'Bar',
|
|
percent_stacked_bar_chart: 'Percent Stacked Bar',
|
|
grouped_bar_chart: 'Grouped Bar',
|
|
water_fall_chart: 'Waterfall',
|
|
table: 'Table',
|
|
multi_line_chart: 'Multi Line',
|
|
multi_measure_column_chart: 'Multi Measure Column',
|
|
multi_measure_line_chart: 'Multi Measure Line',
|
|
Advices: 'Advices',
|
|
Retry: 'Retry',
|
|
Load_more: 'load more',
|
|
new_chat: 'New Chat',
|
|
choice_agent_tip: 'Please choose an agent',
|
|
no_context_tip: 'Please enter your question',
|
|
Terminal: 'Terminal',
|
|
used_apps: 'Used Apps',
|
|
app_in_mind: "Don't have an app in mind? to",
|
|
explore: 'Explore',
|
|
new_task: 'New Task',
|
|
all_tasks: 'All Tasks',
|
|
view_all: 'View All',
|
|
no_tasks: 'No history tasks',
|
|
Discover_more: 'Discove more',
|
|
sdk_insert: 'SDK Insert',
|
|
my_apps: 'My Apps',
|
|
awel_flow: 'AWEL Flow',
|
|
save: 'Save',
|
|
add_node: 'Add Node',
|
|
no_node: 'No Node',
|
|
connect_warning: 'Nodes cannot be connected',
|
|
flow_modal_title: 'Save Flow',
|
|
flow_name: 'Flow Name',
|
|
flow_description: 'Flow Description',
|
|
flow_name_required: 'Please enter the flow name',
|
|
flow_description_required: 'Please enter the flow description',
|
|
save_flow_success: 'Save flow success',
|
|
delete_flow_confirm: 'Are you sure you want to delete this flow?',
|
|
related_nodes: 'Related Nodes',
|
|
add_resource: 'Add Resource',
|
|
team_modal: 'Work Modal',
|
|
App: 'App',
|
|
resource_name: 'Resource Name',
|
|
resource_type: 'Resource Type',
|
|
resource_value: 'Value',
|
|
resource_dynamic: 'Dynamic',
|
|
Please_input_the_work_modal: 'Please select the work modal',
|
|
available_resources: ' Available Resources',
|
|
edit_new_applications: 'Edit new applications',
|
|
collect: 'Collect',
|
|
collected: 'Collected',
|
|
create: 'Create',
|
|
Agents: 'Agents',
|
|
edit_application: 'edit application',
|
|
add_application: 'add application',
|
|
app_name: 'App Name',
|
|
input_app_name: 'Please enter the application name',
|
|
LLM_strategy: 'LLM Strategy',
|
|
LLM_strategy_value: 'LLM Strategy Value',
|
|
please_select_LLM_strategy: 'Please select LLM strategy',
|
|
please_select_LLM_strategy_value: 'Please select LLM strategy value',
|
|
resource: 'Resource',
|
|
operators: 'Operators',
|
|
Chinese: 'Chinese',
|
|
English: 'English',
|
|
docs: 'Docs',
|
|
apps: 'All Apps',
|
|
please_enter_the_keywords: 'Please enter the keywords',
|
|
input_tip: 'Please select the model and enter the description to start quickly',
|
|
create_app: 'Create App',
|
|
copy_url: 'Click the Copy Share link',
|
|
double_click_open: 'Double click on Nail nail to open',
|
|
construct: ' Construct App',
|
|
chat_online: 'Chat',
|
|
recommend_apps: 'Recommend',
|
|
all_apps: 'All',
|
|
latest_apps: 'Latest',
|
|
my_collected_apps: 'Collected',
|
|
collect_success: 'Collect success',
|
|
cancel_success: 'Cancel success',
|
|
published: 'Published',
|
|
unpublished: 'Unpublished',
|
|
start_chat: 'Chat',
|
|
native_app: 'Native app',
|
|
temperature: 'Temperature',
|
|
max_new_tokens: 'Max output tokens',
|
|
create_flow: 'Create flow',
|
|
update: 'Update',
|
|
native_type: 'App type',
|
|
refreshSuccess: 'Refresh Success',
|
|
Download: 'Download',
|
|
completed: 'Completed',
|
|
added: 'Added',
|
|
add_to_my_skills: 'Add to My Skills',
|
|
view_skill_files: 'View Skill Files',
|
|
skill_added_success: 'Skill "{{skillName}}" has been added to My Skills',
|
|
app_type_select: 'Please select app type',
|
|
please_select_param: 'Please select parameters',
|
|
please_select_model: 'Please select model',
|
|
please_input_temperature: 'Please input the temperature value',
|
|
please_input_max_new_tokens: 'Please input the max new tokens',
|
|
select_workflow: 'Select workflow',
|
|
please_select_workflow: 'Please select workflow',
|
|
recommended_questions: 'Recommended questions',
|
|
question: 'Question',
|
|
please_input_recommended_questions: 'Please input recommendation question',
|
|
is_effective: 'Whether to enable',
|
|
add_question: 'Add question',
|
|
update_success: 'Update successful',
|
|
update_failed: 'Update failed',
|
|
please_select_prompt: 'Please select a prompt',
|
|
details: 'Details',
|
|
choose: 'Choose',
|
|
please_choose: 'Please choose',
|
|
want_delete: 'Are you sure delete it?',
|
|
success: 'Success',
|
|
input_parameter: 'Input parameter',
|
|
output_structure: 'Output structure',
|
|
User_input: 'User input',
|
|
LLM_test: 'LLM test',
|
|
Output_verification: 'Output verification',
|
|
select_scene: 'Please select a scene',
|
|
select_type: 'Please select a type',
|
|
Please_complete_the_input_parameters: 'Please complete the input parameters',
|
|
Please_fill_in_the_user_input: 'Please fill in the user input',
|
|
help: 'I can help you:',
|
|
Refresh_status: 'Refresh status',
|
|
Recall_test: 'Recall test',
|
|
synchronization: 'One-key synchronization',
|
|
Synchronization_initiated: 'Synchronization has been initiated, please wait',
|
|
Edit_document: 'Edit document',
|
|
Document_name: 'Document name',
|
|
Correlation_problem: 'Correlation problem',
|
|
Add_problem: 'Add problem',
|
|
New_knowledge_base: 'New knowledge base',
|
|
yuque: 'yuque document',
|
|
Get_yuque_document: 'Get the contents of the Sparrow document',
|
|
document_url: 'Document address',
|
|
input_document_url: 'Please enter the document address',
|
|
Get_token: 'Please obtain the team knowledge base token first',
|
|
Reference_link: 'Reference link',
|
|
document_token: 'Document token',
|
|
input_document_token: 'Please enter document token',
|
|
input_question: 'Please enter a question',
|
|
detail: 'Detail',
|
|
Manual_entry: 'Manual entry',
|
|
Data_content: 'Data content',
|
|
Main_content: 'Main content',
|
|
Auxiliary_data: 'Auxiliary data',
|
|
enter_question_first: 'Please enter the question first',
|
|
Update_successfully: 'Update successfully',
|
|
Create_successfully: 'Create successfully',
|
|
Update_failure: 'Update failure',
|
|
Create_failure: 'Create failure',
|
|
View_details: 'View details',
|
|
All: 'All',
|
|
Please_input_prompt_name: 'Please input prompt name',
|
|
Copy_Btn: 'Copy',
|
|
copy_to_clipboard: 'Copy to clipboard',
|
|
copy_to_clipboard_success: 'Copy to clipboard success',
|
|
copy_to_clipboard_failed: 'Copy to clipboard failed',
|
|
Delete_Btn: 'Delete',
|
|
publish: 'Publish',
|
|
unpublish: 'Unpublished',
|
|
publish_desc: 'Are you sure about releasing the application?',
|
|
unPublish_desc: 'Are you sure you want to unpublish this application?',
|
|
published_success: 'Published Success',
|
|
dbgpts_community: 'DBGPTS Community',
|
|
community_dbgpts: 'Community DBGPTS',
|
|
my_dbgpts: 'My DBGPTS',
|
|
Refresh_dbgpts: 'Refresh from the community Git repository',
|
|
workflow: 'Workflow',
|
|
resources: 'Resources',
|
|
app: 'App',
|
|
please_select_resource_type: 'Please select resource type',
|
|
models_evaluation: 'Models Evaluation',
|
|
create_evaluation: 'Create Evaluation',
|
|
evaluation_dataset_info: 'Evaluation Dataset Info',
|
|
refresh_list: 'Refresh',
|
|
all_models_evaluation: 'All',
|
|
new_evaluation_task: 'New Evaluation Task',
|
|
task_name: 'Task Name',
|
|
please_input_task_name: 'Please input task name',
|
|
models_to_evaluate: 'Models to Evaluate',
|
|
please_select_models_to_evaluate: 'Please select models to evaluate',
|
|
please_select_at_least_one_model: 'Please select at least one model',
|
|
get_model_list_failed: 'Failed to get model list',
|
|
create_evaluation_success: 'Create evaluation task successfully',
|
|
create_evaluation_failed: 'Failed to create evaluation task',
|
|
evaluation_scene: 'Scene',
|
|
evaluation_dataset_name: 'Dataset Name',
|
|
create_time: 'Create Time',
|
|
finish_time: 'Finish Time',
|
|
model_name: 'Model Name',
|
|
task_status: 'Status',
|
|
round_time: 'Round Time',
|
|
operator: 'Operator',
|
|
// Models Evaluation translations
|
|
dataset_evaluation_detail: 'Dataset Evaluation Report',
|
|
back_to_list: 'Back to List',
|
|
download_evaluation_result: 'Download Evaluation Result',
|
|
get_evaluation_result_failed: 'Failed to get evaluation result',
|
|
task_id: 'Task ID',
|
|
model_count: 'Model Count',
|
|
total_questions: 'Total Questions',
|
|
correct_questions: 'Correct Questions',
|
|
wrong_questions: 'Wrong Questions',
|
|
failed_questions: 'Failed Questions',
|
|
overview: 'Overview',
|
|
round: 'Round',
|
|
question_count: 'Question Count',
|
|
executable_rate: 'Executable Rate',
|
|
accuracy: 'Accuracy',
|
|
evaluation_datasets: 'Evaluation Datasets',
|
|
back_to_evaluation_task_list: 'Back to Evaluation Task List',
|
|
dataset_list: 'Dataset List',
|
|
table_data: 'Table Data',
|
|
only_show_first_10_data: '(Only show first 10 data)',
|
|
get_dataset_list_failed: 'Failed to get dataset list',
|
|
get_table_list_failed: 'Failed to get table list',
|
|
get_table_data_failed: 'Failed to get table data',
|
|
please_select_a_table_first: 'Please select a table first',
|
|
tables: 'tables',
|
|
// Agent Evaluation translations
|
|
evaluation_type: 'Evaluation Type',
|
|
please_select_evaluation_type: 'Please select evaluation type',
|
|
evaluate_model: 'Evaluate Model',
|
|
evaluate_agent: 'Evaluate Agent',
|
|
api_url: 'API URL',
|
|
please_input_api_url: 'Please input API URL',
|
|
please_input_valid_url: 'Please enter a valid URL',
|
|
api_url_placeholder: 'Please enter API URL, e.g.: https://api.example.com/v1/chat',
|
|
http_method: 'HTTP Method',
|
|
please_select_http_method: 'Please select HTTP method',
|
|
header_info: 'HTTP Header',
|
|
please_input_header_info: 'Please input header information',
|
|
header_info_placeholder:
|
|
'Please enter JSON format header information, e.g.:\n{\n "Authorization": "Bearer your-token"\n}',
|
|
parse_strategy: 'Parse Strategy',
|
|
please_select_parse_strategy: 'Please select parse strategy',
|
|
parse_strategy_direct: 'DIRECT - API returns SQL directly',
|
|
parse_strategy_json_path: 'JSON_PATH - Extract SQL using JSONPath',
|
|
response_mapping: 'Response Mapping Configuration',
|
|
please_input_response_mapping: 'Please input response mapping configuration',
|
|
response_mapping_placeholder:
|
|
'Please enter JSON format mapping configuration, e.g.:\n{\n "sql": "$.data.content"\n}',
|
|
api_timeout: 'API Timeout',
|
|
please_input_api_timeout: 'Please input API timeout',
|
|
timeout_range_validation: 'Timeout must be between 1-2000 seconds',
|
|
api_timeout_placeholder: 'Please enter timeout, e.g.: 300',
|
|
evaluation_env: 'Evaluation Environment',
|
|
please_select_evaluation_env: 'Please select evaluation environment',
|
|
evaluation_env_dev: 'Dev Set',
|
|
evaluation_env_test: 'Test Set',
|
|
evaluation_env_dev_tooltip: 'Dataset for local development, validation and debugging',
|
|
evaluation_env_test_tooltip: 'Dataset for official evaluation and leaderboard ranking',
|
|
home_title: 'DB-GPT AI Data Assistant',
|
|
home_subtitle: 'Agentic Data Driven Decisions',
|
|
skills: 'Skills',
|
|
datasources: 'Datasources',
|
|
knowledge: 'Knowledge Base',
|
|
management: 'Management',
|
|
app_management: 'App Management',
|
|
awel_workflow: 'AWEL Workflow',
|
|
prompts: 'Prompts',
|
|
// Skills page
|
|
skills_page_subtitle: 'Pre-packaged and reusable best practices and tools for your agents',
|
|
skills_search_placeholder: 'Search skills',
|
|
skills_official_tag: 'Official',
|
|
skills_add_btn: 'Add',
|
|
skills_upload_skill: 'Upload Skill',
|
|
skills_upload_skill_desc: 'Upload .zip, .skill or folder',
|
|
skills_empty: 'No skills available',
|
|
skills_detail_tag: 'Skill',
|
|
skills_try_btn: 'Try it',
|
|
skills_select_file_tip: 'Select a file to view content',
|
|
skills_loading: 'Loading...',
|
|
skills_upload_modal_title: 'Upload Skill',
|
|
skills_upload_dragger_text: 'Click or drag files here',
|
|
skills_upload_format_tip: 'Supports .zip, .skill, .md, .yaml, .json formats',
|
|
skills_upload_success: 'Successfully uploaded {{count}} skill(s)',
|
|
skills_file_invalid: 'Invalid file',
|
|
skills_upload_failed: 'Upload failed',
|
|
skills_import_github: 'Import from GitHub',
|
|
skills_import_github_desc: 'Import a skill from a public GitHub repository or skills.sh',
|
|
skills_import_modal_title: 'Import Skill from GitHub',
|
|
skills_github_url_label: 'GitHub URL',
|
|
skills_github_url_placeholder: 'https://github.com/owner/repo or https://skills.sh/owner/repo/skill',
|
|
skills_github_importing: 'Importing skill...',
|
|
skills_github_import_success: 'Skill imported successfully',
|
|
skills_github_import_failed: 'Failed to import skill',
|
|
skills_import_hint: 'The import address should be the folder directory containing',
|
|
skills_import_hint_suffix: '. The system will automatically pull all files in the directory and package them.',
|
|
skills_import_folder_label: 'Skill folder address',
|
|
skills_import_folder_hint: '— If SKILL.md is in a subdirectory, enter the full path',
|
|
skills_import_url_required: 'Please enter the GitHub repository URL',
|
|
skills_import_example_label: 'Example:',
|
|
skills_import_url_valid: 'URL format is correct, click "Import" to start pulling',
|
|
skills_import_url_invalid: 'Please enter a valid GitHub URL',
|
|
skills_updated_at: 'Updated on {{date}}',
|
|
} as const;
|