diff --git a/IRaCIS.Core.Application/Resources/en-US.json b/IRaCIS.Core.Application/Resources/en-US.json index 9c782866..d2305efb 100644 --- a/IRaCIS.Core.Application/Resources/en-US.json +++ b/IRaCIS.Core.Application/Resources/en-US.json @@ -197,14 +197,14 @@ "ReadingGlobal_NotGlobal": "System call error. The current read is not a global review read.", //ReadingImageTaskService "ReadingImage_NotVisit": "System call error. The current read is not a timepoint read.", - "ReadingImage_CantSplit": "The current read is a baseline read, and lesion split is allowed.", + "ReadingImage_CantSplit": "The current read is a baseline read, and lesion split is not allowed.", "ReadingImage_BeSigned": "The current read has already been signed off. Please do not submit it again.", "ReadingImage_Beinvalid": "The current read has already been invalidated, and reading is not allowed anymore.", "ReadingImage_NotaTask": "The coalesced lesions are not from the same timepoint. ", "ReadingImage_DeleteError": "Other lesions have split from or coalesced into the current lesion. Deletion failed.", "ReadingImage_Idnotcorrespond": "Failed to add the lesion mark. The Instance ID and Series ID of the image do not match.", - "ReadingImage_IsLymphNotbigger": "", - "ReadingImage_NotLymphNotbigger": "", + "ReadingImage_IsLymphNotbigger": "The short diameter of this nodal non-target lesion on the current visit is smaller than the value on the previous visit, and the state cannot be set to \"Unequivocal progression\".", + "ReadingImage_NotLymphNotbigger": "The long diameter of this non-nodal non-target lesion on the current visit is smaller than the value on the previous visit, and the state cannot be set to \"Unequivocal progression\".", "ReadingImage_Twice": "System call error. Questions & answers submitted are duplicated.", "ReadingImage_MaxQuestion": "According to the imaging charter, the number of the current type of lesion cannot exceed {0}.", "ReadingImage_Maxlesion": "According to the imaging charter, the number of target lesions in the same organ cannot exceed {0}. Please confirm.", @@ -257,6 +257,7 @@ + } diff --git a/后端提示语.xlsx b/后端提示语.xlsx index 425aeb4d..decfcde8 100644 Binary files a/后端提示语.xlsx and b/后端提示语.xlsx differ