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

@@ -1,7 +1,7 @@
# ftype
> 显示或修改用于文件扩展名关联的文件类型。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/ftype>.
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/ftype>
- 显示所有文件类型的列表:
@@ -9,8 +9,8 @@
- 显示特定文件类型的关联程序:
`ftype {{文件类型}}`
`ftype {{file_type}}`
- 设置特定文件类型的关联程序:
`ftype {{文件类型}}="{{可执行命令的路径}}"`
`ftype {{file_type}}="{{path/to/executable_file}}"`