This commit is contained in:
lan
2023-10-26 20:22:34 +08:00
parent 206c37fea0
commit f6cbec591e
6 changed files with 101 additions and 93 deletions
+44 -44
View File
@@ -1,31 +1,31 @@
export default {
send: {
'mzsm':'Disclaimers',
'alert':'According to the relevant provisions of the Cybersecurity Law of the People\'s Republic of China, the Criminal Law of the People\'s Republic of China, the Law on Public Security Administration Punishments of the People\'s Republic of China, and other relevant regulations, the dissemination or storage of illegal or irregular content may be subject to corresponding penalties, and those who commit serious offenses will bear criminal responsibility. Please refrain from uploading illegal files. This website firmly cooperates with relevant departments to ensure the security and harmony of online content, and to create a green cyber environment.',
'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'
mzsm:'Disclaimers',
alert:'According to the relevant provisions of the Cybersecurity Law of the People\'s Republic of China, the Criminal Law of the People\'s Republic of China, the Law on Public Security Administration Punishments of the People\'s Republic of China, and other relevant regulations, the dissemination or storage of illegal or irregular content may be subject to corresponding penalties, and those who commit serious offenses will bear criminal responsibility. Please refrain from uploading illegal files. This website firmly cooperates with relevant departments to ensure the security and harmony of online content, and to create a green cyber environment.',
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'
expireValue: {
day: 'Days',
hour: 'Hours',
minute: 'Minutes',
count: 'Times'
},
'fileType': {
'file': 'File',
'text': 'Text'
fileType: {
file: 'File',
text: 'Text'
}
},
fileBox: {
@@ -42,8 +42,8 @@ export default {
},
admin:{
about:{
'source1':'This project is open source on Github: ',
'source2':'FileCodeBox'
source1:'This project is open source on Github: ',
source2:'FileCodeBox'
},
settings: {
name: 'Website Name',
@@ -54,16 +54,16 @@ export default {
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.',
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.',
title: 'Storage Engine',
local: 'Local Storage',
s3: 'S3 Storage',
note: 'FileCodeBox needs to be restarted after updating.',
},
mei: 'Every',
minute: 'Minutes',
@@ -88,18 +88,18 @@ export default {
delete: 'Delete',
},
menu: {
'fileManage': 'File Management',
'systemSetting': 'System Settings',
'about': 'About Us',
'color': 'Color Mode',
'signout': 'Sign Out',
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',
managePassword: 'Admin Password',
passwordNotEmpty: 'Password cannot be empty',
login: 'Login',
loginSuccess: 'Login successful',
loginError: 'Login failed',
}
}
}