Skip to content

Commit 60b0c58

Browse files
authored
Merge pull request #239 from blueshift-gg/i18n-traditional-chinese-translation
i18n: Traditional Chinese translations
2 parents 1e001ec + 733c6cd commit 60b0c58

File tree

182 files changed

+23045
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+23045
-1
lines changed

messages/zh-HK/challenges.json

Lines changed: 247 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,247 @@
1+
{
2+
"challenges": {
3+
"anchor-memo": {
4+
"title": "Anchor Memo",
5+
"requirements": {
6+
"log": {
7+
"title": "挑戰 1:將 `instruction_data` 記錄到程式日誌"
8+
}
9+
}
10+
},
11+
"anchor-vault": {
12+
"title": "Anchor Vault",
13+
"requirements": {
14+
"deposit": {
15+
"title": "挑戰 1:接受存款"
16+
},
17+
"withdraw": {
18+
"title": "挑戰 2:允許提款"
19+
}
20+
}
21+
},
22+
"anchor-escrow": {
23+
"title": "Anchor Escrow",
24+
"pages": {
25+
"make": {
26+
"title": "建立"
27+
},
28+
"take": {
29+
"title": "接受"
30+
},
31+
"refund": {
32+
"title": "退款"
33+
}
34+
},
35+
"requirements": {
36+
"make": {
37+
"title": "挑戰 1:建立一個托管交換交易"
38+
},
39+
"take": {
40+
"title": "挑戰 2:接受一個托管交換交易"
41+
},
42+
"refund": {
43+
"title": "挑戰 3:取消一個托管交換交易"
44+
}
45+
}
46+
},
47+
"anchor-flash-loan": {
48+
"title": "Anchor Flash Loan",
49+
"pages": {
50+
"borrow": {
51+
"title": "借款"
52+
},
53+
"repay": {
54+
"title": "還款"
55+
}
56+
},
57+
"requirements": {
58+
"flash_loan": {
59+
"title": "挑戰:閃電貸款的借款與還款"
60+
}
61+
}
62+
},
63+
"pinocchio-memo": {
64+
"title": "Pinocchio Memo",
65+
"requirements": {
66+
"log": {
67+
"title": "挑戰 1:將指令數據記錄到程式日誌"
68+
}
69+
}
70+
},
71+
"pinocchio-vault": {
72+
"title": "Pinocchio Vault",
73+
"requirements": {
74+
"deposit": {
75+
"title": "挑戰 1:接受存款"
76+
},
77+
"withdraw": {
78+
"title": "挑戰 2:允許提款"
79+
}
80+
}
81+
},
82+
"pinocchio-escrow": {
83+
"title": "Pinocchio Escrow",
84+
"pages": {
85+
"make": {
86+
"title": "建立"
87+
},
88+
"take": {
89+
"title": "接受"
90+
},
91+
"refund": {
92+
"title": "退款"
93+
},
94+
"conclusion": {
95+
"title": "結論"
96+
}
97+
},
98+
"requirements": {
99+
"make": {
100+
"title": "挑戰 1:建立一個托管交換交易"
101+
},
102+
"take": {
103+
"title": "挑戰 2:接受一個托管交換交易"
104+
},
105+
"refund": {
106+
"title": "挑戰 3:取消一個托管交換交易"
107+
}
108+
}
109+
},
110+
"pinocchio-amm": {
111+
"title": "Pinocchio AMM",
112+
"pages": {
113+
"initialize": {
114+
"title": "初始化"
115+
},
116+
"deposit": {
117+
"title": "存款"
118+
},
119+
"withdraw": {
120+
"title": "提款"
121+
},
122+
"swap": {
123+
"title": "交換"
124+
},
125+
"conclusion": {
126+
"title": "結論"
127+
}
128+
},
129+
"requirements": {
130+
"initialize": {
131+
"title": "挑戰 1:初始化 AMM"
132+
},
133+
"deposit": {
134+
"title": "挑戰 2:存入流動性"
135+
},
136+
"withdraw": {
137+
"title": "挑戰 3:提取流動性"
138+
},
139+
"swap": {
140+
"title": "挑戰 4:交換代幣"
141+
}
142+
}
143+
},
144+
"pinocchio-secp256r1-vault": {
145+
"title": "Pinocchio Secp256r1 Vault",
146+
"requirements": {
147+
"deposit": {
148+
"title": "挑戰 1:接受存款"
149+
},
150+
"withdraw": {
151+
"title": "挑戰 2:允許提款"
152+
}
153+
}
154+
},
155+
"pinocchio-flash-loan": {
156+
"title": "Pinocchio Flash Loan",
157+
"pages": {
158+
"borrow": {
159+
"title": "借款"
160+
},
161+
"repay": {
162+
"title": "還款"
163+
}
164+
},
165+
"requirements": {
166+
"flash_loan": {
167+
"title": "挑戰:閃電貸款的借款與還款"
168+
}
169+
}
170+
},
171+
"assembly-memo": {
172+
"title": "Assembly Memo",
173+
"requirements": {
174+
"log": {
175+
"title": "挑戰 1:測試備忘錄"
176+
},
177+
"log_different": {
178+
"title": "挑戰 2:使用不同輸入測試備忘錄"
179+
}
180+
}
181+
},
182+
"assembly-slippage": {
183+
"title": "Assembly Slippage",
184+
"requirements": {
185+
"slippage": {
186+
"title": "挑戰 1:使用 SPL-Token 測試滑點"
187+
},
188+
"slippage_failure": {
189+
"title": "挑戰 2:測試滑點失敗"
190+
},
191+
"slippage_token2022": {
192+
"title": "挑戰 3:使用 Token2022 測試滑點"
193+
}
194+
}
195+
},
196+
"assembly-timeout": {
197+
"title": "Assembly Timeout",
198+
"requirements": {
199+
"timeout": {
200+
"title": "挑戰 1:測試超時"
201+
},
202+
"timeout_failure": {
203+
"title": "挑戰 2:測試超時失敗"
204+
}
205+
}
206+
},
207+
"typescript-mint-an-spl-token": {
208+
"title": "鑄造 SPL 代幣",
209+
"requirements": {
210+
"create_mint_account": {
211+
"title": "挑戰 1:建立代幣鑄造帳戶"
212+
},
213+
"initialize_mint": {
214+
"title": "挑戰 2:初始化鑄造"
215+
},
216+
"create_token_account": {
217+
"title": "挑戰 3:建立代幣帳戶"
218+
},
219+
"mint_to": {
220+
"title": "挑戰 4:鑄造代幣"
221+
}
222+
}
223+
},
224+
"pinocchio-quantum-vault": {
225+
"title": "Pinocchio Quantum Vault",
226+
"pages": {
227+
"open": {
228+
"title": "開啟保險庫"
229+
},
230+
"split": {
231+
"title": "分割保險庫"
232+
},
233+
"close": {
234+
"title": "關閉保險庫"
235+
}
236+
},
237+
"requirements": {
238+
"open": {
239+
"title": "挑戰 1:開啟量子保險庫"
240+
},
241+
"close": {
242+
"title": "挑戰 2:關閉量子保險庫"
243+
}
244+
}
245+
}
246+
}
247+
}

0 commit comments

Comments
 (0)