Skip to content

Commit 7c1de4c

Browse files
committed
Fix translation; add missing translation
1 parent 13458a4 commit 7c1de4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sidebars.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,12 +1078,12 @@ const sidebars = {
10781078
},
10791079
{
10801080
type: 'category',
1081-
label: 'Run Non-Transactional Storage Operations',
1081+
label: '非トランザクションストレージ操作を実行する',
10821082
collapsible: true,
10831083
items: [
10841084
{
10851085
type: 'category',
1086-
label: '非トランザクションストレージ操作を実行する',
1086+
label: 'CRUD インターフェースを使用して実行する',
10871087
collapsible: true,
10881088
items: [
10891089
{
@@ -1248,7 +1248,7 @@ const sidebars = {
12481248
},
12491249
{
12501250
type: 'category',
1251-
label: 'Analytics',
1251+
label: '分析',
12521252
collapsible: true,
12531253
items: [
12541254
{

versioned_sidebars/version-3.13-sidebars.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@
12101210
},
12111211
{
12121212
"type": "category",
1213-
"label": "Analytics",
1213+
"label": "分析",
12141214
"collapsible": true,
12151215
"items": [
12161216
{
@@ -1430,7 +1430,7 @@
14301430
{
14311431
"type": "doc",
14321432
"id": "scalar-kubernetes/CreateBastionServer",
1433-
"label": "要塞サーバーを作成する"
1433+
"label": "踏みサーバーを作成する"
14341434
},
14351435
{
14361436
"type": "doc",

0 commit comments

Comments
 (0)