From 06035786c9e4bda62a46d0747da6615f9fd6e084 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 2 May 2017 19:24:53 -0400 Subject: [PATCH] feat: Chinese localization for auth + footer resources --- server/locales/zh/auth.json | 13 ++++++++++++- server/locales/zh/common.json | 12 +++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) 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