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

View File

@@ -0,0 +1,16 @@
# reflector
> Arch 脚本用于获取和排序镜像列表。
> 更多信息:<https://manned.org/reflector>。
- 获取所有镜像,按下载速度排序并保存:
`sudo reflector --sort {{rate}} --save {{/etc/pacman.d/mirrorlist}}`
- 仅获取德国的 HTTPS 镜像:
`reflector --country {{Germany}} --protocol {{https}}`
- 仅获取最近同步的 10 个镜像:
`reflector --latest {{10}}`