From a680dcde3dbe2120b1a4158191e06a99281c1a15 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Fri, 17 Mar 2017 00:07:01 +0000 Subject: [PATCH] LingoHub Update :rocket: Manual push by LingoHub User: Nicolas Giard. Project: Wiki.js Made with :heart: by https://lingohub.com --- locales/de/auth.json | 11 +++++++++++ locales/de/common.json | 11 +++++++++++ locales/pt/auth.json | 11 +++++++++++ locales/pt/common.json | 11 +++++++++++ locales/ru/auth.json | 11 +++++++++++ locales/ru/common.json | 11 +++++++++++ 6 files changed, 66 insertions(+) create mode 100644 locales/de/auth.json create mode 100644 locales/de/common.json create mode 100644 locales/pt/auth.json create mode 100644 locales/pt/common.json create mode 100644 locales/ru/auth.json create mode 100644 locales/ru/common.json 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/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