refactor: moved server content to /server

This commit is contained in:
NGPixel
2017-04-28 17:58:38 -04:00
parent 86eb7a427d
commit d4b73be1e7
97 changed files with 7452 additions and 73 deletions

View File

@@ -0,0 +1,11 @@
{
"providers": {
"local": "자체 계정",
"windowslive": "Microsoft 계정",
"google": "Google 계정",
"facebook": "Facebook 계정",
"github": "GitHub 계정",
"slack": "Slack 계정",
"ldap": "LDAP / Active Directory"
}
}

View File

@@ -0,0 +1,11 @@
{
"wiki": "위키",
"headers": {
"overview": "개요"
},
"footer": {
"poweredby": "Powered by",
"home": "홈으로",
"top": "맨 위로"
}
}