Ver código fonte

update

master
cyril.tsui 2 meses atrás
pai
commit
bdc3c3f38b
2 arquivos alterados com 20 adições e 1 exclusões
  1. +1
    -1
      src/app/(main)/layout.tsx
  2. +19
    -0
      src/i18n/zh/common.json

+ 1
- 1
src/app/(main)/layout.tsx Ver arquivo

@@ -53,8 +53,8 @@ export default async function MainLayout({
<Stack spacing={2}>
<I18nProvider namespaces={["common"]}>
<Breadcrumb />
{children}
</I18nProvider>
{children}
</Stack>
</Box>
</>


+ 19
- 0
src/i18n/zh/common.json Ver arquivo

@@ -1,4 +1,23 @@
{
"Overview": "概述",
"Qc Item": "品質檢驗項目",
"Dashboard": "儀表板",
"Raw Material": "原料",
"Purchase Order": "採購訂單",
"Pick Order": "提料單",
"View item In-out And inventory Ledger": "存貨",
"Inventory": "存貨",
"Delivery": "送貨",
"Delivery Order": "送貨單",
"Scheduling": "生產計劃",
"Demand Forecast Setting": "粗排設定",
"Demand Forecast": "粗排",
"FG & Material Demand Forecast Detail": "成品 & 原料粗排細節",
"Detail Scheduling": "細排",
"FG Production Schedule": "成品生產計劃",
"Settings": "設定",
"Edit": "編輯",

"Search Criteria": "搜尋條件",
"All": "全部",
"No options": "沒有選項",


Carregando…
Cancelar
Salvar