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,16 @@
# po4a-gettextize
> 将文件转换为PO文件。
> 更多信息:<https://po4a.org/man/man1/po4a-gettextize.1.php>。
- 将文本文件转换为PO文件
`po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --po {{path/to/result.po}}`
- 列出所有可用格式:
`po4a-gettextize --help-format`
- 将文本文件及其翻译文档转换为PO文件`-l`选项可以多次提供):
`po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --localized {{path/to/translated.txt}} --po {{path/to/result.po}}`