You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.5 KiB
53 lines
2.5 KiB
import appLocaleData from 'react-intl/locale-data/en';
|
|
|
|
module.exports = {
|
|
locale: 'en-US',
|
|
data: appLocaleData,
|
|
messages: {
|
|
'app.header.menu.home': 'Home',
|
|
'app.header.menu.practice': 'Practice',
|
|
'app.header.menu.pattern': 'Pattern',
|
|
'app.header.menu.components': 'Components',
|
|
'app.header.menu.spec': 'Specification',
|
|
'app.header.menu.resource': 'Resource',
|
|
'app.header.lang': '中文',
|
|
'app.content.edit-page': 'Edit this page on Github!',
|
|
'app.content.edit-demo': 'Edit this demo on Github!',
|
|
'app.component.examples': 'Examples',
|
|
'app.home.slogan': 'One Design Language for UI',
|
|
'app.home.introduce': 'Introduce',
|
|
'app.home.start': 'Get Started',
|
|
'app.home.best-practice': 'Best Practice',
|
|
'app.home.experience': 'Designed by experienced team, and showcase dozens of inspiring projects.',
|
|
'app.home.design-pattern': 'Design Pattern',
|
|
'app.home.pattern': 'Provide solutions for usual problems that may be encountered while developing enterprise-like complex UIs.',
|
|
'app.home.reusable-components': 'Dozens of Reusable Components',
|
|
'app.home.components-intro': 'Dozens of flexible and practical reusable components that increase your productivity.',
|
|
'app.home.learn-more': 'Learn more',
|
|
'app.home.sub-slogan': 'A Little Happiness in Hand',
|
|
'app.home.vision': 'This is a design language dedicated to improve the user and design experience.',
|
|
'app.footer.repo': 'Repository',
|
|
'app.footer.scaffold': 'Scaffold',
|
|
'app.footer.dev-tools': 'Developer Tools',
|
|
'app.footer.dva': 'Framework',
|
|
'app.footer.links': 'Links',
|
|
'app.footer.mobile': 'Mobile',
|
|
'app.footer.data-vis': 'Data Visualization',
|
|
'app.footer.data-vis-spec': 'Data Visualization Specification',
|
|
'app.footer.motion': 'Motion',
|
|
'app.footer.antd-library': 'Axure library of Ant Design',
|
|
'app.footer.material': 'Sitemap Template',
|
|
'app.footer.community': 'Community',
|
|
'app.footer.change-log': 'Change Log',
|
|
'app.footer.feedback': 'Feedback',
|
|
'app.footer.discuss': 'Chat Room',
|
|
'app.footer.bug-report': 'Bug Report',
|
|
'app.footer.version': 'Version: ',
|
|
'app.footer.author': 'Created by Ant UED',
|
|
'app.publish.title': 'antd@2.0.0 is released!',
|
|
'app.publish.greeting': 'Hello, ',
|
|
'app.publish.intro': ' is released, and please upgrade. ',
|
|
'app.publish.old-version-guide': 'If you want to read old version documentation, please visit ',
|
|
'app.publish.old-version-tips': ', or change the version of documentation with the bottom-right selector.',
|
|
},
|
|
};
|
|
|