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/containers/Tenant/Query/i18n/en.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
"history.empty": "History is empty",
9
9
"saved.empty": "There are no saved queries",
10
10
11
+
"history.cannot-set-mode": "This query is available only with '{{mode}}' query mode. You need to turn in additional query modes in settings to enable it",
12
+
11
13
"delete-dialog.header": "Delete query",
12
14
"delete-dialog.question": "Are you sure you want to delete query",
13
15
"delete-dialog.delete": "Delete",
@@ -21,6 +23,7 @@
21
23
"method-description.scan": "Read-only queries, potentially reading a lot of data.\nAPI call: table.ExecuteScan",
22
24
"method-description.data": "DML queries for changing and fetching data in serialization mode.\nAPI call: table.executeDataQuery",
23
25
"method-description.query": "Any query. An experimental API call supposed to replace all existing methods.\nAPI Call: query.ExecuteScript",
26
+
"method-description.pg": "Queries in postgresql syntax.\nAPI call: query.ExecuteScript",
24
27
25
28
"query-duration.description": "Duration of server-side query execution"
Copy file name to clipboardExpand all lines: src/containers/Tenant/Query/i18n/ru.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
"history.empty": "История пуста",
9
9
"saved.empty": "Нет сохраненных запросов",
10
10
11
+
"history.cannot-set-mode": "Этот запрос доступен только в режиме '{{mode}}'. Вам необходимо включить дополнительные режимы выполнения запросов в настройках",
12
+
11
13
"delete-dialog.header": "Удалить запрос",
12
14
"delete-dialog.question": "Вы уверены что хотите удалить запрос",
13
15
"delete-dialog.delete": "Удалить",
@@ -21,6 +23,7 @@
21
23
"method-description.scan": "Только читающие запросы, потенциально читающие много данных.\nAPI call: table.ExecuteScan",
22
24
"method-description.data": "DML-запросы для изменения и выборки данных в режиме изоляции Serializable.\nAPI call: table.executeDataQuery",
23
25
"method-description.query": "Любые запросы. Экспериментальный перспективный метод, который в будущем заменит все остальные.\nAPI call: query.ExecuteScript",
26
+
"method-description.pg": "Запросы в синтаксисе postgresql.\nAPI call: query.ExecuteScript",
24
27
25
28
"query-duration.description": "Время выполнения запроса на стороне сервера"
0 commit comments