Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore]: settle a place for convertions used in Chinese translation #172

Merged
merged 9 commits into from
Apr 2, 2022
18 changes: 18 additions & 0 deletions GLOSSARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Glossary

When we are translating solutions to other languages, often, there is an issue of deciding the “proper” word.
This document exists as a glossary of the terms between English and the target language.

## Chinese

| English | Chinese | Meaning |
| :------------------: | :----------: | :-----: |
| Challenge | 挑战 | TK |
| Solution | 解答 | TK |
| References | 参考 | TK |
| Variadic Tuple Types | 可变元组类型 | TK |
| Type Inference | 类型推导 | TK |
| Conditional Types | 条件类型 | TK |
| Generic | 泛型 | TK |
| Flat Type | 普通类型 | TK |
| Intersection Types | 交叉类型 | TK |