mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-03-20 21:26:26 -04:00
Add menu translation for Chinese.
This commit is contained in:
parent
36dba1b5ee
commit
207d7aa019
12
build.py
12
build.py
@ -34,6 +34,7 @@ langs = [
|
||||
{"name": "Português", "ext": "pt-br"},
|
||||
{"name": "Türkçe", "ext": "tr"},
|
||||
{"name": "日本語", "ext": "jp"},
|
||||
{"name": "简体中文", "ext": "zh-cn"},
|
||||
]
|
||||
|
||||
menu_translations = {
|
||||
@ -101,6 +102,17 @@ menu_translations = {
|
||||
"CREDITS": "Créditos",
|
||||
"SOURCE": "Código",
|
||||
"DONATE": "Ajude",
|
||||
},
|
||||
"zh-cn": {
|
||||
"RETICULUM": "Reticulum",
|
||||
"START": "开始使用",
|
||||
"HARDWARE": "硬件要求",
|
||||
"TESTNET": "测试网络",
|
||||
"MANUAL": "阅读手册",
|
||||
"CRYPTO": "密码学",
|
||||
"CREDITS": "致谢",
|
||||
"SOURCE": "源代码",
|
||||
"DONATE": "支持开发",
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user