国际化修改

master
he 2024-10-21 11:02:32 +08:00
parent e33476d283
commit 58f40ad032
2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ namespace IRaCIS.Core.API.Controllers
var files = Directory.GetFiles(folderPath);
// 创建一个唯一的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);

View File

@ -5,7 +5,7 @@
"TrialService_OnlyInInitOrProgress": "Operations are allowed only when the project status is Ongoing.",
"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.",
"SubjectVisitServiece_ExistOtherInCurrent": "In the patient's study batch, there is an unplanned study batch after the previous study, please re-select the previous study.",