feat: Chinese localization for auth + footer resources

This commit is contained in:
Nicolas Giard 2017-05-02 19:24:53 -04:00 committed by GitHub
parent e04ec6a0d6
commit 06035786c9
2 changed files with 23 additions and 2 deletions

View File

@ -1 +1,12 @@
{ }
{
"providers": {
"local": "本地的",
"windowslive": "微软账户",
"azure": "Azure活动目录",
"google": "Google ID",
"facebook": "Facebook",
"github": "Github",
"slack": "Slack",
"ldap": "LDAP/活动目录"
}
}

View File

@ -1 +1,11 @@
{ }
{
"wiki": "维基",
"headers": {
"overview": "总览"
},
"footer": {
"poweredby": "Powered by",
"home": "首页",
"top": "返回顶部"
}
}