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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@
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
-
13
11
"delete-dialog.header": "Delete query",
14
12
"delete-dialog.question": "Are you sure you want to delete query",
Copy file name to clipboardExpand all lines: src/containers/Tenant/Query/i18n/ru.json
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@
8
8
"history.empty": "История пуста",
9
9
"saved.empty": "Нет сохраненных запросов",
10
10
11
-
"history.cannot-set-mode": "Этот запрос доступен только в режиме '{{mode}}'. Вам необходимо включить дополнительные режимы выполнения запросов в настройках",
12
-
13
11
"delete-dialog.header": "Удалить запрос",
14
12
"delete-dialog.question": "Вы уверены что хотите удалить запрос",
"settings.enableAdditionalQueryModes.popover": "Adds 'Data', 'YQL - QueryService' and 'PostgreSQL' modes. May not work on some versions",
27
-
28
25
"settings.queryUseMultiSchema.title": "Allow queries with multiple result sets",
29
26
"settings.queryUseMultiSchema.popover": "Use 'multi' schema for queries that enables queries with multiple result sets. Returns nothing on versions 23-3 and older"
Copy file name to clipboardExpand all lines: src/containers/UserSettings/i18n/ru.json
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,6 @@
22
22
"settings.useBackendParamsForTables.title": "Использовать виртуализированную таблицу для вкладки Nodes кластера",
23
23
"settings.useBackendParamsForTables.popover": "Использовать таблицу с загрузкой данных по скроллу. Это улучшит производительность, но может работать нестабильно",
24
24
25
-
"settings.enableAdditionalQueryModes.title": "Включить дополнительные режимы выполнения запросов",
26
-
"settings.enableAdditionalQueryModes.popover": "Добавляет режимы 'Data', 'YQL - QueryService' и 'PostgreSQL'. Может работать некорректно на некоторых версиях",
27
-
28
25
"settings.queryUseMultiSchema.title": "Разрешить запросы с несколькими результатами",
29
26
"settings.queryUseMultiSchema.popover": "Использовать для запросов схему 'multi', которая позволяет выполнять запросы с несколькими результатами. На версиях 23-3 и старше результат не возвращается вообще"
0 commit comments