Browse Source

feat: Chinese localization for auth + footer resources

Nicolas Giard 8 years ago
parent
commit
06035786c9
2 changed files with 23 additions and 2 deletions
  1. 12 1
      server/locales/zh/auth.json
  2. 11 1
      server/locales/zh/common.json

+ 12 - 1
server/locales/zh/auth.json

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

+ 11 - 1
server/locales/zh/common.json

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