diff --git a/src/components/Logo/Logo.tsx b/src/components/Logo/Logo.tsx index 53f65b6..6005307 100644 --- a/src/components/Logo/Logo.tsx +++ b/src/components/Logo/Logo.tsx @@ -9,366 +9,28 @@ const Logo: React.FC = ({ width, height }) => { width={width} height={height} viewBox="0 0 600 160" + fill="none" xmlns="http://www.w3.org/2000/svg" > - - diff --git a/src/components/Logo/Logo_Beria.tsx b/src/components/Logo/Logo_Beria.tsx new file mode 100644 index 0000000..53f65b6 --- /dev/null +++ b/src/components/Logo/Logo_Beria.tsx @@ -0,0 +1,382 @@ +interface Props { + width?: number; + height?: number; +} + +const Logo: React.FC = ({ width, height }) => { + return ( + + + + + + + + {/* */} + {/* + */} + + + + + + + + ); +}; + +export default Logo; diff --git a/src/i18n/zh/Invoice.json b/src/i18n/zh/Invoice.json index ee55a9a..ff2a5b1 100644 --- a/src/i18n/zh/Invoice.json +++ b/src/i18n/zh/Invoice.json @@ -1,12 +1,13 @@ { + "Invoice": "發票", "Invoice No": "發票編號", "Project Code": "項目代碼", "Stage": "階段", "Project Name": "項目名稱", - "Issue Date": "發行日期", - "Issue Date To": "發行日期", - "Settle Date": "结算日期", - "Settle Date To": "结算日期", + "Issue Date": "發行日期從", + "Issue Date To": "發行日期至", + "Settle Date": "结算日期從", + "Settle Date To": "结算日期至", "Import Fail": "匯入失敗", "Please fill the mandatory field at Row": "請填寫必須填寫字段", "Please check the corresponding project code": "請檢查項目代碼",