mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
39 lines
810 B
Markdown
39 lines
810 B
Markdown
# 术语翻译约定
|
||
本文档用来维护从英文翻译成中文的术语集。
|
||
|
||
|
||
|
||
## 保持英文,不译
|
||
Parquet
|
||
|
||
## 英文 <-> 中文
|
||
Integer 整数
|
||
floating-point 浮点数
|
||
Fitting 拟合
|
||
Decimal 定点数
|
||
Tuple 元组
|
||
function 函数
|
||
array 数组/阵列
|
||
hash 哈希/散列
|
||
Parameters 参数
|
||
Arguments 参数
|
||
|
||
|
||
##
|
||
1. 对于array的翻译,保持初始翻译 数组/阵列 不变。
|
||
|
||
2. 对于倒装句。翻译时非直译,会调整语序。
|
||
比如, groupArrayInsertAt 翻译中
|
||
|
||
``` text
|
||
- `x` — [Expression] resulting in one of the [supported data types].
|
||
```
|
||
|
||
``` text
|
||
`x` — 生成所[支持的数据类型](数据)的[表达式]。
|
||
```
|
||
|
||
3. See also 参见
|
||
|
||
|