File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const locale_zh_CN = {
9
9
name : "数据库连接" ,
10
10
links : [ {
11
11
url : "connection" ,
12
- name : "使用连接 "
12
+ name : "使用Connection "
13
13
} , {
14
14
url : "using-ormconfig" ,
15
15
name : "使用ormconfig.json"
@@ -21,7 +21,7 @@ const locale_zh_CN = {
21
21
name : "多个连接"
22
22
} , {
23
23
url : "connection-api" ,
24
- name : "连接API "
24
+ name : "Connection API "
25
25
} ]
26
26
} , {
27
27
name : "实体" ,
@@ -54,7 +54,7 @@ const locale_zh_CN = {
54
54
name : "多对一和一对多"
55
55
} , {
56
56
url : "many-to-many-relations" ,
57
- name : "多对对y "
57
+ name : "多对多 "
58
58
} , {
59
59
url : "eager-and-lazy-relations" ,
60
60
name : "Eager 和 Lazy 关系"
@@ -63,29 +63,29 @@ const locale_zh_CN = {
63
63
name : "关系常见问题"
64
64
} ]
65
65
} , {
66
- name : "实体管理器和存储库 " ,
66
+ name : "Entity Manager 和 Repository " ,
67
67
links : [ {
68
68
url : "working-with-entity-manager" ,
69
- name : "使用实体管理器 "
69
+ name : "使用Entity Manager "
70
70
} , {
71
71
url : "working-with-repository" ,
72
- name : "使用存储库 "
72
+ name : "使用Repository "
73
73
} , {
74
74
url : "find-options" ,
75
- name : "查找选项 "
75
+ name : "find选项 "
76
76
} , {
77
77
url : "custom-repository" ,
78
- name : "自定义存储库 "
78
+ name : "自定义Repository "
79
79
} , {
80
80
url : "entity-manager-api" ,
81
81
name : "实体管理器API"
82
82
} , {
83
83
url : "repository-api" ,
84
- name : "存储库API "
84
+ name : "Entity Manager API "
85
85
} ]
86
86
} , {
87
87
url : "query-builder" ,
88
- name : "查询生成器 " ,
88
+ name : "Query Builder " ,
89
89
links : [ {
90
90
url : "select-query-builder" ,
91
91
name : "使用Query Builder查询"
@@ -100,10 +100,10 @@ const locale_zh_CN = {
100
100
name : "使用Query Builder删除"
101
101
} , {
102
102
url : "relational-query-builder" ,
103
- name : "关系查询生成器 "
103
+ name : "与Relations结合 "
104
104
} , {
105
105
url : "caching" ,
106
- name : "缓存结果 "
106
+ name : "结果缓存 "
107
107
} ]
108
108
} , {
109
109
name : "进阶主题" ,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const MainPage = {
91
91
data : function ( ) {
92
92
return {
93
93
links : this . $t ( "links" ) ,
94
- langs : { en : "English" , "zh_CN" : "中文 " }
94
+ langs : { en : "English" , "zh_CN" : "简体中文 " }
95
95
} ;
96
96
} ,
97
97
mounted ( ) {
You can’t perform that action at this time.
0 commit comments