refactor: moved server content to /server
This commit is contained in:
11
server/locales/ko/auth.json
Normal file
11
server/locales/ko/auth.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"providers": {
|
||||
"local": "자체 계정",
|
||||
"windowslive": "Microsoft 계정",
|
||||
"google": "Google 계정",
|
||||
"facebook": "Facebook 계정",
|
||||
"github": "GitHub 계정",
|
||||
"slack": "Slack 계정",
|
||||
"ldap": "LDAP / Active Directory"
|
||||
}
|
||||
}
|
11
server/locales/ko/common.json
Normal file
11
server/locales/ko/common.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"wiki": "위키",
|
||||
"headers": {
|
||||
"overview": "개요"
|
||||
},
|
||||
"footer": {
|
||||
"poweredby": "Powered by",
|
||||
"home": "홈으로",
|
||||
"top": "맨 위로"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user