Sfoglia il codice sorgente

update org dashboard i18n

master
jason.lam 1 anno fa
parent
commit
16ae558db4
4 ha cambiato i file con 39 aggiunte e 6 eliminazioni
  1. +18
    -6
      src/pages/dashboard/Public/index.js
  2. +7
    -0
      src/translations/en.json
  3. +7
    -0
      src/translations/zh-CN.json
  4. +7
    -0
      src/translations/zh-HK.json

+ 18
- 6
src/pages/dashboard/Public/index.js Vedi File

@@ -50,14 +50,22 @@ const DashboardDefault = () => {
<Stack direction="row" spacing={2}>
<AdsClickRoundedIcon />
<Stack direction="column" alignItems="start">
<Typography variant="h4" >提交公共啟事申請</Typography>
<Typography >提供你的啟事內容作排版,校對及計價。</Typography>
<Typography variant="h4" >
<FormattedMessage id="submitApplication" />
</Typography>
<Typography >
<FormattedMessage id="applicationSubheading" />
</Typography>
</Stack>
</Stack>
</Box>
<Stack direction="row" justifyContent="space-between" sx={{ pl: 2, pr: 2, pt: 2 }} >
<Typography variant="h4">公告</Typography>
<Button color="gray"><u>顯示所有公告</u></Button>
<Typography variant="h4">
<FormattedMessage id="announcement" />
</Typography>
<Button color="gray"><u>
<FormattedMessage id="viewAllAnnouncement" />
</u></Button>
</Stack>
<Box xs={12} md={12} sx={{ p: 1, border: '3px solid #eee', borderRadius: '10px' }} >
<Notice
@@ -66,8 +74,12 @@ const DashboardDefault = () => {
</Grid>
<Grid item xs={12} lg={5} sx={{ pt: 2 }} style={{ height: '100%' }}>
<Stack direction="row" justifyContent="space-between" sx={{ pl: 2, pr: 2, pt: 2 }} >
<Typography variant="h4">系統消息</Typography>
<Button color="gray"><u>顯示所有消息</u></Button>
<Typography variant="h4">
<FormattedMessage id="systemMessage" />
</Typography>
<Button color="gray"><u>
<FormattedMessage id="viewAllSystemMessage" />
</u></Button>
</Stack>
<Box xs={12} md={12} sx={{ p: 1, border: '3px solid #eee', borderRadius: '10px' }} >
<Message


+ 7
- 0
src/translations/en.json Vedi File

@@ -335,6 +335,13 @@
"active": "Active",
"primary": "Primary",

"submitApplication": "Submit public notice application",
"applicationSubheading": "Provide your advertisement content with formatting, proofreading and pricing.",
"announcement": "Announcement",
"viewAllAnnouncement": "Show all announcements",
"systemMessage": "System message",
"viewAllSystemMessage": "Show all messages",

"Dashboard": "Dashboard",
"event": "Event"
}

+ 7
- 0
src/translations/zh-CN.json Vedi File

@@ -334,6 +334,13 @@
"active": "生效中",
"primary": "源自",

"submitApplication": "提交公共启事申请",
"applicationSubheading": "提供你的启事内容作排版,校对及计价。",
"announcement": "公告",
"viewAllAnnouncement": "显示所有公告",
"systemMessage": "系统消息",
"viewAllSystemMessage": "显示所有消息",

"Dashboard": "仪表板",
"event": "活动"
}

+ 7
- 0
src/translations/zh-HK.json Vedi File

@@ -334,6 +334,13 @@
"active": "生效中",
"primary": "源自",

"submitApplication": "提交公共啟事申請",
"applicationSubheading": "提供你的啟事內容作排版,校對及計價。",
"announcement": "公告",
"viewAllAnnouncement": "顯示所有公告",
"systemMessage": "系統消息",
"viewAllSystemMessage": "顯示所有消息",

"Dashboard": "儀表板",
"event": "活動"
}

Caricamento…
Annulla
Salva