|
@@ -67,6 +67,7 @@ export default {
|
|
|
authorityNameRequire: "Please input authority name",
|
|
|
uniqueCodeRequire: "Please input unique code",
|
|
|
frontAuthority: "Front Authority",
|
|
|
+ selectItem: "Please select the menu on the left to operate",
|
|
|
},
|
|
|
dialogBox: {
|
|
|
confirmWarningText:"Confirm whether to ",
|
|
@@ -96,11 +97,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",
|
|
@@ -112,36 +113,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",
|