@taskon/widget-react 0.0.1 → 0.0.2
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/README.md +118 -64
- package/dist/CommunityTaskList.css +2694 -2951
- package/dist/EligibilityInfo.css +2221 -1332
- package/dist/LeaderboardWidget.css +403 -198
- package/dist/PageBuilder.css +57 -0
- package/dist/Quest.css +1347 -1477
- package/dist/TaskOnProvider.css +337 -29
- package/dist/ThemeProvider.css +228 -0
- package/dist/UserCenterWidget.css +168 -0
- package/dist/UserCenterWidget2.css +4917 -0
- package/dist/WidgetShell.css +417 -130
- package/dist/chunks/{CommunityTaskList-CrH6r4Av.js → CommunityTaskList-2nFy6l6m.js} +2612 -2074
- package/dist/chunks/{EligibilityInfo-DesW9-k9.js → EligibilityInfo-CKTl_cdU.js} +2714 -4077
- package/dist/chunks/{LeaderboardWidget-BSGpHKTk.js → LeaderboardWidget-DyoiiNS6.js} +288 -349
- package/dist/chunks/PageBuilder-DHM3Il6f.js +150 -0
- package/dist/chunks/{Quest-uSIVq78I.js → Quest-Dqx4OCat.js} +1380 -726
- package/dist/chunks/TaskOnProvider-CxtFIs3n.js +2072 -0
- package/dist/chunks/{WidgetShell-NlOgn1x5.js → ThemeProvider-CulHkqqY.js} +1397 -103
- package/dist/chunks/UserCenterWidget-SE5hqpnZ.js +8335 -0
- package/dist/chunks/UserCenterWidget-XL6LZRZM.js +3259 -0
- package/dist/chunks/{Table-CWGf2FKV.js → WidgetShell-8xn-Jivw.js} +237 -27
- package/dist/chunks/communitytask-es-CBNnS4o2.js +521 -0
- package/dist/chunks/communitytask-ja-GRf9cbdx.js +521 -0
- package/dist/chunks/communitytask-ko-Bf24PQKI.js +521 -0
- package/dist/chunks/communitytask-ru-CZm2CPoV.js +521 -0
- package/dist/chunks/leaderboardwidget-es-vKjrjQaz.js +146 -0
- package/dist/chunks/leaderboardwidget-ja-Q6u0HxKG.js +146 -0
- package/dist/chunks/leaderboardwidget-ko-CG6SWgxf.js +146 -0
- package/dist/chunks/leaderboardwidget-ru-DCcHcJGz.js +146 -0
- package/dist/chunks/quest-es-Dyyy0zaw.js +863 -0
- package/dist/chunks/quest-ja-Depog33y.js +863 -0
- package/dist/chunks/quest-ko-BMu3uRQJ.js +863 -0
- package/dist/chunks/quest-ru-xne814Rw.js +863 -0
- package/dist/chunks/taskwidget-es-Do9b3Mqw.js +245 -0
- package/dist/chunks/taskwidget-ja-CqSu-yWA.js +245 -0
- package/dist/chunks/taskwidget-ko-EHgXFV4B.js +245 -0
- package/dist/chunks/taskwidget-ru-CMbLQDK4.js +245 -0
- package/dist/chunks/useIsMobile-D6Ybur-6.js +30 -0
- package/dist/chunks/usercenter-es-Dz3Wp2vV.js +512 -0
- package/dist/chunks/usercenter-ja-CKE4DJC6.js +512 -0
- package/dist/chunks/usercenter-ko-Dtpkn2qb.js +512 -0
- package/dist/chunks/usercenter-ru-DnBGee45.js +512 -0
- package/dist/community-task.d.ts +29 -388
- package/dist/community-task.js +2 -7
- package/dist/core.d.ts +95 -28
- package/dist/core.js +11 -12
- package/dist/index.d.ts +260 -602
- package/dist/index.js +28 -7361
- package/dist/leaderboard.d.ts +5 -496
- package/dist/leaderboard.js +2 -15
- package/dist/page-builder.d.ts +20 -0
- package/dist/page-builder.js +4 -0
- package/dist/quest.d.ts +20 -292
- package/dist/quest.js +2 -5
- package/dist/user-center.d.ts +56 -0
- package/dist/user-center.js +4 -0
- package/package.json +22 -3
- package/dist/Table.css +0 -389
- package/dist/chunks/TaskOnProvider-QMwxGL44.js +0 -1435
- package/dist/chunks/ThemeProvider-Cs8IUVQj.js +0 -1118
- package/dist/chunks/leaderboardwidget-ja-Bj6gz6y1.js +0 -119
- package/dist/chunks/leaderboardwidget-ko-f1cLO9ic.js +0 -119
- package/dist/chunks/useWidgetLocale-BVcopbZS.js +0 -74
- package/dist/chunks/usercenter-ja-DBj_dtuz.js +0 -329
- package/dist/chunks/usercenter-ko-DYTkHAld.js +0 -329
- package/dist/index.css +0 -3662
|
@@ -0,0 +1,512 @@
|
|
|
1
|
+
const tab_my_rewards = "내 보상";
|
|
2
|
+
const tab_identity = "신원";
|
|
3
|
+
const tab_activity_history = "활동 기록";
|
|
4
|
+
const tab_rewards = "보상";
|
|
5
|
+
const tab_sprint_odyssey_history = "스프린트 및 오디세이 기록";
|
|
6
|
+
const section_you_have_earned = "획득한 보상";
|
|
7
|
+
const reward_token = "토큰";
|
|
8
|
+
const reward_xp_level = "XP & 레벨";
|
|
9
|
+
const reward_nft = "NFT";
|
|
10
|
+
const reward_whitelist = "화이트리스트";
|
|
11
|
+
const reward_discord_role = "Discord 역할";
|
|
12
|
+
const reward_points = "포인트";
|
|
13
|
+
const withdrawable_assets = "출금 가능 자산";
|
|
14
|
+
const token_history = "토큰 기록";
|
|
15
|
+
const withdraw = "출금";
|
|
16
|
+
const batch_withdraw = "일괄 출금";
|
|
17
|
+
const frozen_assets = "동결 자산";
|
|
18
|
+
const resend = "재전송";
|
|
19
|
+
const pending_withdrawals = "{count}건의 대기 중인 출금이 있습니다";
|
|
20
|
+
const pending_withdrawals_text = "대기 중인 출금";
|
|
21
|
+
const pending_withdrawals_count_label = "대기 중인 출금 수";
|
|
22
|
+
const withdraw_confirm = "출금 확인";
|
|
23
|
+
const withdraw_success = "출금 성공";
|
|
24
|
+
const withdraw_canceled = "출금 취소됨";
|
|
25
|
+
const gas_not_enough = "가스 부족";
|
|
26
|
+
const gas_not_enough_description = "이 거래를 완료하려면 충분한 가스가 있는지 확인해 주세요.";
|
|
27
|
+
const gas_not_enough_description_with_chain = "이 거래를 완료하려면 {chain} 가스가 충분한지 확인해 주세요.";
|
|
28
|
+
const retry = "재시도";
|
|
29
|
+
const confirm_withdraw = "출금 확인";
|
|
30
|
+
const withdrawing = "출금 처리 중...";
|
|
31
|
+
const confirm = "확인";
|
|
32
|
+
const cancel = "취소";
|
|
33
|
+
const close = "닫기";
|
|
34
|
+
const column_detail = "상세";
|
|
35
|
+
const column_duration = "기간";
|
|
36
|
+
const activity_name = "활동명";
|
|
37
|
+
const activity_time = "활동 시간";
|
|
38
|
+
const level = "레벨";
|
|
39
|
+
const total_xp = "총 XP";
|
|
40
|
+
const default_xp_points_name = "XP";
|
|
41
|
+
const xp_to_next_level = "다음 레벨까지";
|
|
42
|
+
const xp_history = "XP 기록";
|
|
43
|
+
const total_points = "총계";
|
|
44
|
+
const empty_points = "포인트 기록이 없습니다";
|
|
45
|
+
const points_history = "포인트 기록";
|
|
46
|
+
const page = "페이지";
|
|
47
|
+
const of = "/";
|
|
48
|
+
const previous = "이전";
|
|
49
|
+
const next = "다음";
|
|
50
|
+
const load_more = "더 보기";
|
|
51
|
+
const showing = "{total}개 중 {start}-{end}개 표시";
|
|
52
|
+
const social_accounts = "소셜 계정";
|
|
53
|
+
const wallet_addresses = "네트워크 목록";
|
|
54
|
+
const evm_chain = "EVM 체인";
|
|
55
|
+
const primary_address = "기본 주소";
|
|
56
|
+
const secondary_address = "보조 주소";
|
|
57
|
+
const email_address = "이메일 주소";
|
|
58
|
+
const bind = "연결";
|
|
59
|
+
const unbind = "해제";
|
|
60
|
+
const connect_wallet = "지갑 연결";
|
|
61
|
+
const binding = "연결 중...";
|
|
62
|
+
const unbinding = "해제 중...";
|
|
63
|
+
const bind_social_todo = "OAuth 연결은 곧 제공될 예정입니다";
|
|
64
|
+
const confirm_unbind = "연결 해제 확인";
|
|
65
|
+
const unbind_warning = "이 계정의 연결을 해제하시겠습니까?";
|
|
66
|
+
const kyc_warning = "이 주소는 KYC 인증이 완료되었습니다. 연결 해제 후 다시 연결하면 KYC 재인증이 필요합니다.";
|
|
67
|
+
const unbind_cooldown = "연결 후 24시간 이내에는 해제할 수 없습니다";
|
|
68
|
+
const last_login_method = "마지막 로그인 방법은 해제할 수 없습니다";
|
|
69
|
+
const unbind_success = "연결 해제 성공";
|
|
70
|
+
const unbind_failed = "연결 해제 실패";
|
|
71
|
+
const bind_success = "연결 성공";
|
|
72
|
+
const bind_failed = "연결 실패";
|
|
73
|
+
const connecting_wallet = "지갑 연결 중...";
|
|
74
|
+
const signing_message = "서명 중...";
|
|
75
|
+
const empty_identity = "설정된 신원 옵션이 없습니다";
|
|
76
|
+
const link_email_account = "이메일 계정 연결";
|
|
77
|
+
const please_enter_email = "이메일 주소를 입력하세요";
|
|
78
|
+
const please_enter_valid_email = "유효한 이메일 주소를 입력하세요";
|
|
79
|
+
const verification_code = "인증 코드";
|
|
80
|
+
const please_enter_code = "인증 코드를 입력하세요";
|
|
81
|
+
const please_enter_valid_code = "유효한 인증 코드를 입력하세요";
|
|
82
|
+
const send_verification_code = "인증 코드 전송";
|
|
83
|
+
const resend_code = "재전송";
|
|
84
|
+
const email_already_linked = "이 이메일은 이미 다른 계정에 연결되어 있습니다";
|
|
85
|
+
const send_code_success = "인증 코드가 전송되었습니다";
|
|
86
|
+
const send_code_failed = "인증 코드 전송 실패";
|
|
87
|
+
const column_token_symbol = "토큰 심볼";
|
|
88
|
+
const column_network = "네트워크";
|
|
89
|
+
const column_withdrawable = "출금 가능";
|
|
90
|
+
const column_action = "작업";
|
|
91
|
+
const chain_label = "체인";
|
|
92
|
+
const ok = "확인";
|
|
93
|
+
const copy = "복사";
|
|
94
|
+
const copied = "복사됨!";
|
|
95
|
+
const claim_nft = "NFT 청구";
|
|
96
|
+
const linked = "연결됨";
|
|
97
|
+
const link_platform_account = "{platform} 계정 연결";
|
|
98
|
+
const withdraw_canceled_message = "출금이 취소되었습니다. 거래를 재시도할 수 있습니다.";
|
|
99
|
+
const missing_resend_payload = "재전송 데이터가 없습니다";
|
|
100
|
+
const no_tokens_for_resend = "재전송할 토큰이 없습니다";
|
|
101
|
+
const failed_load_resend_details = "재전송 상세 정보를 불러오지 못했습니다";
|
|
102
|
+
const frozen_type_campaign = "캠페인 동결";
|
|
103
|
+
const frozen_type_withdraw = "출금 대기 중";
|
|
104
|
+
const frozen_type_referral = "추천 보상 동결";
|
|
105
|
+
const frozen_type_benefit = "혜택 동결";
|
|
106
|
+
const frozen_type_tg_mini_app = "TG 미니 앱";
|
|
107
|
+
const frozen_type_milestone = "마일스톤 동결";
|
|
108
|
+
const loading = "로딩 중...";
|
|
109
|
+
const error = "오류가 발생했습니다";
|
|
110
|
+
const empty_rewards = "보상이 없습니다";
|
|
111
|
+
const empty_activity_history = "활동 기록이 없습니다";
|
|
112
|
+
const empty_token = "토큰이 없습니다";
|
|
113
|
+
const empty_nft = "NFT가 없습니다";
|
|
114
|
+
const no_data = "데이터 없음";
|
|
115
|
+
const claim = "청구";
|
|
116
|
+
const claimed_txn = "청구됨 (Txn)";
|
|
117
|
+
const manual_drop = "수동 배포";
|
|
118
|
+
const column_nft = "NFT";
|
|
119
|
+
const column_whitelist = "화이트리스트";
|
|
120
|
+
const column_discord_role = "Discord 역할";
|
|
121
|
+
const column_time = "시간";
|
|
122
|
+
const column_status = "상태";
|
|
123
|
+
const column_amount = "수량";
|
|
124
|
+
const deposited = "입금됨";
|
|
125
|
+
const distributed_by = "배포자";
|
|
126
|
+
const token_history_telegram_spin = "텔레그램 스핀";
|
|
127
|
+
const token_history_telegram_spin_bonus = "텔레그램 스핀 보너스";
|
|
128
|
+
const column_token_type = "유형";
|
|
129
|
+
const column_amount_withdrawable = "출금 가능 금액";
|
|
130
|
+
const column_withdraw_amount = "출금 금액";
|
|
131
|
+
const select_token = "토큰 선택";
|
|
132
|
+
const token_amount = "토큰 수량";
|
|
133
|
+
const receive_address = "수령 주소";
|
|
134
|
+
const max = "MAX";
|
|
135
|
+
const available_balance = "사용 가능";
|
|
136
|
+
const please_select_token = "토큰을 선택해 주세요";
|
|
137
|
+
const please_enter_amount = "금액을 입력해 주세요";
|
|
138
|
+
const please_enter_valid_amount = "유효한 금액을 입력해 주세요";
|
|
139
|
+
const amount_exceeds_balance = "금액이 사용 가능한 잔액을 초과했습니다";
|
|
140
|
+
const token_not_supported = "지원되지 않는 토큰입니다";
|
|
141
|
+
const withdrawing_tip = "출금이 처리되는 동안 잠시만 기다려 주세요...";
|
|
142
|
+
const claiming_nft = "NFT 청구 중...";
|
|
143
|
+
const claim_connecting_wallet = "지갑 연결 중...";
|
|
144
|
+
const claim_switching_network = "네트워크 전환 중...";
|
|
145
|
+
const claim_getting_signature = "서명 요청 중...";
|
|
146
|
+
const claim_confirm_in_wallet = "지갑에서 확인해 주세요";
|
|
147
|
+
const claim_transaction_pending = "트랜잭션 대기 중...";
|
|
148
|
+
const claim_success = "NFT 청구에 성공했습니다!";
|
|
149
|
+
const claim_failed = "NFT 청구에 실패했습니다";
|
|
150
|
+
const claim_canceled = "사용자가 트랜잭션을 거부했습니다.";
|
|
151
|
+
const view_on_explorer = "탐색기에서 보기";
|
|
152
|
+
const pending_transaction = "대기 중인 트랜잭션";
|
|
153
|
+
const pending_tx_message = "대기 중인 트랜잭션이 있습니다";
|
|
154
|
+
const claim_pending_title = "이미 이 NFT를 청구했습니다. 이 트랜잭션이 확인될 때까지 기다려 주세요.";
|
|
155
|
+
const claim_pending_check_explorer = "탐색기에서 이 트랜잭션을 확인할 수 있습니다:";
|
|
156
|
+
const claim_pending_hash_label = "트랜잭션 해시:";
|
|
157
|
+
const claim_pending_claim_again_warn = '"다시 청구"를 누르면 새 트랜잭션이 전송됩니다. 현재 트랜잭션에 문제가 있다고 확신할 때만 권장됩니다.';
|
|
158
|
+
const claim_pending_receive_address_no_change = "이 수령 주소는 변경할 수 없습니다:";
|
|
159
|
+
const continue_waiting = "계속 기다리기";
|
|
160
|
+
const claim_again = "다시 청구";
|
|
161
|
+
const error_no_wallet = "지갑을 찾을 수 없습니다. 지갑 확장 프로그램을 설치해 주세요.";
|
|
162
|
+
const error_address_mismatch = "연결된 지갑 주소가 일치하지 않습니다.";
|
|
163
|
+
const error_network_switch = "네트워크 전환에 실패했습니다. 수동으로 전환해 주세요.";
|
|
164
|
+
const error_insufficient_gas = "가스가 부족합니다. 지갑에 자금을 추가해 주세요.";
|
|
165
|
+
const wallet_not_bind = "출금 전 지갑을 먼저 연결해 주세요";
|
|
166
|
+
const failed_connect_wallet = "지갑 연결에 실패했습니다";
|
|
167
|
+
const confirm_wallet_retry = "지갑에서 확인한 후 다시 시도해 주세요.";
|
|
168
|
+
const withdraw_failed = "출금에 실패했습니다";
|
|
169
|
+
const not_configured = "설정되지 않음";
|
|
170
|
+
const ko = {
|
|
171
|
+
tab_my_rewards,
|
|
172
|
+
tab_identity,
|
|
173
|
+
tab_activity_history,
|
|
174
|
+
tab_rewards,
|
|
175
|
+
tab_sprint_odyssey_history,
|
|
176
|
+
section_you_have_earned,
|
|
177
|
+
reward_token,
|
|
178
|
+
reward_xp_level,
|
|
179
|
+
reward_nft,
|
|
180
|
+
reward_whitelist,
|
|
181
|
+
reward_discord_role,
|
|
182
|
+
reward_points,
|
|
183
|
+
withdrawable_assets,
|
|
184
|
+
token_history,
|
|
185
|
+
withdraw,
|
|
186
|
+
batch_withdraw,
|
|
187
|
+
frozen_assets,
|
|
188
|
+
resend,
|
|
189
|
+
pending_withdrawals,
|
|
190
|
+
pending_withdrawals_text,
|
|
191
|
+
pending_withdrawals_count_label,
|
|
192
|
+
withdraw_confirm,
|
|
193
|
+
withdraw_success,
|
|
194
|
+
withdraw_canceled,
|
|
195
|
+
gas_not_enough,
|
|
196
|
+
gas_not_enough_description,
|
|
197
|
+
gas_not_enough_description_with_chain,
|
|
198
|
+
retry,
|
|
199
|
+
confirm_withdraw,
|
|
200
|
+
withdrawing,
|
|
201
|
+
confirm,
|
|
202
|
+
cancel,
|
|
203
|
+
close,
|
|
204
|
+
column_detail,
|
|
205
|
+
column_duration,
|
|
206
|
+
activity_name,
|
|
207
|
+
activity_time,
|
|
208
|
+
level,
|
|
209
|
+
total_xp,
|
|
210
|
+
default_xp_points_name,
|
|
211
|
+
xp_to_next_level,
|
|
212
|
+
xp_history,
|
|
213
|
+
total_points,
|
|
214
|
+
empty_points,
|
|
215
|
+
points_history,
|
|
216
|
+
page,
|
|
217
|
+
of,
|
|
218
|
+
previous,
|
|
219
|
+
next,
|
|
220
|
+
load_more,
|
|
221
|
+
showing,
|
|
222
|
+
social_accounts,
|
|
223
|
+
wallet_addresses,
|
|
224
|
+
evm_chain,
|
|
225
|
+
primary_address,
|
|
226
|
+
secondary_address,
|
|
227
|
+
email_address,
|
|
228
|
+
bind,
|
|
229
|
+
unbind,
|
|
230
|
+
connect_wallet,
|
|
231
|
+
binding,
|
|
232
|
+
unbinding,
|
|
233
|
+
bind_social_todo,
|
|
234
|
+
confirm_unbind,
|
|
235
|
+
unbind_warning,
|
|
236
|
+
kyc_warning,
|
|
237
|
+
unbind_cooldown,
|
|
238
|
+
last_login_method,
|
|
239
|
+
unbind_success,
|
|
240
|
+
unbind_failed,
|
|
241
|
+
bind_success,
|
|
242
|
+
bind_failed,
|
|
243
|
+
connecting_wallet,
|
|
244
|
+
signing_message,
|
|
245
|
+
empty_identity,
|
|
246
|
+
link_email_account,
|
|
247
|
+
please_enter_email,
|
|
248
|
+
please_enter_valid_email,
|
|
249
|
+
verification_code,
|
|
250
|
+
please_enter_code,
|
|
251
|
+
please_enter_valid_code,
|
|
252
|
+
send_verification_code,
|
|
253
|
+
resend_code,
|
|
254
|
+
email_already_linked,
|
|
255
|
+
send_code_success,
|
|
256
|
+
send_code_failed,
|
|
257
|
+
column_token_symbol,
|
|
258
|
+
column_network,
|
|
259
|
+
column_withdrawable,
|
|
260
|
+
column_action,
|
|
261
|
+
chain_label,
|
|
262
|
+
ok,
|
|
263
|
+
copy,
|
|
264
|
+
copied,
|
|
265
|
+
claim_nft,
|
|
266
|
+
linked,
|
|
267
|
+
link_platform_account,
|
|
268
|
+
withdraw_canceled_message,
|
|
269
|
+
missing_resend_payload,
|
|
270
|
+
no_tokens_for_resend,
|
|
271
|
+
failed_load_resend_details,
|
|
272
|
+
frozen_type_campaign,
|
|
273
|
+
frozen_type_withdraw,
|
|
274
|
+
frozen_type_referral,
|
|
275
|
+
frozen_type_benefit,
|
|
276
|
+
frozen_type_tg_mini_app,
|
|
277
|
+
frozen_type_milestone,
|
|
278
|
+
loading,
|
|
279
|
+
error,
|
|
280
|
+
empty_rewards,
|
|
281
|
+
empty_activity_history,
|
|
282
|
+
empty_token,
|
|
283
|
+
empty_nft,
|
|
284
|
+
no_data,
|
|
285
|
+
claim,
|
|
286
|
+
claimed_txn,
|
|
287
|
+
manual_drop,
|
|
288
|
+
column_nft,
|
|
289
|
+
column_whitelist,
|
|
290
|
+
column_discord_role,
|
|
291
|
+
column_time,
|
|
292
|
+
column_status,
|
|
293
|
+
column_amount,
|
|
294
|
+
deposited,
|
|
295
|
+
distributed_by,
|
|
296
|
+
token_history_telegram_spin,
|
|
297
|
+
token_history_telegram_spin_bonus,
|
|
298
|
+
column_token_type,
|
|
299
|
+
column_amount_withdrawable,
|
|
300
|
+
column_withdraw_amount,
|
|
301
|
+
select_token,
|
|
302
|
+
token_amount,
|
|
303
|
+
receive_address,
|
|
304
|
+
max,
|
|
305
|
+
available_balance,
|
|
306
|
+
please_select_token,
|
|
307
|
+
please_enter_amount,
|
|
308
|
+
please_enter_valid_amount,
|
|
309
|
+
amount_exceeds_balance,
|
|
310
|
+
token_not_supported,
|
|
311
|
+
withdrawing_tip,
|
|
312
|
+
claiming_nft,
|
|
313
|
+
claim_connecting_wallet,
|
|
314
|
+
claim_switching_network,
|
|
315
|
+
claim_getting_signature,
|
|
316
|
+
claim_confirm_in_wallet,
|
|
317
|
+
claim_transaction_pending,
|
|
318
|
+
claim_success,
|
|
319
|
+
claim_failed,
|
|
320
|
+
claim_canceled,
|
|
321
|
+
view_on_explorer,
|
|
322
|
+
pending_transaction,
|
|
323
|
+
pending_tx_message,
|
|
324
|
+
claim_pending_title,
|
|
325
|
+
claim_pending_check_explorer,
|
|
326
|
+
claim_pending_hash_label,
|
|
327
|
+
claim_pending_claim_again_warn,
|
|
328
|
+
claim_pending_receive_address_no_change,
|
|
329
|
+
continue_waiting,
|
|
330
|
+
claim_again,
|
|
331
|
+
error_no_wallet,
|
|
332
|
+
error_address_mismatch,
|
|
333
|
+
error_network_switch,
|
|
334
|
+
error_insufficient_gas,
|
|
335
|
+
wallet_not_bind,
|
|
336
|
+
failed_connect_wallet,
|
|
337
|
+
confirm_wallet_retry,
|
|
338
|
+
withdraw_failed,
|
|
339
|
+
not_configured
|
|
340
|
+
};
|
|
341
|
+
export {
|
|
342
|
+
activity_name,
|
|
343
|
+
activity_time,
|
|
344
|
+
amount_exceeds_balance,
|
|
345
|
+
available_balance,
|
|
346
|
+
batch_withdraw,
|
|
347
|
+
bind,
|
|
348
|
+
bind_failed,
|
|
349
|
+
bind_social_todo,
|
|
350
|
+
bind_success,
|
|
351
|
+
binding,
|
|
352
|
+
cancel,
|
|
353
|
+
chain_label,
|
|
354
|
+
claim,
|
|
355
|
+
claim_again,
|
|
356
|
+
claim_canceled,
|
|
357
|
+
claim_confirm_in_wallet,
|
|
358
|
+
claim_connecting_wallet,
|
|
359
|
+
claim_failed,
|
|
360
|
+
claim_getting_signature,
|
|
361
|
+
claim_nft,
|
|
362
|
+
claim_pending_check_explorer,
|
|
363
|
+
claim_pending_claim_again_warn,
|
|
364
|
+
claim_pending_hash_label,
|
|
365
|
+
claim_pending_receive_address_no_change,
|
|
366
|
+
claim_pending_title,
|
|
367
|
+
claim_success,
|
|
368
|
+
claim_switching_network,
|
|
369
|
+
claim_transaction_pending,
|
|
370
|
+
claimed_txn,
|
|
371
|
+
claiming_nft,
|
|
372
|
+
close,
|
|
373
|
+
column_action,
|
|
374
|
+
column_amount,
|
|
375
|
+
column_amount_withdrawable,
|
|
376
|
+
column_detail,
|
|
377
|
+
column_discord_role,
|
|
378
|
+
column_duration,
|
|
379
|
+
column_network,
|
|
380
|
+
column_nft,
|
|
381
|
+
column_status,
|
|
382
|
+
column_time,
|
|
383
|
+
column_token_symbol,
|
|
384
|
+
column_token_type,
|
|
385
|
+
column_whitelist,
|
|
386
|
+
column_withdraw_amount,
|
|
387
|
+
column_withdrawable,
|
|
388
|
+
confirm,
|
|
389
|
+
confirm_unbind,
|
|
390
|
+
confirm_wallet_retry,
|
|
391
|
+
confirm_withdraw,
|
|
392
|
+
connect_wallet,
|
|
393
|
+
connecting_wallet,
|
|
394
|
+
continue_waiting,
|
|
395
|
+
copied,
|
|
396
|
+
copy,
|
|
397
|
+
ko as default,
|
|
398
|
+
default_xp_points_name,
|
|
399
|
+
deposited,
|
|
400
|
+
distributed_by,
|
|
401
|
+
email_address,
|
|
402
|
+
email_already_linked,
|
|
403
|
+
empty_activity_history,
|
|
404
|
+
empty_identity,
|
|
405
|
+
empty_nft,
|
|
406
|
+
empty_points,
|
|
407
|
+
empty_rewards,
|
|
408
|
+
empty_token,
|
|
409
|
+
error,
|
|
410
|
+
error_address_mismatch,
|
|
411
|
+
error_insufficient_gas,
|
|
412
|
+
error_network_switch,
|
|
413
|
+
error_no_wallet,
|
|
414
|
+
evm_chain,
|
|
415
|
+
failed_connect_wallet,
|
|
416
|
+
failed_load_resend_details,
|
|
417
|
+
frozen_assets,
|
|
418
|
+
frozen_type_benefit,
|
|
419
|
+
frozen_type_campaign,
|
|
420
|
+
frozen_type_milestone,
|
|
421
|
+
frozen_type_referral,
|
|
422
|
+
frozen_type_tg_mini_app,
|
|
423
|
+
frozen_type_withdraw,
|
|
424
|
+
gas_not_enough,
|
|
425
|
+
gas_not_enough_description,
|
|
426
|
+
gas_not_enough_description_with_chain,
|
|
427
|
+
kyc_warning,
|
|
428
|
+
last_login_method,
|
|
429
|
+
level,
|
|
430
|
+
link_email_account,
|
|
431
|
+
link_platform_account,
|
|
432
|
+
linked,
|
|
433
|
+
load_more,
|
|
434
|
+
loading,
|
|
435
|
+
manual_drop,
|
|
436
|
+
max,
|
|
437
|
+
missing_resend_payload,
|
|
438
|
+
next,
|
|
439
|
+
no_data,
|
|
440
|
+
no_tokens_for_resend,
|
|
441
|
+
not_configured,
|
|
442
|
+
of,
|
|
443
|
+
ok,
|
|
444
|
+
page,
|
|
445
|
+
pending_transaction,
|
|
446
|
+
pending_tx_message,
|
|
447
|
+
pending_withdrawals,
|
|
448
|
+
pending_withdrawals_count_label,
|
|
449
|
+
pending_withdrawals_text,
|
|
450
|
+
please_enter_amount,
|
|
451
|
+
please_enter_code,
|
|
452
|
+
please_enter_email,
|
|
453
|
+
please_enter_valid_amount,
|
|
454
|
+
please_enter_valid_code,
|
|
455
|
+
please_enter_valid_email,
|
|
456
|
+
please_select_token,
|
|
457
|
+
points_history,
|
|
458
|
+
previous,
|
|
459
|
+
primary_address,
|
|
460
|
+
receive_address,
|
|
461
|
+
resend,
|
|
462
|
+
resend_code,
|
|
463
|
+
retry,
|
|
464
|
+
reward_discord_role,
|
|
465
|
+
reward_nft,
|
|
466
|
+
reward_points,
|
|
467
|
+
reward_token,
|
|
468
|
+
reward_whitelist,
|
|
469
|
+
reward_xp_level,
|
|
470
|
+
secondary_address,
|
|
471
|
+
section_you_have_earned,
|
|
472
|
+
select_token,
|
|
473
|
+
send_code_failed,
|
|
474
|
+
send_code_success,
|
|
475
|
+
send_verification_code,
|
|
476
|
+
showing,
|
|
477
|
+
signing_message,
|
|
478
|
+
social_accounts,
|
|
479
|
+
tab_activity_history,
|
|
480
|
+
tab_identity,
|
|
481
|
+
tab_my_rewards,
|
|
482
|
+
tab_rewards,
|
|
483
|
+
tab_sprint_odyssey_history,
|
|
484
|
+
token_amount,
|
|
485
|
+
token_history,
|
|
486
|
+
token_history_telegram_spin,
|
|
487
|
+
token_history_telegram_spin_bonus,
|
|
488
|
+
token_not_supported,
|
|
489
|
+
total_points,
|
|
490
|
+
total_xp,
|
|
491
|
+
unbind,
|
|
492
|
+
unbind_cooldown,
|
|
493
|
+
unbind_failed,
|
|
494
|
+
unbind_success,
|
|
495
|
+
unbind_warning,
|
|
496
|
+
unbinding,
|
|
497
|
+
verification_code,
|
|
498
|
+
view_on_explorer,
|
|
499
|
+
wallet_addresses,
|
|
500
|
+
wallet_not_bind,
|
|
501
|
+
withdraw,
|
|
502
|
+
withdraw_canceled,
|
|
503
|
+
withdraw_canceled_message,
|
|
504
|
+
withdraw_confirm,
|
|
505
|
+
withdraw_failed,
|
|
506
|
+
withdraw_success,
|
|
507
|
+
withdrawable_assets,
|
|
508
|
+
withdrawing,
|
|
509
|
+
withdrawing_tip,
|
|
510
|
+
xp_history,
|
|
511
|
+
xp_to_next_level
|
|
512
|
+
};
|