|
611 | 611 | "requirementAssessments": "Requirement assessments", |
612 | 612 | "deleteModalTitle": "Delete", |
613 | 613 | "deleteModalMessage": "Are you sure you want to delete the following object: {name}?", |
614 | | - "cascadeDeleteWarning": "Warning: Deleting this will also permanently delete {count} related object(s):", |
615 | 614 | "deleteUserMessage": "Are you sure you want to delete the following user: {name}?", |
616 | 615 | "download": "Download", |
617 | 616 | "loading": "Loading", |
|
2851 | 2850 | "occurrenceDueDate": "Occurrence due date", |
2852 | 2851 | "relatedTo": "Related to", |
2853 | 2852 | "legacyEvidenceField": "Legacy Evidence", |
2854 | | - "errorFetching": "Unable to load cascade information. Please try again.", |
2855 | | - "nothingToDelete": "Nothing else will be deleted.", |
2856 | | - "cascadeAffectedNotice": [ |
2857 | | - { |
2858 | | - "declarations": ["input count", "local countPlural = count: plural"], |
2859 | | - "selectors": ["count", "countPlural"], |
2860 | | - "match": { |
2861 | | - "count=0": "No other objects will be impacted.", |
2862 | | - "countPlural=one": "{count} related object will not be deleted but will lose one or more relationships.", |
2863 | | - "countPlural=other": "{count} related objects will not be deleted but will lose one or more relationships." |
2864 | | - } |
2865 | | - } |
2866 | | - ], |
2867 | | - "cascadeAffectedHint": "The items below remain in the system but their links to this object will be removed.", |
2868 | 2853 | "yearlyTasksReview": "Aggregated Tasks Review", |
2869 | 2854 | "startPeriod": "Start period", |
2870 | 2855 | "endPeriod": "End period", |
|
2919 | 2904 | "deleteQuantitativeRiskStudy": "Delete risk quantification study", |
2920 | 2905 | "viewQuantitativeRiskStudy": "View risk quantification study", |
2921 | 2906 | "dueDateUpdatedSuccessfully": "Due date updated successfully", |
2922 | | - "taskScheduleInfo": "Past occurences are protected from schedule changes. Only upcoming tasks will be recalculated." |
| 2907 | + "taskScheduleInfo": "Past occurences are protected from schedule changes. Only upcoming tasks will be recalculated.", |
| 2908 | + "cascadeDeleteWarning": "Warning: Deleting this will also permanently delete {count} related object(s):", |
| 2909 | + "errorFetching": "Unable to load cascade information. Please try again.", |
| 2910 | + "cascadeAffectedNotice": [ |
| 2911 | + { |
| 2912 | + "declarations": ["input count", "local countPlural = count: plural"], |
| 2913 | + "selectors": ["count", "countPlural"], |
| 2914 | + "match": { |
| 2915 | + "count=0": "No other objects will be impacted.", |
| 2916 | + "countPlural=one": "{count} related object will not be deleted but will lose one or more relationships.", |
| 2917 | + "countPlural=other": "{count} related objects will not be deleted but will lose one or more relationships." |
| 2918 | + } |
| 2919 | + } |
| 2920 | + ], |
| 2921 | + "cascadeAffectedHint": "The items below remain in the system but their links to this object will be removed." |
2923 | 2922 | } |
0 commit comments