|
1 | 1 | export default { |
2 | 2 | SUMMARY: { |
3 | | - title: "Summary", |
4 | | - href: "/en/build/smart-contracts/book/summary", |
| 3 | + title: "Summary 总结", |
5 | 4 | }, |
6 | 5 | "move-2": { |
7 | | - title: "Move 2 Release Notes", |
8 | | - href: "/en/build/smart-contracts/book/move-2", |
| 6 | + title: "Move 2 Release Notes Move 2 发布说明", |
9 | 7 | }, |
10 | 8 | "---getting-started---": { |
11 | 9 | type: "separator", |
12 | | - title: "Getting Started", |
| 10 | + title: "Getting Started 入门", |
13 | 11 | }, |
14 | 12 | "modules-and-scripts": { |
15 | | - title: "Modules and Scripts", |
16 | | - href: "/en/build/smart-contracts/book/modules-and-scripts", |
| 13 | + title: "Modules and Scripts 模块与脚本", |
17 | 14 | }, |
18 | 15 | "move-tutorial": { |
19 | | - title: "Move Tutorial", |
20 | | - href: "/en/build/smart-contracts/book/move-tutorial", |
| 16 | + title: "Move Tutorial Move 教程", |
21 | 17 | }, |
22 | 18 | "---primitive-types---": { |
23 | 19 | type: "separator", |
24 | | - title: "Primitive Types", |
| 20 | + title: "Primitive Types 基本类型", |
25 | 21 | }, |
26 | 22 | integers: { |
27 | | - title: "Integers", |
28 | | - href: "/en/build/smart-contracts/book/integers", |
| 23 | + title: "Integers 整数", |
29 | 24 | }, |
30 | 25 | bool: { |
31 | | - title: "Bool", |
32 | | - href: "/en/build/smart-contracts/book/bool", |
| 26 | + title: "Bool 布尔值", |
33 | 27 | }, |
34 | 28 | address: { |
35 | | - title: "Address", |
36 | | - href: "/en/build/smart-contracts/book/address", |
| 29 | + title: "Address 地址", |
37 | 30 | }, |
38 | 31 | vector: { |
39 | | - title: "Vector", |
40 | | - href: "/en/build/smart-contracts/book/vector", |
| 32 | + title: "Vector 向量", |
41 | 33 | }, |
42 | 34 | signer: { |
43 | | - title: "Signer", |
44 | | - href: "/en/build/smart-contracts/book/signer", |
| 35 | + title: "Signer 签名者", |
45 | 36 | }, |
46 | 37 | references: { |
47 | | - title: "References", |
48 | | - href: "/en/build/smart-contracts/book/references", |
| 38 | + title: "References 引用", |
49 | 39 | }, |
50 | 40 | tuples: { |
51 | | - title: "Tuples and Unit", |
52 | | - href: "/en/build/smart-contracts/book/tuples", |
| 41 | + title: "Tuples and Unit 元组与单元", |
53 | 42 | }, |
54 | 43 | "---basic-concepts---": { |
55 | 44 | type: "separator", |
56 | | - title: "Basic Concepts", |
| 45 | + title: "Basic Concepts 基础概念", |
57 | 46 | }, |
58 | 47 | variables: { |
59 | | - title: "Local Variables and Scopes", |
60 | | - href: "/en/build/smart-contracts/book/variables", |
| 48 | + title: "Local Variables and Scopes 局部变量与作用域", |
61 | 49 | }, |
62 | 50 | equality: { |
63 | | - title: "Equality", |
64 | | - href: "/en/build/smart-contracts/book/equality", |
| 51 | + title: "Equality 相等性", |
65 | 52 | }, |
66 | 53 | "abort-and-assert": { |
67 | | - title: "Abort and Assert", |
68 | | - href: "/en/build/smart-contracts/book/abort-and-assert", |
| 54 | + title: "Abort and Assert 中止与断言", |
69 | 55 | }, |
70 | 56 | conditionals: { |
71 | | - title: "Conditionals", |
72 | | - href: "/en/build/smart-contracts/book/conditionals", |
| 57 | + title: "Conditionals 条件语句", |
73 | 58 | }, |
74 | 59 | loops: { |
75 | | - title: "While, For, and Loop", |
76 | | - href: "/en/build/smart-contracts/book/loops", |
| 60 | + title: "While, For, and Loop 循环结构", |
77 | 61 | }, |
78 | 62 | functions: { |
79 | | - title: "Functions", |
80 | | - href: "/en/build/smart-contracts/book/functions", |
| 63 | + title: "Functions 函数", |
81 | 64 | }, |
82 | 65 | "structs-and-resources": { |
83 | | - title: "Structs and Resources", |
84 | | - href: "/en/build/smart-contracts/book/structs-and-resources", |
| 66 | + title: "Structs and Resources 结构体与资源", |
85 | 67 | }, |
86 | 68 | enums: { |
87 | | - title: "Enum Types", |
88 | | - href: "/en/build/smart-contracts/book/enums", |
| 69 | + title: "Enum Types 枚举类型", |
89 | 70 | }, |
90 | 71 | constants: { |
91 | | - title: "Constants", |
92 | | - href: "/en/build/smart-contracts/book/constants", |
| 72 | + title: "Constants 常量", |
93 | 73 | }, |
94 | 74 | generics: { |
95 | | - title: "Generics", |
96 | | - href: "/en/build/smart-contracts/book/generics", |
| 75 | + title: "Generics 泛型", |
97 | 76 | }, |
98 | 77 | abilities: { |
99 | | - title: "Type abilities", |
100 | | - href: "/en/build/smart-contracts/book/abilities", |
| 78 | + title: "Type abilities 类型能力", |
101 | 79 | }, |
102 | 80 | uses: { |
103 | | - title: "Uses and Aliases", |
104 | | - href: "/en/build/smart-contracts/book/uses", |
| 81 | + title: "Uses and Aliases 用法与别名", |
105 | 82 | }, |
106 | 83 | friends: { |
107 | | - title: "Friends", |
108 | | - href: "/en/build/smart-contracts/book/friends", |
| 84 | + title: "Friends 友元", |
109 | 85 | }, |
110 | 86 | packages: { |
111 | | - title: "Packages", |
112 | | - href: "/en/build/smart-contracts/book/packages", |
| 87 | + title: "Packages 包", |
113 | 88 | }, |
114 | 89 | "package-upgrades": { |
115 | | - title: "Package Upgrades", |
116 | | - href: "/en/build/smart-contracts/book/package-upgrades", |
| 90 | + title: "Package Upgrades 包升级", |
117 | 91 | }, |
118 | 92 | "unit-testing": { |
119 | | - title: "Unit Tests", |
120 | | - href: "/en/build/smart-contracts/book/unit-testing", |
| 93 | + title: "Unit Tests 单元测试", |
121 | 94 | }, |
122 | 95 | "---global-storage---": { |
123 | 96 | type: "separator", |
124 | | - title: "Global Storage", |
| 97 | + title: "Global Storage 全局存储", |
125 | 98 | }, |
126 | 99 | "global-storage-structure": { |
127 | | - title: "Global Storage Structure", |
128 | | - href: "/en/build/smart-contracts/book/global-storage-structure", |
| 100 | + title: "Global Storage Structure 全局存储结构", |
129 | 101 | }, |
130 | 102 | "global-storage-operators": { |
131 | | - title: "Global Storage Operators", |
132 | | - href: "/en/build/smart-contracts/book/global-storage-operators", |
| 103 | + title: "Global Storage Operators 全局存储操作符", |
133 | 104 | }, |
134 | 105 | "---reference---": { |
135 | 106 | type: "separator", |
136 | | - title: "Reference", |
| 107 | + title: "Reference 参考", |
137 | 108 | }, |
138 | 109 | "standard-library": { |
139 | | - title: "Standard Library", |
140 | | - href: "/en/build/smart-contracts/book/standard-library", |
| 110 | + title: "Standard Library 标准库", |
141 | 111 | }, |
142 | 112 | "coding-conventions": { |
143 | | - title: "Coding Conventions", |
144 | | - href: "/en/build/smart-contracts/book/coding-conventions", |
| 113 | + title: "Coding Conventions 编码规范", |
145 | 114 | }, |
146 | 115 | }; |
0 commit comments