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

28
pages.zh/common/vale.md Normal file
View File

@@ -0,0 +1,28 @@
# vale
> 可扩展的样式检查器支持多种标记格式如Markdown和AsciiDoc。
> 更多信息:<https://vale.sh>。
- 检查文件的样式:
`vale {{path/to/file}}`
- 使用指定配置检查文件的样式:
`vale --config='{{path/to/.vale.ini}}' {{path/to/file}}`
- 以JSON格式输出结果
`vale --output=JSON {{path/to/file}}`
- 检查特定严重性及更高的样式问题:
`vale --minAlertLevel={{suggestion|warning|error}} {{path/to/file}}`
-`stdin`检查样式,指定标记格式:
`cat {{file.md}} | vale --ext=.md`
- 列出当前配置:
`vale ls-config`