diff --git a/README.md b/README.md index 039f18fb..1f0175db 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - [Documentation](#documentation) - [Requirements](#requirements) - [Change Log](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) -- [Project Status](https://waffle.io/Requarks/wiki) +- [Project Planning](https://waffle.io/Requarks/wiki) - [Special Thanks](#special-thanks) ### Documentation @@ -41,6 +41,10 @@ Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linu Read the full [prerequisites](https://docs.wiki.requarks.io/prerequisites) article for full details. +### Gitter + +Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly! + ### Special Thanks ![Browserstack](https://wiki.requarks.io/assets/images/logo_browserstack.png) diff --git a/locales/de/auth.json b/locales/de/auth.json new file mode 100644 index 00000000..8740e41b --- /dev/null +++ b/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" + } +} \ No newline at end of file diff --git a/locales/de/common.json b/locales/de/common.json new file mode 100644 index 00000000..4902fae9 --- /dev/null +++ b/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" + } +} \ No newline at end of file diff --git a/locales/en/auth.json b/locales/en/auth.json index 93612c4c..50ce7873 100644 --- a/locales/en/auth.json +++ b/locales/en/auth.json @@ -1,11 +1,11 @@ { - "providers": { - "local": "Local", - "windowslive": "Microsoft Account", - "google": "Google ID", - "facebook": "Facebook", + "providers": { + "local": "Local", + "windowslive": "Microsoft Account", + "google": "Google ID", + "facebook": "Facebook", "github": "GitHub", "slack": "Slack", "ldap": "LDAP / Active Directory" - } -} + } +} \ No newline at end of file diff --git a/locales/en/common.json b/locales/en/common.json index 3d712c83..d088a86f 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -1,11 +1,11 @@ { - "wiki": "Wiki", - "headers": { - "overview": "Overview" - }, - "footer": { - "poweredby": "Powered by", - "home": "Home", - "top": "Return to top" - } + "wiki": "Wiki", + "headers": { + "overview": "Overview" + }, + "footer": { + "poweredby": "Powered by", + "home": "Home", + "top": "Return to top" + } } \ No newline at end of file diff --git a/locales/es/auth.json b/locales/es/auth.json new file mode 100644 index 00000000..05edd858 --- /dev/null +++ b/locales/es/auth.json @@ -0,0 +1,11 @@ +{ + "providers": { + "local": "Local", + "windowslive": "Cuenta de Microsoft", + "google": "ID de google", + "facebook": "Facebook", + "github": "GitHub", + "slack": "Flojo", + "ldap": "LDAP / Active Directory" + } +} \ No newline at end of file diff --git a/locales/es/common.json b/locales/es/common.json new file mode 100644 index 00000000..66308f1d --- /dev/null +++ b/locales/es/common.json @@ -0,0 +1,11 @@ +{ + "wiki": "Wiki", + "headers": { + "overview": "Información General" + }, + "footer": { + "poweredby": "Energizado por", + "home": "Casa", + "top": "Volver a la cima" + } +} \ No newline at end of file diff --git a/locales/fr/auth.json b/locales/fr/auth.json index 38e8e0c9..5d62644c 100644 --- a/locales/fr/auth.json +++ b/locales/fr/auth.json @@ -1,11 +1,11 @@ { - "providers": { - "local": "Local", - "windowslive": "Compte Microsoft", - "google": "Google ID", - "facebook": "Facebook", + "providers": { + "local": "Local", + "windowslive": "Compte Microsoft", + "google": "Google ID", + "facebook": "Facebook", "github": "GitHub", "slack": "Slack", "ldap": "LDAP / Active Directory" - } -} + } +} \ No newline at end of file diff --git a/locales/fr/common.json b/locales/fr/common.json index 9dea5cae..54c10417 100644 --- a/locales/fr/common.json +++ b/locales/fr/common.json @@ -1,11 +1,11 @@ { - "wiki": "Wiki", - "headers": { - "overview": "Vue d'ensemble" - }, - "footer": { - "poweredby": "Propulsé par", - "home": "Accueil", - "top": "Retour en haut" - } + "wiki": "Wiki", + "headers": { + "overview": "Vue d'ensemble" + }, + "footer": { + "poweredby": "Propulsé par", + "home": "Accueil", + "top": "Retour en haut" + } } \ No newline at end of file diff --git a/locales/ko/auth.json b/locales/ko/auth.json new file mode 100644 index 00000000..263a2b9a --- /dev/null +++ b/locales/ko/auth.json @@ -0,0 +1,11 @@ +{ + "providers": { + "local": "노동 조합 지부", + "windowslive": "Microsoft 계정", + "google": "구글 ID", + "facebook": "페이스 북", + "github": "GitHub", + "slack": "Slack", + "ldap": "LDAP / Active Directory" + } +} \ No newline at end of file diff --git a/locales/ko/common.json b/locales/ko/common.json new file mode 100644 index 00000000..f27d2aec --- /dev/null +++ b/locales/ko/common.json @@ -0,0 +1,11 @@ +{ + "wiki": "위키", + "headers": { + "overview": "개요" + }, + "footer": { + "poweredby": "에 의해 구동", + "home": "집", + "top": "맨 위로" + } +} \ No newline at end of file diff --git a/locales/pt/auth.json b/locales/pt/auth.json new file mode 100644 index 00000000..83bc5bdc --- /dev/null +++ b/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" + } +} \ No newline at end of file diff --git a/locales/pt/common.json b/locales/pt/common.json new file mode 100644 index 00000000..cee2ddf8 --- /dev/null +++ b/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" + } +} \ No newline at end of file diff --git a/locales/ru/auth.json b/locales/ru/auth.json new file mode 100644 index 00000000..64d85981 --- /dev/null +++ b/locales/ru/auth.json @@ -0,0 +1,11 @@ +{ + "providers": { + "local": "Местный", + "windowslive": "Счет Microsoft", + "google": "Google ID", + "facebook": "Facebook", + "github": "GitHub", + "slack": "слабина", + "ldap": "LDAP / Active Directory" + } +} \ No newline at end of file diff --git a/locales/ru/common.json b/locales/ru/common.json new file mode 100644 index 00000000..85a70097 --- /dev/null +++ b/locales/ru/common.json @@ -0,0 +1,11 @@ +{ + "wiki": "Wiki", + "headers": { + "overview": "Обзор" + }, + "footer": { + "poweredby": "Питаться от", + "home": "Главная", + "top": "Вернуться к началу" + } +} \ No newline at end of file