Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dexfilter-web-nuxt3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
dexfilter-web-nuxt3
Commits
eb1bbca0
Commit
eb1bbca0
authored
Feb 09, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0effb792
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
language/cn.ts
+3
-0
language/en.ts
+4
-1
views/token/collection/index.tsx
+7
-3
No files found.
language/cn.ts
View file @
eb1bbca0
...
@@ -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
:
'搜索'
,
...
...
language/en.ts
View file @
eb1bbca0
...
@@ -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'
,
...
...
views/token/collection/index.tsx
View file @
eb1bbca0
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment