260710_0
This commit is contained in:
@@ -544,6 +544,14 @@ export const ui_locales = {
|
||||
B03_File_Error_Size: ["파일 크기 제한을 초과했습니다.", "File size limit exceeded."],
|
||||
B03_File_Upload_Success: ["입력 파일 업로드를 완료했습니다.", "Input files uploaded."],
|
||||
B03_File_Upload_Failed: ["파일 업로드에 실패했습니다.", "File upload failed."],
|
||||
B03_File_Analysis_InProgress: [
|
||||
"WF1 분석이 백그라운드에서 진행 중입니다. 완료되면 자동으로 이동합니다.",
|
||||
"WF1 analysis is running in the background. You will move automatically when it completes.",
|
||||
],
|
||||
B03_File_Analysis_StillRunning: [
|
||||
"분석이 계속 진행 중입니다. 잠시 후 다시 확인하세요.",
|
||||
"Analysis is still running. Check again shortly.",
|
||||
],
|
||||
B03_File_Result_Path: ["저장 경로", "Stored path"],
|
||||
B03_File_Group_Required: ["필수 파일", "Required files"],
|
||||
B03_File_Group_Optional: ["선택 파일", "Optional files"],
|
||||
@@ -574,6 +582,7 @@ export const ui_locales = {
|
||||
B03_File_Status_Completed: ["완료", "Completed"],
|
||||
B03_File_Status_Failed: ["실패", "Failed"],
|
||||
B03_File_Status_Detected: ["중단된 업로드 감지", "Paused upload detected"],
|
||||
B03_File_Restore_State: ["저장된 업로드/분석 상태 복구", "Restored upload/analysis state"],
|
||||
B03_File_Resume_Button: ["업로드 재개", "Resume upload"],
|
||||
B03_File_New_Button: ["새 파일로 시작", "Start new file"],
|
||||
B03_File_ServiceWorker_Ready: [
|
||||
@@ -594,6 +603,20 @@ export const ui_locales = {
|
||||
B04_Surface_Field_Force: ["기존 결과 무시하고 재계산", "Force recompute"],
|
||||
B04_Surface_Btn_Analyze: ["지표면 분석 실행", "Run Surface Analysis"],
|
||||
B04_Surface_Btn_Refresh: ["목록 새로고침", "Refresh"],
|
||||
B04_Surface_InputFiles: ["입력 포인트클라우드", "Input point cloud"],
|
||||
B04_Surface_InputFiles_Empty: [
|
||||
"분석 가능한 LAS/LAZ 파일이 없습니다.",
|
||||
"No LAS/LAZ file is available.",
|
||||
],
|
||||
B04_Surface_Input_FileName: ["파일명", "File name"],
|
||||
B04_Surface_Input_Crs: ["좌표계", "CRS"],
|
||||
B04_Surface_Input_Size: ["크기(MB)", "Size (MB)"],
|
||||
B04_Surface_PointCloud_Title: ["포인트클라우드 미리보기", "Point cloud preview"],
|
||||
B04_Surface_Status_Unknown: ["상태 미확인", "Unknown"],
|
||||
B04_Surface_GroundStats_Title: ["지면 필터 통계", "Ground filter stats"],
|
||||
B04_Surface_GroundStats_Empty: ["표시할 지면 통계가 없습니다.", "No ground stats to display."],
|
||||
B04_Surface_GroundStats_Filter: ["필터", "Filter"],
|
||||
B04_Surface_GroundStats_SourcePoints: ["지면 포인트", "Ground points"],
|
||||
B04_Surface_Result_Title: ["생성된 지표면 모델", "Generated Surface Models"],
|
||||
B04_Surface_Result_Empty: [
|
||||
"아직 생성된 지표면 모델이 없습니다.",
|
||||
|
||||
Reference in New Issue
Block a user