Browse Source

LingoHub Update :rocket:

Manual push by LingoHub User: Nicolas Giard.
Project: Wiki.js

Made with :heart: by https://lingohub.com
Nicolas Giard 8 years ago
parent
commit
a680dcde3d
6 changed files with 66 additions and 0 deletions
  1. 11 0
      locales/de/auth.json
  2. 11 0
      locales/de/common.json
  3. 11 0
      locales/pt/auth.json
  4. 11 0
      locales/pt/common.json
  5. 11 0
      locales/ru/auth.json
  6. 11 0
      locales/ru/common.json

+ 11 - 0
locales/de/auth.json

@@ -0,0 +1,11 @@
+{
+  "providers": {
+    "local": "Lokal",
+    "windowslive": "Microsoft-Konto",
+    "google": "Google-ID",
+    "facebook": "Facebook",
+    "github": "GitHub",
+    "slack": "Locker",
+    "ldap": "LDAP / Active Directory"
+  }
+}

+ 11 - 0
locales/de/common.json

@@ -0,0 +1,11 @@
+{
+  "wiki": "Wiki",
+  "headers": {
+    "overview": "Überblick"
+  },
+  "footer": {
+    "poweredby": "Unterstützt von",
+    "home": "Zuhause",
+    "top": "Zurück nach oben"
+  }
+}

+ 11 - 0
locales/pt/auth.json

@@ -0,0 +1,11 @@
+{
+  "providers": {
+    "local": "Local",
+    "windowslive": "Conta Microsoft",
+    "google": "Google ID",
+    "facebook": "Facebook",
+    "github": "GitHub",
+    "slack": "negligente",
+    "ldap": "LDAP / Active Directory"
+  }
+}

+ 11 - 0
locales/pt/common.json

@@ -0,0 +1,11 @@
+{
+  "wiki": "Wiki",
+  "headers": {
+    "overview": "Visão geral"
+  },
+  "footer": {
+    "poweredby": "Distribuído por",
+    "home": "Casa",
+    "top": "Retornar ao topo"
+  }
+}

+ 11 - 0
locales/ru/auth.json

@@ -0,0 +1,11 @@
+{
+  "providers": {
+    "local": "Местный",
+    "windowslive": "Счет Microsoft",
+    "google": "Google ID",
+    "facebook": "Facebook",
+    "github": "GitHub",
+    "slack": "слабина",
+    "ldap": "LDAP / Active Directory"
+  }
+}

+ 11 - 0
locales/ru/common.json

@@ -0,0 +1,11 @@
+{
+  "wiki": "Wiki",
+  "headers": {
+    "overview": "Обзор"
+  },
+  "footer": {
+    "poweredby": "Питаться от",
+    "home": "Главная",
+    "top": "Вернуться к началу"
+  }
+}