Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .vitepress/config/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@
"text": "布尔值 (Boolean)",
"link": "/schema/basic/boolean.md"
},
{
"text": "日期 (Date)",
"link": "/schema/basic/date.md"
},
{
"text": "位集 (Bitset)",
"link": "/schema/basic/bitset.md"
Expand Down
4 changes: 4 additions & 0 deletions .vitepress/config/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@
"text": "Boolean",
"link": "/schema/basic/boolean.md"
},
{
"text": "Date",
"link": "/schema/basic/date.md"
},
{
"text": "Bitset",
"link": "/schema/basic/bitset.md"
Expand Down
4 changes: 4 additions & 0 deletions .vitepress/config/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@
"text": "Boolean : Valeur booléenne",
"link": "/schema/basic/boolean.md"
},
{
"text": "Date : Date",
"link": "/schema/basic/date.md"
},
{
"text": "Bitset : Stockage binaire",
"link": "/schema/basic/bitset.md"
Expand Down
4 changes: 4 additions & 0 deletions .vitepress/config/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@
"text": "布尔值 (Boolean)",
"link": "/schema/basic/boolean.md"
},
{
"text": "日期 (Date)",
"link": "/schema/basic/date.md"
},
{
"text": "位集 (Bitset)",
"link": "/schema/basic/bitset.md"
Expand Down
4 changes: 4 additions & 0 deletions .vitepress/config/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@
"text": "布尔值 (Boolean)",
"link": "/schema/basic/boolean.md"
},
{
"text": "日期 (Date)",
"link": "/schema/basic/date.md"
},
{
"text": "位集 (Bitset)",
"link": "/schema/basic/bitset.md"
Expand Down
5 changes: 4 additions & 1 deletion .vitepress/config/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,9 @@
}, {
"text": "布尔值 (Boolean)",
"link": "/schema/basic/boolean.md"
}, {
"text": "日期 (Date)",
"link": "/schema/basic/date.md"
}, {
"text": "位集 (Bitset)",
"link": "/schema/basic/bitset.md"
Expand Down Expand Up @@ -849,4 +852,4 @@
}]
}
}
}
}
4 changes: 4 additions & 0 deletions .vitepress/config/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@
"text": "布林值 (Boolean)",
"link": "/schema/basic/boolean.md"
},
{
"text": "日期 (Date)",
"link": "/schema/basic/date.md"
},
{
"text": "位集 (Bitset)",
"link": "/schema/basic/bitset.md"
Expand Down