- 자동으로 안 채움: 임도기술교본 6-4 「설계도서에 명시되어 있는 높이와 폭」(브레인 판정) - 칸·근거 줄·단추 묶음을 B08_Quantity_UI_Side_BenchCut.ts 로 뺌(페이지 700줄 넘음) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BW6Jdsh18WPtYUR6THZJqn
20 lines
995 B
TypeScript
20 lines
995 B
TypeScript
/* =============================================================================
|
|
* ui_template_locale_b4.ts
|
|
* B09 원가계산서·제비율 요율표 탭 사전 (랩탑 메인 벌 · 2026-09-14 브레인 배정)
|
|
*
|
|
* b2 가 700줄을 넘어 벌을 나눔 — b3 은 랩탑_서브(내역서·일위대가·단가산출근거) 벌.
|
|
* 형식: 키 → [한국어, 영어].
|
|
* ========================================================================== */
|
|
|
|
export const ui_locales_b4 = {
|
|
B09_Estimation_Tab_RateTable: ["제비율 요율표", "Overhead Rate Table"],
|
|
B09_Estimation_Tab_Contract: ["계약내역", "Contract Bill"],
|
|
B09_Estimation_Tab_Execution: ["실행예산", "Execution Budget"],
|
|
B09_Estimation_Tab_Progress: ["기성", "Progress Payment"],
|
|
B09_Estimation_Tab_Completion: ["준공", "Completion"],
|
|
B08_Quantity_Side_BenchCut_Fill: [
|
|
"제안값 넣기 — KDS 표준치수 토사 0.5 m",
|
|
"Insert suggested value — KDS standard soil 0.5 m",
|
|
],
|
|
} as const;
|