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/eol.md Normal file
View File

@@ -0,0 +1,28 @@
# 终止支持
> 显示多个产品的终止支持日期EoLs
> 更多信息:<https://github.com/hugovk/norwegianblue>。
- 列出所有可用产品:
`eol`
- 获取一个或多个产品的终止支持日期:
`eol {{product1 product2 ...}}`
- 打开产品网页:
`eol {{product}} --web`
- 以特定格式获取一个或多个产品的终止支持日期:
`eol {{product1 product2 ...}} --format {{html|json|md|markdown|pretty|rst|csv|tsv|yaml}}`
- 将一个或多个产品的终止支持日期作为单个 markdown 文件获取:
`eol {{product1 product2 ...}} --format {{markdown}} > {{eol_report.md}}`
- 显示帮助信息:
`eol --help`