diff --git a/server/locales/zh/auth.json b/server/locales/zh/auth.json index 6f31cf5a..e4963325 100644 --- a/server/locales/zh/auth.json +++ b/server/locales/zh/auth.json @@ -1 +1,12 @@ -{ } \ No newline at end of file +{ + "providers": { + "local": "本地的", + "windowslive": "微软账户", + "azure": "Azure活动目录", + "google": "Google ID", + "facebook": "Facebook", + "github": "Github", + "slack": "Slack", + "ldap": "LDAP/活动目录" + } +} \ No newline at end of file diff --git a/server/locales/zh/common.json b/server/locales/zh/common.json index 6f31cf5a..86d585f3 100644 --- a/server/locales/zh/common.json +++ b/server/locales/zh/common.json @@ -1 +1,11 @@ -{ } \ No newline at end of file +{ + "wiki": "维基", + "headers": { + "overview": "总览" + }, + "footer": { + "poweredby": "Powered by", + "home": "首页", + "top": "返回顶部" + } +} \ No newline at end of file