96 lines
3.3 KiB
JavaScript
96 lines
3.3 KiB
JavaScript
|
module.exports = {
|
||
|
enUS: {
|
||
|
name: 'English',
|
||
|
index: {
|
||
|
feeds: ['Current Users', 'CPU', 'System Platform', 'Server Count'],
|
||
|
card: {
|
||
|
category: 'Soft UI',
|
||
|
title: 'Assistants - The center of everything',
|
||
|
description:
|
||
|
"Assistants Discord Bot management panel. Assistants Bot was created to give others the ability to do what they want. Just.<br>That's an example text.<br><br><b><i>Feel free to use HTML</i></b>",
|
||
|
footer: 'Learn More',
|
||
|
image: '/img/soft-ui.webp',
|
||
|
linkText: 'Learn more'
|
||
|
},
|
||
|
feedsTitle: 'Feeds',
|
||
|
graphTitle: 'Graphs'
|
||
|
},
|
||
|
manage: {
|
||
|
settings: {
|
||
|
memberCount: 'Members',
|
||
|
info: {
|
||
|
info: 'Info',
|
||
|
server: 'Server Information'
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
privacyPolicy: {
|
||
|
title: 'Privacy Policy',
|
||
|
description: 'Privacy Policy and Terms of Service'
|
||
|
},
|
||
|
partials: {
|
||
|
sidebar: {
|
||
|
dash: 'Dashboard',
|
||
|
manage: 'Manage Guilds',
|
||
|
commands: 'Commands',
|
||
|
pp: 'Privacy Policy',
|
||
|
admin: 'Admin',
|
||
|
account: 'Account Pages',
|
||
|
login: 'Sign In',
|
||
|
logout: 'Sign Out'
|
||
|
},
|
||
|
navbar: {
|
||
|
home: 'Home',
|
||
|
pages: {
|
||
|
manage: 'Manage Guilds',
|
||
|
settings: 'Manage Guilds',
|
||
|
commands: 'Commands',
|
||
|
pp: 'Privacy Policy',
|
||
|
admin: 'Admin Panel',
|
||
|
error: 'Error',
|
||
|
credits: 'Credits',
|
||
|
debug: 'Debug',
|
||
|
leaderboard: 'Leaderboard',
|
||
|
profile: 'Profile',
|
||
|
maintenance: 'Under Maintenance'
|
||
|
}
|
||
|
},
|
||
|
title: {
|
||
|
pages: {
|
||
|
manage: 'Manage Guilds',
|
||
|
settings: 'Manage Guilds',
|
||
|
commands: 'Commands',
|
||
|
pp: 'Privacy Policy',
|
||
|
admin: 'Admin Panel',
|
||
|
error: 'Error',
|
||
|
credits: 'Credits',
|
||
|
debug: 'Debug',
|
||
|
leaderboard: 'Leaderboard',
|
||
|
profile: 'Profile',
|
||
|
maintenance: 'Under Maintenance'
|
||
|
}
|
||
|
},
|
||
|
preloader: {
|
||
|
text: 'Page is loading...'
|
||
|
},
|
||
|
premium: {
|
||
|
title: 'Want more from Assistants?',
|
||
|
description: 'Check out premium features below!',
|
||
|
buttonText: 'Become Premium'
|
||
|
},
|
||
|
settings: {
|
||
|
title: 'Site Configuration',
|
||
|
description: 'Configurable Viewing Options',
|
||
|
theme: {
|
||
|
title: 'Site Theme',
|
||
|
description: 'Make the site more appealing for your eyes!'
|
||
|
},
|
||
|
language: {
|
||
|
title: 'Site Language',
|
||
|
description: 'Select your preferred language!'
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|