@liberfi.io/i18n 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +10 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -1
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +155 -54
- package/dist/locales/en.json +84 -1
- package/dist/locales/zh.json +137 -54
- package/dist/server.d.mts +83 -0
- package/dist/server.d.ts +83 -0
- package/dist/server.js +10 -1
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +10 -1
- package/dist/server.mjs.map +1 -1
- package/package.json +1 -1
package/dist/locale.csv
CHANGED
|
@@ -1,82 +1,183 @@
|
|
|
1
1
|
,en,zh
|
|
2
2
|
"common.cancel","Cancel","取消"
|
|
3
|
-
"common.confirm","Confirm","
|
|
4
|
-
"common.reset","Reset","
|
|
5
|
-
"common.apply","Apply","
|
|
6
|
-
"common.ok","OK","
|
|
3
|
+
"common.confirm","Confirm","確定"
|
|
4
|
+
"common.reset","Reset","重設"
|
|
5
|
+
"common.apply","Apply","應用"
|
|
6
|
+
"common.ok","OK","確定"
|
|
7
7
|
"common.yes","Yes","是"
|
|
8
8
|
"common.no","No","否"
|
|
9
9
|
"common.all","All","全部"
|
|
10
|
-
"common.buy","Buy","
|
|
10
|
+
"common.buy","Buy","購買"
|
|
11
11
|
"common.sell","Sell","出售"
|
|
12
|
-
"common.long","Long","
|
|
12
|
+
"common.long","Long","長"
|
|
13
13
|
"common.short","Short","短"
|
|
14
|
-
"common.edit","Edit","
|
|
14
|
+
"common.edit","Edit","編輯"
|
|
15
15
|
"common.save","Save","保存"
|
|
16
16
|
"common.add","Add","添加"
|
|
17
|
-
"common.delete","Delete","
|
|
17
|
+
"common.delete","Delete","刪除"
|
|
18
18
|
"common.tips","Tips","提示"
|
|
19
19
|
"common.max","Max","最大"
|
|
20
|
-
"common.download","Download","
|
|
21
|
-
"common.copy","Copy","
|
|
22
|
-
"common.copy.failed","Copy failed","
|
|
23
|
-
"common.copy.copied","Copied to clipboard","
|
|
20
|
+
"common.download","Download","下載"
|
|
21
|
+
"common.copy","Copy","複製"
|
|
22
|
+
"common.copy.failed","Copy failed","複製失敗"
|
|
23
|
+
"common.copy.copied","Copied to clipboard","複製成功"
|
|
24
24
|
"common.share","Share","分享"
|
|
25
|
-
"common.export","Export","
|
|
26
|
-
"common.empty","No data","
|
|
25
|
+
"common.export","Export","導出"
|
|
26
|
+
"common.empty","No data","暫無數據"
|
|
27
|
+
"common.unauthenticated","Please sign in to continue","請先登入"
|
|
28
|
+
"common.signIn","Sign In","登入"
|
|
29
|
+
"common.signOut","Sign Out","登出"
|
|
27
30
|
"common.resolution.1s","1s","1秒"
|
|
28
31
|
"common.resolution.15s","15s","15秒"
|
|
29
32
|
"common.resolution.30s","30s","30秒"
|
|
30
|
-
"common.resolution.1m","1m","1
|
|
31
|
-
"common.resolution.5m","5m","5
|
|
32
|
-
"common.resolution.15m","15m","15
|
|
33
|
-
"common.resolution.30m","30m","30
|
|
34
|
-
"common.resolution.1h","1h","1
|
|
35
|
-
"common.resolution.4h","4h","4
|
|
36
|
-
"common.resolution.12h","12h","12
|
|
37
|
-
"common.resolution.24h","24h","24
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"mediaTrack.tweets.
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
33
|
+
"common.resolution.1m","1m","1分鐘"
|
|
34
|
+
"common.resolution.5m","5m","5分鐘"
|
|
35
|
+
"common.resolution.15m","15m","15分鐘"
|
|
36
|
+
"common.resolution.30m","30m","30分鐘"
|
|
37
|
+
"common.resolution.1h","1h","1小時"
|
|
38
|
+
"common.resolution.4h","4h","4小時"
|
|
39
|
+
"common.resolution.12h","12h","12小時"
|
|
40
|
+
"common.resolution.24h","24h","24小時"
|
|
41
|
+
"common.upload.submit","Upload","上傳"
|
|
42
|
+
"common.upload.resubmit","Reupload","重新上傳"
|
|
43
|
+
"common.upload.error","Upload error","上傳失敗"
|
|
44
|
+
"mediaTrack.tweets.translate.show","Show Translation","顯示翻譯"
|
|
45
|
+
"mediaTrack.tweets.translate.hide","Hide Translation","隱藏翻譯"
|
|
46
|
+
"mediaTrack.tweets.expand","Expand","展開"
|
|
47
|
+
"mediaTrack.tweets.collapse","Collapse","折疊"
|
|
48
|
+
"scaffold.draggableModal.snapToEdge","Drag to edge to show side panel","拖曳到邊緣以顯示側邊面板"
|
|
49
|
+
"scaffold.draggablePanel.snapToModal","Drag away to show floating modal","拖曳離開以顯示浮動面板"
|
|
50
|
+
"scaffold.home","Home","主頁"
|
|
51
|
+
"tokens.search.placeholder","Search by token or CA...","搜尋代幣或合約地址..."
|
|
52
|
+
"tokens.copied.address","Token address copied to clipboard","地址複製成功"
|
|
53
|
+
"tokens.listHeader.token","Token","代幣"
|
|
54
|
+
"tokens.listHeader.priceHistories","Price Histories","價格走勢"
|
|
55
|
+
"tokens.listHeader.price","Price","價格"
|
|
48
56
|
"tokens.listHeader.priceChange","{{resolution}}%","{{resolution}}%"
|
|
49
57
|
"tokens.listHeader.marketCap","Market Cap","市值"
|
|
50
|
-
"tokens.listHeader.liquidity","Liquidity","
|
|
58
|
+
"tokens.listHeader.liquidity","Liquidity","流動性"
|
|
51
59
|
"tokens.listHeader.volumes","{{resolution}} Volumes","{{resolution}}成交量"
|
|
52
|
-
"tokens.listHeader.txs","{{resolution}} TXNS","{{resolution}}
|
|
53
|
-
"tokens.listHeader.traders","{{resolution}} Traders","{{resolution}}
|
|
54
|
-
"tokens.listHeader.tokenInfo","Token Info","
|
|
60
|
+
"tokens.listHeader.txs","{{resolution}} TXNS","{{resolution}}交易數"
|
|
61
|
+
"tokens.listHeader.traders","{{resolution}} Traders","{{resolution}}交易人數"
|
|
62
|
+
"tokens.listHeader.tokenInfo","Token Info","代幣資訊"
|
|
55
63
|
"tokens.listHeader.actions","Actions","操作"
|
|
56
|
-
"tokens.listHeader.filter","Filter","
|
|
57
|
-
"tokens.listType.trending","Trending","
|
|
64
|
+
"tokens.listHeader.filter","Filter","篩選"
|
|
65
|
+
"tokens.listType.trending","Trending","熱門"
|
|
58
66
|
"tokens.listType.new","New","最新"
|
|
59
67
|
"tokens.listType.stocks","Stocks","美股"
|
|
60
|
-
"tokens.filters.protocols.title","Protocols","
|
|
61
|
-
"tokens.filters.protocols.selectAll","Select All","
|
|
62
|
-
"tokens.filters.protocols.unselectAll","Unselect All","
|
|
63
|
-
"tokens.filters.keywords.title","Search Keywords","
|
|
64
|
-
"tokens.filters.keywords.exclude.title","Exclude Keywords","
|
|
65
|
-
"tokens.filters.keywords.placeholder","keyword1, keyword2...","
|
|
68
|
+
"tokens.filters.protocols.title","Protocols","協議"
|
|
69
|
+
"tokens.filters.protocols.selectAll","Select All","全選"
|
|
70
|
+
"tokens.filters.protocols.unselectAll","Unselect All","取消全選"
|
|
71
|
+
"tokens.filters.keywords.title","Search Keywords","搜尋關鍵詞"
|
|
72
|
+
"tokens.filters.keywords.exclude.title","Exclude Keywords","排除關鍵詞"
|
|
73
|
+
"tokens.filters.keywords.placeholder","keyword1, keyword2...","關鍵詞1, 關鍵詞2..."
|
|
66
74
|
"tokens.filters.stats.min","Min","最小"
|
|
67
75
|
"tokens.filters.stats.max","Max","最大"
|
|
68
|
-
"tokens.filters.stats.audits","Audits","
|
|
69
|
-
"tokens.filters.stats.audits.holders","Holders Count","
|
|
70
|
-
"tokens.filters.stats.audits.top10HoldingsRatio","Top 10 Holders %","前10
|
|
71
|
-
"tokens.filters.stats.audits.top100HoldingsRatio","Top 100 Holders %","前100
|
|
72
|
-
"tokens.filters.stats.audits.devHoldingsRatio","Dev Holdings %","
|
|
73
|
-
"tokens.filters.stats.metrics","Metrics","
|
|
76
|
+
"tokens.filters.stats.audits","Audits","審計"
|
|
77
|
+
"tokens.filters.stats.audits.holders","Holders Count","持有者數量"
|
|
78
|
+
"tokens.filters.stats.audits.top10HoldingsRatio","Top 10 Holders %","前10持有者佔比 %"
|
|
79
|
+
"tokens.filters.stats.audits.top100HoldingsRatio","Top 100 Holders %","前100持有者佔比 %"
|
|
80
|
+
"tokens.filters.stats.audits.devHoldingsRatio","Dev Holdings %","開發者持有佔比 %"
|
|
81
|
+
"tokens.filters.stats.metrics","Metrics","指標"
|
|
74
82
|
"tokens.filters.stats.metrics.volumes","{{resolution}} Volumes ($)","{{resolution}}成交量 ($)"
|
|
75
|
-
"tokens.filters.stats.metrics.txns","{{resolution}} Transactions","{{resolution}}
|
|
76
|
-
"tokens.filters.stats.metrics.liquidity","Liquidity ($)","
|
|
83
|
+
"tokens.filters.stats.metrics.txns","{{resolution}} Transactions","{{resolution}}交易數"
|
|
84
|
+
"tokens.filters.stats.metrics.liquidity","Liquidity ($)","流動性 ($)"
|
|
77
85
|
"tokens.filters.stats.metrics.marketCap","Market Cap ($)","市值 ($)"
|
|
78
|
-
"tokens.filters.modal.title","Filters","
|
|
86
|
+
"tokens.filters.modal.title","Filters","篩選條件"
|
|
79
87
|
"tokens.tokenInfo.holders","Holders","持有者"
|
|
80
88
|
"tokens.tokenInfo.top10HoldingsRatio","Top 10 Holders","前10持有者"
|
|
81
89
|
"tokens.tokenInfo.top100HoldingsRatio","Top 100 Holders","前100持有者"
|
|
82
|
-
"tokens.tokenInfo.devHoldingsRatio","Dev Holders","
|
|
90
|
+
"tokens.tokenInfo.devHoldingsRatio","Dev Holders","開發者持有"
|
|
91
|
+
"channels.forms.base.title","Base Info","基礎資訊"
|
|
92
|
+
"channels.forms.base.name.label","Name","名稱"
|
|
93
|
+
"channels.forms.base.name.placeholder","Please enter the channel name","請輸入頻道名稱"
|
|
94
|
+
"channels.forms.base.name.required","Name is required","名稱是必填項"
|
|
95
|
+
"channels.forms.base.name.min","Name must be at least 1 character","名稱必須至少包含1個字元"
|
|
96
|
+
"channels.forms.base.name.max","Name must be less than 24 characters","名稱不能超過24個字元"
|
|
97
|
+
"channels.forms.base.description.label","Description","描述"
|
|
98
|
+
"channels.forms.base.description.placeholder","Please enter the channel description","請輸入頻道描述"
|
|
99
|
+
"channels.forms.base.icon.label","Icon","圖標"
|
|
100
|
+
"channels.forms.base.icon.placeholder","Please upload the channel icon","請上傳頻道圖標"
|
|
101
|
+
"channels.forms.base.icon.hint","A square image of at least 128x128 is suggested. File size cannot exceed 10mb.","建議上傳至少128x128的正方形圖片。圖片大小不能超過10MB。"
|
|
102
|
+
"channels.forms.base.icon.required","Icon is required","圖標是必填項"
|
|
103
|
+
"channels.forms.base.icon.maxSize","Icon size cannot exceed 10MB","圖片大小不能超過10MB"
|
|
104
|
+
"channels.forms.base.submit","Create Channel","創建頻道"
|
|
105
|
+
"channels.forms.base.update.submit","Update Channel","更新頻道"
|
|
106
|
+
"channels.forms.wallets.title","Wallet Management","錢包管理"
|
|
107
|
+
"channels.forms.wallets.label","Add Wallets","添加錢包"
|
|
108
|
+
"channels.forms.wallets.placeholder","Text Format:
|
|
109
|
+
8zFZHuSRuDpuAR7J6FzwyF3vKNx4CVW3DFHJerQhc7Zd,pow
|
|
110
|
+
0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA,Smart Money","文本格式:
|
|
111
|
+
8zFZHuSRuDpuAR7J6FzwyF3vKNx4CVW3DFHJerQhc7Zd,pow
|
|
112
|
+
0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA,Smart Money"
|
|
113
|
+
"channels.forms.wallets.required","Wallets are required","錢包地址是必填項"
|
|
114
|
+
"channels.forms.wallets.invalid","Invalid wallets format","無效的錢包格式"
|
|
115
|
+
"channels.forms.wallets.chain.required","Chain is required","鏈是必填項"
|
|
116
|
+
"channels.forms.wallets.address.required","Wallet address is required","錢包地址是必填項"
|
|
117
|
+
"channels.forms.wallets.address.duplicated","There are {{count}} duplicated wallet addresses in the input","您輸入了 {{count}} 個重複的錢包地址"
|
|
118
|
+
"channels.forms.wallets.address.invalid","There are {{count}} invalid wallet addresses","存在 {{count}} 個無效的錢包地址"
|
|
119
|
+
"channels.forms.wallets.address.alreadyAdded","There are {{count}} wallet addresses already added","{{count}} 個錢包地址已經添加過"
|
|
120
|
+
"channels.forms.wallets.maxCount","Wallet count cannot exceed 500","錢包數量不能超過500"
|
|
121
|
+
"channels.forms.wallets.submit","Add Wallets","添加錢包"
|
|
122
|
+
"channels.forms.wallets.supportedFormats","Supported Formats","支持的格式"
|
|
123
|
+
"channels.forms.wallets.supportedFormats.text","Text","文本"
|
|
124
|
+
"channels.forms.wallets.supportedFormats.text.hint","Text Format:
|
|
125
|
+
|
|
126
|
+
8zFZHuSRuDpuAR7J6FzwyF3vKNx4CVW3DFHJerQhc7Zd,pow
|
|
127
|
+
0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA,Smart Money","文本格式:
|
|
128
|
+
|
|
129
|
+
8zFZHuSRuDpuAR7J6FzwyF3vKNx4CVW3DFHJerQhc7Zd,pow
|
|
130
|
+
0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA,Smart Money"
|
|
131
|
+
"channels.forms.wallets.addedCount","added wallets","已添加錢包"
|
|
132
|
+
"channels.forms.wallets.list.title","Added Wallets","已添加錢包"
|
|
133
|
+
"channels.forms.wallets.list.header.address","Alias/Address","別名/地址"
|
|
134
|
+
"channels.forms.wallets.list.header.balance","Balance","餘額"
|
|
135
|
+
"channels.forms.wallets.list.header.importedAt","Imported At","導入時間"
|
|
136
|
+
"channels.forms.wallets.list.header.lastActiveAt","Last Active At","最後活躍時間"
|
|
137
|
+
"channels.forms.wallets.list.header.7dBuys","7 Days Buys","7日買入"
|
|
138
|
+
"channels.forms.wallets.list.header.7dSells","7 Days Sells","7日賣出"
|
|
139
|
+
"channels.forms.wallets.list.header.actions","Actions","操作"
|
|
140
|
+
"channels.forms.wallets.list.empty","No wallets added yet","暫無錢包"
|
|
141
|
+
"channels.forms.wallets.list.search.placeholder","Search by address or alias","根據地址或別名搜尋"
|
|
142
|
+
"channels.forms.wallets.update.success","Update wallets successfully","更新錢包成功"
|
|
143
|
+
"channels.forms.wallets.update.error","Update wallets error","更新錢包失敗"
|
|
144
|
+
"channels.forms.socials.title","Social Medias","社媒帳號"
|
|
145
|
+
"channels.forms.socials.telegram.guide","⚡️ Quick Start
|
|
146
|
+
1. Search for @BotFather on Telegram
|
|
147
|
+
2. Send /newbot to create a bot and get Token
|
|
148
|
+
3. Enter the Bot Token here and save
|
|
149
|
+
4. Add the bot to your group/channel","⚡️ 快速開始
|
|
150
|
+
1. 在 Telegram 中搜索 @BotFather
|
|
151
|
+
2. 發送 /newbot 創建一個機器人並獲取 Token
|
|
152
|
+
3. 在此輸入機器人 Token 並保存
|
|
153
|
+
4. 將機器人添加到您的群組/頻道中"
|
|
154
|
+
"channels.forms.socials.telegram.placeholder","Enter your Telegram Bot Token","請輸入您的 Telegram 機器人 Token"
|
|
155
|
+
"channels.list.title","Channel List","頻道列表"
|
|
156
|
+
"channels.trending.title","Trending Channels","熱門頻道"
|
|
157
|
+
"channels.my.title","My Channels","我的頻道"
|
|
158
|
+
"channels.subscribe.submit","Subscribe","訂閱"
|
|
159
|
+
"channels.subscribe.error","Subscribe channel error","訂閱頻道失敗"
|
|
160
|
+
"channels.subscribe.success","Subscribe channel successfully","訂閱頻道成功"
|
|
161
|
+
"channels.unsubscribe.submit","Subscribed","已訂閱"
|
|
162
|
+
"channels.unsubscribe.error","Unsubscribe channel error","取消訂閱失敗"
|
|
163
|
+
"channels.unsubscribe.success","Unsubscribe channel successfully","取消訂閱成功"
|
|
164
|
+
"channels.subscribed.title","Subscribed Channels","我的訂閱"
|
|
165
|
+
"channels.create.title","Create Channel","創建頻道"
|
|
166
|
+
"channels.create.success","Channel created successfully","頻道創建成功"
|
|
167
|
+
"channels.create.error","Create channel error","頻道創建失敗"
|
|
168
|
+
"channels.update.title","Update Channel","更新頻道"
|
|
169
|
+
"channels.update.success","Channel updated successfully","頻道更新成功"
|
|
170
|
+
"channels.update.error","Update channel error","頻道更新失敗"
|
|
171
|
+
"channels.info.walletCount","Wallet Count","錢包數量"
|
|
172
|
+
"channels.info.subscribeCount","Subscribe Count","訂閱數量"
|
|
173
|
+
"channels.info.createdAt","created at","創建於"
|
|
174
|
+
"channels.info.updatedAt","last updated at","最後更新於"
|
|
175
|
+
"channels.stats.7dTxs.title","7D TXs","7日交易"
|
|
176
|
+
"channels.stats.7dTxs.hint","7 Days Transactions","7日累計交易數量"
|
|
177
|
+
"channels.stats.7dPnl.title","7D PnL","7日盈虧"
|
|
178
|
+
"channels.stats.7dPnl.hint","7 Days Profit and Loss","7日累計盈虧"
|
|
179
|
+
"channels.stats.7dWr.title","7D WR","7日勝率"
|
|
180
|
+
"channels.stats.7dWr.hint","7 Days Winning Rate","7日投資勝率"
|
|
181
|
+
"channels.detail.title","Channel Detail","頻道詳情"
|
|
182
|
+
"channels.detail.events.title","Channel Events","頻道事件"
|
|
183
|
+
"channels.detail.notfound","Channel not found","頻道不存在"
|
package/dist/locales/en.json
CHANGED
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
"common.share": "Share",
|
|
25
25
|
"common.export": "Export",
|
|
26
26
|
"common.empty": "No data",
|
|
27
|
+
"common.unauthenticated": "Please sign in to continue",
|
|
28
|
+
"common.signIn": "Sign In",
|
|
29
|
+
"common.signOut": "Sign Out",
|
|
27
30
|
"common.resolution.1s": "1s",
|
|
28
31
|
"common.resolution.15s": "15s",
|
|
29
32
|
"common.resolution.30s": "30s",
|
|
@@ -35,12 +38,17 @@
|
|
|
35
38
|
"common.resolution.4h": "4h",
|
|
36
39
|
"common.resolution.12h": "12h",
|
|
37
40
|
"common.resolution.24h": "24h",
|
|
41
|
+
"common.upload.submit": "Upload",
|
|
42
|
+
"common.upload.resubmit": "Reupload",
|
|
43
|
+
"common.upload.error": "Upload error",
|
|
38
44
|
"mediaTrack.tweets.translate.show": "Show Translation",
|
|
39
45
|
"mediaTrack.tweets.translate.hide": "Hide Translation",
|
|
40
46
|
"mediaTrack.tweets.expand": "Expand",
|
|
41
47
|
"mediaTrack.tweets.collapse": "Collapse",
|
|
42
48
|
"scaffold.draggableModal.snapToEdge": "Drag to edge to show side panel",
|
|
43
49
|
"scaffold.draggablePanel.snapToModal": "Drag away to show floating modal",
|
|
50
|
+
"scaffold.home": "Home",
|
|
51
|
+
"tokens.search.placeholder": "Search by token or CA...",
|
|
44
52
|
"tokens.copied.address": "Token address copied to clipboard",
|
|
45
53
|
"tokens.listHeader.token": "Token",
|
|
46
54
|
"tokens.listHeader.priceHistories": "Price Histories",
|
|
@@ -79,5 +87,80 @@
|
|
|
79
87
|
"tokens.tokenInfo.holders": "Holders",
|
|
80
88
|
"tokens.tokenInfo.top10HoldingsRatio": "Top 10 Holders",
|
|
81
89
|
"tokens.tokenInfo.top100HoldingsRatio": "Top 100 Holders",
|
|
82
|
-
"tokens.tokenInfo.devHoldingsRatio": "Dev Holders"
|
|
90
|
+
"tokens.tokenInfo.devHoldingsRatio": "Dev Holders",
|
|
91
|
+
"channels.forms.base.title": "Base Info",
|
|
92
|
+
"channels.forms.base.name.label": "Name",
|
|
93
|
+
"channels.forms.base.name.placeholder": "Please enter the channel name",
|
|
94
|
+
"channels.forms.base.name.required": "Name is required",
|
|
95
|
+
"channels.forms.base.name.min": "Name must be at least 1 character",
|
|
96
|
+
"channels.forms.base.name.max": "Name must be less than 24 characters",
|
|
97
|
+
"channels.forms.base.description.label": "Description",
|
|
98
|
+
"channels.forms.base.description.placeholder": "Please enter the channel description",
|
|
99
|
+
"channels.forms.base.icon.label": "Icon",
|
|
100
|
+
"channels.forms.base.icon.placeholder": "Please upload the channel icon",
|
|
101
|
+
"channels.forms.base.icon.hint": "A square image of at least 128x128 is suggested. File size cannot exceed 10mb.",
|
|
102
|
+
"channels.forms.base.icon.required": "Icon is required",
|
|
103
|
+
"channels.forms.base.icon.maxSize": "Icon size cannot exceed 10MB",
|
|
104
|
+
"channels.forms.base.submit": "Create Channel",
|
|
105
|
+
"channels.forms.base.update.submit": "Update Channel",
|
|
106
|
+
"channels.forms.wallets.title": "Wallet Management",
|
|
107
|
+
"channels.forms.wallets.label": "Add Wallets",
|
|
108
|
+
"channels.forms.wallets.placeholder": "Text Format:\n8zFZHuSRuDpuAR7J6FzwyF3vKNx4CVW3DFHJerQhc7Zd,pow\n0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA,Smart Money",
|
|
109
|
+
"channels.forms.wallets.required": "Wallets are required",
|
|
110
|
+
"channels.forms.wallets.invalid": "Invalid wallets format",
|
|
111
|
+
"channels.forms.wallets.chain.required": "Chain is required",
|
|
112
|
+
"channels.forms.wallets.address.required": "Wallet address is required",
|
|
113
|
+
"channels.forms.wallets.address.duplicated": "There are {{count}} duplicated wallet addresses in the input",
|
|
114
|
+
"channels.forms.wallets.address.invalid": "There are {{count}} invalid wallet addresses",
|
|
115
|
+
"channels.forms.wallets.address.alreadyAdded": "There are {{count}} wallet addresses already added",
|
|
116
|
+
"channels.forms.wallets.maxCount": "Wallet count cannot exceed 500",
|
|
117
|
+
"channels.forms.wallets.submit": "Add Wallets",
|
|
118
|
+
"channels.forms.wallets.supportedFormats": "Supported Formats",
|
|
119
|
+
"channels.forms.wallets.supportedFormats.text": "Text",
|
|
120
|
+
"channels.forms.wallets.supportedFormats.text.hint": "Text Format:\n\n8zFZHuSRuDpuAR7J6FzwyF3vKNx4CVW3DFHJerQhc7Zd,pow\n0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA,Smart Money",
|
|
121
|
+
"channels.forms.wallets.addedCount": "added wallets",
|
|
122
|
+
"channels.forms.wallets.list.title": "Added Wallets",
|
|
123
|
+
"channels.forms.wallets.list.header.address": "Alias/Address",
|
|
124
|
+
"channels.forms.wallets.list.header.balance": "Balance",
|
|
125
|
+
"channels.forms.wallets.list.header.importedAt": "Imported At",
|
|
126
|
+
"channels.forms.wallets.list.header.lastActiveAt": "Last Active At",
|
|
127
|
+
"channels.forms.wallets.list.header.7dBuys": "7 Days Buys",
|
|
128
|
+
"channels.forms.wallets.list.header.7dSells": "7 Days Sells",
|
|
129
|
+
"channels.forms.wallets.list.header.actions": "Actions",
|
|
130
|
+
"channels.forms.wallets.list.empty": "No wallets added yet",
|
|
131
|
+
"channels.forms.wallets.list.search.placeholder": "Search by address or alias",
|
|
132
|
+
"channels.forms.wallets.update.success": "Update wallets successfully",
|
|
133
|
+
"channels.forms.wallets.update.error": "Update wallets error",
|
|
134
|
+
"channels.forms.socials.title": "Social Medias",
|
|
135
|
+
"channels.forms.socials.telegram.guide": "⚡️ Quick Start\n1. Search for @BotFather on Telegram\n2. Send /newbot to create a bot and get Token\n3. Enter the Bot Token here and save\n4. Add the bot to your group/channel",
|
|
136
|
+
"channels.forms.socials.telegram.placeholder": "Enter your Telegram Bot Token",
|
|
137
|
+
"channels.list.title": "Channel List",
|
|
138
|
+
"channels.trending.title": "Trending Channels",
|
|
139
|
+
"channels.my.title": "My Channels",
|
|
140
|
+
"channels.subscribe.submit": "Subscribe",
|
|
141
|
+
"channels.subscribe.error": "Subscribe channel error",
|
|
142
|
+
"channels.subscribe.success": "Subscribe channel successfully",
|
|
143
|
+
"channels.unsubscribe.submit": "Subscribed",
|
|
144
|
+
"channels.unsubscribe.error": "Unsubscribe channel error",
|
|
145
|
+
"channels.unsubscribe.success": "Unsubscribe channel successfully",
|
|
146
|
+
"channels.subscribed.title": "Subscribed Channels",
|
|
147
|
+
"channels.create.title": "Create Channel",
|
|
148
|
+
"channels.create.success": "Channel created successfully",
|
|
149
|
+
"channels.create.error": "Create channel error",
|
|
150
|
+
"channels.update.title": "Update Channel",
|
|
151
|
+
"channels.update.success": "Channel updated successfully",
|
|
152
|
+
"channels.update.error": "Update channel error",
|
|
153
|
+
"channels.info.walletCount": "Wallet Count",
|
|
154
|
+
"channels.info.subscribeCount": "Subscribe Count",
|
|
155
|
+
"channels.info.createdAt": "created at",
|
|
156
|
+
"channels.info.updatedAt": "last updated at",
|
|
157
|
+
"channels.stats.7dTxs.title": "7D TXs",
|
|
158
|
+
"channels.stats.7dTxs.hint": "7 Days Transactions",
|
|
159
|
+
"channels.stats.7dPnl.title": "7D PnL",
|
|
160
|
+
"channels.stats.7dPnl.hint": "7 Days Profit and Loss",
|
|
161
|
+
"channels.stats.7dWr.title": "7D WR",
|
|
162
|
+
"channels.stats.7dWr.hint": "7 Days Winning Rate",
|
|
163
|
+
"channels.detail.title": "Channel Detail",
|
|
164
|
+
"channels.detail.events.title": "Channel Events",
|
|
165
|
+
"channels.detail.notfound": "Channel not found"
|
|
83
166
|
}
|
package/dist/locales/zh.json
CHANGED
|
@@ -1,83 +1,166 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common.cancel": "取消",
|
|
3
|
-
"common.confirm": "
|
|
4
|
-
"common.reset": "
|
|
5
|
-
"common.apply": "
|
|
6
|
-
"common.ok": "
|
|
3
|
+
"common.confirm": "確定",
|
|
4
|
+
"common.reset": "重設",
|
|
5
|
+
"common.apply": "應用",
|
|
6
|
+
"common.ok": "確定",
|
|
7
7
|
"common.yes": "是",
|
|
8
8
|
"common.no": "否",
|
|
9
9
|
"common.all": "全部",
|
|
10
|
-
"common.buy": "
|
|
10
|
+
"common.buy": "購買",
|
|
11
11
|
"common.sell": "出售",
|
|
12
|
-
"common.long": "
|
|
12
|
+
"common.long": "長",
|
|
13
13
|
"common.short": "短",
|
|
14
|
-
"common.edit": "
|
|
14
|
+
"common.edit": "編輯",
|
|
15
15
|
"common.save": "保存",
|
|
16
16
|
"common.add": "添加",
|
|
17
|
-
"common.delete": "
|
|
17
|
+
"common.delete": "刪除",
|
|
18
18
|
"common.tips": "提示",
|
|
19
19
|
"common.max": "最大",
|
|
20
|
-
"common.download": "
|
|
21
|
-
"common.copy": "
|
|
22
|
-
"common.copy.failed": "
|
|
23
|
-
"common.copy.copied": "
|
|
20
|
+
"common.download": "下載",
|
|
21
|
+
"common.copy": "複製",
|
|
22
|
+
"common.copy.failed": "複製失敗",
|
|
23
|
+
"common.copy.copied": "複製成功",
|
|
24
24
|
"common.share": "分享",
|
|
25
|
-
"common.export": "
|
|
26
|
-
"common.empty": "
|
|
25
|
+
"common.export": "導出",
|
|
26
|
+
"common.empty": "暫無數據",
|
|
27
|
+
"common.unauthenticated": "請先登入",
|
|
28
|
+
"common.signIn": "登入",
|
|
29
|
+
"common.signOut": "登出",
|
|
27
30
|
"common.resolution.1s": "1秒",
|
|
28
31
|
"common.resolution.15s": "15秒",
|
|
29
32
|
"common.resolution.30s": "30秒",
|
|
30
|
-
"common.resolution.1m": "1
|
|
31
|
-
"common.resolution.5m": "5
|
|
32
|
-
"common.resolution.15m": "15
|
|
33
|
-
"common.resolution.30m": "30
|
|
34
|
-
"common.resolution.1h": "1
|
|
35
|
-
"common.resolution.4h": "4
|
|
36
|
-
"common.resolution.12h": "12
|
|
37
|
-
"common.resolution.24h": "24
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"mediaTrack.tweets.
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
33
|
+
"common.resolution.1m": "1分鐘",
|
|
34
|
+
"common.resolution.5m": "5分鐘",
|
|
35
|
+
"common.resolution.15m": "15分鐘",
|
|
36
|
+
"common.resolution.30m": "30分鐘",
|
|
37
|
+
"common.resolution.1h": "1小時",
|
|
38
|
+
"common.resolution.4h": "4小時",
|
|
39
|
+
"common.resolution.12h": "12小時",
|
|
40
|
+
"common.resolution.24h": "24小時",
|
|
41
|
+
"common.upload.submit": "上傳",
|
|
42
|
+
"common.upload.resubmit": "重新上傳",
|
|
43
|
+
"common.upload.error": "上傳失敗",
|
|
44
|
+
"mediaTrack.tweets.translate.show": "顯示翻譯",
|
|
45
|
+
"mediaTrack.tweets.translate.hide": "隱藏翻譯",
|
|
46
|
+
"mediaTrack.tweets.expand": "展開",
|
|
47
|
+
"mediaTrack.tweets.collapse": "折疊",
|
|
48
|
+
"scaffold.draggableModal.snapToEdge": "拖曳到邊緣以顯示側邊面板",
|
|
49
|
+
"scaffold.draggablePanel.snapToModal": "拖曳離開以顯示浮動面板",
|
|
50
|
+
"scaffold.home": "主頁",
|
|
51
|
+
"tokens.search.placeholder": "搜尋代幣或合約地址...",
|
|
52
|
+
"tokens.copied.address": "地址複製成功",
|
|
53
|
+
"tokens.listHeader.token": "代幣",
|
|
54
|
+
"tokens.listHeader.priceHistories": "價格走勢",
|
|
55
|
+
"tokens.listHeader.price": "價格",
|
|
48
56
|
"tokens.listHeader.priceChange": "{{resolution}}%",
|
|
49
57
|
"tokens.listHeader.marketCap": "市值",
|
|
50
|
-
"tokens.listHeader.liquidity": "
|
|
58
|
+
"tokens.listHeader.liquidity": "流動性",
|
|
51
59
|
"tokens.listHeader.volumes": "{{resolution}}成交量",
|
|
52
|
-
"tokens.listHeader.txs": "{{resolution}}
|
|
53
|
-
"tokens.listHeader.traders": "{{resolution}}
|
|
54
|
-
"tokens.listHeader.tokenInfo": "
|
|
60
|
+
"tokens.listHeader.txs": "{{resolution}}交易數",
|
|
61
|
+
"tokens.listHeader.traders": "{{resolution}}交易人數",
|
|
62
|
+
"tokens.listHeader.tokenInfo": "代幣資訊",
|
|
55
63
|
"tokens.listHeader.actions": "操作",
|
|
56
|
-
"tokens.listHeader.filter": "
|
|
57
|
-
"tokens.listType.trending": "
|
|
64
|
+
"tokens.listHeader.filter": "篩選",
|
|
65
|
+
"tokens.listType.trending": "熱門",
|
|
58
66
|
"tokens.listType.new": "最新",
|
|
59
67
|
"tokens.listType.stocks": "美股",
|
|
60
|
-
"tokens.filters.protocols.title": "
|
|
61
|
-
"tokens.filters.protocols.selectAll": "
|
|
62
|
-
"tokens.filters.protocols.unselectAll": "
|
|
63
|
-
"tokens.filters.keywords.title": "
|
|
64
|
-
"tokens.filters.keywords.exclude.title": "
|
|
65
|
-
"tokens.filters.keywords.placeholder": "
|
|
68
|
+
"tokens.filters.protocols.title": "協議",
|
|
69
|
+
"tokens.filters.protocols.selectAll": "全選",
|
|
70
|
+
"tokens.filters.protocols.unselectAll": "取消全選",
|
|
71
|
+
"tokens.filters.keywords.title": "搜尋關鍵詞",
|
|
72
|
+
"tokens.filters.keywords.exclude.title": "排除關鍵詞",
|
|
73
|
+
"tokens.filters.keywords.placeholder": "關鍵詞1, 關鍵詞2...",
|
|
66
74
|
"tokens.filters.stats.min": "最小",
|
|
67
75
|
"tokens.filters.stats.max": "最大",
|
|
68
|
-
"tokens.filters.stats.audits": "
|
|
69
|
-
"tokens.filters.stats.audits.holders": "
|
|
70
|
-
"tokens.filters.stats.audits.top10HoldingsRatio": "前10
|
|
71
|
-
"tokens.filters.stats.audits.top100HoldingsRatio": "前100
|
|
72
|
-
"tokens.filters.stats.audits.devHoldingsRatio": "
|
|
73
|
-
"tokens.filters.stats.metrics": "
|
|
76
|
+
"tokens.filters.stats.audits": "審計",
|
|
77
|
+
"tokens.filters.stats.audits.holders": "持有者數量",
|
|
78
|
+
"tokens.filters.stats.audits.top10HoldingsRatio": "前10持有者佔比 %",
|
|
79
|
+
"tokens.filters.stats.audits.top100HoldingsRatio": "前100持有者佔比 %",
|
|
80
|
+
"tokens.filters.stats.audits.devHoldingsRatio": "開發者持有佔比 %",
|
|
81
|
+
"tokens.filters.stats.metrics": "指標",
|
|
74
82
|
"tokens.filters.stats.metrics.volumes": "{{resolution}}成交量 ($)",
|
|
75
|
-
"tokens.filters.stats.metrics.txns": "{{resolution}}
|
|
76
|
-
"tokens.filters.stats.metrics.liquidity": "
|
|
83
|
+
"tokens.filters.stats.metrics.txns": "{{resolution}}交易數",
|
|
84
|
+
"tokens.filters.stats.metrics.liquidity": "流動性 ($)",
|
|
77
85
|
"tokens.filters.stats.metrics.marketCap": "市值 ($)",
|
|
78
|
-
"tokens.filters.modal.title": "
|
|
86
|
+
"tokens.filters.modal.title": "篩選條件",
|
|
79
87
|
"tokens.tokenInfo.holders": "持有者",
|
|
80
88
|
"tokens.tokenInfo.top10HoldingsRatio": "前10持有者",
|
|
81
89
|
"tokens.tokenInfo.top100HoldingsRatio": "前100持有者",
|
|
82
|
-
"tokens.tokenInfo.devHoldingsRatio": "
|
|
90
|
+
"tokens.tokenInfo.devHoldingsRatio": "開發者持有",
|
|
91
|
+
"channels.forms.base.title": "基礎資訊",
|
|
92
|
+
"channels.forms.base.name.label": "名稱",
|
|
93
|
+
"channels.forms.base.name.placeholder": "請輸入頻道名稱",
|
|
94
|
+
"channels.forms.base.name.required": "名稱是必填項",
|
|
95
|
+
"channels.forms.base.name.min": "名稱必須至少包含1個字元",
|
|
96
|
+
"channels.forms.base.name.max": "名稱不能超過24個字元",
|
|
97
|
+
"channels.forms.base.description.label": "描述",
|
|
98
|
+
"channels.forms.base.description.placeholder": "請輸入頻道描述",
|
|
99
|
+
"channels.forms.base.icon.label": "圖標",
|
|
100
|
+
"channels.forms.base.icon.placeholder": "請上傳頻道圖標",
|
|
101
|
+
"channels.forms.base.icon.hint": "建議上傳至少128x128的正方形圖片。圖片大小不能超過10MB。",
|
|
102
|
+
"channels.forms.base.icon.required": "圖標是必填項",
|
|
103
|
+
"channels.forms.base.icon.maxSize": "圖片大小不能超過10MB",
|
|
104
|
+
"channels.forms.base.submit": "創建頻道",
|
|
105
|
+
"channels.forms.base.update.submit": "更新頻道",
|
|
106
|
+
"channels.forms.wallets.title": "錢包管理",
|
|
107
|
+
"channels.forms.wallets.label": "添加錢包",
|
|
108
|
+
"channels.forms.wallets.placeholder": "文本格式:\n8zFZHuSRuDpuAR7J6FzwyF3vKNx4CVW3DFHJerQhc7Zd,pow\n0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA,Smart Money",
|
|
109
|
+
"channels.forms.wallets.required": "錢包地址是必填項",
|
|
110
|
+
"channels.forms.wallets.invalid": "無效的錢包格式",
|
|
111
|
+
"channels.forms.wallets.chain.required": "鏈是必填項",
|
|
112
|
+
"channels.forms.wallets.address.required": "錢包地址是必填項",
|
|
113
|
+
"channels.forms.wallets.address.duplicated": "您輸入了 {{count}} 個重複的錢包地址",
|
|
114
|
+
"channels.forms.wallets.address.invalid": "存在 {{count}} 個無效的錢包地址",
|
|
115
|
+
"channels.forms.wallets.address.alreadyAdded": "{{count}} 個錢包地址已經添加過",
|
|
116
|
+
"channels.forms.wallets.maxCount": "錢包數量不能超過500",
|
|
117
|
+
"channels.forms.wallets.submit": "添加錢包",
|
|
118
|
+
"channels.forms.wallets.supportedFormats": "支持的格式",
|
|
119
|
+
"channels.forms.wallets.supportedFormats.text": "文本",
|
|
120
|
+
"channels.forms.wallets.supportedFormats.text.hint": "文本格式:\n\n8zFZHuSRuDpuAR7J6FzwyF3vKNx4CVW3DFHJerQhc7Zd,pow\n0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA,Smart Money",
|
|
121
|
+
"channels.forms.wallets.addedCount": "已添加錢包",
|
|
122
|
+
"channels.forms.wallets.list.title": "已添加錢包",
|
|
123
|
+
"channels.forms.wallets.list.header.address": "別名/地址",
|
|
124
|
+
"channels.forms.wallets.list.header.balance": "餘額",
|
|
125
|
+
"channels.forms.wallets.list.header.importedAt": "導入時間",
|
|
126
|
+
"channels.forms.wallets.list.header.lastActiveAt": "最後活躍時間",
|
|
127
|
+
"channels.forms.wallets.list.header.7dBuys": "7日買入",
|
|
128
|
+
"channels.forms.wallets.list.header.7dSells": "7日賣出",
|
|
129
|
+
"channels.forms.wallets.list.header.actions": "操作",
|
|
130
|
+
"channels.forms.wallets.list.empty": "暫無錢包",
|
|
131
|
+
"channels.forms.wallets.list.search.placeholder": "根據地址或別名搜尋",
|
|
132
|
+
"channels.forms.wallets.update.success": "更新錢包成功",
|
|
133
|
+
"channels.forms.wallets.update.error": "更新錢包失敗",
|
|
134
|
+
"channels.forms.socials.title": "社媒帳號",
|
|
135
|
+
"channels.forms.socials.telegram.guide": "⚡️ 快速開始\n1. 在 Telegram 中搜索 @BotFather\n2. 發送 /newbot 創建一個機器人並獲取 Token\n3. 在此輸入機器人 Token 並保存\n4. 將機器人添加到您的群組/頻道中",
|
|
136
|
+
"channels.forms.socials.telegram.placeholder": "請輸入您的 Telegram 機器人 Token",
|
|
137
|
+
"channels.list.title": "頻道列表",
|
|
138
|
+
"channels.trending.title": "熱門頻道",
|
|
139
|
+
"channels.my.title": "我的頻道",
|
|
140
|
+
"channels.subscribe.submit": "訂閱",
|
|
141
|
+
"channels.subscribe.error": "訂閱頻道失敗",
|
|
142
|
+
"channels.subscribe.success": "訂閱頻道成功",
|
|
143
|
+
"channels.unsubscribe.submit": "已訂閱",
|
|
144
|
+
"channels.unsubscribe.error": "取消訂閱失敗",
|
|
145
|
+
"channels.unsubscribe.success": "取消訂閱成功",
|
|
146
|
+
"channels.subscribed.title": "我的訂閱",
|
|
147
|
+
"channels.create.title": "創建頻道",
|
|
148
|
+
"channels.create.success": "頻道創建成功",
|
|
149
|
+
"channels.create.error": "頻道創建失敗",
|
|
150
|
+
"channels.update.title": "更新頻道",
|
|
151
|
+
"channels.update.success": "頻道更新成功",
|
|
152
|
+
"channels.update.error": "頻道更新失敗",
|
|
153
|
+
"channels.info.walletCount": "錢包數量",
|
|
154
|
+
"channels.info.subscribeCount": "訂閱數量",
|
|
155
|
+
"channels.info.createdAt": "創建於",
|
|
156
|
+
"channels.info.updatedAt": "最後更新於",
|
|
157
|
+
"channels.stats.7dTxs.title": "7日交易",
|
|
158
|
+
"channels.stats.7dTxs.hint": "7日累計交易數量",
|
|
159
|
+
"channels.stats.7dPnl.title": "7日盈虧",
|
|
160
|
+
"channels.stats.7dPnl.hint": "7日累計盈虧",
|
|
161
|
+
"channels.stats.7dWr.title": "7日勝率",
|
|
162
|
+
"channels.stats.7dWr.hint": "7日投資勝率",
|
|
163
|
+
"channels.detail.title": "頻道詳情",
|
|
164
|
+
"channels.detail.events.title": "頻道事件",
|
|
165
|
+
"channels.detail.notfound": "頻道不存在"
|
|
83
166
|
}
|