254 lines
9.6 KiB
JavaScript
254 lines
9.6 KiB
JavaScript
export default {
|
||
route: {
|
||
dashboard: 'Dashboard',
|
||
title: 'Web Management System',
|
||
basicInfo: 'Basic Information',
|
||
agreement: 'Interface Protocol',
|
||
program: 'Program Management',
|
||
warning: 'Alarm File',
|
||
systemSetting: 'System Settings',
|
||
firmwareUpdate: 'Firmware Update',
|
||
factorySetting: 'System Management',
|
||
profile: 'Profile',
|
||
urlTitle: 'IP Speaker',
|
||
operationLog: 'Operation Log'
|
||
},
|
||
navbar: {
|
||
dashboard: 'Dashboard',
|
||
logOut: 'Log Out',
|
||
profile: 'Profile',
|
||
theme: 'Theme',
|
||
size: 'Global Size'
|
||
},
|
||
login: {
|
||
title: 'Welcome To Login',
|
||
logIn: 'Login',
|
||
register: 'Register',
|
||
logCancel: 'Cancel',
|
||
username: 'Username',
|
||
password: 'Password',
|
||
any: 'any',
|
||
thirdparty: 'Or connect with',
|
||
thirdpartyTips:
|
||
'Can not be simulated on local, so please combine you own business simulation!',
|
||
confirmLogout: 'Are you sure you want to log out?',
|
||
loggedOut:
|
||
'You have been logged out, you can cancel to stay on this page or log in again!',
|
||
toLogin: 'To Login',
|
||
changePassword: 'Edit Password',
|
||
changePasswordTip:
|
||
'Your password is too weak or has expired. Please change your password and log in again.',
|
||
changePasswordMsg:
|
||
'Your password has expired. Please change your password and log in again.',
|
||
upDateMsg: 'Firmware is being updated, please wait for a while.'
|
||
},
|
||
table: {
|
||
productName: 'Device Name',
|
||
productMode: 'Device Model',
|
||
serialNumber: 'Serial Number',
|
||
firmwareVercion: 'Firmware Version',
|
||
deviceID: 'Device ID',
|
||
deviceIP: 'IP Address',
|
||
gatewal: 'Default Gateway',
|
||
suonetMask: 'Subnet Mask',
|
||
storageSpaces: 'Storage Capacity',
|
||
serverIP: 'Server IP',
|
||
corverCommandDort: 'Server Port',
|
||
deviceCommandPort: 'Command Port',
|
||
deviceStreamPort: 'Stream Port',
|
||
macAddress: 'MAC Address',
|
||
serverPort: 'Server Port',
|
||
isEmpty: ' cannot be empty.',
|
||
isRight: ' is invalid.',
|
||
isRight1: ' is out of range (10000-49999).',
|
||
isRight2: ' is out of range (1000-9999).',
|
||
isRight3: ' is out of range (1-9999).',
|
||
open: 'Enable',
|
||
close: 'Disable',
|
||
close1: 'Close',
|
||
save: 'Save',
|
||
submit: 'Submit',
|
||
toTop: 'Back to top',
|
||
toBottom: 'Back to bottom',
|
||
clear: 'Clear Screen',
|
||
refresh: 'Auto Refresh',
|
||
update: 'Update',
|
||
choose: 'Browse',
|
||
tips: 'Tips',
|
||
NetworkPacketCapture: 'Network packet capture',
|
||
CapturingPacket: 'Capturing packets (Max 10 MB) ......',
|
||
PacketCaptureHasBeenStopped: 'Packet capture is stopped and saved as tcpdump.pcap.',
|
||
StartPacketCapture: 'Start',
|
||
StopPacketCapture: 'Stop',
|
||
Download: 'Download',
|
||
Delete: 'Delete',
|
||
factorySettings: 'Restore Factory Settings',
|
||
routerRestart: 'Restart',
|
||
SIPserver: 'SIP Server IP',
|
||
SIPUserName: 'SIP Username',
|
||
SIPPassword: 'SIP Password',
|
||
programTip:
|
||
'Tip: The total size of uploaded files cannot exceed the storage capacity.',
|
||
firmwareUpdateTip:
|
||
'Tip: Firmware upgrade can only improve device performance and functionality if the firmware version is compatible. Otherwise, the equipment may not work properly! Please use with caution!',
|
||
factoryTip:
|
||
'After restoring factory settings, the device configuration will be restored to its factory state. Please use with caution!',
|
||
routerRestartTips:
|
||
'Are you sure you want to restart the device?',
|
||
programDeteleTip: 'Are you sure you want to delete?',
|
||
logDeteleTip: 'Are you sure you want to delete?',
|
||
freeSpace: 'Available Space',
|
||
chooseFile: 'Upgrade File',
|
||
microphoneSwitch: 'Microphone Input',
|
||
factorySettingsTips:
|
||
'The device\'s default IP address is 192.168.1.108. You will need to log in again after restoring factory settings.', // The baseline version of the LX branch is 192.168.1.101, while the other baseline versions are 192.168.1.108
|
||
fileUpload: 'File uploading ...',
|
||
fileSave: 'Saving...',
|
||
routerRestartIng: 'Device Restarting ...',
|
||
upDateTips:
|
||
'The firmware is being upgraded, please keep the network connection, power off, and refresh the webpage.',
|
||
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',
|
||
size: 'Size',
|
||
name: 'Name',
|
||
actions: 'Actions',
|
||
edit: 'Edit',
|
||
publish: 'Publish',
|
||
draft: 'Draft',
|
||
delete: 'Delete',
|
||
check: 'View',
|
||
cancel: 'Cancel',
|
||
confirm: 'Confirm',
|
||
continue: 'Continue',
|
||
success: ' Succeeded',
|
||
failed: ' Failed',
|
||
audition: 'Audition',
|
||
play: 'Play',
|
||
stop: 'Stop',
|
||
upload: 'Upload',
|
||
fileName: 'Program Name',
|
||
fileEditTip:
|
||
'The file name cannot be empty and the file format cannot be modified.',
|
||
fileSizeTip: 'The size of the uploaded file cannot exceed 40MB.',
|
||
fileTypeTip: 'Only MP3 format files can be uploaded.',
|
||
updateFileTypeTip: 'The uploaded file can only be in Bin format.',
|
||
fileSurplusSizeTip: 'Insufficient storage space!',
|
||
upDateTip: 'Please select a file before upgrading.',
|
||
audio: 'Audio Format',
|
||
playStatus: 'Status',
|
||
|
||
aoVol: 'Playback Volume',
|
||
aiVol: 'Recording Volume',
|
||
|
||
auth: 'Authentication',
|
||
httpAuth: 'HTTP Authentication',
|
||
|
||
warningTitle: 'Alarm File',
|
||
warningFormTitle: 'AlarmIn',
|
||
warningTip: 'This feature is only supported on some devices.',
|
||
noneText: 'None',
|
||
|
||
dhcp: 'DHCP',
|
||
port: 'Port',
|
||
on: 'On',
|
||
off: 'Off',
|
||
number: 'Number',
|
||
|
||
slyCode: 'Please login again.', // 401code
|
||
sleCode: 'Login expired, please login again.', // 402code
|
||
lllCode: 'The password is too weak, please change it.', // 600code
|
||
llyCode: 'The firmware is being upgraded, please wait.', // 601code
|
||
lleCode: 'The username or password is incorrect.', // 602code
|
||
llsCode: 'Too many failed login attempts, the account has been locked (30 minutes).', // 603code
|
||
llssCode: 'The account has been logged in elsewhere. Do you want to force login?', // 604code
|
||
lylCode: 'The old password is incorrect.', // 610code
|
||
lyyCode: 'The new password must be different from the old password.', // 611code
|
||
lelCode: 'The file upload failed because it is not a playable MP3 file.', // 620code
|
||
leyCode: 'The file upload failed because a file with the same name already exists.', // 621code
|
||
leeCode: 'The file upload failed because there was a network error.', // 622code
|
||
lesCode: 'The file does not exist, please refresh.', // 623Code
|
||
lessCode: 'Failed to rename, please avoid using special characters.', // 624Code
|
||
lewCode: 'Failed to delete, because the file is playing.', // 625Code
|
||
|
||
lslCode: 'Failed to start playing, because the file is already playing.', // 630code
|
||
lsyCode: 'Failed to stop playing, because the file is not playing.', // 631code
|
||
lsslCode: 'The firmware upgrade has not started.', // 640code
|
||
lssyCode: 'The firmware is being upgraded, please wait.', // 641code
|
||
lsseCode: 'The firmware upgrade completed, the device will restart soon.', // 642code
|
||
lssCode: 'Failed to upgrade the firmware, because the file cannot be parsed.', // 643code
|
||
lsssCode: 'Failed to upgrade the firmware, because the file version is too low.', // 644code
|
||
WAN_IP_AddressIP: 'NAT Domain Name',
|
||
WAN_IP_Address: 'NAT IP Address',
|
||
WAN_IP_DomainName: 'NAT Domain Name',
|
||
WAN_IP_Type: 'NAT Type',
|
||
WAN_Port: 'NAT ONVIF Port',
|
||
WAN_RTSP_Port: 'NAT RTSP Port',
|
||
httpPort: 'HTTP API Port',
|
||
webPort: 'Web Port',
|
||
rtspPort: 'RTSP Port',
|
||
rtpPort: 'RTP Port',
|
||
portConflict: ' Conflict',
|
||
PortNumbersCannotBeTheSame: 'The ports cannot be the same',
|
||
SIP_Port:'SIP Port',
|
||
SIP_RTP_Port:'SIP RTP Port'
|
||
},
|
||
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.'
|
||
},
|
||
tagsView: {
|
||
refresh: 'Refresh',
|
||
close: 'Close',
|
||
closeOthers: 'Close Others',
|
||
closeAll: 'Close All'
|
||
},
|
||
settings: {
|
||
layout: 'Layout Bar',
|
||
title: 'Page Style Setting',
|
||
theme: 'Theme Color',
|
||
tagsView: 'Open Tags-View',
|
||
fixedHeader: 'Fixed Header',
|
||
sidebarLogo: 'Sidebar Logo'
|
||
},
|
||
profile: {
|
||
about: 'About me',
|
||
account: 'Account',
|
||
password0: 'Old Password',
|
||
password1: 'New Password',
|
||
password2: 'Confirm Password',
|
||
update: 'Update',
|
||
oldPassword: 'Please enter your old password!',
|
||
newPassword: 'Please enter a new password!',
|
||
newPassword2: 'Please enter the new password again!',
|
||
passwordDifferent: 'The two password entered is inconsistent!',
|
||
newAndOldPassword:
|
||
'Operation exception: the new password is the same as the old password.',
|
||
updatePasswordSuccess: 'Password updated successfully.',
|
||
passwordLengthError: 'Enter a password of at least 8 digits.',
|
||
passwordStrongError:
|
||
'The Password strength is insufficient. Please ensure that the length is at least 8 digits and at most 16 digits, and must contain at least three of numbers, Minuscule, uppercase letters, and special symbols!',
|
||
confirmPassword: 'Confirm Password',
|
||
inputusername: 'Please enter the username!',
|
||
inputpassword: 'Please enter the password!',
|
||
inputpassword2: 'Please enter the password again!',
|
||
registerSuccess: 'User registration successful!',
|
||
gologin: 'Do you want to login?'
|
||
}
|
||
}
|