/
githubmirror
/
ydb-embedded-ui
Обзор
Документация
Войти
/
githubmirror
/
ydb-embedded-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/containers/Tenant/Query/NewSQL/i18n/en.json
52 строки
2 KB
Konstantin Kozlov
feat: support secret schema objects (#4109)
14 июл 2026, 17:10
Не верифицирован
14 июл 2026, 17:10
05b178f
Код
Авторство
О чём код?
{ "button.new-sql": "New query", "action.create-row-table": "Create row table", "action.create-column-table": "Create column table", "action.create-external-table": "Create external table", "action.upsert-to-table": "Upsert into table", "action.update-table": "Update table", "action.alter-table": "Alter table", "action.select-rows": "Select from a table", "action.delete-rows": "Delete rows", "action.drop-table": "Drop table", "action.add-index": "Add index", "action.add-vector-index": "Add vector index", "action.add-fulltext-index": "Add fulltext index", "action.add-min-max-index": "Add min_max index", "action.drop-index": "Drop index", "action.drop-external-table": "Drop external table", "menu.tables": "Tables", "menu.topics": "Topics", "menu.streaming-query": "Streaming query", "menu.capture": "Change data capture", "menu.replication": "Async replication", "menu.transfer": "Transfer", "menu.secrets": "Secrets", "menu.users": "Users", "action.create-topic": "Create Topic", "action.select-topic": "Select from a topic", "action.drop-topic": "Drop Topic", "action.alter-topic": "Alter Topic", "action.create-cdc-stream": "Create changefeed", "action.create-async-replication": "Create async replication", "action.create-transfer": "Create transfer", "action.create-user": "Create user", "action.create-group": "Create group", "action.drop-user": "Drop user", "action.drop-group": "Drop group", "action.grant-privilege": "Grant privilege", "action.revoke-privilege": "Revoke privilege", "action.alter-async-replication": "Alter async replication", "action.drop-async-replication": "Drop async replication", "action.alter-transfer": "Alter transfer", "action.drop-transfer": "Drop transfer", "action.create-secret": "Create secret", "action.alter-secret": "Alter secret", "action.drop-secret": "Drop secret", "action.create-streaming-query": "Create streaming query", "action.show-create-table": "Show Create SQL", "action.alter-streaming-query-settings": "Alter query settings", "action.alter-streaming-query-text": "Alter query text", "action.drop-streaming-query": "Drop query", "action.create-view": "Create view" }