Browse Source

feat: Added Chinese + Japanese localization files

Nicolas Giard 8 years ago
parent
commit
e04ec6a0d6

+ 1 - 0
server/locales/de/auth.json

@@ -2,6 +2,7 @@
   "providers": {
     "local": "Lokal",
     "windowslive": "Microsoft-Konto",
+    "azure": "Azure Active Directory",
     "google": "Google-ID",
     "facebook": "Facebook",
     "github": "GitHub",

+ 1 - 1
server/locales/en/auth.json

@@ -9,4 +9,4 @@
     "slack": "Slack",
     "ldap": "LDAP / Active Directory"
   }
-}
+}

+ 1 - 0
server/locales/es/auth.json

@@ -2,6 +2,7 @@
   "providers": {
     "local": "Local",
     "windowslive": "Cuenta de Microsoft",
+    "azure": "Azure Active Directory",
     "google": "ID de google",
     "facebook": "Facebook",
     "github": "GitHub",

+ 1 - 0
server/locales/fr/auth.json

@@ -2,6 +2,7 @@
   "providers": {
     "local": "Local",
     "windowslive": "Compte Microsoft",
+    "azure": "Azure Active Directory",
     "google": "Google ID",
     "facebook": "Facebook",
     "github": "GitHub",

+ 1 - 0
server/locales/ja/auth.json

@@ -0,0 +1 @@
+{ }

+ 1 - 0
server/locales/ja/common.json

@@ -0,0 +1 @@
+{ }

+ 1 - 0
server/locales/ko/auth.json

@@ -2,6 +2,7 @@
   "providers": {
     "local": "자체 계정",
     "windowslive": "Microsoft 계정",
+    "azure": "Azure Active Directory",
     "google": "Google 계정",
     "facebook": "Facebook 계정",
     "github": "GitHub 계정",

+ 1 - 0
server/locales/pt/auth.json

@@ -2,6 +2,7 @@
   "providers": {
     "local": "Local",
     "windowslive": "Conta Microsoft",
+    "azure": "Azure Active Directory",
     "google": "Google ID",
     "facebook": "Facebook",
     "github": "GitHub",

+ 1 - 0
server/locales/ru/auth.json

@@ -2,6 +2,7 @@
   "providers": {
     "local": "Местный",
     "windowslive": "Счет Microsoft",
+    "azure": "Azure Active Directory",
     "google": "Google ID",
     "facebook": "Facebook",
     "github": "GitHub",

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

@@ -0,0 +1 @@
+{ }

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

@@ -0,0 +1 @@
+{ }