This commit is contained in:
2026-07-25 13:56:46 +09:00
parent 3ba6c6a4c2
commit 6bbed32f35
7 changed files with 223 additions and 73 deletions
+18 -7
View File
@@ -806,10 +806,10 @@ export const ui_locales = {
B06_Design_Ground_Ripping: ["리핑암", "Ripping rock"],
B06_Design_Ground_Blasting: ["발파암", "Blasting rock"],
B06_Design_Mode_Legend: ["단면유형", "Section type"],
B06_Design_Mode_LeftCut: ["좌 절토", "Left cut"],
B06_Design_Mode_RightCut: ["우 절토", "Right cut"],
B06_Design_Mode_BothCut: ["양", "Both cut"],
B06_Design_Mode_BothFill: ["양", "Both fill"],
B06_Design_Mode_LeftCut: ["편측 성토", "One-side fill"],
B06_Design_Mode_RightCut: ["편측 성토", "One-side fill"],
B06_Design_Mode_BothCut: ["양측 절토", "Both cut"],
B06_Design_Mode_BothFill: ["양측 성토", "Both fill"],
B06_Design_Ditch_Legend: ["측구위치", "Ditch side"],
B06_Design_Ditch_Left: ["좌", "Left"],
B06_Design_Ditch_Right: ["우", "Right"],
@@ -829,9 +829,12 @@ export const ui_locales = {
B06_Design_Ditch_On: ["측구", "Ditch"],
B06_Design_Ditch_Off: ["측구", "Ditch"],
B06_Design_Disabled_BothCutOnly: [
"양절 단면에서만 선택할 수 있습니다.",
"Available only for both-cut sections.",
"양측 절토·양측 성토 단면에서만 경사 방향을 바꿀 수 있습니다.",
"Slope direction is adjustable only for both-cut and both-fill sections.",
],
B06_Design_More: ["더보기", "More"],
B06_Design_SlopeDir_Left: ["좌경사", "Slope left"],
B06_Design_SlopeDir_Right: ["우경사", "Slope right"],
B06_Design_Disabled_RockCut: [
"암(리핑/발파) 지반의 절토 단면에서만 사용할 수 있습니다.",
"Available only for rock ground with a cut section.",
@@ -880,10 +883,18 @@ export const ui_locales = {
"L-type ditch is chosen per cross-section drawing.",
],
B06_Std_Reset: ["기본값 복원", "Restore defaults"],
B06_Std_ApplyAll: ["전체 측점 반영", "Apply to all stations"],
B06_Std_ApplyAll_Success: [
"패널 설정을 전체 측점에 반영했습니다.",
"Applied panel settings to all stations.",
],
B06_Std_Load_Title: ["다른 프로젝트에서 불러오기", "Load from another project"],
B06_Std_Load_Select: ["프로젝트 선택", "Select project"],
B06_Std_Load_Placeholder: ["— 프로젝트 선택 —", "— Select a project —"],
B06_Std_Load_Empty: ["같은 회사에 불러올 설계값이 없습니다.", "No saved designs in your company."],
B06_Std_Load_Empty: [
"같은 회사에 불러올 설계값이 없습니다.",
"No saved designs in your company.",
],
B06_Std_Load_Loading: ["불러오는 중…", "Loading…"],
B06_Std_Load_Apply: ["현재 설정에 적용", "Apply to current settings"],
B06_Std_Load_Applied: ["적용되었습니다.", "Applied."],