From 39a68cd6055d5aae32b9edde43ea9da4b11bdf5f Mon Sep 17 00:00:00 2001 From: helongjun Date: Tue, 9 Jan 2024 14:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Resources/en-US.json | 12 ++++++------ IRaCIS.Core.Application/Resources/zh-CN.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/IRaCIS.Core.Application/Resources/en-US.json b/IRaCIS.Core.Application/Resources/en-US.json index 9b0a1e4..6da990e 100644 --- a/IRaCIS.Core.Application/Resources/en-US.json +++ b/IRaCIS.Core.Application/Resources/en-US.json @@ -22,12 +22,12 @@ "Project_ExceptionContactDeveloper": "Your current operation failed, please contact the developer to check the system log for troubleshooting. ", //StudyService - "Study_VisitAfterVisitOverError": "The current study batch check time {0} cannot be later than the subject study over time {1} .Please check whether the check data is correct.", - "Study_VisitBeforePrevError": "The current study batch check time {0} cannot be earlier than the previous study batch check time {1}. Please check whether the check data is correct.", - "Study_VisitAfterSubseqError": "The current study batch check time {0} cannot be later than the study batch check time {1} .Please check whether the check data is correct.", - "Study_UploadArchiving": "Someone is currently uploading and archiving this study batch !", - "Study_VisitEndedNotAllowed": "Subject study batch is over, and uploading is not allowed!", - "Study_ImgAlreadyUploaded": "Uploading is not allowed above here.The current image study has already been uploaded to {1} of Subject {0}.", + "Study_VisitAfterVisitOverError": "The scan time {0}of current study batch cannot be later than the end time {1} of this patien's study.Please check whether the study data is correct.", + "Study_VisitBeforePrevError": "The scan time {0} of current study batch cannot be earlier than that {1} of the previous study batch. Please check whether the study data is correct.", + "Study_VisitAfterSubseqError": "The scan time {0} of current study batch cannot be later than the that {1} of the next study batch. Please check whether the study data is correct.", + "Study_UploadArchiving": "Someone is currently uploading and archiving the images of this study batch !", + "Study_VisitEndedNotAllowed": "The study of this patint is completed, and cannot upload images to this study batch!", + "Study_ImgAlreadyUploaded": "The current image study cannot upload to this study batch, because they have been already uploaded to {1} of Subject {0}.", "User_UsernameExist": "The user name already exists.", diff --git a/IRaCIS.Core.Application/Resources/zh-CN.json b/IRaCIS.Core.Application/Resources/zh-CN.json index f585057..773f083 100644 --- a/IRaCIS.Core.Application/Resources/zh-CN.json +++ b/IRaCIS.Core.Application/Resources/zh-CN.json @@ -26,8 +26,8 @@ "Study_VisitBeforePrevError": "当前检查批次检查时间{0}不能早于前序检查批次检查时间{1},请核对检查数据是否有误", "Study_VisitAfterSubseqError": "当前检查批次检查时间{0}不能晚于该检查批次之后的检查时间{1},请核对检查数据是否有误", "Study_UploadArchiving": "当前有人正在上传归档该检查!", - "Study_VisitEndedNotAllowed": "患者检查结束,不允许上传!", - "Study_ImgAlreadyUploaded": "此处不可以上传。当前影像检查已上传至受试者{0}的{1}", + "Study_VisitEndedNotAllowed": "患者检查已经结束,不允许上传!", + "Study_ImgAlreadyUploaded": "当前影像检查不可以上传给当前检查批次,因为它已上传至受试者{0}的{1}", "User_UsernameExist": "用户名已经存在。",