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 | 挑战 | 作为名词用,邀请多方也包括自己参与竞争,完成某项有难度的任务。 |
| Solution | 解答 | 相比“解法”更为书面化,即可用作名词也可用作动动。 |
| References | 参考 | 学术名词名词,参考、参考文献之意。 |
| Variadic Tuple Types | 可变元组类型 | TK |
| Type Inference | 类型推导 | 指名词,编程语言在编译期自动推导出值的数据类型 |
| Conditional Types | 条件类型 | TK |
| Generic | 泛型 | 编译语言中的专有名词,指允许程序员在强类型程序设计语言中编写代码时使用一些以后才指定的类型,在实例化时作为参数指明这些类型。 |
| Flat Type | 普通类型 | TK |
| Intersection Types | 交叉类型 | 类型论中的概念,指一类复合的数据类型。 |