Browse Source

btop: add Chinese translation (#13500)

Cryo 6 months ago
parent
commit
e233b86497
1 changed files with 21 additions and 0 deletions
  1. 21 0
      pages.zh/common/btop.md

+ 21 - 0
pages.zh/common/btop.md

@@ -0,0 +1,21 @@
+# btop
+
+> 显示有关 CPU、内存、磁盘、网络和进程的信息的资源监视器。
+> `bpytop` 的 C++ 版本。
+> 更多信息:<https://github.com/aristocratos/btop>.
+
+- 启动 `btop`:
+
+`btop`
+
+- 使用指定预设启动 `btop`:
+
+`btop --preset {{0..9}}`
+
+- 使用 16 种颜色和 TTY 友好的图形符号在 TTY 模式下启动 `btop`:
+
+`btop --tty_on`
+
+- 在 256 色模式而不是 24 位颜色模式下启动 `btop`:
+
+`btop --low-color`