admin-fe/src/lang/en.js

203 lines
7.2 KiB
JavaScript
Raw Normal View History

2017-11-03 10:37:49 +00:00
export default {
route: {
2017-11-06 05:46:29 +00:00
dashboard: 'Dashboard',
introduction: 'Introduction',
2017-11-17 06:57:39 +00:00
documentation: 'Documentation',
guide: 'Guide',
2017-11-06 05:46:29 +00:00
permission: 'Permission',
pagePermission: 'Page Permission',
directivePermission: 'Directive Permission',
2017-11-06 05:46:29 +00:00
icons: 'Icons',
components: 'Components',
componentIndex: 'Introduction',
tinymce: 'Tinymce',
2017-11-03 10:37:49 +00:00
markdown: 'Markdown',
jsonEditor: 'JSON Editor',
2017-11-06 05:46:29 +00:00
dndList: 'Dnd List',
splitPane: 'SplitPane',
avatarUpload: 'Avatar Upload',
2017-11-03 10:37:49 +00:00
dropzone: 'Dropzone',
sticky: 'Sticky',
countTo: 'CountTo',
componentMixin: 'Mixin',
2017-11-06 05:46:29 +00:00
backToTop: 'BackToTop',
2018-04-13 05:32:53 +00:00
dragDialog: 'Drag Dialog',
dragSelect: 'Drag Select',
dragKanban: 'Drag Kanban',
2017-11-06 05:46:29 +00:00
charts: 'Charts',
keyboardChart: 'Keyboard Chart',
lineChart: 'Line Chart',
2017-11-06 05:46:29 +00:00
mixChart: 'Mix Chart',
example: 'Example',
nested: 'Nested Routes',
menu1: 'Menu 1',
'menu1-1': 'Menu 1-1',
'menu1-2': 'Menu 1-2',
'menu1-2-1': 'Menu 1-2-1',
'menu1-2-2': 'Menu 1-2-2',
'menu1-3': 'Menu 1-3',
menu2: 'Menu 2',
2017-11-03 10:37:49 +00:00
Table: 'Table',
2017-11-06 05:46:29 +00:00
dynamicTable: 'Dynamic Table',
dragTable: 'Drag Table',
inlineEditTable: 'Inline Edit',
complexTable: 'Complex Table',
2018-01-30 07:05:33 +00:00
treeTable: 'Tree Table',
customTreeTable: 'Custom TreeTable',
2017-11-03 10:37:49 +00:00
tab: 'Tab',
form: 'Form',
createArticle: 'Create Article',
editArticle: 'Edit Article',
articleList: 'Article List',
2017-11-06 05:46:29 +00:00
errorPages: 'Error Pages',
2017-11-03 10:37:49 +00:00
page401: '401',
page404: '404',
2017-11-06 05:46:29 +00:00
errorLog: 'Error Log',
excel: 'Excel',
exportExcel: 'Export Excel',
selectExcel: 'Export Selected',
uploadExcel: 'Upload Excel',
2018-01-24 06:47:20 +00:00
zip: 'Zip',
2019-02-11 06:15:55 +00:00
pdf: 'PDF',
2018-01-24 06:47:20 +00:00
exportZip: 'Export Zip',
2017-11-06 05:46:29 +00:00
theme: 'Theme',
clipboardDemo: 'Clipboard',
i18n: 'I18n',
2019-02-22 19:38:56 +00:00
externalLink: 'External Link',
users: 'Users'
2017-12-25 07:29:59 +00:00
},
navbar: {
logOut: 'Log Out',
dashboard: 'Dashboard',
github: 'Github',
theme: 'Theme',
size: 'Global Size'
},
2017-12-25 07:29:59 +00:00
login: {
title: 'Login Form',
logIn: 'Log in',
2019-03-23 14:09:48 +00:00
username: 'Username@Host',
2017-12-25 07:29:59 +00:00
password: 'Password',
2019-03-23 14:09:48 +00:00
errorMessage: 'Username must contain username and host, e.g. john@pleroma.social',
2017-12-25 07:29:59 +00:00
any: 'any',
thirdparty: 'Or connect with',
thirdpartyTips: 'Can not be simulated on local, so please combine you own business simulation! ! !'
},
documentation: {
documentation: 'Documentation',
github: 'Github Repository'
},
permission: {
roles: 'Your roles',
switchRoles: 'Switch roles',
tips: 'In some cases it is not suitable to use v-permission, such as element Tab component or el-table-column and other asynchronous rendering dom cases which can only be achieved by manually setting the v-if.'
},
guide: {
description: 'The guide page is useful for some people who entered the project for the first time. You can briefly introduce the features of the project. Demo is based on ',
button: 'Show Guide'
},
components: {
documentation: 'Documentation',
tinymceTips: 'Rich text editor is a core part of management system, but at the same time is a place with lots of problems. In the process of selecting rich texts, I also walked a lot of detours. The common rich text editors in the market are basically used, and the finally chose Tinymce. See documentation for more detailed rich text editor comparisons and introductions.',
dropzoneTips: 'Because my business has special needs, and has to upload images to qiniu, so instead of a third party, I chose encapsulate it by myself. It is very simple, you can see the detail code in @/components/Dropzone.',
stickyTips: 'when the page is scrolled to the preset position will be sticky on the top.',
backToTopTips1: 'When the page is scrolled to the specified position, the Back to Top button appears in the lower right corner',
backToTopTips2: 'You can customize the style of the button, show / hide, height of appearance, height of the return. If you need a text prompt, you can use element-ui el-tooltip elements externally',
imageUploadTips: 'Since I was using only the vue@1 version, and it is not compatible with mockjs at the moment, I modified it myself, and if you are going to use it, it is better to use official version.'
},
table: {
dynamicTips1: 'Fixed header, sorted by header order',
dynamicTips2: 'Not fixed header, sorted by click order',
dragTips1: 'The default order',
dragTips2: 'The after dragging order',
title: 'Title',
importance: 'Imp',
type: 'Type',
remark: 'Remark',
search: 'Search',
add: 'Add',
export: 'Export',
reviewer: 'reviewer',
id: 'ID',
date: 'Date',
author: 'Author',
readings: 'Readings',
status: 'Status',
actions: 'Actions',
edit: 'Edit',
publish: 'Publish',
draft: 'Draft',
delete: 'Delete',
cancel: 'Cancel',
confirm: 'Confirm'
},
errorLog: {
tips: 'Please click the bug icon in the upper right corner',
description: 'Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.',
documentation: 'Document introduction'
},
excel: {
export: 'Export',
selectedExport: 'Export Selected Items',
placeholder: 'Please enter the file name(default excel-list)'
},
zip: {
export: 'Export',
placeholder: 'Please enter the file name(default file)'
},
2018-12-27 05:42:10 +00:00
pdf: {
tips: 'Here we use window.print() to implement the feature of downloading pdf.'
},
theme: {
change: 'Change Theme',
documentation: 'Theme documentation',
tips: 'Tips: It is different from the theme-pick on the navbar is two different skinning methods, each with different application scenarios. Refer to the documentation for details.'
2018-03-13 10:18:27 +00:00
},
tagsView: {
refresh: 'Refresh',
2018-03-13 10:18:27 +00:00
close: 'Close',
closeOthers: 'Close Others',
closeAll: 'Close All'
2019-03-22 21:27:31 +00:00
},
users: {
users: 'Users',
localUsersOnly: 'Local users only',
search: 'Search',
id: 'ID',
name: 'Name',
status: 'Status',
local: 'local',
external: 'external',
deactivated: 'deactivated',
active: 'active',
actions: 'Actions',
activate: 'Activate',
deactivate: 'Deactivate',
admin: 'admin',
moderator: 'moderator',
moderation: 'Moderation',
revokeAdmin: 'Revoke Admin',
grantAdmin: 'Grant Admin',
revokeModerator: 'Revoke Moderator',
grantModerator: 'Grant Moderator',
activateAccount: 'Activate Account',
deactivateAccount: 'Deactivate Account',
deleteAccount: 'Delete Account',
forceNsfw: 'Force posts to be NSFW',
stripMedia: 'Force posts not to have media',
forceUnlisted: 'Force posts to be unlisted',
sandbox: 'Force posts to be followers-only',
disableRemoteSubscription: 'Disallow following user from remote instances',
disableAnySubscription: 'Disallow following user at all'
2019-03-29 14:25:53 +00:00
},
usersFilter: {
inputPlaceholder: 'Select filter',
byUserType: 'By user type',
local: 'Local',
external: 'External',
byStatus: 'By status',
active: 'Active',
deactivated: 'Deactivated'
2017-11-03 10:37:49 +00:00
}
}