ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
77 lines (76 loc) • 3.72 kB
text/typescript
export const ENUS = {
slogan: 'A front-end solution based on Antd',
'app.header.search': 'Search in ohayojp.com',
'app.home.preview': 'Preview',
'app.home.start': 'Get started',
'app.home.slogan': 'Out-of-box UI solution for enterprise applications, let developers focus on business.',
'app.home.feature': 'Feature',
'app.home.feature.antd': 'Built on the design principles developed by Ant Design',
'app.home.feature.zorro': 'Basic component based on NG-ZORRO',
'app.home.feature.ohayo': 'A set of higher-order components, chart, authentication, ACL, cache, mock, testing, etc.',
'app.home.feature.out-of-box': 'Out of box',
'app.home.feature.out-of-box.desc': 'A complete Angular scaffold for production environments',
'app.home.feature.less': 'Simple customization',
'app.home.feature.less.desc': '100 kinds of LESS parameters to customize brand vision',
'app.home.feature.rep': 'Responsive',
'app.home.feature.rep.desc': 'Support different devices',
'app.home.feature.tool': 'Tools',
'app.home.feature.tool.desc': 'Includes ohayojp Schematics, VSCODE extension',
'app.home.feature.demo': 'Example page',
'app.home.feature.demo.desc': 'A lot of example pages can be referenced or used',
'app.home.theme': 'Business Theme',
'app.home.theme.pro': 'Pro',
'app.home.theme.pro.desc': 'An enterprise-class UI design language for web applications',
'app.home.theme.ms': 'Microservices',
'app.home.theme.ms.desc': 'For microservice development style',
'app.home.theme.yun': 'Yun',
'app.home.theme.yun.desc': 'Let users focus more on business',
'app.header.menu.home': 'Home',
'app.header.menu.docs': 'Docs',
'app.header.menu.components': 'Components',
'app.header.menu.ohayo': 'Ohayo Library',
'app.header.menu.auth': '@ohayo/auth-Authentication',
'app.header.menu.acl': '@ohayo/acl-Access Control List',
'app.header.menu.cache': '@ohayo/cache-Cache',
'app.header.menu.chart': '@ohayo/chart-Chart',
'app.header.menu.mock': '@ohayo/mock-Mock',
'app.header.menu.util': '@ohayo/util-Utils',
'app.header.menu.form': '@ohayo/form-Dynamic Form',
'app.header.menu.theme': '@ohayo/theme-Theme System',
'app.header.menu.form.validator': 'Online Validator',
'app.header.menu.cli': 'Cli',
'app.header.menu.tool': 'Tools',
'app.header.menu.upgrade': 'HTML Upgrade Tool',
'app.header.menu.themes': 'Business Theme',
'app.header.lang': '中文',
'app.footer.resources': 'Resources',
'app.footer.angular': '中文网',
'app.footer.antd': 'ANTD for Angular',
'app.footer.cli': 'Scaffold',
'app.footer.antv': 'AntV',
'app.footer.community': 'Community',
'app.footer.change-log': 'Change Log',
'app.footer.faq': 'FAQ',
'app.footer.issues': 'Issues',
'app.footer.issue-help': 'Bug Report',
'app.footer.qqgroup': 'QQ Group',
'app.footer.qqgroup.full': '(Full)',
'app.footer.primary-color-changed': 'Change primary color successfully!',
'app.content.edit-page': 'Edit this page on GitHub!',
'app.content.edit-demo': 'Edit this demo on GitHub!',
'app.content.link.copied': 'Copy paragraph link successfully!',
'app.component.examples': 'Examples',
'app.component.refer.title': 'Usage:',
'app.component.refer.desc': 'Learning more to visit: ',
'app.component.refer.link': 'Using components Components Alone',
'app.component.config.title': 'General Configuration',
'app.demo.copy': 'Copy code',
'app.demo.copied': 'Copied!',
'app.demo.code-sandbox': 'Edit On CodeSandbox',
'app.demo.stackblitz': 'Edit On StackBlitz',
'app.theme-btn.default': 'Default Theme',
'app.theme-btn.dark': 'Dark Theme',
'app.theme-btn.compact': 'Compact Theme',
'sf.name': 'Name',
'sf.description': 'This is description',
};