648 lines
21 KiB
TypeScript
648 lines
21 KiB
TypeScript
const local: App.I18n.Schema = {
|
|
system: {
|
|
title: 'Snail Job',
|
|
desc: 'A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling.'
|
|
},
|
|
common: {
|
|
action: 'Action',
|
|
add: 'Add',
|
|
addSuccess: 'Add Success',
|
|
backToHome: 'Back to home',
|
|
batchDelete: 'Batch Delete',
|
|
cancel: 'Cancel',
|
|
close: 'Close',
|
|
check: 'Check',
|
|
columnSetting: 'Column Setting',
|
|
config: 'Config',
|
|
confirm: 'Confirm',
|
|
save: 'Save',
|
|
delete: 'Delete',
|
|
deleteSuccess: 'Delete Success',
|
|
confirmDelete: 'Are you sure you want to delete?',
|
|
edit: 'Edit',
|
|
index: 'Index',
|
|
keywordSearch: 'Please enter keyword',
|
|
logout: 'Logout',
|
|
logoutConfirm: 'Are you sure you want to log out?',
|
|
lookForward: 'Coming soon',
|
|
modify: 'Modify',
|
|
modifySuccess: 'Modify Success',
|
|
noData: 'No Data',
|
|
operate: 'Operate',
|
|
pleaseCheckValue: 'Please check whether the value is valid',
|
|
refresh: 'Refresh',
|
|
reset: 'Reset',
|
|
search: 'Search',
|
|
switch: 'Switch',
|
|
tip: 'Tip',
|
|
trigger: 'Trigger',
|
|
update: 'Update',
|
|
updateSuccess: 'Update Success',
|
|
userCenter: 'User Center',
|
|
success: 'Success',
|
|
fail: 'Fail',
|
|
stop: 'Stop',
|
|
running: 'Running',
|
|
yesOrNo: {
|
|
yes: 'Yes',
|
|
no: 'No'
|
|
},
|
|
systemTaskType: {
|
|
retry: '重试任务',
|
|
callback: '回调任务',
|
|
job: '定时任务',
|
|
workflow: '工作流'
|
|
}
|
|
},
|
|
request: {
|
|
logout: 'Logout user after request failed',
|
|
logoutMsg: 'User status is invalid, please log in again',
|
|
logoutWithModal: 'Pop up modal after request failed and then log out user',
|
|
logoutWithModalMsg: 'User status is invalid, please log in again',
|
|
refreshToken: 'The requested token has expired, refresh the token',
|
|
tokenExpired: 'The requested token has expired'
|
|
},
|
|
theme: {
|
|
themeSchema: {
|
|
title: 'Theme Schema',
|
|
light: 'Light',
|
|
dark: 'Dark',
|
|
auto: 'Follow System'
|
|
},
|
|
layoutMode: {
|
|
title: 'Layout Mode',
|
|
vertical: 'Vertical Menu Mode',
|
|
horizontal: 'Horizontal Menu Mode',
|
|
'vertical-mix': 'Vertical Mix Menu Mode',
|
|
'horizontal-mix': 'Horizontal Mix menu Mode'
|
|
},
|
|
themeColor: {
|
|
title: 'Theme Color',
|
|
primary: 'Primary',
|
|
info: 'Info',
|
|
success: 'Success',
|
|
warning: 'Warning',
|
|
error: 'Error',
|
|
followPrimary: 'Follow Primary'
|
|
},
|
|
scrollMode: {
|
|
title: 'Scroll Mode',
|
|
wrapper: 'Wrapper',
|
|
content: 'Content'
|
|
},
|
|
page: {
|
|
animate: 'Page Animate',
|
|
mode: {
|
|
title: 'Page Animate Mode',
|
|
fade: 'Fade',
|
|
'fade-slide': 'Slide',
|
|
'fade-bottom': 'Fade Zoom',
|
|
'fade-scale': 'Fade Scale',
|
|
'zoom-fade': 'Zoom Fade',
|
|
'zoom-out': 'Zoom Out',
|
|
none: 'None'
|
|
}
|
|
},
|
|
fixedHeaderAndTab: 'Fixed Header And Tab',
|
|
header: {
|
|
height: 'Header Height',
|
|
breadcrumb: {
|
|
visible: 'Breadcrumb Visible',
|
|
showIcon: 'Breadcrumb Icon Visible'
|
|
}
|
|
},
|
|
tab: {
|
|
visible: 'Tab Visible',
|
|
cache: 'Tab Cache',
|
|
height: 'Tab Height',
|
|
mode: {
|
|
title: 'Tab Mode',
|
|
chrome: 'Chrome',
|
|
button: 'Button'
|
|
}
|
|
},
|
|
sider: {
|
|
inverted: 'Dark Sider',
|
|
width: 'Sider Width',
|
|
collapsedWidth: 'Sider Collapsed Width',
|
|
mixWidth: 'Mix Sider Width',
|
|
mixCollapsedWidth: 'Mix Sider Collapse Width',
|
|
mixChildMenuWidth: 'Mix Child Menu Width'
|
|
},
|
|
footer: {
|
|
visible: 'Footer Visible',
|
|
fixed: 'Fixed Footer',
|
|
height: 'Footer Height',
|
|
right: 'Right Footer'
|
|
},
|
|
themeDrawerTitle: 'Theme Configuration',
|
|
pageFunTitle: 'Page Function',
|
|
configOperation: {
|
|
copyConfig: 'Copy Config',
|
|
copySuccessMsg: 'Copy Success, Please replace the variable "themeSettings" in "src/theme/settings.ts"',
|
|
resetConfig: 'Reset Config',
|
|
resetSuccessMsg: 'Reset Success'
|
|
}
|
|
},
|
|
route: {
|
|
login: 'Login',
|
|
403: 'No Permission',
|
|
404: 'Page Not Found',
|
|
500: 'Server Error',
|
|
home: 'Home',
|
|
'user-center': 'User Center',
|
|
about: 'About',
|
|
function: 'System Function',
|
|
function_tab: 'Tab',
|
|
'function_multi-tab': 'Multi Tab',
|
|
'function_hide-child': 'Hide Child',
|
|
'function_hide-child_one': 'Hide Child',
|
|
'function_hide-child_two': 'Two',
|
|
'function_hide-child_three': 'Three',
|
|
function_request: 'Request',
|
|
'function_toggle-auth': 'Toggle Auth',
|
|
'function_super-page': 'Super Admin Visible',
|
|
pods: 'Online Machine',
|
|
namepase: 'Namepase',
|
|
manage: 'System Manage',
|
|
manage_user: 'User Manage',
|
|
notify: 'notify',
|
|
notify_recipient: 'Notify recipient',
|
|
notify_scene: 'Notify scene',
|
|
'manage_user-detail': 'User Detail',
|
|
manage_role: 'Role Manage',
|
|
manage_menu: 'Menu Manage',
|
|
'multi-menu': 'Multi Menu',
|
|
'multi-menu_first': 'Menu One',
|
|
'multi-menu_first_child': 'Menu One Child',
|
|
'multi-menu_second': 'Menu Two',
|
|
'multi-menu_second_child': 'Menu Two Child',
|
|
'multi-menu_second_child_home': 'Menu Two Child Home',
|
|
exception: 'Exception',
|
|
exception_403: '403',
|
|
exception_404: '404',
|
|
exception_500: '500',
|
|
'group-config': 'Group Config'
|
|
},
|
|
page: {
|
|
common: {
|
|
upadteTime: 'Update Time',
|
|
createTime: 'Create Time'
|
|
},
|
|
login: {
|
|
common: {
|
|
loginOrRegister: 'Login / Register',
|
|
userNamePlaceholder: 'Please enter user name',
|
|
phonePlaceholder: 'Please enter phone number',
|
|
codePlaceholder: 'Please enter verification code',
|
|
passwordPlaceholder: 'Please enter password',
|
|
confirmPasswordPlaceholder: 'Please enter password again',
|
|
codeLogin: 'Verification code login',
|
|
confirm: 'Confirm',
|
|
login: 'Login',
|
|
back: 'Back',
|
|
validateSuccess: 'Verification passed',
|
|
loginSuccess: 'Login successfully',
|
|
welcomeBack: 'Welcome back, {userName} !'
|
|
},
|
|
pwdLogin: {
|
|
title: 'Password Login',
|
|
rememberMe: 'Remember me',
|
|
forgetPassword: 'Forget password?',
|
|
register: 'Register',
|
|
otherAccountLogin: 'Other Account Login',
|
|
otherLoginMode: 'Other Login Mode',
|
|
superAdmin: 'Super Admin',
|
|
admin: 'Admin',
|
|
user: 'User'
|
|
},
|
|
codeLogin: {
|
|
title: 'Verification Code Login',
|
|
getCode: 'Get verification code',
|
|
reGetCode: 'Reacquire after {time}s',
|
|
sendCodeSuccess: 'Verification code sent successfully',
|
|
imageCodePlaceholder: 'Please enter image verification code'
|
|
},
|
|
register: {
|
|
title: 'Register',
|
|
agreement: 'I have read and agree to',
|
|
protocol: '《User Agreement》',
|
|
policy: '《Privacy Policy》'
|
|
},
|
|
resetPwd: {
|
|
title: 'Reset Password'
|
|
},
|
|
bindWeChat: {
|
|
title: 'Bind WeChat'
|
|
}
|
|
},
|
|
about: {
|
|
title: 'About',
|
|
introduction: `Soybean Admin is an elegant and powerful admin template, based on the latest front-end technology stack, including Vue3, Vite5, TypeScript, Pinia and UnoCSS. It has built-in rich theme configuration and components, strict code specifications, and an automated file routing system. In addition, it also uses the online mock data solution based on ApiFox. Soybean Admin provides you with a one-stop admin solution, no additional configuration, and out of the box. It is also a best practice for learning cutting-edge technologies quickly.`,
|
|
projectInfo: {
|
|
title: 'Project Info',
|
|
version: 'Version',
|
|
latestBuildTime: 'Latest Build Time',
|
|
githubLink: 'Github Link',
|
|
previewLink: 'Preview Link'
|
|
},
|
|
prdDep: 'Production Dependency',
|
|
devDep: 'Development Dependency'
|
|
},
|
|
home: {
|
|
// 问候语
|
|
Greeting: '{userName}, welcome back.',
|
|
morningGreeting: 'Good morning, {userName}, today is another day full of vitality!',
|
|
bthGreeting: "Good morning, {userName}, how's work going? Don't be sedentary. Get up and walk around more often!",
|
|
noonGreeting: "Good noon, {userName}, it's lunchtime after a long morning at work!",
|
|
athGreeting: "Good afternoon, {userName}, it's easy to get sleepy in the late afternoon yet, time for a nap!",
|
|
duskGreeting:
|
|
"{userName}, it's evening, the view of the sunset outside the window is very beautiful, the most beautiful thing is the red sunset.",
|
|
eveningGreeting: 'Good evening, {userName}, how are you doing today? Please take care to rest early!',
|
|
earlyMorningGreeting: "{userName}, It's so late already. Get some rest. Good night.",
|
|
weatherDesc: 'Today is cloudy to clear, 20℃ - 25℃!',
|
|
// 卡片统计
|
|
retryTaskCount: 'Retry Task',
|
|
jobTaskCount: 'Job Task',
|
|
userCount: 'User',
|
|
retryTask: 'Retry Task',
|
|
retryTaskTip: 'Total task volume: retry/callback task volume',
|
|
jobTask: 'Job Task',
|
|
jobTaskTip: 'Success rate: total completion/total dispatch amount',
|
|
onlineServiceCount: 'Online Machine',
|
|
onlineServiceTip: 'Always online machines: the sum of clients and servers registered to the system',
|
|
workflow: 'Workflow',
|
|
workflowTip: 'Success rate: total completion/total dispatch amount',
|
|
// ...
|
|
projectCount: 'Project Count',
|
|
todo: 'Todo',
|
|
message: 'Message',
|
|
downloadCount: 'Download Count',
|
|
registerCount: 'Register Count',
|
|
schedule: 'Work and rest Schedule',
|
|
study: 'Study',
|
|
work: 'Work',
|
|
rest: 'Rest',
|
|
entertainment: 'Entertainment',
|
|
visitCount: 'Visit Count',
|
|
turnover: 'Turnover',
|
|
dealCount: 'Deal Count',
|
|
retryTab: {
|
|
params: {
|
|
day: 'Today',
|
|
week: 'Lask Week',
|
|
month: 'Last Month',
|
|
year: 'Year Round'
|
|
},
|
|
rank: {
|
|
title: 'Task volume ranking'
|
|
},
|
|
task: {
|
|
title: 'List of scenes',
|
|
groupName: 'Group Name',
|
|
run: 'Running Task Total',
|
|
total: 'Task Total'
|
|
},
|
|
pie: {
|
|
title: 'Success scale chart'
|
|
}
|
|
},
|
|
projectNews: {
|
|
title: 'Project News',
|
|
moreNews: 'More News',
|
|
desc1: 'Soybean created the open source project soybean-admin on May 28, 2021!',
|
|
desc2: 'Yanbowe submitted a bug to soybean-admin, the multi-tab bar will not adapt.',
|
|
desc3: 'Soybean is ready to do sufficient preparation for the release of soybean-admin!',
|
|
desc4: 'Soybean is busy writing project documentation for soybean-admin!',
|
|
desc5: 'Soybean just wrote some of the workbench pages casually, and it was enough to see!'
|
|
},
|
|
creativity: 'Creativity'
|
|
},
|
|
pods: {
|
|
title: 'Online Machine',
|
|
nodeType: 'Node Type',
|
|
groupName: 'Group Name',
|
|
hostId: 'Pod ID',
|
|
hostIp: 'IP',
|
|
hostPort: 'Port',
|
|
consumerBuckets: 'Path/Buckets',
|
|
updateDt: 'Update Time',
|
|
contextPath: 'Path/Buckets',
|
|
form: {
|
|
groupName: 'Please enter group name'
|
|
},
|
|
type: {
|
|
client: 'Client',
|
|
server: 'Server'
|
|
}
|
|
},
|
|
namespace: {
|
|
title: 'Namespace',
|
|
name: 'Name',
|
|
keyword: 'Name/UniqueId',
|
|
uniqueId: 'Unique ID (default UUID)',
|
|
form: {
|
|
name: 'Please enter name',
|
|
keyword: 'Please enter name/uniqueId',
|
|
uniqueId: 'Please enter Unique ID'
|
|
},
|
|
addNamespace: 'Add Namespace',
|
|
editNamespace: 'Edit Namespace'
|
|
},
|
|
groupConfig: {
|
|
title: 'Group Config List',
|
|
namespaceId: 'Namespace ID',
|
|
groupName: 'Name',
|
|
groupStatus: 'Status',
|
|
idGeneratorMode: 'ID Generator Mode',
|
|
version: 'Version',
|
|
groupPartition: 'Parition',
|
|
initScene: 'Initial Scene',
|
|
bucketIndex: 'Bucket',
|
|
updateDt: 'Update Time',
|
|
description: 'Description',
|
|
form: {
|
|
namespaceId: 'Please enter namespace ID',
|
|
groupName: 'Please enter group name'
|
|
},
|
|
idMode: {
|
|
idWorker: 'Id Workder',
|
|
segment: 'Segment'
|
|
},
|
|
addGroupConfig: 'Add Group Config',
|
|
editGroupConfig: 'Edit Group Config'
|
|
},
|
|
function: {
|
|
tab: {
|
|
tabOperate: {
|
|
title: 'Tab Operation',
|
|
addTab: 'Add Tab',
|
|
addTabDesc: 'To about page',
|
|
closeTab: 'Close Tab',
|
|
closeCurrentTab: 'Close Current Tab',
|
|
closeAboutTab: 'Close "About" Tab',
|
|
addMultiTab: 'Add Multi Tab',
|
|
addMultiTabDesc1: 'To MultiTab page',
|
|
addMultiTabDesc2: 'To MultiTab page(with query params)'
|
|
},
|
|
tabTitle: {
|
|
title: 'Tab Title',
|
|
changeTitle: 'Change Title',
|
|
change: 'Change',
|
|
resetTitle: 'Reset Title',
|
|
reset: 'Reset'
|
|
}
|
|
},
|
|
multiTab: {
|
|
routeParam: 'Route Param',
|
|
backTab: 'Back function_tab'
|
|
},
|
|
toggleAuth: {
|
|
toggleAccount: 'Toggle Account',
|
|
authHook: 'Auth Hook Function `hasAuth`',
|
|
superAdminVisible: 'Super Admin Visible',
|
|
adminVisible: 'Admin Visible',
|
|
adminOrUserVisible: 'Admin and User Visible'
|
|
}
|
|
},
|
|
manage: {
|
|
common: {
|
|
status: {
|
|
enable: 'Enable',
|
|
disable: 'Disable'
|
|
}
|
|
},
|
|
machine: {
|
|
type: {
|
|
client: 'Client',
|
|
server: 'Server'
|
|
}
|
|
},
|
|
retryTask: {
|
|
status: {
|
|
maxRetryTimes: 'Max times',
|
|
pauseRetry: 'Pause'
|
|
}
|
|
},
|
|
role: {
|
|
title: 'Role List',
|
|
roleName: 'Role Name',
|
|
roleCode: 'Role Code',
|
|
roleStatus: 'Role Status',
|
|
roleDesc: 'Role Description',
|
|
menuAuth: 'Menu Auth',
|
|
buttonAuth: 'Button Auth',
|
|
form: {
|
|
roleName: 'Please enter role name',
|
|
roleCode: 'Please enter role code',
|
|
roleStatus: 'Please select role status',
|
|
roleDesc: 'Please enter role description'
|
|
},
|
|
addRole: 'Add Role',
|
|
editRole: 'Edit Role'
|
|
},
|
|
user: {
|
|
title: 'User List',
|
|
userName: 'User Name',
|
|
userGender: 'Gender',
|
|
nickName: 'Nick Name',
|
|
userPhone: 'Phone Number',
|
|
userEmail: 'Email',
|
|
userStatus: 'User Status',
|
|
userRole: 'User Role',
|
|
form: {
|
|
userName: 'Please enter user name',
|
|
userGender: 'Please select gender',
|
|
nickName: 'Please enter nick name',
|
|
userPhone: 'Please enter phone number',
|
|
userEmail: 'Please enter email',
|
|
userStatus: 'Please select user status',
|
|
userRole: 'Please select user role'
|
|
},
|
|
addUser: 'Add User',
|
|
editUser: 'Edit User',
|
|
gender: {
|
|
male: 'Male',
|
|
female: 'Female'
|
|
}
|
|
},
|
|
menu: {
|
|
home: 'Home',
|
|
title: 'Menu List',
|
|
id: 'ID',
|
|
parentId: 'Parent ID',
|
|
menuType: 'Menu Type',
|
|
menuName: 'Menu Name',
|
|
routeName: 'Route Name',
|
|
routePath: 'Route Path',
|
|
routeParams: 'Route Params',
|
|
layout: 'Layout Component',
|
|
page: 'Page Component',
|
|
i18nKey: 'I18n Key',
|
|
icon: 'Icon',
|
|
localIcon: 'Local Icon',
|
|
iconTypeTitle: 'Icon Type',
|
|
order: 'Order',
|
|
keepAlive: 'Keep Alive',
|
|
href: 'Href',
|
|
hideInMenu: 'Hide In Menu',
|
|
activeMenu: 'Active Menu',
|
|
multiTab: 'Multi Tab',
|
|
fixedIndexInTab: 'Fixed Index In Tab',
|
|
button: 'Button',
|
|
buttonCode: 'Button Code',
|
|
buttonDesc: 'Button Desc',
|
|
menuStatus: 'Menu Status',
|
|
form: {
|
|
home: 'Please select home',
|
|
menuType: 'Please select menu type',
|
|
menuName: 'Please enter menu name',
|
|
routeName: 'Please enter route name',
|
|
routePath: 'Please enter route path',
|
|
page: 'Please select page component',
|
|
layout: 'Please select layout component',
|
|
i18nKey: 'Please enter i18n key',
|
|
icon: 'Please enter iconify name',
|
|
localIcon: 'Please enter local icon name',
|
|
order: 'Please enter order',
|
|
keepAlive: 'Please select whether to cache route',
|
|
href: 'Please enter href',
|
|
hideInMenu: 'Please select whether to hide menu',
|
|
activeMenu: 'Please enter the route name of the highlighted menu',
|
|
multiTab: 'Please select whether to support multiple tabs',
|
|
fixedInTab: 'Please select whether to fix in the tab',
|
|
fixedIndexInTab: 'Please enter the index fixed in the tab',
|
|
button: 'Please select whether it is a button',
|
|
buttonCode: 'Please enter button code',
|
|
buttonDesc: 'Please enter button description',
|
|
menuStatus: 'Please select menu status'
|
|
},
|
|
addMenu: 'Add Menu',
|
|
editMenu: 'Edit Menu',
|
|
addChildMenu: 'Add Child Menu',
|
|
type: {
|
|
directory: 'Directory',
|
|
menu: 'Menu'
|
|
},
|
|
iconType: {
|
|
iconify: 'Iconify Icon',
|
|
local: 'Local Icon'
|
|
}
|
|
}
|
|
},
|
|
notifyConfig: {
|
|
title: 'Alarm Notify List',
|
|
groupName: 'Group name',
|
|
businessName: 'Business ID',
|
|
notifyStatus: 'State',
|
|
notifyType: 'Notify type',
|
|
notifyScene: 'Notify scene',
|
|
notifyThreshold: 'Notify threshold',
|
|
description: 'Describe',
|
|
notifyAttribute: 'Notify Attribute',
|
|
form: {
|
|
businessId: 'Please select Business ID',
|
|
description: 'Please enter Describe',
|
|
notifyType: 'Please select Notification type',
|
|
notifyAttribute: 'Please enter notify attribute',
|
|
notifyScene: 'Please select Notification scene',
|
|
groupName: 'Please select Group name',
|
|
notifyThreshold: 'Please enter Notification threshold',
|
|
notifyStatus: 'Please select State',
|
|
systemTaskType: '请选择任务类型'
|
|
},
|
|
addNotifyConfig: 'Add Alarm notification',
|
|
editNotifyConfig: 'Add Alarm notification',
|
|
systemTaskType: '任务类型',
|
|
retryNotifyScene: {
|
|
maxRetry: '场景重试数量超过阈值',
|
|
maxRetryError: '场景重试失败数量超过阈值',
|
|
clientReportError: '客户端上报失败',
|
|
clientComponentError: '客户端组件异常',
|
|
retryTaskReachThreshold: '任务重试失败数量超过阈值',
|
|
retryTaskEnterDeadLetter: '任务重试失败进入死信队列'
|
|
},
|
|
jobNotifyScene: {
|
|
jobTaskError: '任务执行失败'
|
|
}
|
|
},
|
|
notifyRecipient: {
|
|
title: 'Notify Recipient List',
|
|
recipientName: 'Recipient Name',
|
|
notifyType: 'Notification Type',
|
|
notifyAttribute: 'Attribute Information',
|
|
description: 'Description',
|
|
form: {
|
|
description: 'Please enter description',
|
|
notifyAttribute: 'Please enter attribute information',
|
|
recipientName: 'Please enter recipient name',
|
|
notifyType: 'Please select notification type',
|
|
dingDingAts: "Please enter the {'@'} phone number or DingTalk ID",
|
|
weComAts: "Please enter the {'@'} Enterprise WeChat user ID",
|
|
larkAts: "Please enter the {'@'} open_id",
|
|
webhookUrl: 'Please enter URL'
|
|
},
|
|
addNotifyRecipient: 'Add Notify Recipient',
|
|
editNotifyRecipient: 'Edit Notify Recipient',
|
|
ats: "{'@'} Notification Recipient",
|
|
webhookUrl: 'Notification Address',
|
|
tos: 'Recipient Email Address',
|
|
dingDing: 'DingTalk',
|
|
email: 'Email',
|
|
weCom: 'WeCom',
|
|
lark: 'Lark'
|
|
}
|
|
},
|
|
form: {
|
|
required: 'Cannot be empty',
|
|
userName: {
|
|
required: 'Please enter user name',
|
|
invalid: 'User name format is incorrect'
|
|
},
|
|
phone: {
|
|
required: 'Please enter phone number',
|
|
invalid: 'Phone number format is incorrect'
|
|
},
|
|
pwd: {
|
|
required: 'Please enter password',
|
|
invalid: '6-18 characters, including letters, numbers, and underscores'
|
|
},
|
|
confirmPwd: {
|
|
required: 'Please enter password again',
|
|
invalid: 'The two passwords are inconsistent'
|
|
},
|
|
code: {
|
|
required: 'Please enter verification code',
|
|
invalid: 'Verification code format is incorrect'
|
|
},
|
|
email: {
|
|
required: 'Please enter email',
|
|
invalid: 'Email format is incorrect'
|
|
}
|
|
},
|
|
dropdown: {
|
|
closeCurrent: 'Close Current',
|
|
closeOther: 'Close Other',
|
|
closeLeft: 'Close Left',
|
|
closeRight: 'Close Right',
|
|
closeAll: 'Close All'
|
|
},
|
|
icon: {
|
|
themeConfig: 'Theme Configuration',
|
|
themeSchema: 'Theme Schema',
|
|
lang: 'Switch Language',
|
|
fullscreen: 'Fullscreen',
|
|
fullscreenExit: 'Exit Fullscreen',
|
|
magnify: 'Magnify',
|
|
restore: 'Restore',
|
|
reload: 'Reload Page',
|
|
collapse: 'Collapse Menu',
|
|
expand: 'Expand Menu',
|
|
pin: 'Pin',
|
|
unpin: 'Unpin',
|
|
namepase: 'Switch Namepase'
|
|
}
|
|
};
|
|
|
|
export default local;
|