영문화완료
This commit is contained in:
		| @@ -294,7 +294,7 @@ namespace Project.Dialog | ||||
|             #region "Check iNput Data" | ||||
|             if (tbSID.Text.isEmpty()) | ||||
|             { | ||||
|                 UTIL.MsgE("SID 가 입력되지 않았습니다"); | ||||
|                 UTIL.MsgE("SID was not entered"); | ||||
|                 tbSID.Focus(); | ||||
|                 return; | ||||
|             } | ||||
| @@ -351,7 +351,7 @@ namespace Project.Dialog | ||||
|                         //SID변환기능이 동작한상태에서는 변환된 SID정보를 저장하지 않는다 230510 | ||||
|                         if (VAR.BOOL[eVarBool.Opt_SIDConvert]) | ||||
|                         { | ||||
|                             PUB.log.AddAT($"SID변환기능사용으로인해 SID정보는 업데이트하지 않습니다"); | ||||
|                             PUB.log.AddAT($"SID information is not updated due to the use of SID conversion function"); | ||||
|                         } | ||||
|                         else columns.Add("SID", tbSID.Text); | ||||
|                     } | ||||
| @@ -444,7 +444,7 @@ namespace Project.Dialog | ||||
|  | ||||
|                 var dlgMsg = $"다음 값을 서버(SID정보)에 저장 하시겠습니까?\n"; | ||||
|                 foreach (var item in UpdateTarget) | ||||
|                     dlgMsg += $"항목:{item.Key} => {item.Value}\n"; | ||||
|                     dlgMsg += $"Item:{item.Key} => {item.Value}\n"; | ||||
|  | ||||
|                 var dlg = UTIL.MsgQ(dlgMsg); | ||||
|                 if (dlg == DialogResult.Yes) | ||||
| @@ -459,13 +459,13 @@ namespace Project.Dialog | ||||
|                     if (cnt < 1) | ||||
|                     { | ||||
|                         PUB.log.AddAT("SQL=" + CSQL); | ||||
|                         UTIL.MsgE($"대상 릴 정보가 없어 정보를 업데이트 할 수 없습니다\n" + whke); | ||||
|                         UTIL.MsgE($"Cannot update information because there is no target reel information\n" + whke); | ||||
|                     } | ||||
|                     else if (cnt > 1) | ||||
|                     { | ||||
|  | ||||
|                         PUB.log.AddAT("SQL=" + CSQL); | ||||
|                         UTIL.MsgE($"대상 릴 정보가 복수로({cnt}건) 존재하여 정보를 업데이트 할 수 없습니다\n" + whke); | ||||
|                         UTIL.MsgE($"Multiple target reel information({cnt} records) exists, cannot update information\n" + whke); | ||||
|                     } | ||||
|                     else | ||||
|                     { | ||||
| @@ -494,7 +494,7 @@ namespace Project.Dialog | ||||
|  | ||||
|                 var dlgMsg = $"다음 값을 서버에 저장 하시겠습니까?\n"; | ||||
|                 foreach (var item in InsertTarget) | ||||
|                     dlgMsg += $"항목:{item.Key} => {item.Value}\n"; | ||||
|                     dlgMsg += $"Item:{item.Key} => {item.Value}\n"; | ||||
|  | ||||
|                 var dlg = UTIL.MsgQ(dlgMsg); | ||||
|                 if (dlg == DialogResult.Yes) | ||||
| @@ -586,7 +586,7 @@ namespace Project.Dialog | ||||
|             { | ||||
|                 var dlgMsg = $"다음 값을 EED서버(SID정보)에 저장 하시겠습니까?\n"; | ||||
|                 foreach (var item in UpdateTarget) | ||||
|                     dlgMsg += $"항목:{item.Key} => {item.Value}\n"; | ||||
|                     dlgMsg += $"Item:{item.Key} => {item.Value}\n"; | ||||
|  | ||||
|                 var dlg = UTIL.MsgQ(dlgMsg); | ||||
|                 if (dlg == DialogResult.Yes) | ||||
| @@ -600,13 +600,13 @@ namespace Project.Dialog | ||||
|                     if (cnt < 1) | ||||
|                     { | ||||
|                         PUB.log.AddAT("SQL=" + CSQL); | ||||
|                         UTIL.MsgE($"대상 릴 정보가 없어 정보를 업데이트 할 수 없습니다\n" + whke); | ||||
|                         UTIL.MsgE($"Cannot update information because there is no target reel information\n" + whke); | ||||
|                     } | ||||
|                     else if (cnt > 1) | ||||
|                     { | ||||
|  | ||||
|                         PUB.log.AddAT("SQL=" + CSQL); | ||||
|                         UTIL.MsgE($"대상 릴 정보가 복수로({cnt}건) 존재하여 정보를 업데이트 할 수 없습니다\n" + whke); | ||||
|                         UTIL.MsgE($"Multiple target reel information({cnt} records) exists, cannot update information\n" + whke); | ||||
|                     } | ||||
|                     else | ||||
|                     { | ||||
| @@ -634,7 +634,7 @@ namespace Project.Dialog | ||||
|             { | ||||
|                 var dlgMsg = $"다음 값을 EED서버에 저장 하시겠습니까?\n"; | ||||
|                 foreach (var item in InsertTarget) | ||||
|                     dlgMsg += $"항목:{item.Key} => {item.Value}\n"; | ||||
|                     dlgMsg += $"Item:{item.Key} => {item.Value}\n"; | ||||
|  | ||||
|                 var dlg = UTIL.MsgQ(dlgMsg); | ||||
|                 if (dlg == DialogResult.Yes) | ||||
| @@ -728,7 +728,7 @@ namespace Project.Dialog | ||||
|  | ||||
|                 var dlgMsg = $"다음 SID변환값을 서버에 업데이트 하시겠습니까?\n"; | ||||
|                 foreach (var item in UpdateTarget) | ||||
|                     dlgMsg += $"항목:{item.Key} => {item.Value}\n"; | ||||
|                     dlgMsg += $"Item:{item.Key} => {item.Value}\n"; | ||||
|  | ||||
|                 var dlg = UTIL.MsgQ(dlgMsg); | ||||
|                 if (dlg == DialogResult.Yes) | ||||
| @@ -743,13 +743,13 @@ namespace Project.Dialog | ||||
|                     if (cnt < 1) | ||||
|                     { | ||||
|                         PUB.log.AddAT("SQL=" + CSQL); | ||||
|                         UTIL.MsgE($"대상 릴 정보가 없어 변환정보를 업데이트 할 수 없습니다\n" + whke); | ||||
|                         UTIL.MsgE($"No target reel information exists, cannot update conversion information\n" + whke); | ||||
|                     } | ||||
|                     else if (cnt > 1) | ||||
|                     { | ||||
|  | ||||
|                         PUB.log.AddAT("SQL=" + CSQL); | ||||
|                         UTIL.MsgE($"대상 릴 변환정보가 복수로({cnt}건) 존재하여 정보를 업데이트 할 수 없습니다\n" + whke); | ||||
|                         UTIL.MsgE($"Multiple target reel conversion information({cnt} records) exists, cannot update information\n" + whke); | ||||
|                     } | ||||
|                     else | ||||
|                     { | ||||
| @@ -778,7 +778,7 @@ namespace Project.Dialog | ||||
|  | ||||
|                 var dlgMsg = $"다음 변환값을 서버에 추가 하시겠습니까?\n"; | ||||
|                 foreach (var item in InsertTarget) | ||||
|                     dlgMsg += $"항목:{item.Key} => {item.Value}\n"; | ||||
|                     dlgMsg += $"Item:{item.Key} => {item.Value}\n"; | ||||
|  | ||||
|  | ||||
|                 var dlg = UTIL.MsgQ(dlgMsg); | ||||
| @@ -820,7 +820,7 @@ namespace Project.Dialog | ||||
|             if (tbPart.Text.isEmpty()) tbPart.Text = "N/A"; | ||||
|             else | ||||
|             { | ||||
|                 var dlg = UTIL.MsgQ("현재 Part No 값을 N/A로 변경 할까요?"); | ||||
|                 var dlg = UTIL.MsgQ("Would you like to change the current Part No value to N/A?"); | ||||
|                 if (dlg == DialogResult.Yes) tbPart.Text = "N/A"; | ||||
|             } | ||||
|         } | ||||
| @@ -832,7 +832,7 @@ namespace Project.Dialog | ||||
|             if (tbVName.Text.isEmpty()) tbVName.Text = "N/A"; | ||||
|             else | ||||
|             { | ||||
|                 var dlg = UTIL.MsgQ("현재 VenderName 값을 N/A로 변경 할까요?"); | ||||
|                 var dlg = UTIL.MsgQ("Would you like to change the current VenderName value to N/A?"); | ||||
|                 if (dlg == DialogResult.Yes) tbVName.Text = "N/A"; | ||||
|             } | ||||
|         } | ||||
| @@ -872,7 +872,7 @@ namespace Project.Dialog | ||||
|             var dr = drv.Row as dsWMS.VW_GET_MAX_QTY_VENDOR_LOTRow; | ||||
|             if (dr == null) return; | ||||
|  | ||||
|             var dlg = UTIL.MsgQ("선택항 항목의 값을 입력할까요?\n비어있는 값은 자동으로 입력하고 이미 존재하는 경우에는 사용자 확인을 합니다"); | ||||
|             var dlg = UTIL.MsgQ("Would you like to enter the values of the selected items?\nEmpty values will be entered automatically and user confirmation will be required for existing values"); | ||||
|             if (dlg != DialogResult.Yes) return; | ||||
|  | ||||
|             //SID값은 반드시 있다 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ChiKyun Kim
					ChiKyun Kim