Skip to content

Commit 24e7cfd

Browse files
refactor: i18n
1 parent b24a652 commit 24e7cfd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

frontend/src/i18n/en.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"menu": {
33
"Data Q&A": "Data Q&A",
4-
"Data Connections": "Data Connections",
4+
"Data Connections": "Data Sources",
55
"Dashboard": "Dashboard",
66
"AI Model Configuration": "AI Model Configuration"
77
},
@@ -98,8 +98,8 @@
9898
},
9999
"qa": {
100100
"new_chat": "New Chat",
101-
"start_sqlbot": "Start SQLBot",
102-
"title": "Smart Data Query",
101+
"start_sqlbot": "New Chat",
102+
"title": "Data Q&A",
103103
"placeholder": "Please enter your question",
104104
"ask": "Ask",
105105
"loading": "Loading...",
@@ -111,7 +111,7 @@
111111
"select_datasource": "Select Data Source",
112112
"view_more": "View More",
113113
"selected_datasource": "Selected Data Source",
114-
"empty_datasource": "No data sources available. Please create one before starting Smart Data Query!",
114+
"empty_datasource": "No data sources available. Please create one before starting Data Q&A!",
115115
"datasource_not_exist": "Data source does not exist",
116116
"guess_u_ask": "You might want to ask:",
117117
"continue_to_ask": "Continue asking:",
@@ -130,7 +130,7 @@
130130
"copied": "Copied"
131131
},
132132
"ds": {
133-
"title": "Data Source",
133+
"title": "Data Sources",
134134
"add": "Add Data Source",
135135
"delete": "Delete Data Source",
136136
"name": "Data Source Name",
@@ -225,7 +225,7 @@
225225
"search": "Search",
226226
"all_types": "All types",
227227
"new_data_source": "New data source",
228-
"open_query": "Open query",
228+
"open_query": "New Chat",
229229
"edit": "Edit",
230230
"source_connection_failed": "Data source connection failed",
231231
"confirm": "Confirm",
@@ -365,7 +365,7 @@
365365
"add_successfully": "Add successfully",
366366
"member_management": "Member management",
367367
"permission_configuration": "Permission configuration",
368-
"set": "Set",
368+
"set": "Settings",
369369
"operate_with_caution": "After deletion, the users under the workspace will be removed and all resources will be deleted. Please operate with caution."
370370
},
371371
"permission": {

0 commit comments

Comments
 (0)