21 lines
1.0 KiB
TypeScript
21 lines
1.0 KiB
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"],
|
|
B09_Estimation_Tab_MaterialPrices: ["자재 단가", "Material Prices"],
|
|
B08_Quantity_Side_BenchCut_Fill: [
|
|
"제안값 넣기 — KDS 표준치수 토사 0.5 m",
|
|
"Insert suggested value — KDS standard soil 0.5 m",
|
|
],
|
|
} as const;
|