|
48 | 48 | "effective_data_sources": "Effective Data Sources", |
49 | 49 | "all_data_sources": "All Data Sources", |
50 | 50 | "synonyms": "Synonyms", |
| 51 | + "term_name_template": "Terminology Name (Required)", |
| 52 | + "term_description_template": "Terminology Description (Required)", |
| 53 | + "effective_data_sources_template": "Effective Data Sources (Multiple supported, separated by \",\")", |
| 54 | + "all_data_sources_template": "All Data Sources (Y: Apply to all data sources, N: Apply to specified data sources)", |
| 55 | + "synonyms_template": "Synonyms (Multiple supported, separated by \",\")", |
| 56 | + "term_name_template_example_1": "Term1", |
| 57 | + "term_description_template_example_1": "Term1 Description", |
| 58 | + "effective_data_sources_template_example_1": "Datasource1, Datasource2", |
| 59 | + "synonyms_template_example_1": "Synonym1, Synonym2", |
| 60 | + "term_name_template_example_2": "Term2", |
| 61 | + "term_description_template_example_2": "Term2 Description", |
| 62 | + "synonyms_template_example_2": "Synonym3", |
51 | 63 | "word_cannot_be_empty": "Term cannot be empty", |
52 | 64 | "description_cannot_be_empty": "Term description cannot be empty", |
53 | 65 | "datasource_not_found": "Datasource not found" |
|
62 | 74 | "sample_sql": "Sample SQL", |
63 | 75 | "effective_data_sources": "Effective Data Sources", |
64 | 76 | "advanced_application": "Advanced Application", |
| 77 | + "problem_description_template": "Problem Description (Required)", |
| 78 | + "sample_sql_template": "Sample SQL (Required)", |
| 79 | + "effective_data_sources_template": "Effective Data Sources", |
| 80 | + "advanced_application_template": "Advanced Application", |
| 81 | + "problem_description_template_example": "Query all IDs in the TEST table", |
| 82 | + "effective_data_sources_template_example": "Effective Datasource 1", |
| 83 | + "advanced_application_template_example": "Effective Advanced Application Name", |
65 | 84 | "error_info": "Error Information", |
66 | 85 | "question_cannot_be_empty": "Question cannot be empty", |
67 | 86 | "description_cannot_be_empty": "Sample SQL cannot be empty", |
|
75 | 94 | "prompt_word_content": "Prompt word content", |
76 | 95 | "effective_data_sources": "Effective Data Sources", |
77 | 96 | "all_data_sources": "All Data Sources", |
| 97 | + "prompt_word_name_template": "Prompt Name (Required)", |
| 98 | + "prompt_word_content_template": "Prompt Content (Required)", |
| 99 | + "effective_data_sources_template": "Effective Data Sources (Multiple supported, separated by \",\")", |
| 100 | + "all_data_sources_template": "All Data Sources (Y: Apply to all data sources, N: Apply to specified data sources)", |
| 101 | + "prompt_word_name_template_example1": "Prompt1", |
| 102 | + "prompt_word_content_template_example1": "Describe your prompt in detail", |
| 103 | + "effective_data_sources_template_example1": "Datasource1, Datasource2", |
| 104 | + "prompt_word_name_template_example2": "Prompt2", |
| 105 | + "prompt_word_content_template_example2": "Describe your prompt in detail", |
78 | 106 | "name_cannot_be_empty": "Name cannot be empty", |
79 | 107 | "prompt_cannot_be_empty": "Prompt content cannot be empty", |
80 | 108 | "type_cannot_be_empty": "Type cannot be empty", |
|
0 commit comments