1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 21:46:02 +02:00

units: add Chinese translation

This commit is contained in:
wizarot 2019-03-18 12:18:02 +08:00 committed by Owen Voke
parent 02c8e017ee
commit e581c2830e

27
pages.zh/osx/units.md Normal file
View file

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