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/i18n/en.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
"summary.showPreview": "Show preview",
7
7
"summary.copySchemaPath": "Copy schema path",
8
8
9
-
"actions.copied" : "The path is copied to the clipboard",
10
-
"actions.notCopied" : "Couldn’t copy the path"
9
+
"actions.copied": "The path is copied to the clipboard",
10
+
"actions.notCopied": "Couldn’t copy the path",
11
+
"actions.externalTableSelectUnavailable": "Select query for external tables available only with 'YQL - QueryService' query mode. You need to turn in additional query modes in settings to enable it",
"actions.externalTableSelectUnavailable": "Select запрос для внешних таблиц доступен только в режиме 'YQL - QueryService'. Вам необходимо включить дополнительные режимы выполнения запросов в настройках",
"useQueryModes.queryModeCannotBeSet": "Режим выполнения запроса \"{{mode}}\" недоступен. Вам необходимо включить дополнительные режимы выполнения запросов в настройках"
0 commit comments