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

29
pages.zh/common/fdroid.md Normal file
View File

@@ -0,0 +1,29 @@
# fdroid
> F-Droid构建工具。
> F-Droid是一个可安装的FOSS自由开源软件应用程序目录适用于Android平台。
> 更多信息:<https://f-droid.org/>。
- 构建特定应用:
`fdroid build {{app_id}}`
- 在构建服务器虚拟机中构建特定应用:
`fdroid build {{app_id}} --server`
- 将应用发布到本地库:
`fdroid publish {{app_id}}`
- 在每个连接的设备上安装应用:
`fdroid install {{app_id}}`
- 检查元数据格式是否正确:
`fdroid lint --format {{app_id}}`
- 自动修复格式(如果可能):
`fdroid rewritemeta {{app_id}}`