|
@@ -12,6 +12,8 @@ export default {
|
|
|
rejected: "Rejected",
|
|
|
version: "Version",
|
|
|
more: "More",
|
|
|
+ yes: "Yes",
|
|
|
+ no: "No",
|
|
|
login: {
|
|
|
slogan: 'High performance / delicate / grace',
|
|
|
describe: 'Vue3 + element plus based front-end solutions in the background.',
|
|
@@ -64,8 +66,29 @@ export default {
|
|
|
authorityName: "Authority Name",
|
|
|
uniqueCode: "Unique Code",
|
|
|
uniqueCodeTip: "The system is unique and cannot be repeated, otherwise the permission will be invalid.",
|
|
|
+ userStatus: "User Status",
|
|
|
+ authenticationState: "Authentication State",
|
|
|
+ userStatusPlaceholder: "Please Choose User Status",
|
|
|
+ nonactivated: "Nonactivated",
|
|
|
authorityNameRequire: "Please input authority name",
|
|
|
uniqueCodeRequire: "Please input unique code",
|
|
|
+ frontAuthority: "Front Authority",
|
|
|
+ selectItem: "Please select the menu on the left to operate",
|
|
|
+ activated: "Activated",
|
|
|
+ uncertified: "Uncertified",
|
|
|
+ waitcertified: "Wait Certified",
|
|
|
+ rejected: "Rejected",
|
|
|
+ certified: "Certified",
|
|
|
+ registerTime: "Register Time",
|
|
|
+ certificationAudit: "Certification audit",
|
|
|
+ rejectReason: "Reject Reason",
|
|
|
+ inputRejectReason: "Input RejectReason",
|
|
|
+ rejectReasonRequired: "RejectReason Required",
|
|
|
+ auditText: "Approved or not",
|
|
|
+ doctorLicense: "Doctor's license",
|
|
|
+ cardFront: "Card Front",
|
|
|
+ cardreverse: "Card Reverse",
|
|
|
+ applyRoleName: "Apply Role",
|
|
|
},
|
|
|
dialogBox: {
|
|
|
confirmWarningText:"Confirm whether to ",
|
|
@@ -95,11 +118,11 @@ export default {
|
|
|
description: "Description"
|
|
|
},
|
|
|
admin: {
|
|
|
- AssignAdmin: "Assign Admin",
|
|
|
- PleaseInputAdminName: "Please input name",
|
|
|
- AccountName: "Account Name",
|
|
|
- FullName: "User Name",
|
|
|
- RoleName: "Role Name",
|
|
|
+ assignAdmin: "Assign Admin",
|
|
|
+ pleaseInputAdminName: "Please input name",
|
|
|
+ accountName: "Account Name",
|
|
|
+ fullName: "User Name",
|
|
|
+ roleName: "Role Name",
|
|
|
adminQueryTypeOption0: "Account Name",
|
|
|
adminQueryTypeOption1: "User Name",
|
|
|
adminRoleQuery: "Admin Role",
|
|
@@ -111,36 +134,36 @@ export default {
|
|
|
assignRole: "assign Role"
|
|
|
},
|
|
|
organization: {
|
|
|
- OrganizationName: "Organization Name",
|
|
|
- OrganizationLogo: "Organization Logo",
|
|
|
- OrganizationState: "Audit State",
|
|
|
- OrganizationState0: "WaitAudit",
|
|
|
- OrganizationState1: "Audited",
|
|
|
- OrganizationState2: "Rejected",
|
|
|
- WaitAudit: "WaitAudit",
|
|
|
- Audited: "Audited",
|
|
|
- Rejected: "Rejected",
|
|
|
- CountryName: "Country",
|
|
|
- ProvinceName: "Province",
|
|
|
- CityName: "City",
|
|
|
- PatientType: "Patient Type",
|
|
|
- PatientType0: "Person",
|
|
|
- PatientType1: "Animal",
|
|
|
- AdminFullName: "Admin Name",
|
|
|
- DirectorName: "Organization Director",
|
|
|
- QueryType0: "Organization Name",
|
|
|
- QueryType1: "Admin Name",
|
|
|
- AssignAdmin: "Assign Admin",
|
|
|
- ConfirmDelete: "Are You Sure To Del This Organization ?",
|
|
|
- ConfirmDelete2: "There has users or devices in the current organization. Are you sure to delete this Organization?",
|
|
|
- FrontOrganization: "Front Organization",
|
|
|
- ApproveOrgMsg: "Are You Sure To Approve This Organization?",
|
|
|
- OrgNameRequire: "Please input Organization Name",
|
|
|
- PatientTypeRequire: "Please choose patient type",
|
|
|
- UploadLogo: "Upload Logo",
|
|
|
- SetDirector: "Set Director",
|
|
|
- Setting0: "Patient Setting",
|
|
|
- Setting1: "Exam Setting",
|
|
|
+ organizationName: "Organization Name",
|
|
|
+ organizationLogo: "Organization Logo",
|
|
|
+ organizationState: "Audit State",
|
|
|
+ organizationState0: "WaitAudit",
|
|
|
+ organizationState1: "Audited",
|
|
|
+ organizationState2: "Rejected",
|
|
|
+ waitAudit: "WaitAudit",
|
|
|
+ audited: "Audited",
|
|
|
+ rejected: "Rejected",
|
|
|
+ countryName: "Country",
|
|
|
+ provinceName: "Province",
|
|
|
+ cityName: "City",
|
|
|
+ patientType: "Patient Type",
|
|
|
+ patientType0: "Person",
|
|
|
+ patientType1: "Animal",
|
|
|
+ adminFullName: "Admin Name",
|
|
|
+ directorName: "Organization Director",
|
|
|
+ queryType0: "Organization Name",
|
|
|
+ queryType1: "Admin Name",
|
|
|
+ assignAdmin: "Assign Admin",
|
|
|
+ confirmDelete: "Are You Sure To Del This Organization ?",
|
|
|
+ confirmDelete2: "There has users or devices in the current organization. Are you sure to delete this Organization?",
|
|
|
+ frontOrganization: "Front Organization",
|
|
|
+ approveOrgMsg: "Are You Sure To Approve This Organization?",
|
|
|
+ orgNameRequire: "Please input Organization Name",
|
|
|
+ patientTypeRequire: "Please choose patient type",
|
|
|
+ uploadLogo: "Upload Logo",
|
|
|
+ setDirector: "Set Director",
|
|
|
+ setting0: "Patient Setting",
|
|
|
+ setting1: "Exam Setting",
|
|
|
},
|
|
|
menu: {
|
|
|
home: "Home Page",
|