2025-06-30 10:17:15 +08:00
|
|
|
export default {
|
|
|
|
|
remote: {
|
2026-02-02 08:43:41 +08:00
|
|
|
sbjrd: 'Equipment access point:',
|
|
|
|
|
pleaseSelect: 'Please select',
|
2025-06-30 10:17:15 +08:00
|
|
|
wjlj: 'File path:',
|
|
|
|
|
pleaseInput: 'Please enter',
|
|
|
|
|
query: 'Query',
|
|
|
|
|
reset: 'Reset',
|
|
|
|
|
upload: 'Upload',
|
|
|
|
|
fileEmpty: 'This folder is empty',
|
|
|
|
|
fileName: 'File name',
|
2026-02-02 08:43:41 +08:00
|
|
|
goBack: 'Return to parent directory',
|
2025-06-30 10:17:15 +08:00
|
|
|
size: 'Size',
|
|
|
|
|
type: 'Type',
|
|
|
|
|
folder: 'Folder',
|
|
|
|
|
file: 'File',
|
|
|
|
|
upDate: 'Modification date',
|
|
|
|
|
owner: 'Owner',
|
2026-02-02 08:43:41 +08:00
|
|
|
operate: 'Operation',
|
2025-06-30 10:17:15 +08:00
|
|
|
downLoad: 'Download',
|
|
|
|
|
delete: 'Delete',
|
|
|
|
|
ggqx: 'Change permissions',
|
2026-02-02 08:43:41 +08:00
|
|
|
folderqx: 'File/Folder permissions',
|
|
|
|
|
readers: 'Reader',
|
2025-06-30 10:17:15 +08:00
|
|
|
read: 'Read',
|
|
|
|
|
write: 'Write',
|
2026-02-02 08:43:41 +08:00
|
|
|
run: 'Execute',
|
2025-06-30 10:17:15 +08:00
|
|
|
group: 'Group',
|
2026-02-02 08:43:41 +08:00
|
|
|
other: 'Others',
|
|
|
|
|
bhzml: 'Include subdirectories',
|
2025-06-30 10:17:15 +08:00
|
|
|
unix: 'This command is only applicable to some UNIX hosts.',
|
|
|
|
|
cancel: 'Cancel',
|
2026-02-02 08:43:41 +08:00
|
|
|
sure: 'OK',
|
|
|
|
|
selectSBJRD: 'Please select equipment access point',
|
|
|
|
|
inputWJLJ: 'Please enter file path',
|
|
|
|
|
Delivering: 'Command issuing...',
|
|
|
|
|
deleteTip: 'Confirm file deletion?',
|
|
|
|
|
tip: 'Prompt',
|
|
|
|
|
deleteSuccess: 'Deletion successful',
|
|
|
|
|
selectFile: 'Please select file',
|
|
|
|
|
mustSelect: 'At least one permission must be selected for each item',
|
|
|
|
|
noSbjrd: 'No equipment access points available',
|
2025-06-30 10:17:15 +08:00
|
|
|
uploadFile: 'Upload file',
|
|
|
|
|
name: 'Name',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
progress: 'Progress',
|
|
|
|
|
remotePath: 'Remote path',
|
2026-02-02 08:43:41 +08:00
|
|
|
close: 'Off',
|
|
|
|
|
loading: 'In progress',
|
|
|
|
|
fileMax: 'File size cannot exceed 50MB',
|
|
|
|
|
fileIssued: 'File issuance',
|
|
|
|
|
uploadSuccess: 'Upload successful',
|
2025-06-30 10:17:15 +08:00
|
|
|
uploadFail: 'Upload failed',
|
2026-02-02 08:43:41 +08:00
|
|
|
eqpt: 'Equipment',
|
|
|
|
|
batchdelivery: 'Batch issuance',
|
2025-06-30 10:17:15 +08:00
|
|
|
export: 'Export',
|
|
|
|
|
chineseName: 'Chinese name',
|
|
|
|
|
englishName: 'English name',
|
2026-02-02 08:43:41 +08:00
|
|
|
maxValue: 'Max. value',
|
|
|
|
|
minValue: 'Min. value',
|
2025-06-30 10:17:15 +08:00
|
|
|
nowValue: 'Current value',
|
|
|
|
|
yhxgz: 'User modified value',
|
2026-02-02 08:43:41 +08:00
|
|
|
issued: 'Issue',
|
2025-06-30 10:17:15 +08:00
|
|
|
refresh: 'Refresh',
|
2026-02-02 08:43:41 +08:00
|
|
|
mlxf: 'Command issuance',
|
|
|
|
|
issuedError: 'Command issued modified value is out of the allowable',
|
2025-06-30 10:17:15 +08:00
|
|
|
pleaseSelectData: 'Please select data',
|
2026-02-02 08:43:41 +08:00
|
|
|
ordinal: 'S/N',
|
2025-06-30 10:17:15 +08:00
|
|
|
eqptType: 'Equipment type',
|
2026-03-19 16:26:06 +08:00
|
|
|
back: 'Return to parent directory',
|
|
|
|
|
remoteConnection: 'remote connection'
|
2025-06-30 10:17:15 +08:00
|
|
|
}
|
|
|
|
|
}
|