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

20
pages.zh/common/resume.md Normal file
View File

@@ -0,0 +1,20 @@
# 简历
> 轻松设置新的简历。
> 更多信息:<https://github.com/jsonresume/resume-cli>。
- 在当前工作目录中创建一个新的 `resume.json` 文件:
`resume init`
- 根据模式测试验证 `resume.json` 以确保其符合标准:
`resume validate`
- 将简历导出为本地的样式化 HTML 或 PDF 格式:
`resume export {{path/to/html_or_pdf}}`
- 启动一个网络服务器,提供本地的 `resume.json`
`resume serve`