Browse Source

feat: Chinese localization for auth + footer resources

pull/95/head
Nicolas Giard 7 years ago
committed by GitHub
parent
commit
06035786c9
2 changed files with 23 additions and 2 deletions
  1. 13
      server/locales/zh/auth.json
  2. 12
      server/locales/zh/common.json

13
server/locales/zh/auth.json

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

12
server/locales/zh/common.json

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