-
Notifications
You must be signed in to change notification settings - Fork 844
Expand file tree
/
Copy pathen.json
More file actions
74 lines (74 loc) · 2.9 KB
/
Copy pathen.json
File metadata and controls
74 lines (74 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"i18n_default_workspace": "Default Workspace",
"i18n_ds_name_exist": "Name already exists",
"i18n_concat_admin": "Please contact the administrator!",
"i18n_exist": "{msg} already exists!",
"i18n_name": "Name",
"i18n_not_exist": "{msg} does not exist!",
"i18n_error": "{key} error!",
"i18n_miss_args": "Missing {key} parameter!",
"i18n_format_invalid": "{key} format is incorrect!",
"i18n_login": {
"account_pwd_error": "Incorrect account or password!",
"no_associated_ws": "No associated workspace, {msg}",
"user_disable": "Account is disabled, {msg}"
},
"i18n_user": {
"account": "Account",
"email": "Email",
"password": "Password",
"language_not_support": "The system does not support [{key}] language!",
"ws_miss": "Current user is not in the workspace [{ws}]!"
},
"i18n_ws": {
"title": "Workspace"
},
"i18n_permission": {
"only_admin": "Only administrators are allowed to call!",
"no_permission": "No permission to call {url}{msg}",
"authenticate_invalid": "Authentication invalid【{msg}】",
"token_expired": "Token expired"
},
"i18n_llm": {
"validate_error": "Validation failed [{msg}]",
"delete_default_error": "Cannot delete the default model [{key}]!",
"miss_default": "Default large language model has not been configured"
},
"i18n_ds_invalid": "Datasource connection is invalid",
"i18n_embedded": {
"invalid_origin": "Domain name validation failed【{origin}】"
},
"i18n_terminology": {
"terminology_not_exists": "This terminology does not exist",
"datasource_cannot_be_none": "Datasource cannot be empty",
"cannot_be_repeated": "Terminology name and synonyms cannot be repeated",
"exists_in_db": "Terminology name and synonyms already exist",
"term_name": "Terminology Name",
"term_description": "Terminology Description",
"effective_data_sources": "Effective Data Sources",
"all_data_sources": "All Data Sources",
"synonyms": "Synonyms"
},
"i18n_data_training": {
"datasource_cannot_be_none": "Datasource cannot be empty",
"datasource_assistant_cannot_be_none": "Datasource or advanced application cannot both be empty",
"data_training_not_exists": "This example does not exist",
"exists_in_db": "This question already exists",
"data_training": "SQL Example Library",
"problem_description": "Problem Description",
"sample_sql": "Sample SQL",
"effective_data_sources": "Effective Data Sources",
"advanced_application": "Advanced Application"
},
"i18n_custom_prompt": {
"exists_in_db": "Template name already exists",
"not_exists": "This template does not exist",
"prompt_word_name": "Prompt word name",
"prompt_word_content": "Prompt word content",
"effective_data_sources": "Effective Data Sources",
"all_data_sources": "All Data Sources"
},
"i18n_excel_export": {
"data_is_empty": "Form data is empty, unable to export data"
}
}