add:vue-i18n,admin add file size

This commit is contained in:
lan
2023-09-06 11:06:18 +08:00
parent f0b2e4a8b2
commit 4e79991f82
40 changed files with 770 additions and 427 deletions
+102
View File
@@ -0,0 +1,102 @@
export default {
send: {
'prompt1': 'Drag and drop text or files here, or ',
'prompt2': 'Days <7 or limited times (deleted after 24h)',
'prompt3':'Please enter the text you want to send',
'share':'Share',
'textShare':'Text Share',
'clickUpload': 'Click to upload',
'pleaseInputExpireValue': 'Please enter expiration value',
'expireStyle': 'Expiration style',
'expireData':{
'day': 'Days',
'hour': 'Hours',
'forever': 'Forever',
'minute': 'Minutes',
'count': 'Times'
},
'expireValue':{
'day': 'Days',
'hour': 'Hours',
'minute': 'Minutes',
'count': 'Times'
},
'fileType':{
'file': 'File',
'text': 'Text'
}
},
fileBox: {
copySuccess: 'Copied successfully',
fileBox: 'File Box',
textDetail: 'Text Detail',
copy: 'Copy',
close: 'Close',
delete: 'Delete',
download: 'Click to download',
detail: 'View details',
copyLink: 'Copy link',
},
admin:{
about:{
'source1':'This project is open source on Github: ',
'source2':'FileCodeBox'
},
settings: {
name: 'Website Name',
description: 'Website Description',
keywords: 'Keywords',
background: 'Background Image',
admin_token: 'Admin Password',
uploadSize: 'File Size',
uploadSizeNote: 'Maximum file size, unit: (bit), 1mb = 1 * 1024 * 1024',
openUpload: {
'title': 'Enable Upload',
'open': 'Enable Guest Upload',
'close': 'Disable Guest Upload',
'note': 'After disabling, login to the backend is required for uploading.',
},
file_storage: {
'title': 'Storage Engine',
'local': 'Local Storage',
's3': 'S3 Storage',
'note': 'FileCodeBox needs to be restarted after updating.',
},
mei: 'Every',
minute: 'Minutes',
upload: 'Upload',
files: 'Files',
allow: 'Allow',
errors: 'Errors',
save: 'Save',
saveSuccess: 'Saved successfully',
},
fileView: {
code: 'Access Code',
prefix: 'File Prefix',
suffix: 'File Suffix',
text: 'Text',
used_count: 'Used Count',
expired_count: 'Available Count',
size: 'File Size',
expired_at: 'Expiration Time',
file_path: 'File Path',
action: 'Action',
delete: 'Delete',
},
'menu': {
'fileManage': 'File Management',
'systemSetting': 'System Settings',
'about': 'About Us',
'color': 'Color Mode',
'signout': 'Sign Out',
},
login: {
'managePassword': 'Admin Password',
'passwordNotEmpty': 'Password cannot be empty',
'login': 'Login',
'loginSuccess': 'Login successful',
'loginError': 'Login failed',
}
}
}