1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-21 17:29:17 +08:00

250 lines
7.6 KiB
Go
Raw Normal View History

2022-08-16 23:30:23 +08:00
export default {
commons: {
button: {
create: 'Create',
2022-08-29 18:44:35 +08:00
add: 'Add',
2022-08-16 23:30:23 +08:00
delete: 'Delete',
edit: 'Edit',
confirm: 'Confirm',
cancel: 'Cancel',
reset: 'Reset',
login: 'Login',
conn: 'Connect',
2022-08-16 23:30:23 +08:00
},
2022-09-08 12:06:53 +08:00
search: {
timeStart: 'Time start',
timeEnd: 'Time end',
timeRange: 'To',
dateStart: 'Date start',
dateEnd: 'Date end',
},
2022-08-16 23:30:23 +08:00
table: {
name: 'Name',
group: 'Group',
2022-08-16 23:30:23 +08:00
createdAt: 'Creation Time',
date: 'Date',
2022-08-16 23:30:23 +08:00
updatedAt: 'Update Time',
operate: 'Operations',
message: 'Message',
description: 'Description',
2022-08-16 23:30:23 +08:00
},
msg: {
delete: 'This operation cannot be rolled back. Do you want to continue',
deleteTitle: 'Delete',
2022-08-16 23:30:23 +08:00
deleteSuccess: 'Delete Success',
loginSuccess: 'Login Success',
requestTimeout: 'The request timed out, please try again later',
operationSuccess: 'Successful operation',
infoTitle: 'Hint',
sureLogOut: 'Are you sure you want to log out?',
createSuccess: 'Create Success',
updateSuccess: 'Update Success',
2022-09-03 22:22:40 +08:00
uploadSuccess: 'Update Success',
2022-08-16 23:30:23 +08:00
},
login: {
captchaHelper: 'Please enter the verification code',
},
rule: {
username: 'Please enter a username',
password: 'Please enter a password',
2022-08-18 18:51:27 +08:00
requiredInput: 'Please enter the required fields',
requiredSelect: 'Please select the required fields',
2022-08-16 23:30:23 +08:00
commonName: 'Support English, Chinese, numbers, .-_, length 1-30',
email: 'Email format error',
2022-08-18 18:51:27 +08:00
ip: 'Please enter the correct IP address',
port: 'Please enter the correct port',
2022-08-16 23:30:23 +08:00
},
res: {
paramError: 'The request failed, please try again later!',
forbidden: 'The current user has no permission',
serverError: 'Service exception',
notFound: 'The resource does not exist',
commonError: 'The request failed',
},
2022-08-17 17:46:49 +08:00
header: {
language: 'Internationalization',
zh: '简体中文',
en: 'English',
theme: 'Layout Settings',
globalTheme: 'Global',
themeColor: 'Theme Color',
darkTheme: 'Dark Theme',
personalData: 'Personal Data',
changePassword: 'Change Password',
logout: 'Logout',
},
2022-08-16 23:30:23 +08:00
},
business: {
user: {
username: 'Username',
email: 'Email',
password: 'Password',
},
},
menu: {
2022-09-09 11:20:02 +08:00
home: 'Overview',
demo: 'Example',
2022-08-16 23:30:23 +08:00
terminal: 'Terminal',
2022-09-09 11:20:02 +08:00
apps: 'App Store',
website: 'Website',
project: 'Project',
config: 'Config',
firewall: 'Firewall',
database: 'Database',
container: 'Container',
plan: 'Planned Task',
host: 'Host',
security: 'Security',
systemConfig: 'Panel Settings',
toolbox: 'Toolbox',
monitor: 'Monitor',
operations: 'Operation Records',
2022-08-17 17:46:49 +08:00
files: 'File Management',
2022-08-16 23:30:23 +08:00
},
home: {
welcome: 'Welcome',
},
tabs: {
more: 'More',
closeCurrent: 'Close current',
closeOther: 'Close other',
closeAll: 'Close All',
},
header: {
componentSize: 'Component size',
language: 'Language',
theme: 'theme',
layoutConfig: 'Layout config',
primary: 'primary',
darkMode: 'Dark Mode',
greyMode: 'Grey mode',
weakMode: 'Weak mode',
fullScreen: 'Full Screen',
exitFullScreen: 'Exit Full Screen',
personalData: 'Personal Data',
changePassword: 'Change Password',
logout: 'Logout',
},
2022-09-08 12:06:53 +08:00
monitor: {
avgLoad: 'Average load',
loadDetail: 'Load detail',
resourceUsage: 'Resource utilization rate',
min: 'Minutes',
read: 'Read',
write: 'Write',
count: 'Times',
readWriteCount: 'Read or write Times',
readWriteTime: 'Read or write delay',
today: 'Today',
yestoday: 'Yestoday',
lastNDay: 'Last {0} day',
memory: 'Memory',
disk: 'Disk',
network: 'Network',
up: 'Up',
down: 'Down',
},
terminal: {
2022-09-01 10:25:38 +08:00
conn: 'connection',
testConn: 'Test connection',
saveAndConn: 'Save and Connect',
2022-09-01 10:25:38 +08:00
connTestOk: 'Connection information available',
hostList: 'Host information',
createConn: 'Create a connection',
createGroup: 'Create a group',
expand: 'Expand all',
fold: 'All contract',
batchInput: 'Batch input',
quickCommand: 'quick command',
2022-09-01 10:25:38 +08:00
groupDeleteHelper:
'After the group is removed, all connections in the group will be migrated to the default group. Confirm the information',
quickCmd: 'Quick command',
addHost: 'Add Host',
localhost: 'Localhost',
name: 'Name',
port: 'Port',
user: 'User',
authMode: 'Auth Mode',
passwordMode: 'password',
keyMode: 'PrivateKey',
password: 'Password',
key: 'Private Key',
emptyTerminal: 'No terminal is currently connected',
},
2022-08-16 23:30:23 +08:00
operations: {
detail: {
users: 'User',
2022-08-18 18:51:27 +08:00
hosts: 'Host',
2022-09-01 10:25:38 +08:00
groups: 'Group',
commands: 'Command',
2022-08-16 23:30:23 +08:00
auth: 'User',
login: ' login',
logout: ' logout',
post: ' create',
put: ' update',
update: ' update',
delete: ' delete',
del: 'delete',
},
operatoin: 'operatoin',
status: 'status',
request: 'request',
response: 'response',
},
2022-08-30 17:59:59 +08:00
file: {
dir: 'folder',
upload: 'Upload',
download: 'download',
fileName: 'file name',
search: 'find',
mode: 'permission',
owner: 'owner',
file: 'file',
remoteFile: 'remote download',
share: 'Share',
sync: 'Data synchronization',
size: 'size',
updateTime: 'Modification time',
open: 'open',
rename: 'rename',
role: 'authority',
info: 'Properties',
linkFile: 'soft link file',
terminal: 'terminal',
shareList: 'Share List',
zip: 'compress',
user: 'User',
group: 'user group',
path: 'path',
public: 'public',
setRole: 'Set permissions',
link: 'Whether to link',
rRole: 'read',
wRole: 'Write',
xRole: 'executable',
name: 'name',
2022-09-05 16:25:26 +08:00
compress: 'compress',
deCompress: 'Decompress',
compressType: 'compression format',
compressDst: 'compression path',
replace: 'Overwrite existing file',
compressSuccess: 'Compression successful',
deCompressSuccess: 'Decompression succeeded',
deCompressDst: 'Decompression path',
linkType: 'Link type',
softLink: 'soft link',
hardLink: 'hard link',
linkPath: 'Link path',
selectFile: 'Select file',
downloadSuccess: 'Download successful',
downloadUrl: 'download URL',
downloadStart: 'Download started!',
2022-09-08 12:06:53 +08:00
moveStart: 'Move start',
move: 'Move',
copy: 'Cpoy',
calculate: 'Calculate',
2022-09-09 18:39:56 +08:00
canNotDeCompress: 'Can not DeCompress this File',
2022-09-13 11:10:02 +08:00
uploadSuccess: 'Upload Success!',
2022-08-30 17:59:59 +08:00
},
2022-08-16 23:30:23 +08:00
};