Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,28 +1,28 @@
# units
> 提供两个度量单位之间的转换.
> 提供两个度量单位之间的转换
> 更多信息: <https://www.gnu.org/software/units/>.
- 以交互模式运行:
- 以交互模式运行
`units`
- 显示两个简单单位之间的转换:
- 显示两个简单单位之间的转换
`units {{quarts夸脱}} {{tablespoons大汤匙}}`
`units {{quarts(夸脱)}} {{tablespoons(大汤匙)}}`
- 单位与数量之间的转换:
- 单位与数量之间的转换
`units "{{15 pounds(磅)}}" {{kilograms公斤}}`
`units "{{15 pounds(磅)}}" {{kilograms(公斤)}}`
- 显示两个复合单位之间的转换:
- 显示两个复合单位之间的转换
`units "{{meters(米) / second(秒)}}" "{{inches英尺 / hour小时}}"`
`units "{{meters(米) / second(秒)}}" "{{inches(英尺) / hour(小时)}}"`
- 显示具有不同维度的单位之间的转换:
- 显示具有不同维度的单位之间的转换
`units "{{acres英亩}}" "{{ft英尺^2平方}}"`
`units "{{acres(英亩)}}" "{{ft(英尺)^2(平方)}}"`
- 显示字节乘数的转换:
- 显示字节乘数的转换
`units "{{15 megabytes兆字节}}" {{bytes字节}}`
`units "{{15 megabytes(兆字节)}}" {{bytes(字节)}}`