diff --git a/server/locales/de/auth.json b/server/locales/de/auth.json index 8740e41b..ebff1baf 100644 --- a/server/locales/de/auth.json +++ b/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", diff --git a/server/locales/en/auth.json b/server/locales/en/auth.json index f91c2a7d..d81295a2 100644 --- a/server/locales/en/auth.json +++ b/server/locales/en/auth.json @@ -9,4 +9,4 @@ "slack": "Slack", "ldap": "LDAP / Active Directory" } -} +} \ No newline at end of file diff --git a/server/locales/es/auth.json b/server/locales/es/auth.json index 05edd858..b008b29e 100644 --- a/server/locales/es/auth.json +++ b/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", diff --git a/server/locales/fr/auth.json b/server/locales/fr/auth.json index 5d62644c..0c6a5daa 100644 --- a/server/locales/fr/auth.json +++ b/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", diff --git a/server/locales/ja/auth.json b/server/locales/ja/auth.json new file mode 100644 index 00000000..6f31cf5a --- /dev/null +++ b/server/locales/ja/auth.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/server/locales/ja/common.json b/server/locales/ja/common.json new file mode 100644 index 00000000..6f31cf5a --- /dev/null +++ b/server/locales/ja/common.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/server/locales/ko/auth.json b/server/locales/ko/auth.json index 440f4390..595a6298 100644 --- a/server/locales/ko/auth.json +++ b/server/locales/ko/auth.json @@ -2,6 +2,7 @@ "providers": { "local": "자체 계정", "windowslive": "Microsoft 계정", + "azure": "Azure Active Directory", "google": "Google 계정", "facebook": "Facebook 계정", "github": "GitHub 계정", diff --git a/server/locales/pt/auth.json b/server/locales/pt/auth.json index 83bc5bdc..a59ece50 100644 --- a/server/locales/pt/auth.json +++ b/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", diff --git a/server/locales/ru/auth.json b/server/locales/ru/auth.json index 64d85981..6e10ad1a 100644 --- a/server/locales/ru/auth.json +++ b/server/locales/ru/auth.json @@ -2,6 +2,7 @@ "providers": { "local": "Местный", "windowslive": "Счет Microsoft", + "azure": "Azure Active Directory", "google": "Google ID", "facebook": "Facebook", "github": "GitHub", diff --git a/server/locales/zh/auth.json b/server/locales/zh/auth.json new file mode 100644 index 00000000..6f31cf5a --- /dev/null +++ b/server/locales/zh/auth.json @@ -0,0 +1 @@ +{ } \ No newline at end of file diff --git a/server/locales/zh/common.json b/server/locales/zh/common.json new file mode 100644 index 00000000..6f31cf5a --- /dev/null +++ b/server/locales/zh/common.json @@ -0,0 +1 @@ +{ } \ No newline at end of file