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

18
pages.zh/linux/eselect.md Normal file
View File

@@ -0,0 +1,18 @@
# eselect
> Gentoo的多功能配置和管理工具。
> 它由各种模块组成,负责个别的管理任务。
> 一些子命令如`kernel`、`locale`、`profile`等有自己的使用文档。
> 更多信息:<https://wiki.gentoo.org/wiki/Eselect>。
- 显示已安装模块的列表:
`eselect`
- 查看特定模块的文档:
`tldr eselect {{module}}`
- 显示特定模块的帮助信息:
`eselect {{module}} help`