Add Chinese Translations (#56)
Add Chinese translations and fixed an translation error.
This commit is contained in:
parent
70ded7f57b
commit
85e78b97d1
|
@ -584,7 +584,7 @@
|
||||||
"description": "Edited site"
|
"description": "Edited site"
|
||||||
},
|
},
|
||||||
"deleteSiteConfirmation": {
|
"deleteSiteConfirmation": {
|
||||||
"message": "您确定要删除次网站吗?",
|
"message": "您确定要删除此网站吗?",
|
||||||
"description": "Are you sure you want to delete this site?"
|
"description": "Are you sure you want to delete this site?"
|
||||||
},
|
},
|
||||||
"deletedSite": {
|
"deletedSite": {
|
||||||
|
@ -602,5 +602,21 @@
|
||||||
"lost2FAApp": {
|
"lost2FAApp": {
|
||||||
"message": "认证应用已丢失?",
|
"message": "认证应用已丢失?",
|
||||||
"description": "Lost authenticator app?"
|
"description": "Lost authenticator app?"
|
||||||
|
},
|
||||||
|
"credits": {
|
||||||
|
"message": "贡献人员",
|
||||||
|
"description": "Credits (giving thanks to people that helped, like at the end of a movie)"
|
||||||
|
},
|
||||||
|
"thankYou": {
|
||||||
|
"message": "非常感谢",
|
||||||
|
"description": "Thank You"
|
||||||
|
},
|
||||||
|
"translations": {
|
||||||
|
"message": "译者",
|
||||||
|
"description": "Translations"
|
||||||
|
},
|
||||||
|
"searchFolder": {
|
||||||
|
"message": "搜索文件夹",
|
||||||
|
"description": "Search folder"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue