refactor: moved server content to /server
This commit is contained in:
12
server/locales/en/auth.json
Normal file
12
server/locales/en/auth.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"providers": {
|
||||
"local": "Local",
|
||||
"windowslive": "Microsoft Account",
|
||||
"azure": "Azure Active Directory",
|
||||
"google": "Google ID",
|
||||
"facebook": "Facebook",
|
||||
"github": "GitHub",
|
||||
"slack": "Slack",
|
||||
"ldap": "LDAP / Active Directory"
|
||||
}
|
||||
}
|
11
server/locales/en/common.json
Normal file
11
server/locales/en/common.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"wiki": "Wiki",
|
||||
"headers": {
|
||||
"overview": "Overview"
|
||||
},
|
||||
"footer": {
|
||||
"poweredby": "Powered by",
|
||||
"home": "Home",
|
||||
"top": "Return to top"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user