@taskon/widget-react 0.0.1-beta.5 → 0.0.1-beta.6
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 +13 -4
- package/dist/CommunityTaskList.css +9 -1
- package/dist/EligibilityInfo.css +46 -42
- package/dist/LeaderboardWidget.css +73 -71
- package/dist/PageBuilder.css +5 -0
- package/dist/Quest.css +18 -14
- package/dist/TaskOnProvider.css +2 -0
- package/dist/UserCenterWidget.css +6 -6
- package/dist/UserCenterWidget2.css +1626 -1601
- package/dist/{dynamic-import-helper.css → WidgetShell.css} +2 -2
- package/dist/chunks/{CommunityTaskList-CrMvOB8w.js → CommunityTaskList-Hde2OKHH.js} +360 -154
- package/dist/chunks/{EligibilityInfo-Beww12QX.js → EligibilityInfo-BV0Z2TgY.js} +533 -561
- package/dist/chunks/{LeaderboardWidget-DwuSpVl0.js → LeaderboardWidget-BNGRD5Bu.js} +270 -249
- package/dist/chunks/{PageBuilder-DsX6Tv0N.js → PageBuilder-C5DSHiW9.js} +5 -5
- package/dist/chunks/{Quest-CuD2LElS.js → Quest-DG9zfXJo.js} +72 -50
- package/dist/chunks/{TaskOnProvider-xUeP2Nro.js → TaskOnProvider-BhamHIyY.js} +34 -17
- package/dist/chunks/{ThemeProvider-Bt4UZ33y.js → ThemeProvider-mXLdLSkq.js} +81 -18
- package/dist/chunks/{UserCenterWidget-CvU6K4AC.js → UserCenterWidget-D5ttw4hO.js} +1328 -1337
- package/dist/chunks/{UserCenterWidget-CB0hnj-L.js → UserCenterWidget-jDO5zTN1.js} +298 -231
- package/dist/chunks/{dynamic-import-helper-WmIF58Sb.js → WidgetShell-D7yC894Y.js} +447 -457
- 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-DhySaZL8.js → communitytask-ru-CZm2CPoV.js} +211 -1
- 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-D-b5xcme.js → quest-es-Dyyy0zaw.js} +8 -93
- package/dist/chunks/{quest-ja-Dxd2vqBF.js → quest-ja-Depog33y.js} +8 -93
- package/dist/chunks/{quest-ko-CSmRWgK_.js → quest-ko-BMu3uRQJ.js} +8 -93
- package/dist/chunks/{quest-ru-CkEKv1_F.js → quest-ru-xne814Rw.js} +8 -93
- 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 +0 -390
- package/dist/community-task.js +2 -7
- package/dist/core.d.ts +29 -5
- package/dist/core.js +8 -9
- package/dist/index.d.ts +29 -701
- package/dist/index.js +18 -29
- package/dist/leaderboard.d.ts +0 -498
- package/dist/leaderboard.js +2 -16
- package/dist/page-builder.js +1 -1
- package/dist/quest.d.ts +0 -971
- package/dist/quest.js +2 -7
- package/dist/user-center.d.ts +0 -1610
- package/dist/user-center.js +2 -494
- package/package.json +2 -2
- package/dist/chunks/communitytask-es-1zawvXEX.js +0 -311
- package/dist/chunks/communitytask-ja-CmW6nP-L.js +0 -311
- package/dist/chunks/communitytask-ko-BD0hzQSi.js +0 -311
- package/dist/chunks/createLocaleLoader-BameiEhU.js +0 -65
- package/dist/chunks/leaderboardwidget-ja-Bj6gz6y1.js +0 -119
- package/dist/chunks/leaderboardwidget-ko-f1cLO9ic.js +0 -119
- package/dist/chunks/usercenter-ja-B2465c1O.js +0 -326
- package/dist/chunks/usercenter-ko-xAEYxqLg.js +0 -326
|
@@ -1,311 +0,0 @@
|
|
|
1
|
-
const once_tag = "Una vez";
|
|
2
|
-
const daily_tag = "Diario";
|
|
3
|
-
const weekly_tag = "Semanal";
|
|
4
|
-
const monthly_tag = "Mensual";
|
|
5
|
-
const unlimited_tag = "Ilimitado";
|
|
6
|
-
const verify_claim = "Verificar y reclamar";
|
|
7
|
-
const claim = "Afirmar";
|
|
8
|
-
const update = "Actualizar";
|
|
9
|
-
const valid_util_is = "Válido hasta:";
|
|
10
|
-
const won = "Ganado";
|
|
11
|
-
const gift_rewards = "🎁 Recompensas";
|
|
12
|
-
const max_claim_num = "Máx. de reclamaciones";
|
|
13
|
-
const updated_at = "Actualizado en {val}";
|
|
14
|
-
const oops = "¡Ups!";
|
|
15
|
-
const verify_failed = "Fallo en la verificación";
|
|
16
|
-
const oops_failed = "Uy, ha fallado";
|
|
17
|
-
const under_review = "En revisión";
|
|
18
|
-
const failed = "Fallido";
|
|
19
|
-
const completed_now = "La tarea está completa por ahora.";
|
|
20
|
-
const continue_in = "Continuar en";
|
|
21
|
-
const done_today = "Hecho por hoy";
|
|
22
|
-
const per_time = "/Tiempo";
|
|
23
|
-
const earned = "Ganado";
|
|
24
|
-
const retry_after = "Reintentar después de {val}";
|
|
25
|
-
const task_verify_warning = "Esta tarea solo verifica la acción durante {start} - {end}(UTC)";
|
|
26
|
-
const you_have_completed = "🎉 Has completado";
|
|
27
|
-
const you_not_pass = "¡Ups! No has pasado esta tarea.";
|
|
28
|
-
const proceed_2_complete_the_task = "Procede a completar la tarea";
|
|
29
|
-
const twitter_delay_error = "Esto generalmente se debe a retrasos de X(Twitter). Por favor, inténtalo de nuevo en 30 segundos y asegúrate de haber usado tu cuenta vinculada de X, {name}.";
|
|
30
|
-
const discord_delay_error = "Esto generalmente se debe a retrasos de Discord. Por favor, inténtalo de nuevo en 30 segundos y asegúrate de haber usado tu cuenta vinculada de Discord, {name}.";
|
|
31
|
-
const telegram_delay_error = "Esto generalmente se debe a retrasos de Telegram. Por favor, inténtalo de nuevo en 30 segundos y asegúrate de haber usado tu cuenta vinculada de Telegram, {name}.";
|
|
32
|
-
const discord_invites_err = "Tus Invitaciones: {invited}, {need} más necesitadas. Por favor invita a más amigos a unirse al Servidor de Discord";
|
|
33
|
-
const close_in = "🎉 Felicidades, cierra en {val}s";
|
|
34
|
-
const check = "Comprobar";
|
|
35
|
-
const level_above = "Alcanza el nivel {val} o superior";
|
|
36
|
-
const level_below = "es menor que el nivel {val}";
|
|
37
|
-
const discord_role_is_val = "El rol de Discord es {val}";
|
|
38
|
-
const discord_role_is_not_val = "El rol de Discord no es {val}";
|
|
39
|
-
const nft_token_label = "Posee al menos {amt} {token} en {chain}";
|
|
40
|
-
const complete_task = "Completado {val}";
|
|
41
|
-
const not_complete_task = "No completado {val}";
|
|
42
|
-
const taskon_community = "Comunidad TaskOn";
|
|
43
|
-
const copy = "Copiar";
|
|
44
|
-
const copy_success = "Copiar éxito";
|
|
45
|
-
const copy_failed = "Copia fallida";
|
|
46
|
-
const invalid_image_size_10m = "Sube una imagen por debajo de 10 m";
|
|
47
|
-
const upload_failed = "Subir falló, ¡inténtelo de nuevo!";
|
|
48
|
-
const please_enter_url = "Por favor, introduce la URL";
|
|
49
|
-
const please_enter_text = "Por favor, introduzca texto";
|
|
50
|
-
const invalid_url = "Ingrese una dirección de URL válida";
|
|
51
|
-
const enter_here = "Ingrese aquí";
|
|
52
|
-
const resubmit = "Reenviar";
|
|
53
|
-
const re_submitted_success = "Reenviado correctamente";
|
|
54
|
-
const submit = "Entregar";
|
|
55
|
-
const swap = "Intercambio";
|
|
56
|
-
const chain_is = "Cadena:";
|
|
57
|
-
const swap_from_is = "Intercambiar desde:";
|
|
58
|
-
const swap_to_is = "Intercambiar a:";
|
|
59
|
-
const rules = "Reglas";
|
|
60
|
-
const instructions = "Instrucciones";
|
|
61
|
-
const times = "veces";
|
|
62
|
-
const address_is = "Dirección:";
|
|
63
|
-
const only_left = "¡Apúrate! Solo quedan {val}";
|
|
64
|
-
const task_up = "Tarea";
|
|
65
|
-
const no_task = "Sin tareas";
|
|
66
|
-
const all = "Todo";
|
|
67
|
-
const any = "CUALQUIER";
|
|
68
|
-
const meet_all_conditions_to_unlock = "Cumple todas las condiciones para desbloquear";
|
|
69
|
-
const meet_any_condition_to_unlock = "Cumple cualquier condición para desbloquear";
|
|
70
|
-
const contact_to_check_progress = "Contacta con {name} para comprobar tu progreso";
|
|
71
|
-
const loading = "Cargando...";
|
|
72
|
-
const error = "Algo salió mal";
|
|
73
|
-
const retry = "Reintentar";
|
|
74
|
-
const loading_tasks = "Cargando tareas...";
|
|
75
|
-
const no_tasks_available = "No hay tareas disponibles";
|
|
76
|
-
const loading_task = "Cargando tarea...";
|
|
77
|
-
const task_details = "Detalles de la tarea";
|
|
78
|
-
const task_details_desc = "Ver detalles de la tarea y recompensas";
|
|
79
|
-
const no_task_data = "No hay datos de la tarea";
|
|
80
|
-
const client_not_initialized = "El cliente no está inicializado";
|
|
81
|
-
const failed_to_load = "No se pudo cargar";
|
|
82
|
-
const submission_failed = "Envío fallido";
|
|
83
|
-
const failed_to_submit_task = "Error al enviar la tarea:";
|
|
84
|
-
const join_required_discord_channel = "Únete al canal de Discord requerido y vuelve a intentarlo.";
|
|
85
|
-
const verification_failed_twitter = "¡Ups! La verificación de la tarea falló. Puede haber retraso por restricciones de Twitter. Inténtalo de nuevo más tarde.";
|
|
86
|
-
const verification_failed_discord = "¡Ups! La verificación de la tarea falló. Puede haber retraso por restricciones de Discord. Inténtalo de nuevo más tarde.";
|
|
87
|
-
const verification_failed_telegram = "¡Ups! La verificación de la tarea falló. Puede haber retraso por restricciones de Telegram. Inténtalo de nuevo más tarde.";
|
|
88
|
-
const verification_failed_generic = "La verificación de la tarea falló. Comprueba si completaste la acción requerida.";
|
|
89
|
-
const upload_image = "Subir imagen";
|
|
90
|
-
const click_to_upload_image = "Haz clic para subir imagen";
|
|
91
|
-
const please_upload_image = "Por favor, sube una imagen";
|
|
92
|
-
const submitting = "Enviando...";
|
|
93
|
-
const task_completed = "Tarea completada";
|
|
94
|
-
const every = "Cada";
|
|
95
|
-
const will_give_you = "te dará";
|
|
96
|
-
const copy_to_clipboard = "Copiar al portapapeles";
|
|
97
|
-
const copied = "¡Copiado!";
|
|
98
|
-
const community_login_first = "Por favor, inicia sesión primero";
|
|
99
|
-
const community_points = "Puntos";
|
|
100
|
-
const community_token = "Token";
|
|
101
|
-
const community_dex = "DEX";
|
|
102
|
-
const community_rule_max = "(Máx {val} {name})";
|
|
103
|
-
const es = {
|
|
104
|
-
once_tag,
|
|
105
|
-
daily_tag,
|
|
106
|
-
weekly_tag,
|
|
107
|
-
monthly_tag,
|
|
108
|
-
unlimited_tag,
|
|
109
|
-
verify_claim,
|
|
110
|
-
claim,
|
|
111
|
-
update,
|
|
112
|
-
valid_util_is,
|
|
113
|
-
won,
|
|
114
|
-
gift_rewards,
|
|
115
|
-
max_claim_num,
|
|
116
|
-
updated_at,
|
|
117
|
-
oops,
|
|
118
|
-
verify_failed,
|
|
119
|
-
oops_failed,
|
|
120
|
-
under_review,
|
|
121
|
-
failed,
|
|
122
|
-
completed_now,
|
|
123
|
-
continue_in,
|
|
124
|
-
done_today,
|
|
125
|
-
per_time,
|
|
126
|
-
earned,
|
|
127
|
-
retry_after,
|
|
128
|
-
task_verify_warning,
|
|
129
|
-
you_have_completed,
|
|
130
|
-
you_not_pass,
|
|
131
|
-
proceed_2_complete_the_task,
|
|
132
|
-
twitter_delay_error,
|
|
133
|
-
discord_delay_error,
|
|
134
|
-
telegram_delay_error,
|
|
135
|
-
discord_invites_err,
|
|
136
|
-
close_in,
|
|
137
|
-
check,
|
|
138
|
-
level_above,
|
|
139
|
-
level_below,
|
|
140
|
-
discord_role_is_val,
|
|
141
|
-
discord_role_is_not_val,
|
|
142
|
-
nft_token_label,
|
|
143
|
-
complete_task,
|
|
144
|
-
not_complete_task,
|
|
145
|
-
taskon_community,
|
|
146
|
-
copy,
|
|
147
|
-
copy_success,
|
|
148
|
-
copy_failed,
|
|
149
|
-
invalid_image_size_10m,
|
|
150
|
-
upload_failed,
|
|
151
|
-
please_enter_url,
|
|
152
|
-
please_enter_text,
|
|
153
|
-
invalid_url,
|
|
154
|
-
enter_here,
|
|
155
|
-
resubmit,
|
|
156
|
-
re_submitted_success,
|
|
157
|
-
submit,
|
|
158
|
-
swap,
|
|
159
|
-
chain_is,
|
|
160
|
-
swap_from_is,
|
|
161
|
-
swap_to_is,
|
|
162
|
-
rules,
|
|
163
|
-
instructions,
|
|
164
|
-
times,
|
|
165
|
-
address_is,
|
|
166
|
-
only_left,
|
|
167
|
-
task_up,
|
|
168
|
-
no_task,
|
|
169
|
-
all,
|
|
170
|
-
any,
|
|
171
|
-
meet_all_conditions_to_unlock,
|
|
172
|
-
meet_any_condition_to_unlock,
|
|
173
|
-
contact_to_check_progress,
|
|
174
|
-
loading,
|
|
175
|
-
error,
|
|
176
|
-
retry,
|
|
177
|
-
loading_tasks,
|
|
178
|
-
no_tasks_available,
|
|
179
|
-
loading_task,
|
|
180
|
-
task_details,
|
|
181
|
-
task_details_desc,
|
|
182
|
-
no_task_data,
|
|
183
|
-
client_not_initialized,
|
|
184
|
-
failed_to_load,
|
|
185
|
-
submission_failed,
|
|
186
|
-
failed_to_submit_task,
|
|
187
|
-
join_required_discord_channel,
|
|
188
|
-
verification_failed_twitter,
|
|
189
|
-
verification_failed_discord,
|
|
190
|
-
verification_failed_telegram,
|
|
191
|
-
verification_failed_generic,
|
|
192
|
-
upload_image,
|
|
193
|
-
click_to_upload_image,
|
|
194
|
-
please_upload_image,
|
|
195
|
-
submitting,
|
|
196
|
-
task_completed,
|
|
197
|
-
every,
|
|
198
|
-
will_give_you,
|
|
199
|
-
copy_to_clipboard,
|
|
200
|
-
copied,
|
|
201
|
-
community_login_first,
|
|
202
|
-
community_points,
|
|
203
|
-
community_token,
|
|
204
|
-
community_dex,
|
|
205
|
-
community_rule_max
|
|
206
|
-
};
|
|
207
|
-
export {
|
|
208
|
-
address_is,
|
|
209
|
-
all,
|
|
210
|
-
any,
|
|
211
|
-
chain_is,
|
|
212
|
-
check,
|
|
213
|
-
claim,
|
|
214
|
-
click_to_upload_image,
|
|
215
|
-
client_not_initialized,
|
|
216
|
-
close_in,
|
|
217
|
-
community_dex,
|
|
218
|
-
community_login_first,
|
|
219
|
-
community_points,
|
|
220
|
-
community_rule_max,
|
|
221
|
-
community_token,
|
|
222
|
-
complete_task,
|
|
223
|
-
completed_now,
|
|
224
|
-
contact_to_check_progress,
|
|
225
|
-
continue_in,
|
|
226
|
-
copied,
|
|
227
|
-
copy,
|
|
228
|
-
copy_failed,
|
|
229
|
-
copy_success,
|
|
230
|
-
copy_to_clipboard,
|
|
231
|
-
daily_tag,
|
|
232
|
-
es as default,
|
|
233
|
-
discord_delay_error,
|
|
234
|
-
discord_invites_err,
|
|
235
|
-
discord_role_is_not_val,
|
|
236
|
-
discord_role_is_val,
|
|
237
|
-
done_today,
|
|
238
|
-
earned,
|
|
239
|
-
enter_here,
|
|
240
|
-
error,
|
|
241
|
-
every,
|
|
242
|
-
failed,
|
|
243
|
-
failed_to_load,
|
|
244
|
-
failed_to_submit_task,
|
|
245
|
-
gift_rewards,
|
|
246
|
-
instructions,
|
|
247
|
-
invalid_image_size_10m,
|
|
248
|
-
invalid_url,
|
|
249
|
-
join_required_discord_channel,
|
|
250
|
-
level_above,
|
|
251
|
-
level_below,
|
|
252
|
-
loading,
|
|
253
|
-
loading_task,
|
|
254
|
-
loading_tasks,
|
|
255
|
-
max_claim_num,
|
|
256
|
-
meet_all_conditions_to_unlock,
|
|
257
|
-
meet_any_condition_to_unlock,
|
|
258
|
-
monthly_tag,
|
|
259
|
-
nft_token_label,
|
|
260
|
-
no_task,
|
|
261
|
-
no_task_data,
|
|
262
|
-
no_tasks_available,
|
|
263
|
-
not_complete_task,
|
|
264
|
-
once_tag,
|
|
265
|
-
only_left,
|
|
266
|
-
oops,
|
|
267
|
-
oops_failed,
|
|
268
|
-
per_time,
|
|
269
|
-
please_enter_text,
|
|
270
|
-
please_enter_url,
|
|
271
|
-
please_upload_image,
|
|
272
|
-
proceed_2_complete_the_task,
|
|
273
|
-
re_submitted_success,
|
|
274
|
-
resubmit,
|
|
275
|
-
retry,
|
|
276
|
-
retry_after,
|
|
277
|
-
rules,
|
|
278
|
-
submission_failed,
|
|
279
|
-
submit,
|
|
280
|
-
submitting,
|
|
281
|
-
swap,
|
|
282
|
-
swap_from_is,
|
|
283
|
-
swap_to_is,
|
|
284
|
-
task_completed,
|
|
285
|
-
task_details,
|
|
286
|
-
task_details_desc,
|
|
287
|
-
task_up,
|
|
288
|
-
task_verify_warning,
|
|
289
|
-
taskon_community,
|
|
290
|
-
telegram_delay_error,
|
|
291
|
-
times,
|
|
292
|
-
twitter_delay_error,
|
|
293
|
-
under_review,
|
|
294
|
-
unlimited_tag,
|
|
295
|
-
update,
|
|
296
|
-
updated_at,
|
|
297
|
-
upload_failed,
|
|
298
|
-
upload_image,
|
|
299
|
-
valid_util_is,
|
|
300
|
-
verification_failed_discord,
|
|
301
|
-
verification_failed_generic,
|
|
302
|
-
verification_failed_telegram,
|
|
303
|
-
verification_failed_twitter,
|
|
304
|
-
verify_claim,
|
|
305
|
-
verify_failed,
|
|
306
|
-
weekly_tag,
|
|
307
|
-
will_give_you,
|
|
308
|
-
won,
|
|
309
|
-
you_have_completed,
|
|
310
|
-
you_not_pass
|
|
311
|
-
};
|
|
@@ -1,311 +0,0 @@
|
|
|
1
|
-
const once_tag = "1回";
|
|
2
|
-
const daily_tag = "毎日";
|
|
3
|
-
const weekly_tag = "毎週";
|
|
4
|
-
const monthly_tag = "月次";
|
|
5
|
-
const unlimited_tag = "無制限";
|
|
6
|
-
const verify_claim = "検証と請求";
|
|
7
|
-
const claim = "請求";
|
|
8
|
-
const update = "更新";
|
|
9
|
-
const valid_util_is = "有効期限:";
|
|
10
|
-
const won = "獲得";
|
|
11
|
-
const gift_rewards = "🎁 報酬";
|
|
12
|
-
const max_claim_num = "最大請求数";
|
|
13
|
-
const updated_at = "更新日 {val}";
|
|
14
|
-
const oops = "おっと!";
|
|
15
|
-
const verify_failed = "検証に失敗しました";
|
|
16
|
-
const oops_failed = "おっと、失敗しました";
|
|
17
|
-
const under_review = "審査中";
|
|
18
|
-
const failed = "失敗しました";
|
|
19
|
-
const completed_now = "今のタスクは完了しました。";
|
|
20
|
-
const continue_in = "続行中";
|
|
21
|
-
const done_today = "今日は完了";
|
|
22
|
-
const per_time = "/時間";
|
|
23
|
-
const earned = "獲得済み";
|
|
24
|
-
const retry_after = "{val}後に再試行";
|
|
25
|
-
const task_verify_warning = "このタスクは{start} - {end}(UTC)の間のアクションのみを検証します";
|
|
26
|
-
const you_have_completed = "🎉 すべてのタスクが完了しました";
|
|
27
|
-
const you_not_pass = "残念! このタスクに合格しませんでした。";
|
|
28
|
-
const proceed_2_complete_the_task = "タスクを完了する";
|
|
29
|
-
const twitter_delay_error = "これは通常、X(Twitter) の遅延が原因です。30秒後に再試行し、リンクされたXアカウントを使用したことを確認してください, {name}.";
|
|
30
|
-
const discord_delay_error = "これは通常、Discordの遅延が原因です。30秒後に再試行し、リンクされたDiscordアカウントを使用したことを確認してください, {name}.";
|
|
31
|
-
const telegram_delay_error = "これは通常、Telegramの遅延が原因です。30秒後に再試行し、リンクされたTelegramアカウントを使用したことを確認してください, {name}.";
|
|
32
|
-
const discord_invites_err = "あなたの招待:{invited}、さらに{need}人が必要です。もっと友達をDiscordサーバーに招待してください";
|
|
33
|
-
const close_in = "🎉 おめでとうございます、{val}秒で閉じます";
|
|
34
|
-
const check = "チェック";
|
|
35
|
-
const level_above = "{val}以上のレベルに到達";
|
|
36
|
-
const level_below = "{val}レベル以下";
|
|
37
|
-
const discord_role_is_val = "Discordの役割は{val}";
|
|
38
|
-
const discord_role_is_not_val = "Discordの役割は{val}ではありません";
|
|
39
|
-
const nft_token_label = "少なくとも{amt} {token}を{chain}で保有してください";
|
|
40
|
-
const complete_task = "タスク完了 {val}";
|
|
41
|
-
const not_complete_task = "タスク未完了 {val}";
|
|
42
|
-
const taskon_community = "Taskonコミュニティ";
|
|
43
|
-
const copy = "コピー";
|
|
44
|
-
const copy_success = "コピー成功";
|
|
45
|
-
const copy_failed = "コピーに失敗しました";
|
|
46
|
-
const invalid_image_size_10m = "10M未満の画像をアップロードしてください";
|
|
47
|
-
const upload_failed = "アップロードに失敗しました、もう一度試してください!";
|
|
48
|
-
const please_enter_url = "URLを入力してください";
|
|
49
|
-
const please_enter_text = "テキストを入力してください";
|
|
50
|
-
const invalid_url = "有効なURLアドレスを入力してください";
|
|
51
|
-
const enter_here = "ここに入力";
|
|
52
|
-
const resubmit = "再提出";
|
|
53
|
-
const re_submitted_success = "再提出が成功しました";
|
|
54
|
-
const submit = "提出する";
|
|
55
|
-
const swap = "スワップ";
|
|
56
|
-
const chain_is = "チェーン:";
|
|
57
|
-
const swap_from_is = "スワップ元:";
|
|
58
|
-
const swap_to_is = "スワップ先:";
|
|
59
|
-
const rules = "ルール";
|
|
60
|
-
const instructions = "手順";
|
|
61
|
-
const times = "回";
|
|
62
|
-
const address_is = "アドレス:";
|
|
63
|
-
const only_left = "急いで!残り{val}";
|
|
64
|
-
const task_up = "タスク";
|
|
65
|
-
const no_task = "タスクなし";
|
|
66
|
-
const all = "全て";
|
|
67
|
-
const any = "任意";
|
|
68
|
-
const meet_all_conditions_to_unlock = "すべての条件を満たしてロック解除";
|
|
69
|
-
const meet_any_condition_to_unlock = "いずれかの条件を満たしてロック解除";
|
|
70
|
-
const contact_to_check_progress = "{name} に連絡して進捗を確認してください";
|
|
71
|
-
const loading = "読み込み中...";
|
|
72
|
-
const error = "問題が発生しました";
|
|
73
|
-
const retry = "再試行";
|
|
74
|
-
const loading_tasks = "タスクを読み込み中...";
|
|
75
|
-
const no_tasks_available = "利用可能なタスクがありません";
|
|
76
|
-
const loading_task = "タスクを読み込み中...";
|
|
77
|
-
const task_details = "タスク詳細";
|
|
78
|
-
const task_details_desc = "タスク詳細と報酬情報を表示";
|
|
79
|
-
const no_task_data = "タスクデータがありません";
|
|
80
|
-
const client_not_initialized = "クライアントが初期化されていません";
|
|
81
|
-
const failed_to_load = "読み込みに失敗しました";
|
|
82
|
-
const submission_failed = "送信に失敗しました";
|
|
83
|
-
const failed_to_submit_task = "タスクの送信に失敗しました:";
|
|
84
|
-
const join_required_discord_channel = "必要なDiscordチャンネルに参加してから再試行してください。";
|
|
85
|
-
const verification_failed_twitter = "おっと!タスク検証に失敗しました。Twitterの制限により遅延する場合があります。後でもう一度お試しください。";
|
|
86
|
-
const verification_failed_discord = "おっと!タスク検証に失敗しました。Discordの制限により遅延する場合があります。後でもう一度お試しください。";
|
|
87
|
-
const verification_failed_telegram = "おっと!タスク検証に失敗しました。Telegramの制限により遅延する場合があります。後でもう一度お試しください。";
|
|
88
|
-
const verification_failed_generic = "タスク検証に失敗しました。必要な操作を完了したか確認してください。";
|
|
89
|
-
const upload_image = "画像をアップロード";
|
|
90
|
-
const click_to_upload_image = "クリックして画像をアップロード";
|
|
91
|
-
const please_upload_image = "画像をアップロードしてください";
|
|
92
|
-
const submitting = "送信中...";
|
|
93
|
-
const task_completed = "タスク完了";
|
|
94
|
-
const every = "毎";
|
|
95
|
-
const will_give_you = "付与されます";
|
|
96
|
-
const copy_to_clipboard = "クリップボードにコピー";
|
|
97
|
-
const copied = "コピーしました!";
|
|
98
|
-
const community_login_first = "先にログインしてください";
|
|
99
|
-
const community_points = "ポイント";
|
|
100
|
-
const community_token = "トークン";
|
|
101
|
-
const community_dex = "DEX";
|
|
102
|
-
const community_rule_max = "(最大 {val} {name})";
|
|
103
|
-
const ja = {
|
|
104
|
-
once_tag,
|
|
105
|
-
daily_tag,
|
|
106
|
-
weekly_tag,
|
|
107
|
-
monthly_tag,
|
|
108
|
-
unlimited_tag,
|
|
109
|
-
verify_claim,
|
|
110
|
-
claim,
|
|
111
|
-
update,
|
|
112
|
-
valid_util_is,
|
|
113
|
-
won,
|
|
114
|
-
gift_rewards,
|
|
115
|
-
max_claim_num,
|
|
116
|
-
updated_at,
|
|
117
|
-
oops,
|
|
118
|
-
verify_failed,
|
|
119
|
-
oops_failed,
|
|
120
|
-
under_review,
|
|
121
|
-
failed,
|
|
122
|
-
completed_now,
|
|
123
|
-
continue_in,
|
|
124
|
-
done_today,
|
|
125
|
-
per_time,
|
|
126
|
-
earned,
|
|
127
|
-
retry_after,
|
|
128
|
-
task_verify_warning,
|
|
129
|
-
you_have_completed,
|
|
130
|
-
you_not_pass,
|
|
131
|
-
proceed_2_complete_the_task,
|
|
132
|
-
twitter_delay_error,
|
|
133
|
-
discord_delay_error,
|
|
134
|
-
telegram_delay_error,
|
|
135
|
-
discord_invites_err,
|
|
136
|
-
close_in,
|
|
137
|
-
check,
|
|
138
|
-
level_above,
|
|
139
|
-
level_below,
|
|
140
|
-
discord_role_is_val,
|
|
141
|
-
discord_role_is_not_val,
|
|
142
|
-
nft_token_label,
|
|
143
|
-
complete_task,
|
|
144
|
-
not_complete_task,
|
|
145
|
-
taskon_community,
|
|
146
|
-
copy,
|
|
147
|
-
copy_success,
|
|
148
|
-
copy_failed,
|
|
149
|
-
invalid_image_size_10m,
|
|
150
|
-
upload_failed,
|
|
151
|
-
please_enter_url,
|
|
152
|
-
please_enter_text,
|
|
153
|
-
invalid_url,
|
|
154
|
-
enter_here,
|
|
155
|
-
resubmit,
|
|
156
|
-
re_submitted_success,
|
|
157
|
-
submit,
|
|
158
|
-
swap,
|
|
159
|
-
chain_is,
|
|
160
|
-
swap_from_is,
|
|
161
|
-
swap_to_is,
|
|
162
|
-
rules,
|
|
163
|
-
instructions,
|
|
164
|
-
times,
|
|
165
|
-
address_is,
|
|
166
|
-
only_left,
|
|
167
|
-
task_up,
|
|
168
|
-
no_task,
|
|
169
|
-
all,
|
|
170
|
-
any,
|
|
171
|
-
meet_all_conditions_to_unlock,
|
|
172
|
-
meet_any_condition_to_unlock,
|
|
173
|
-
contact_to_check_progress,
|
|
174
|
-
loading,
|
|
175
|
-
error,
|
|
176
|
-
retry,
|
|
177
|
-
loading_tasks,
|
|
178
|
-
no_tasks_available,
|
|
179
|
-
loading_task,
|
|
180
|
-
task_details,
|
|
181
|
-
task_details_desc,
|
|
182
|
-
no_task_data,
|
|
183
|
-
client_not_initialized,
|
|
184
|
-
failed_to_load,
|
|
185
|
-
submission_failed,
|
|
186
|
-
failed_to_submit_task,
|
|
187
|
-
join_required_discord_channel,
|
|
188
|
-
verification_failed_twitter,
|
|
189
|
-
verification_failed_discord,
|
|
190
|
-
verification_failed_telegram,
|
|
191
|
-
verification_failed_generic,
|
|
192
|
-
upload_image,
|
|
193
|
-
click_to_upload_image,
|
|
194
|
-
please_upload_image,
|
|
195
|
-
submitting,
|
|
196
|
-
task_completed,
|
|
197
|
-
every,
|
|
198
|
-
will_give_you,
|
|
199
|
-
copy_to_clipboard,
|
|
200
|
-
copied,
|
|
201
|
-
community_login_first,
|
|
202
|
-
community_points,
|
|
203
|
-
community_token,
|
|
204
|
-
community_dex,
|
|
205
|
-
community_rule_max
|
|
206
|
-
};
|
|
207
|
-
export {
|
|
208
|
-
address_is,
|
|
209
|
-
all,
|
|
210
|
-
any,
|
|
211
|
-
chain_is,
|
|
212
|
-
check,
|
|
213
|
-
claim,
|
|
214
|
-
click_to_upload_image,
|
|
215
|
-
client_not_initialized,
|
|
216
|
-
close_in,
|
|
217
|
-
community_dex,
|
|
218
|
-
community_login_first,
|
|
219
|
-
community_points,
|
|
220
|
-
community_rule_max,
|
|
221
|
-
community_token,
|
|
222
|
-
complete_task,
|
|
223
|
-
completed_now,
|
|
224
|
-
contact_to_check_progress,
|
|
225
|
-
continue_in,
|
|
226
|
-
copied,
|
|
227
|
-
copy,
|
|
228
|
-
copy_failed,
|
|
229
|
-
copy_success,
|
|
230
|
-
copy_to_clipboard,
|
|
231
|
-
daily_tag,
|
|
232
|
-
ja as default,
|
|
233
|
-
discord_delay_error,
|
|
234
|
-
discord_invites_err,
|
|
235
|
-
discord_role_is_not_val,
|
|
236
|
-
discord_role_is_val,
|
|
237
|
-
done_today,
|
|
238
|
-
earned,
|
|
239
|
-
enter_here,
|
|
240
|
-
error,
|
|
241
|
-
every,
|
|
242
|
-
failed,
|
|
243
|
-
failed_to_load,
|
|
244
|
-
failed_to_submit_task,
|
|
245
|
-
gift_rewards,
|
|
246
|
-
instructions,
|
|
247
|
-
invalid_image_size_10m,
|
|
248
|
-
invalid_url,
|
|
249
|
-
join_required_discord_channel,
|
|
250
|
-
level_above,
|
|
251
|
-
level_below,
|
|
252
|
-
loading,
|
|
253
|
-
loading_task,
|
|
254
|
-
loading_tasks,
|
|
255
|
-
max_claim_num,
|
|
256
|
-
meet_all_conditions_to_unlock,
|
|
257
|
-
meet_any_condition_to_unlock,
|
|
258
|
-
monthly_tag,
|
|
259
|
-
nft_token_label,
|
|
260
|
-
no_task,
|
|
261
|
-
no_task_data,
|
|
262
|
-
no_tasks_available,
|
|
263
|
-
not_complete_task,
|
|
264
|
-
once_tag,
|
|
265
|
-
only_left,
|
|
266
|
-
oops,
|
|
267
|
-
oops_failed,
|
|
268
|
-
per_time,
|
|
269
|
-
please_enter_text,
|
|
270
|
-
please_enter_url,
|
|
271
|
-
please_upload_image,
|
|
272
|
-
proceed_2_complete_the_task,
|
|
273
|
-
re_submitted_success,
|
|
274
|
-
resubmit,
|
|
275
|
-
retry,
|
|
276
|
-
retry_after,
|
|
277
|
-
rules,
|
|
278
|
-
submission_failed,
|
|
279
|
-
submit,
|
|
280
|
-
submitting,
|
|
281
|
-
swap,
|
|
282
|
-
swap_from_is,
|
|
283
|
-
swap_to_is,
|
|
284
|
-
task_completed,
|
|
285
|
-
task_details,
|
|
286
|
-
task_details_desc,
|
|
287
|
-
task_up,
|
|
288
|
-
task_verify_warning,
|
|
289
|
-
taskon_community,
|
|
290
|
-
telegram_delay_error,
|
|
291
|
-
times,
|
|
292
|
-
twitter_delay_error,
|
|
293
|
-
under_review,
|
|
294
|
-
unlimited_tag,
|
|
295
|
-
update,
|
|
296
|
-
updated_at,
|
|
297
|
-
upload_failed,
|
|
298
|
-
upload_image,
|
|
299
|
-
valid_util_is,
|
|
300
|
-
verification_failed_discord,
|
|
301
|
-
verification_failed_generic,
|
|
302
|
-
verification_failed_telegram,
|
|
303
|
-
verification_failed_twitter,
|
|
304
|
-
verify_claim,
|
|
305
|
-
verify_failed,
|
|
306
|
-
weekly_tag,
|
|
307
|
-
will_give_you,
|
|
308
|
-
won,
|
|
309
|
-
you_have_completed,
|
|
310
|
-
you_not_pass
|
|
311
|
-
};
|