mirror of https://github.com/Requarks/wiki.git
NGPixel
7 years ago
8 changed files with 150 additions and 109 deletions
Split View
Diff Options
-
23server/agent.js
-
2server/index.js
-
51server/locales/en/admin.json
-
28server/views/pages/admin/profile.pug
-
41server/views/pages/admin/settings.pug
-
10server/views/pages/admin/stats.pug
-
55server/views/pages/admin/users-edit.pug
-
49server/views/pages/admin/users.pug
@ -0,0 +1,51 @@ |
|||
{ |
|||
"profile": { |
|||
"displayname": "Display Name", |
|||
"displaynameexample": "John Smith", |
|||
"email": "Email", |
|||
"lastprofileupdate": "Last Profile Update", |
|||
"membersince": "Member since", |
|||
"password": "Password", |
|||
"passwordverify": "Verify Password", |
|||
"provider": "Provider", |
|||
"savechanges": "Save Changes", |
|||
"subtitle": "Profile and authentication info" |
|||
}, |
|||
"stats": { |
|||
"subtitle": "General site-wide statistics", |
|||
"entries": "Entries", |
|||
"uploads": "Uploads", |
|||
"users": "Users" |
|||
}, |
|||
"settings": { |
|||
"subtitle": "Manage site configuration", |
|||
"systemversion": "System Version", |
|||
"currentversion": "Current Version", |
|||
"latestversion": "Latest Version", |
|||
"upgrade": "Upgrade", |
|||
"reinstall": "Re-install current version", |
|||
"versioncheckfailed": "Unable to query latest version. Try again later.", |
|||
"administrativetools": "Administrative Tools", |
|||
"flushcache": "Flush cache and rebuild indexes", |
|||
"flushcachetext": "If content or search results seems out-of-date or do not include latest content, flushing the cache can help resolve these issues.", |
|||
"flushcachebtn": "Flush and Rebuild", |
|||
"resetaccounts": "Reset the system accounts to defaults", |
|||
"resetaccountstext": "The system accounts (such as the Guest account) will be reset to their default settings.", |
|||
"resetaccountsbtn": "Reset System Accounts", |
|||
"flushsessions": "Flush all active user sessions", |
|||
"flushsessionstext": "All users will be logged out and forced to login again. Your current session will also be affected!", |
|||
"flushsessionsbtn": "Flush Sessions" |
|||
}, |
|||
"users": { |
|||
"createauthorize": "Create / Authorize User", |
|||
"subtitle": "Manage users and access rights", |
|||
"name": "Name", |
|||
"email": "Email Address", |
|||
"provider": "Provider", |
|||
"createdon": "Created On", |
|||
"updatedon": "Updated On", |
|||
"returntousers": "Return to Users", |
|||
"edituser": "Edit User", |
|||
"uniqueid": "Unique ID" |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save