Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #203 from Conflux-Chain/dev
Browse files Browse the repository at this point in the history
feat: Oceanus is alive
  • Loading branch information
Angelia authored Jul 17, 2020
2 parents a7419b7 + 826ce9c commit 267f394
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
12 changes: 5 additions & 7 deletions src/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ export default {
'app.directory.ConfluxPortal.title': 'ConfluxPortal',
'app.directory.ConfluxPortal.desc': 'Conflux DApp Portal & Crypto Asset Management',

'network.mainnet': 'Conflux Pontus',
'network.mainnet': 'Conflux Oceanus',
'network.testnet': 'Conflux Testnet',
'network-short.mainnet': 'Pontus',
'network-short.mainnet': 'Oceanus',
'network-short.testnet': 'Testnet',

'pagination.total': 'A total of <%=total%> records found',
Expand Down Expand Up @@ -169,11 +169,9 @@ export default {
'app.common.contract': 'Contract',
'app.pages.index.testnet.notice1':
'1. ConfluxScan is currently on the testnet network, Conflux-Rust version: v0.6.0-rc-3, all data shown are from the testnet.',
'app.pages.index.testnet.notice2': '2. Conflux Pontus is now live.',
'app.pages.index.mainnet.notice1':
'1. Conflux Mainnet Phase II - Oceanus - will officially launch between the 17th and 18th of July. If you are a DApp developer, please make sure to back up your relevant data.',
'app.pages.index.mainnet.notice2':
"2. During the launch of Conflux Oceanus, FC transfers might be affected. Please don't transfer any FC during the launch.",
'app.pages.index.testnet.notice2': '2. Conflux Oceanus is now live.',
'app.pages.index.mainnet.notice1': 'ConfluxScan is currently on the Mainnet Phase II - Oceanus, Conflux-Rust version: v0.6.0',

'security.High': 'Great',
'security.Medium': 'Good',
'security.Low': 'Weak',
Expand Down
10 changes: 4 additions & 6 deletions src/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ export default {
'Token Burned': '代币承兑',
'Copy to clipboard': '复制到剪切板',

'network.mainnet': 'Conflux Pontus',
'network.mainnet': 'Conflux Oceanus',
'network.testnet': 'Conflux 测试网',
'network-short.mainnet': 'Pontus',
'network-short.mainnet': 'Oceanus',
'network-short.testnet': '测试网',

'pagination.total': '共计找到<%=total%>条记录',
Expand Down Expand Up @@ -247,10 +247,8 @@ export default {
'app.common.officialSite': '官方网站',
'app.common.contract': '合约',
'app.pages.index.testnet.notice1': '1. 当前网络为 Conflux Testnet,Conflux-Rust 版本号:v0.6.0-rc-3,所有数据均为 Conflux 测试网数据。',
'app.pages.index.testnet.notice2': '2. Conflux 主网第一阶段 Conflux Pontus 已于 2020.4.27 上线,欢迎体验。',
'app.pages.index.mainnet.notice1':
'1. Conflux 主网第二阶段 Conflux Oceanus 将于 7 月 17 日至 7 月 18 日上线,请 DApp 开发者提前备份好相关数据。',
'app.pages.index.mainnet.notice2': '2. Conflux Oceanus 上线期间,FC 转账功能会有影响,在此期间请不要进行 FC 的转账操作。',
'app.pages.index.testnet.notice2': '2. Conflux 主网第二阶段 Conflux Oceanus 已上线,欢迎体验。',
'app.pages.index.mainnet.notice1': '当前网络为 Conflux 主网第二阶段 Conflux Oceanus,Conflux-Rust 版本号:v0.6.0',

'security.High': '高',
'security.Medium': '中',
Expand Down
1 change: 0 additions & 1 deletion src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ class Home extends Component {
<i />
<div className="notice-content">
<div>{i18n('app.pages.index.mainnet.notice1')}</div>
<div>{i18n('app.pages.index.mainnet.notice2')}</div>
</div>
</NoticeDiv>
)}
Expand Down

1 comment on commit 267f394

@vercel
Copy link

@vercel vercel bot commented on 267f394 Jul 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.