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 @@
# rpi-imager
> 将镜像写入存储设备。
> 更多信息:<https://github.com/raspberrypi/rpi-imager>。
- 将特定镜像写入特定块设备:
`rpi-imager --cli {{path/to/image.zip}} {{/dev/sdX}}`
- 将特定镜像写入块设备,禁用校验和验证:
`rpi-imager --cli --disable-verify {{path/to/image.zip}} {{/dev/sdX}}`
- 将特定镜像写入块设备,在运行验证时将期待特定的校验和:
`rpi-imager --cli --sha256 {{expected_hash}} {{path/to/image.zip}} {{/dev/sdX}}`