Skip to content

Commit 26acc5a

Browse files
authored
fix ttle chinese title (#761)
1 parent f1fcaf4 commit 26acc5a

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/.vuepress/sidebar/V1.3.x/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const zhSidebar = {
8484
collapsible: true,
8585
children: [
8686
{ text: '数据删除', link: 'Delete-Data' },
87-
{ text: '自动过期删除', link: 'TTL-Delete' },
87+
{ text: '数据保留时间', link: 'TTL-Delete' },
8888
],
8989
},
9090
],

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const zhSidebar = {
7575
collapsible: true,
7676
children: [
7777
{ text: '数据删除', link: 'Delete-Data' },
78-
{ text: '自动过期删除', link: 'TTL-Delete-Data' },
78+
{ text: '数据保留时间', link: 'TTL-Delete-Data' },
7979
],
8080
},
8181
],

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const zhSidebar = {
7676
collapsible: true,
7777
children: [
7878
{ text: '数据删除', link: 'Delete-Data' },
79-
{ text: '自动过期删除', link: 'TTL-Delete' },
79+
{ text: '数据保留时间', link: 'TTL-Delete' },
8080
],
8181
},
8282
],

src/.vuepress/sidebar_timecho/V1.3.x/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const zhSidebar = {
8787
collapsible: true,
8888
children: [
8989
{ text: '数据删除', link: 'Delete-Data' },
90-
{ text: '自动过期删除', link: 'TTL-Delete' },
90+
{ text: '数据保留时间', link: 'TTL-Delete' },
9191
],
9292
},
9393
],

src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const zhSidebar = {
7777
collapsible: true,
7878
children: [
7979
{ text: '数据删除', link: 'Delete-Data' },
80-
{ text: '自动过期删除', link: 'TTL-Delete-Data' },
80+
{ text: '数据保留时间', link: 'TTL-Delete-Data' },
8181
],
8282
},
8383
],

src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const zhSidebar = {
7979
collapsible: true,
8080
children: [
8181
{ text: '数据删除', link: 'Delete-Data' },
82-
{ text: '自动过期删除', link: 'TTL-Delete' },
82+
{ text: '数据保留时间', link: 'TTL-Delete' },
8383
],
8484
},
8585
],

src/zh/UserGuide/Master/Table/Basic-Concept/TTL-Delete-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# 过期自动删除
22+
# 数据保留时间
2323

2424
## 1. 概览
2525

src/zh/UserGuide/Master/Tree/Basic-Concept/TTL-Delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
under the License.
1919
2020
-->
21-
# 过期自动删除
21+
# 数据保留时间
2222

2323
## 1. 概览
2424

src/zh/UserGuide/V1.3.x/Basic-Concept/TTL-Delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
under the License.
1919
2020
-->
21-
# 过期自动删除
21+
# 数据保留时间
2222

2323
## 概览
2424

src/zh/UserGuide/dev-1.3/Basic-Concept/TTL-Delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
under the License.
1919
2020
-->
21-
# 过期自动删除
21+
# 数据保留时间
2222

2323
## 概览
2424

0 commit comments

Comments
 (0)