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.
29 lines
1.4 KiB
29 lines
1.4 KiB
import login from '../views/user/login/locales/en-US';
|
|
import register from '../views/user/register/locales/en-US';
|
|
import registerResult from '../views/user/register-result/locales/en-US';
|
|
import theme from '../theme/en-US';
|
|
export default {
|
|
...theme,
|
|
'navBar.lang': 'Languages',
|
|
'layout.user.link.help': 'Help',
|
|
'layout.user.link.privacy': 'Privacy',
|
|
'layout.user.link.terms': 'Terms',
|
|
'app.preview.down.block': 'Download this page to your local project',
|
|
'app.welcome.link.fetch-blocks': 'Get all block',
|
|
'app.welcome.link.block-list': 'Quickly build standard, pages based on `block` development',
|
|
'app.docs.components.icon.search.placeholder': 'Search icon here, click icon to copy code',
|
|
'app.docs.components.icon.outlined': 'Outlined',
|
|
'app.docs.components.icon.filled': 'Filled',
|
|
'app.docs.components.icon.two-tone': 'Two Tone',
|
|
'app.docs.components.icon.category.direction': 'Directional Icons',
|
|
'app.docs.components.icon.category.suggestion': 'Suggested Icons',
|
|
'app.docs.components.icon.category.editor': 'Editor Icons',
|
|
'app.docs.components.icon.category.data': 'Data Icons',
|
|
'app.docs.components.icon.category.other': 'Application Icons',
|
|
'app.docs.components.icon.category.logo': 'Brand and Logos',
|
|
'app.docs.components.icon.pic-searcher.intro': 'AI Search by image is online, welcome to use! 🎉',
|
|
...login,
|
|
...register,
|
|
...registerResult,
|
|
};
|