Skip to content

Commit 78fc621

Browse files
add tooltip-terms.json (#22620)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent be49bf8 commit 78fc621

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

tooltip-terms.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"id": "data-branch",
4+
"definition": {
5+
"en": "A branch of your TiDB Cloud Starter or Essential instance that contains a copy of its data, allowing you to experiment without affecting the original instance.",
6+
"zh": "基于当前 TiDB Cloud Starter 或 Essential 实例的一个分支,包含该实例数据的副本,可以让你在该分支上进行实验而不影响原始实例。",
7+
"ja": "TiDB Cloud Starter または Essential インスタンスから作成されるブランチであり、そのデータのコピーを含み、元のインスタンスに影響を与えることなく実験できます。"
8+
}
9+
},
10+
{
11+
"id": "sql-editor",
12+
"definition": {
13+
"en": "A built-in AI-assisted SQL editor in the TiDB Cloud console, allowing you to generate SQL queries automatically or write SQL queries manually.",
14+
"zh": "TiDB Cloud 控制台内置的 AI 辅助 SQL 编辑器,支持自动生成 SQL 查询或手动编写 SQL 查询。",
15+
"ja": "TiDB Cloud コンソールに組み込まれた AI 支援の SQL エディタで、SQL クエリを自動生成したり手動で作成したりできます。"
16+
}
17+
}
18+
]

0 commit comments

Comments
 (0)