Commit eb1bbca0 by haojie

1

parent 0effb792
...@@ -193,6 +193,9 @@ const cn = { ...@@ -193,6 +193,9 @@ const cn = {
price: '价格', price: '价格',
r24h: '24小时涨跌', r24h: '24小时涨跌',
r24hCollect: '24H收藏', r24hCollect: '24H收藏',
token: '币种',
newHolder: '新持有人',
Numbertrades: '交易笔数',
}, },
Search: { Search: {
search: '搜索', search: '搜索',
......
...@@ -188,7 +188,10 @@ const cn = { ...@@ -188,7 +188,10 @@ const cn = {
name: 'NAME', name: 'NAME',
price: 'PRICE', price: 'PRICE',
r24h: '24H', r24h: '24H',
r24hCollect: '24H收藏', r24hCollect: '24H Favorites',
token: 'token',
newHolder: 'New holders',
Numbertrades: 'Number trades',
}, },
Search: { Search: {
search: 'Search', search: 'Search',
......
...@@ -39,9 +39,13 @@ export default defineComponent({ ...@@ -39,9 +39,13 @@ export default defineComponent({
<table> <table>
<thead> <thead>
<tr> <tr>
<th>1</th> <th>{t('collection.token')}</th>
<th>1</th> <th>
<th>1</th> {t('collection.newHolder') +
'/' +
t('collection.Numbertrades')}
</th>
<th>{t('collection.r24h')} </th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment