add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

36
pages.zh/common/calc.md Normal file
View File

@@ -0,0 +1,36 @@
# calc
> 一款终端中的交互式任意精度计算器。
> 更多信息请访问: <https://github.com/lcn2/calc>。
- 在交互模式下启动 `calc`
`calc`
- 在非交互模式下进行计算:
`calc '{{85 * (36 / 4)}}'`
- 不格式化输出(用于 [p]ipes
`calc -p '{{4/3 * pi() * 5^3}}'`
- 进行计算后切换到 [i]nteractive 模式:
`calc -i '{{sqrt(2)}}'`
- 以特定权限 [m]ode 启动 `calc`0 到 7默认为 7
`calc -m {{mode}}`
- 查看 `calc` 的介绍:
`calc help intro`
- 查看 `calc` 的概述:
`calc help overview`
- 打开 `calc` 手册:
`calc help`