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,20 @@
# kosmorro
> 计算某个日期在地球上某个位置的天文历和事件。
> 更多信息:<https://kosmorro.space>。
- 获取法国巴黎的天文历:
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}}`
- 获取法国巴黎的天文历,使用 UTC+2 时区:
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --timezone={{2}}`
- 获取法国巴黎在2020年6月9日的天文历
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --date={{2020-06-09}}`
- 生成 PDF注意必须安装 TeXLive
`kosmorro --format={{pdf}} --output={{path/to/file.pdf}}`