mirror of
https://gitea.com/gitea/docs.git
synced 2025-03-16 18:00:27 +00:00
Files
Modified `loop_docs.sh` to take `version` and `locale` and params so do not need other `loop_docs*` scripts. Need confirmation with version information for 1.20 and latest. Like version in `static/20-swagger.json` and `static/latest-swagger.json`, and version used to replace `{{< version >}}` Will wait for a stable version for 1.20  Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/28 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: HesterG <hestergong@gmail.com> Co-committed-by: HesterG <hestergong@gmail.com>
30 lines
629 B
JSON
30 lines
629 B
JSON
{
|
|
"sidebar.docs.category.Installation": {
|
|
"message": "安装"
|
|
},
|
|
"sidebar.docs.category.Administration": {
|
|
"message": "管理"
|
|
},
|
|
"sidebar.docs.category.Usage": {
|
|
"message": "使用"
|
|
},
|
|
"sidebar.docs.category.actions": {
|
|
"message": "Actions"
|
|
},
|
|
"sidebar.docs.category.packages": {
|
|
"message": "软件包"
|
|
},
|
|
"sidebar.docs.category.Development": {
|
|
"message": "开发"
|
|
},
|
|
"sidebar.docs.category.Contributing": {
|
|
"message": "贡献"
|
|
},
|
|
"sidebar.docs.category.Help": {
|
|
"message": "帮助"
|
|
},
|
|
"sidebar.docs.doc.What is Gitea?": {
|
|
"message": "Gitea是什么?"
|
|
}
|
|
}
|