国际化修改
parent
e33476d283
commit
58f40ad032
|
@ -446,7 +446,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||||
var files = Directory.GetFiles(folderPath);
|
var files = Directory.GetFiles(folderPath);
|
||||||
|
|
||||||
// 创建一个唯一的ZIP文件名
|
// 创建一个唯一的ZIP文件名
|
||||||
var zipFileName = $"archive_{DateTime.Now:yyyyMMddHHmmss}.zip";
|
var zipFileName = $"Image_Compressed_{DateTime.Now:yyyyMMddHHmmss}.zip";
|
||||||
|
|
||||||
var tempStoreFolder = Path.Combine(FileStoreHelper.GetIRaCISRootDataFolder(_hostEnvironment), StaticData.Folder.TempFileFolder);
|
var tempStoreFolder = Path.Combine(FileStoreHelper.GetIRaCISRootDataFolder(_hostEnvironment), StaticData.Folder.TempFileFolder);
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"TrialService_OnlyInInitOrProgress": "Operations are allowed only when the project status is Ongoing.",
|
"TrialService_OnlyInInitOrProgress": "Operations are allowed only when the project status is Ongoing.",
|
||||||
"TrialService_ExistPN": "The same Project ID already exists",
|
"TrialService_ExistPN": "The same Project ID already exists",
|
||||||
|
|
||||||
"SubjectService_ExistSubjectCode": "A patient with the relevant patient ID already exists.",
|
"SubjectService_ExistSubjectCode": "Same patient ID has already existed.",
|
||||||
"SubjectService_ExistImage": "An image study has been uploaded for this patient, and the deletion of this patient is not allowed.",
|
"SubjectService_ExistImage": "An image study has been uploaded for this patient, and the deletion of this patient is not allowed.",
|
||||||
|
|
||||||
"SubjectVisitServiece_ExistOtherInCurrent": "In the patient's study batch, there is an unplanned study batch after the previous study, please re-select the previous study.",
|
"SubjectVisitServiece_ExistOtherInCurrent": "In the patient's study batch, there is an unplanned study batch after the previous study, please re-select the previous study.",
|
||||||
|
|
Loading…
Reference in New Issue