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,28 @@
# grub-file
> 检查一个文件是否为可引导映像类型。
> 更多信息:<https://manned.org/grub-file>。
- 检查一个文件是否为 ARM EFI 映像:
`grub-file --is-arm-efi {{path/to/file}}`
- 检查一个文件是否为 i386 EFI 映像:
`grub-file --is-i386-efi {{path/to/file}}`
- 检查一个文件是否为 x86_64 EFI 映像:
`grub-file --is-x86_64-efi {{path/to/file}}`
- 检查一个文件是否为 ARM 映像Linux 内核):
`grub-file --is-arm-linux {{path/to/file}}`
- 检查一个文件是否为 x86 映像Linux 内核):
`grub-file --is-x86-linux {{path/to/file}}`
- 检查一个文件是否为 x86_64 XNU 映像macOS 内核):
`grub-file --is-x86_64-xnu {{path/to/file}}`