|
|
@@ -1,254 +1,236 @@
|
|
|
export default {
|
|
|
- greeting: 'Hello, world!',
|
|
|
- name: 'John Doe',
|
|
|
- patient: 'Patient Management',
|
|
|
- register: 'Register',
|
|
|
- tasklist: 'Task List',
|
|
|
- historylist: 'History List',
|
|
|
- archivelist: 'Archive List',
|
|
|
- bin: 'Recycle Bin',
|
|
|
- outputlist: 'Transfer List',
|
|
|
- exam: 'Examination',
|
|
|
- examlist: 'Examination List',
|
|
|
- process: 'Process',
|
|
|
- print: 'Print',
|
|
|
- printlist: 'Print List',
|
|
|
- worklist: 'Task List',
|
|
|
- 'worklist.operationPanel': 'Operation Panel',
|
|
|
- 'register.basicInfoPanel': 'Basic Information Form Area',
|
|
|
- 'register.protocolListPanel': 'Protocol Selection List Area',
|
|
|
- 'register.selectedProtocolListPanel': 'Selected Protocol List Area',
|
|
|
- 'worklistTable.patientId': 'Patient ID',
|
|
|
- 'worklistTable.name': 'Patient Name',
|
|
|
- 'worklistTable.alias': 'Alias',
|
|
|
- 'worklistTable.englishName': 'English Name',
|
|
|
- 'worklistTable.registrationId': 'Registration Number',
|
|
|
- 'worklistTable.birthDate': 'Birth Date',
|
|
|
- 'worklistTable.age': 'Age',
|
|
|
- 'worklistTable.gender': 'Gender',
|
|
|
- 'worklistTable.bodyType': 'Body Type',
|
|
|
- 'worklistTable.weight': 'Weight',
|
|
|
- 'worklistTable.height': 'Height',
|
|
|
- 'worklistTable.pregnancyStatus': 'Pregnancy Status',
|
|
|
- 'worklistTable.referringDoctor': 'Referring Doctor',
|
|
|
- 'searchPanel.name': 'Search by Name',
|
|
|
- 'searchPanel.patientId': 'Search by Patient ID',
|
|
|
- 'searchPanel.registrationId': 'Search by Registration Number',
|
|
|
- 'searchPanel.startDate': 'Start Date',
|
|
|
- 'searchPanel.endDate': 'End Date',
|
|
|
- 'searchPanel.search': 'Search',
|
|
|
- // register.form
|
|
|
- 'register.patientId': 'Patient ID',
|
|
|
- 'animal.register.patientId': 'pet ID',
|
|
|
- 'register.patientId.placeholder': 'Enter patient ID',
|
|
|
- 'animal.register.patientId.placeholder': 'Enter pet ID',
|
|
|
- 'register.patientName': 'Patient Name',
|
|
|
- 'animal.register.patientName': 'pet nickname',
|
|
|
- 'register.patientName.placeholder': 'Enter patient name',
|
|
|
- 'animal.register.patientName.placeholder': 'Enter pet nickname',
|
|
|
- 'register.previousName': 'Previous Name',
|
|
|
- 'register.previousName.placeholder': 'Enter previous name',
|
|
|
- 'register.englishName': 'English Name',
|
|
|
- 'register.englishName.placeholder': 'Enter English name',
|
|
|
- 'register.registrationNo': 'Registration Number',
|
|
|
- 'register.registrationNo.placeholder': 'Enter registration number',
|
|
|
- 'register.dateOfBirth': 'Date of Birth',
|
|
|
- 'register.age': 'Age',
|
|
|
- 'register.gender': 'Gender',
|
|
|
- 'register.gender.male': 'Male',
|
|
|
- 'register.gender.female': 'Female',
|
|
|
- 'register.gender.other': 'Other',
|
|
|
- 'register.gender.unknown': 'Unknown',
|
|
|
- 'register.gender.male_pet': 'Male',
|
|
|
- 'register.gender.female_pet': 'Female',
|
|
|
- 'register.gender.other_pet': 'Other',
|
|
|
- 'register.gender.unknown_pet': 'Unknown',
|
|
|
- 'register.gender.castration': 'Castration',
|
|
|
- 'register.gender.sterilization': 'Sterilization',
|
|
|
- 'register.owner_name': 'Owner Name',
|
|
|
- 'register.owner_name.placeholder': 'Enter owner name',
|
|
|
- 'register.bodyType': 'Body Type',
|
|
|
- 'register.bodyType.slim': 'Slim',
|
|
|
- 'register.bodyType.average': 'Average',
|
|
|
- 'register.bodyType.fat': 'Heavy',
|
|
|
- 'register.weight': 'Weight',
|
|
|
- 'register.height': 'Height',
|
|
|
- 'register.pregnancyStatus': 'Pregnancy Status',
|
|
|
- 'register.pregnancyStatus.yes': 'Yes',
|
|
|
- 'register.pregnancyStatus.no': 'No',
|
|
|
- 'register.pregnancyStatus.na': 'N/A',
|
|
|
- 'register.referringPhysician': 'Referring Physician',
|
|
|
- 'register.referringPhysician.placeholder': 'Enter referring physician name',
|
|
|
- 'register.bodyPart': 'Body Part',
|
|
|
- 'register.bodyPart.head': 'Head',
|
|
|
- 'register.bodyPart.chest': 'Chest',
|
|
|
- 'register.accessionNumber': 'Accession Number',
|
|
|
- 'register.accessionNumber.placeholder': 'Enter accession number',
|
|
|
- // 协议列表
|
|
|
- 'register.protocol.A': 'Protocol A',
|
|
|
- 'register.protocol.B': 'Protocol B',
|
|
|
- 'register.protocol.C': 'Protocol C',
|
|
|
- 'register.protocol.D': 'Protocol D',
|
|
|
- 'register.protocol.E': 'Protocol E',
|
|
|
- 'register.protocol.F': 'Protocol F',
|
|
|
- // 已选协议
|
|
|
- 'register.selectedProtocol.A': 'Selected Protocol A',
|
|
|
- 'register.selectedProtocol.B': 'Selected Protocol B',
|
|
|
- 'register.selectedProtocol.C': 'Selected Protocol C',
|
|
|
- 'register.selectedProtocol.remove': 'Remove',
|
|
|
- // OutputTable
|
|
|
- 'outputTable.name': 'Patient Name',
|
|
|
- 'outputTable.id': 'Patient ID',
|
|
|
- 'outputTable.priority': 'Priority',
|
|
|
- 'outputTable.status': 'Status',
|
|
|
- 'outputTable.retryCount': 'Retry Count',
|
|
|
- 'outputTable.target': 'Target',
|
|
|
- // OutputActionPanel
|
|
|
- 'outputAction.retry': 'Retry',
|
|
|
- 'outputAction.delete': 'Delete',
|
|
|
- // BinActionPanel
|
|
|
- 'bin.diskCapacity': 'Disk Capacity:',
|
|
|
- 'bin.freeSpace': 'Free Space:',
|
|
|
- 'bin.binCapacity': 'Recycle Bin Capacity:',
|
|
|
- 'bin.delete': 'Delete',
|
|
|
- 'bin.restore': 'Restore',
|
|
|
- 'bin.empty': 'Empty',
|
|
|
- // DicomNodeDetailPanel
|
|
|
- 'dicomNodeDetail.title': 'DICOM Node Details',
|
|
|
- 'dicomNodeDetail.nodeList': 'DICOM Node List',
|
|
|
- 'dicomNodeDetail.selectNode': 'Please select a DICOM node',
|
|
|
- 'dicomNodeDetail.host': 'Host Name',
|
|
|
- 'dicomNodeDetail.ip': 'Host IP',
|
|
|
- 'dicomNodeDetail.port': 'Host Port',
|
|
|
- 'dicomNodeDetail.calledAET': 'Called AE Title',
|
|
|
- 'dicomNodeDetail.callingAET': 'Calling AE Title',
|
|
|
- 'dicomNodeDetail.testConnection': 'Test Connection Status',
|
|
|
- 'dicomNodeDetail.archive': 'Archive',
|
|
|
- // ActionPanel
|
|
|
- 'actionPanel.deleteTask': 'Delete Exam Task',
|
|
|
- 'actionPanel.editPatient': 'Edit Patient Info',
|
|
|
- 'actionPanel.lockTask': 'Lock Task',
|
|
|
- 'actionPanel.risSync': 'RIS Sync',
|
|
|
- 'actionPanel.reRegister': 'Re-register',
|
|
|
- 'actionPanel.saveLocal': 'Save Locally',
|
|
|
- 'actionPanel.importXLS': 'Import from XLS',
|
|
|
- 'actionPanel.sortList': 'Sort List',
|
|
|
- 'actionPanel.cloudShare': 'Cloud Share',
|
|
|
- 'actionPanel.imageExchange': 'Image Exchange',
|
|
|
- 'actionPanel.qrPrint': 'QR Code Print',
|
|
|
- 'actionPanel.send': 'Send',
|
|
|
- 'actionPanel.burn': 'Burn',
|
|
|
- 'actionPanel.export': 'Export',
|
|
|
- 'actionPanel.import': 'Import',
|
|
|
- 'actionPanel.showReport': 'Show Report',
|
|
|
- 'Small': 'Small',
|
|
|
- 'Medium': 'Medium',
|
|
|
- 'Large': 'Large',
|
|
|
- 'workstation.free': 'Free',
|
|
|
- 'workstation.direct': 'Direct',
|
|
|
- 'workstation.table': 'Table',
|
|
|
- 'workstation.wall': 'Wall',
|
|
|
- // 'register.patientId': 'Patient ID',
|
|
|
- // 'register.patientId.placeholder': 'Enter patient ID',
|
|
|
- // 'register.patientName': 'Patient Name',
|
|
|
- // 'register.patientName.placeholder': 'Enter patient name',
|
|
|
- 'register.patientSize': 'Patient Size',
|
|
|
- 'register.patientSize.placeholder': 'Enter patient size',
|
|
|
- 'animal.register.patientSize': ' pet size category',
|
|
|
- 'animal.register.patientSize.placeholder': ' Enter pet size category',
|
|
|
- // 'register.age': 'Age',
|
|
|
- // 'register.dateOfBirth': 'Date of Birth',
|
|
|
- // 'register.gender': 'Gender',
|
|
|
- 'register.sexNeutered': 'Sex Neutered',
|
|
|
- 'register.sexNeutered.placeholder': 'Enter sex neutered',
|
|
|
- // 'register.pregnancyStatus': 'Pregnancy Status',
|
|
|
- 'register.chipNumber': 'Chip Number',
|
|
|
- 'register.chipNumber.placeholder': 'Enter chip number',
|
|
|
- 'register.variety': 'Variety',
|
|
|
- 'register.variety.placeholder': 'Enter variety',
|
|
|
- 'register.patientType': 'Patient Type',
|
|
|
- 'register.patientType.placeholder': 'Enter patient type',
|
|
|
- // 'register.referringPhysician': 'Referring Physician',
|
|
|
- // 'register.referringPhysician.placeholder': 'Enter referring physician name',
|
|
|
- 'register.operatorId': 'Operator ID',
|
|
|
- 'register.operatorId.placeholder': 'Enter operator ID',
|
|
|
- 'register.modality': 'Modality',
|
|
|
- 'register.modality.placeholder': 'Enter modality',
|
|
|
- // 'register.weight': 'Weight',
|
|
|
- 'register.thickness': 'Thickness',
|
|
|
- // 'register.height': 'Height',
|
|
|
- 'register.studyType': 'Study Type',
|
|
|
- 'register.studyType.placeholder': 'Enter study type',
|
|
|
- 'register.comment': 'Comment',
|
|
|
- 'register.comment.placeholder': 'Enter comment',
|
|
|
- 'worklistTable.StudyInstanceUID': 'Study Instance UID',
|
|
|
- 'worklistTable.StudyID': 'Study ID',
|
|
|
- 'worklistTable.SpecificCharacterSet': 'Specific Character Set',
|
|
|
- 'worklistTable.AccessionNumber': 'Accession Number',
|
|
|
- 'worklistTable.PatientID': 'Patient ID',
|
|
|
- 'worklistTable.PatientName': 'Patient Name',
|
|
|
- 'worklistTable.DisplayPatientName': 'Display Patient Name',
|
|
|
- 'worklistTable.PatientSize': 'Patient Size',
|
|
|
- 'worklistTable.PatientAge': 'Patient Age',
|
|
|
- 'worklistTable.PatientSex': 'Patient Sex',
|
|
|
- 'worklistTable.AdmittingTime': 'Admitting Time',
|
|
|
- 'worklistTable.RegSource': 'Registration Source',
|
|
|
- 'worklistTable.StudyStatus': 'Study Status',
|
|
|
- 'worklistTable.RequestedProcedureID': 'Requested Procedure ID',
|
|
|
- 'worklistTable.PerformedProtocolCodeValue': 'Performed Protocol Code Value',
|
|
|
- 'worklistTable.PerformedProtocolCodeMeaning': 'Performed Protocol Code Meaning',
|
|
|
- 'worklistTable.PerformedProcedureStepID': 'Performed Procedure Step ID',
|
|
|
- 'worklistTable.StudyDescription': 'Study Description',
|
|
|
- 'worklistTable.StudyStartDatetime': 'Study Start DateTime',
|
|
|
- 'worklistTable.ScheduledProcedureStepStartDate': 'Scheduled Procedure Step Start Date',
|
|
|
- 'worklistTable.StudyLock': 'Study Lock',
|
|
|
- 'worklistTable.OperatorID': 'Operator ID',
|
|
|
- 'worklistTable.Modality': 'Modality',
|
|
|
- 'worklistTable.Views': 'Views',
|
|
|
- 'worklistTable.Thickness': 'Thickness',
|
|
|
- 'worklistTable.PatientType': 'Patient Type',
|
|
|
- 'worklistTable.StudyType': 'Study Type',
|
|
|
- 'worklistTable.QRCode': 'QR Code',
|
|
|
- 'worklistTable.IsExported': 'Is Exported',
|
|
|
- 'worklistTable.IsEdited': 'Is Edited',
|
|
|
- 'worklistTable.WorkRef': 'Work Reference',
|
|
|
- 'worklistTable.IsAppended': 'Is Appended',
|
|
|
- 'worklistTable.CreationTime': 'Creation Time',
|
|
|
- 'worklistTable.MappedStatus': 'Mapped Status',
|
|
|
- 'worklistTable.IsDelete': 'Is Deleted',
|
|
|
- 'register.cat': 'Cat',
|
|
|
- 'register.dog': 'Dog',
|
|
|
- 'register.equine': 'Equine',
|
|
|
- 'register.lizard': 'Lizard',
|
|
|
- 'register.rabbit': 'Rabbit',
|
|
|
- 'register.snake': 'Snake',
|
|
|
- 'register.turtle': 'Turtle',
|
|
|
- 'register.gnawer': 'Rodent',
|
|
|
- 'login.username': 'Username',
|
|
|
- 'login.username.placeholder': 'Enter username',
|
|
|
- 'login.username.required': 'Please enter username',
|
|
|
- 'login.password': 'Password',
|
|
|
- 'login.password.placeholder': 'Enter password',
|
|
|
- 'login.password.required': 'Please enter password',
|
|
|
- 'login.submit': 'Login',
|
|
|
- 'login.emergency': 'Emergency',
|
|
|
- 'login.success': 'Login successful',
|
|
|
- 'login.failed': 'Login failed',
|
|
|
- 'login.failedDetail': ', details: ',
|
|
|
- 'login.networkError': ', network error: ',
|
|
|
- 'login.unknownError': 'Unknown error',
|
|
|
- 'login.emergency.success': 'Emergency mode activated successfully',
|
|
|
- 'login.emergency.failed': 'Emergency operation failed: ',
|
|
|
- 'nav.config': 'config',
|
|
|
- 'nav.logout': 'Logout',
|
|
|
- 'register.filter.protocol': 'Protocol',
|
|
|
- 'register.filter.view': 'View',
|
|
|
- 'register.register': 'Register',
|
|
|
- 'register.exam': 'Exam',
|
|
|
- 'register.no.views': 'No selectable views available',
|
|
|
- 'state.quota': 'quota',
|
|
|
- 'exam.close.aec': 'close AEC',
|
|
|
- 'exam.open.aec': 'open AEC',
|
|
|
- 'exam.thinkness': 'thinkness',
|
|
|
- 'exam.exposure.mode': 'exposure mode'
|
|
|
+ "greeting": "Hello, world!",
|
|
|
+ "name": "John Doe",
|
|
|
+ "patient": "Patient Management",
|
|
|
+ "register": "Register",
|
|
|
+ "tasklist": "Task List",
|
|
|
+ "historylist": "History List",
|
|
|
+ "archivelist": "Archive List",
|
|
|
+ "bin": "Recycle Bin",
|
|
|
+ "outputlist": "Transfer List",
|
|
|
+ "exam": "Examination",
|
|
|
+ "examlist": "Examination List",
|
|
|
+ "process": "Process",
|
|
|
+ "print": "Print",
|
|
|
+ "printlist": "Print List",
|
|
|
+ "worklist": "Task List",
|
|
|
+ "worklist.operationPanel": "Operation Panel",
|
|
|
+ "register.basicInfoPanel": "Basic Information Form Area",
|
|
|
+ "register.protocolListPanel": "Protocol Selection List Area",
|
|
|
+ "register.selectedProtocolListPanel": "Selected Protocol List Area",
|
|
|
+ "worklistTable.patientId": "Patient ID",
|
|
|
+ "worklistTable.name": "Patient Name",
|
|
|
+ "worklistTable.alias": "Alias",
|
|
|
+ "worklistTable.englishName": "English Name",
|
|
|
+ "worklistTable.registrationId": "Registration Number",
|
|
|
+ "worklistTable.birthDate": "Birth Date",
|
|
|
+ "worklistTable.age": "Age",
|
|
|
+ "worklistTable.gender": "Gender",
|
|
|
+ "worklistTable.bodyType": "Body Type",
|
|
|
+ "worklistTable.weight": "Weight",
|
|
|
+ "worklistTable.height": "Height",
|
|
|
+ "worklistTable.pregnancyStatus": "Pregnancy Status",
|
|
|
+ "worklistTable.referringDoctor": "Referring Doctor",
|
|
|
+ "searchPanel.name": "Search by Name",
|
|
|
+ "searchPanel.patientId": "Search by Patient ID",
|
|
|
+ "searchPanel.registrationId": "Search by Registration Number",
|
|
|
+ "searchPanel.startDate": "Start Date",
|
|
|
+ "searchPanel.endDate": "End Date",
|
|
|
+ "searchPanel.search": "Search",
|
|
|
+ "register.patientId": "Patient ID",
|
|
|
+ "animal.register.patientId": "pet ID",
|
|
|
+ "register.patientId.placeholder": "Enter patient ID",
|
|
|
+ "animal.register.patientId.placeholder": "Enter pet ID",
|
|
|
+ "register.patientName": "Patient Name",
|
|
|
+ "animal.register.patientName": "pet nickname",
|
|
|
+ "register.patientName.placeholder": "Enter patient name",
|
|
|
+ "animal.register.patientName.placeholder": "Enter pet nickname",
|
|
|
+ "register.previousName": "Previous Name",
|
|
|
+ "register.previousName.placeholder": "Enter previous name",
|
|
|
+ "register.englishName": "English Name",
|
|
|
+ "register.englishName.placeholder": "Enter English name",
|
|
|
+ "register.registrationNo": "Registration Number",
|
|
|
+ "register.registrationNo.placeholder": "Enter registration number",
|
|
|
+ "register.dateOfBirth": "Date of Birth",
|
|
|
+ "register.age": "Age",
|
|
|
+ "register.gender": "Gender",
|
|
|
+ "register.gender.male": "Male",
|
|
|
+ "register.gender.female": "Female",
|
|
|
+ "register.gender.other": "Other",
|
|
|
+ "register.gender.unknown": "Unknown",
|
|
|
+ "register.gender.male_pet": "Male",
|
|
|
+ "register.gender.female_pet": "Female",
|
|
|
+ "register.gender.other_pet": "Other",
|
|
|
+ "register.gender.unknown_pet": "Unknown",
|
|
|
+ "register.gender.castration": "Castration",
|
|
|
+ "register.gender.sterilization": "Sterilization",
|
|
|
+ "register.owner_name": "Owner Name",
|
|
|
+ "register.owner_name.placeholder": "Enter owner name",
|
|
|
+ "register.bodyType": "Body Type",
|
|
|
+ "register.bodyType.slim": "Slim",
|
|
|
+ "register.bodyType.average": "Average",
|
|
|
+ "register.bodyType.fat": "Heavy",
|
|
|
+ "register.weight": "Weight",
|
|
|
+ "register.height": "Height",
|
|
|
+ "register.pregnancyStatus": "Pregnancy Status",
|
|
|
+ "register.pregnancyStatus.yes": "Yes",
|
|
|
+ "register.pregnancyStatus.no": "No",
|
|
|
+ "register.pregnancyStatus.na": "N/A",
|
|
|
+ "register.referringPhysician": "Referring Physician",
|
|
|
+ "register.referringPhysician.placeholder": "Enter referring physician name",
|
|
|
+ "register.bodyPart": "Body Part",
|
|
|
+ "register.bodyPart.head": "Head",
|
|
|
+ "register.bodyPart.chest": "Chest",
|
|
|
+ "register.accessionNumber": "Accession Number",
|
|
|
+ "register.accessionNumber.placeholder": "Enter accession number",
|
|
|
+ "register.protocol.A": "Protocol A",
|
|
|
+ "register.protocol.B": "Protocol B",
|
|
|
+ "register.protocol.C": "Protocol C",
|
|
|
+ "register.protocol.D": "Protocol D",
|
|
|
+ "register.protocol.E": "Protocol E",
|
|
|
+ "register.protocol.F": "Protocol F",
|
|
|
+ "register.selectedProtocol.A": "Selected Protocol A",
|
|
|
+ "register.selectedProtocol.B": "Selected Protocol B",
|
|
|
+ "register.selectedProtocol.C": "Selected Protocol C",
|
|
|
+ "register.selectedProtocol.remove": "Remove",
|
|
|
+ "outputTable.name": "Patient Name",
|
|
|
+ "outputTable.id": "Patient ID",
|
|
|
+ "outputTable.priority": "Priority",
|
|
|
+ "outputTable.status": "Status",
|
|
|
+ "outputTable.retryCount": "Retry Count",
|
|
|
+ "outputTable.target": "Target",
|
|
|
+ "outputAction.retry": "Retry",
|
|
|
+ "outputAction.delete": "Delete",
|
|
|
+ "bin.diskCapacity": "Disk Capacity:",
|
|
|
+ "bin.freeSpace": "Free Space:",
|
|
|
+ "bin.binCapacity": "Recycle Bin Capacity:",
|
|
|
+ "bin.delete": "Delete",
|
|
|
+ "bin.restore": "Restore",
|
|
|
+ "bin.empty": "Empty",
|
|
|
+ "dicomNodeDetail.title": "DICOM Node Details",
|
|
|
+ "dicomNodeDetail.nodeList": "DICOM Node List",
|
|
|
+ "dicomNodeDetail.selectNode": "Please select a DICOM node",
|
|
|
+ "dicomNodeDetail.host": "Host Name",
|
|
|
+ "dicomNodeDetail.ip": "Host IP",
|
|
|
+ "dicomNodeDetail.port": "Host Port",
|
|
|
+ "dicomNodeDetail.calledAET": "Called AE Title",
|
|
|
+ "dicomNodeDetail.callingAET": "Calling AE Title",
|
|
|
+ "dicomNodeDetail.testConnection": "Test Connection Status",
|
|
|
+ "dicomNodeDetail.archive": "Archive",
|
|
|
+ "actionPanel.deleteTask": "Delete Exam Task",
|
|
|
+ "actionPanel.editPatient": "Edit Patient Info",
|
|
|
+ "actionPanel.lockTask": "Lock Task",
|
|
|
+ "actionPanel.risSync": "RIS Sync",
|
|
|
+ "actionPanel.reRegister": "Re-register",
|
|
|
+ "actionPanel.saveLocal": "Save Locally",
|
|
|
+ "actionPanel.importXLS": "Import from XLS",
|
|
|
+ "actionPanel.sortList": "Sort List",
|
|
|
+ "actionPanel.cloudShare": "Cloud Share",
|
|
|
+ "actionPanel.imageExchange": "Image Exchange",
|
|
|
+ "actionPanel.qrPrint": "QR Code Print",
|
|
|
+ "actionPanel.send": "Send",
|
|
|
+ "actionPanel.burn": "Burn",
|
|
|
+ "actionPanel.export": "Export",
|
|
|
+ "actionPanel.import": "Import",
|
|
|
+ "actionPanel.showReport": "Show Report",
|
|
|
+ "Small": "Small",
|
|
|
+ "Medium": "Medium",
|
|
|
+ "Large": "Large",
|
|
|
+ "workstation.free": "Free",
|
|
|
+ "workstation.direct": "Direct",
|
|
|
+ "workstation.table": "Table",
|
|
|
+ "workstation.wall": "Wall",
|
|
|
+ "register.patientSize": "Patient Size",
|
|
|
+ "register.patientSize.placeholder": "Enter patient size",
|
|
|
+ "animal.register.patientSize": " pet size category",
|
|
|
+ "animal.register.patientSize.placeholder": " Enter pet size category",
|
|
|
+ "register.sexNeutered": "Sex Neutered",
|
|
|
+ "register.sexNeutered.placeholder": "Enter sex neutered",
|
|
|
+ "register.sexNeutered.altered": "Altered",
|
|
|
+ "register.sexNeutered.unaltered": "Unaltered",
|
|
|
+ "register.chipNumber": "Chip Number",
|
|
|
+ "register.chipNumber.placeholder": "Enter chip number",
|
|
|
+ "register.variety": "Variety",
|
|
|
+ "register.variety.placeholder": "Enter variety",
|
|
|
+ "register.patientType": "Patient Type",
|
|
|
+ "register.patientType.placeholder": "Enter patient type",
|
|
|
+ "register.operatorId": "Operator ID",
|
|
|
+ "register.operatorId.placeholder": "Enter operator ID",
|
|
|
+ "register.modality": "Modality",
|
|
|
+ "register.modality.placeholder": "Enter modality",
|
|
|
+ "register.thickness": "Thickness",
|
|
|
+ "register.studyType": "Study Type",
|
|
|
+ "register.studyType.placeholder": "Enter study type",
|
|
|
+ "register.comment": "Comment",
|
|
|
+ "register.comment.placeholder": "Enter comment",
|
|
|
+ "worklistTable.StudyInstanceUID": "Study Instance UID",
|
|
|
+ "worklistTable.StudyID": "Study ID",
|
|
|
+ "worklistTable.SpecificCharacterSet": "Specific Character Set",
|
|
|
+ "worklistTable.AccessionNumber": "Accession Number",
|
|
|
+ "worklistTable.PatientID": "Patient ID",
|
|
|
+ "worklistTable.PatientName": "Patient Name",
|
|
|
+ "worklistTable.DisplayPatientName": "Display Patient Name",
|
|
|
+ "worklistTable.PatientSize": "Patient Size",
|
|
|
+ "worklistTable.PatientAge": "Patient Age",
|
|
|
+ "worklistTable.PatientSex": "Patient Sex",
|
|
|
+ "worklistTable.AdmittingTime": "Admitting Time",
|
|
|
+ "worklistTable.RegSource": "Registration Source",
|
|
|
+ "worklistTable.StudyStatus": "Study Status",
|
|
|
+ "worklistTable.RequestedProcedureID": "Requested Procedure ID",
|
|
|
+ "worklistTable.PerformedProtocolCodeValue": "Performed Protocol Code Value",
|
|
|
+ "worklistTable.PerformedProtocolCodeMeaning": "Performed Protocol Code Meaning",
|
|
|
+ "worklistTable.PerformedProcedureStepID": "Performed Procedure Step ID",
|
|
|
+ "worklistTable.StudyDescription": "Study Description",
|
|
|
+ "worklistTable.StudyStartDatetime": "Study Start DateTime",
|
|
|
+ "worklistTable.ScheduledProcedureStepStartDate": "Scheduled Procedure Step Start Date",
|
|
|
+ "worklistTable.StudyLock": "Study Lock",
|
|
|
+ "worklistTable.OperatorID": "Operator ID",
|
|
|
+ "worklistTable.Modality": "Modality",
|
|
|
+ "worklistTable.Views": "Views",
|
|
|
+ "worklistTable.Thickness": "Thickness",
|
|
|
+ "worklistTable.PatientType": "Patient Type",
|
|
|
+ "worklistTable.StudyType": "Study Type",
|
|
|
+ "worklistTable.QRCode": "QR Code",
|
|
|
+ "worklistTable.IsExported": "Is Exported",
|
|
|
+ "worklistTable.IsEdited": "Is Edited",
|
|
|
+ "worklistTable.WorkRef": "Work Reference",
|
|
|
+ "worklistTable.IsAppended": "Is Appended",
|
|
|
+ "worklistTable.CreationTime": "Creation Time",
|
|
|
+ "worklistTable.MappedStatus": "Mapped Status",
|
|
|
+ "worklistTable.IsDelete": "Is Deleted",
|
|
|
+ "register.cat": "Cat",
|
|
|
+ "register.dog": "Dog",
|
|
|
+ "register.equine": "Equine",
|
|
|
+ "register.lizard": "Lizard",
|
|
|
+ "register.rabbit": "Rabbit",
|
|
|
+ "register.snake": "Snake",
|
|
|
+ "register.turtle": "Turtle",
|
|
|
+ "register.gnawer": "Rodent",
|
|
|
+ "login.username": "Username",
|
|
|
+ "login.username.placeholder": "Enter username",
|
|
|
+ "login.username.required": "Please enter username",
|
|
|
+ "login.password": "Password",
|
|
|
+ "login.password.placeholder": "Enter password",
|
|
|
+ "login.password.required": "Please enter password",
|
|
|
+ "login.submit": "Login",
|
|
|
+ "login.emergency": "Emergency",
|
|
|
+ "login.success": "Login successful",
|
|
|
+ "login.failed": "Login failed",
|
|
|
+ "login.failedDetail": ", details: ",
|
|
|
+ "login.networkError": ", network error: ",
|
|
|
+ "login.unknownError": "Unknown error",
|
|
|
+ "login.emergency.success": "Emergency mode activated successfully",
|
|
|
+ "login.emergency.failed": "Emergency operation failed: ",
|
|
|
+ "nav.config": "config",
|
|
|
+ "nav.logout": "Logout",
|
|
|
+ "register.filter.protocol": "Protocol",
|
|
|
+ "register.filter.view": "View",
|
|
|
+ "register.register": "Register",
|
|
|
+ "register.exam": "Exam",
|
|
|
+ "register.no.views": "No selectable views available",
|
|
|
+ "state.quota": "quota",
|
|
|
+ "exam.close.aec": "close AEC",
|
|
|
+ "exam.open.aec": "open AEC",
|
|
|
+ "exam.thinkness": "thinkness",
|
|
|
+ "exam.exposure.mode": "exposure mode"
|
|
|
};
|