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,12 @@
# gnucash-cli
> GnuCash 的命令行版本。
> 更多信息请访问: <https://gnucash.org>。
- 获取文件中指定的货币和股票的报价并打印它们:
`gnucash-cli --quotes get {{path/to/file.gnucash}}`
- 生成特定类型的财务报告,使用 `--name` 指定:
`gnucash-cli --report run --name "{{资产负债表}}" {{path/to/file.gnucash}}`