You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/renderer/assets/i18n/en.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,8 @@
167
167
"reset": "Reset",
168
168
"mysql": "MySQL",
169
169
"postgresql": "PostgreSQL",
170
-
"stop": "Stop"
170
+
"stop": "Stop",
171
+
"location": "Location"
171
172
},
172
173
"language": {
173
174
"english": "English",
@@ -233,7 +234,8 @@
233
234
"jdbc": "Allows ClickHouse to connect to external databases via JDBC",
234
235
"sqlite": "The engine allows to import and export data to SQLite and supports queries to SQLite tables directly from ClickHouse.",
235
236
"odbc": "Allows ClickHouse to connect to external databases via ODBC",
236
-
"mongodb": "MongoDB engine is read-only table engine which allows to read data (SELECT queries) from remote MongoDB collection. Engine supports only non-nested data types. INSERT queries are not supported."
237
+
"mongodb": "MongoDB engine is read-only table engine which allows to read data (SELECT queries) from remote MongoDB collection. Engine supports only non-nested data types. INSERT queries are not supported.",
238
+
"default": "Default table engine"
237
239
},
238
240
"property": {
239
241
"timeSeconds": "Retention time in RAM (unit per second)",
Copy file name to clipboardExpand all lines: src/renderer/assets/i18n/zh.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,8 @@
166
166
"reset": "重置",
167
167
"mysql": "MySQL",
168
168
"postgresql": "PostgreSQL",
169
-
"stop": "停止"
169
+
"stop": "停止",
170
+
"location": "位置"
170
171
},
171
172
"language": {
172
173
"english": "英语",
@@ -234,7 +235,8 @@
234
235
"jdbc": "允许ClickHouse通过JDBC连接到外部数据库",
235
236
"sqlite": "The engine allows to import and export data to SQLite and supports queries to SQLite tables directly from ClickHouse.",
236
237
"odbc": "Allows ClickHouse to connect to external databases via ODBC",
237
-
"mongodb": "MongoDB engine is read-only table engine which allows to read data (SELECT queries) from remote MongoDB collection. Engine supports only non-nested data types. INSERT queries are not supported."
238
+
"mongodb": "MongoDB engine is read-only table engine which allows to read data (SELECT queries) from remote MongoDB collection. Engine supports only non-nested data types. INSERT queries are not supported.",
239
+
"default": "默认表引擎"
238
240
},
239
241
"property": {
240
242
"timeSeconds": "Retention time in RAM (unit per second)",
0 commit comments