|
|
|
|
@ -329,6 +329,39 @@ export default {
|
|
|
|
|
validatorIsEnableRequired: 'Enabled status is required',
|
|
|
|
|
validatorJudgmentCriteriaRequired: 'Judgment criteria is required'
|
|
|
|
|
},
|
|
|
|
|
moldInspectionPlan: {
|
|
|
|
|
moduleName: 'Inspection Plan',
|
|
|
|
|
subTitle: 'Mold management inspection plan',
|
|
|
|
|
detailTitle: 'Inspection Plan Detail',
|
|
|
|
|
basicInfo: 'Basic Info',
|
|
|
|
|
planName: 'Plan Name',
|
|
|
|
|
planType: 'Plan Type',
|
|
|
|
|
planTypeMaintain: 'Maintenance',
|
|
|
|
|
planTypeInspect: 'Inspection',
|
|
|
|
|
description: 'Description',
|
|
|
|
|
subjectName: 'Inspection Items',
|
|
|
|
|
creatorName: 'Creator',
|
|
|
|
|
createTime: 'Created At',
|
|
|
|
|
updateTime: 'Updated At',
|
|
|
|
|
searchPlaceholder: 'Enter plan name',
|
|
|
|
|
createTitle: 'Create Inspection Plan',
|
|
|
|
|
editTitle: 'Edit Inspection Plan',
|
|
|
|
|
empty: 'No inspection plan data',
|
|
|
|
|
loadEditFailed: 'Failed to load edit data',
|
|
|
|
|
confirmDelete: 'Confirm delete this inspection plan?',
|
|
|
|
|
placeholderPlanName: 'Enter plan name',
|
|
|
|
|
placeholderPlanType: 'Select plan type',
|
|
|
|
|
placeholderDescription: 'Enter description',
|
|
|
|
|
placeholderSubjectSelect: 'Select inspection items',
|
|
|
|
|
subjectSelectTitle: 'Select Inspection Items',
|
|
|
|
|
noSubjectData: 'No inspection items',
|
|
|
|
|
validatorPlanNameRequired: 'Plan name is required',
|
|
|
|
|
validatorPlanTypeRequired: 'Plan type is required',
|
|
|
|
|
subjectListTitle: 'Related Inspection Items',
|
|
|
|
|
subjectCode: 'Item Code',
|
|
|
|
|
inspectionMethod: 'Inspection Method',
|
|
|
|
|
judgmentCriteria: 'Judgment Criteria'
|
|
|
|
|
},
|
|
|
|
|
mine: {
|
|
|
|
|
clickLogin: 'Tap to sign in',
|
|
|
|
|
username: 'Username: {name}',
|
|
|
|
|
|