-
Notifications
You must be signed in to change notification settings - Fork 36
/
vi-VN.json
1382 lines (1382 loc) · 116 KB
/
vi-VN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
" You place a Limit Order to buy MIN at 6 ADA (C) per MIN (better than the current price).": " You place a Limit Order to buy MIN at 6 ADA (C) per MIN (better than the current price).",
"{{0}} days left": "{{0}} ngày",
"{{0}}x Boost": "{{0}}x Boost",
"{{asset}} amount is too small": "Số lượng {{asset}} quá nhỏ",
"{{asset}} change": "{{asset}} change",
"{{asset}} deposited": "{{asset}} deposited",
"{{asset}} information": "{{asset}} information",
"{{asset}} staked": "{{asset}} staked",
"{{asset}} value": "{{asset}} value",
"{{choices}} choice(s)": "{{choices}} choice(s)",
"{{count}} selected_other": "{{count}} selected",
"{{day}} day": "{{day}} ngày",
"{{day}} days": "{{day}} ngày",
"{{days}} days": "{{days}} ngày",
"{{days}} days ago": "{{days}} days ago",
"{{hour}} hour": "{{hour}} hour",
"{{hour}} hours": "{{hour}} hours",
"{{hours}} hours": "{{hours}} hours",
"{{hours}} hours ago": "{{hours}} hours ago",
"{{minutes}} minutes": "{{minutes}} minutes",
"{{minutes}} minutes ago": "{{minutes}} minutes ago",
"{{month}} month": "{{month}} month",
"{{months}} months": "{{months}} months",
"{{name}} wallet not found, please install it and try again": "{{name}} wallet not found, please install it and try again",
"{{num}}-pool": "{{num}}-pool",
"{{number}} LP tokens will be locked as minimum liquidity when creating a new pool.": "{{number}} LP tokens will be locked as minimum liquidity when creating a new pool.",
"{{number}} wallets": "{{number}} wallets",
"{{percent}}% left": "{{percent}}% left",
"{{ticker}} tokens have been airdropped to participant's wallets.": "{{ticker}} tokens have been airdropped to participant's wallets.",
"{{week}} week": "{{week}} week",
"{{week}} weeks": "{{week}} weeks",
"<bold>With timelock:</bold> You can't mint any more tokens after {{hours}} hours. This will ensure maximum trust with the community.": "<bold>With timelock:</bold> You can't mint any more tokens after {{hours}} hours. This will ensure maximum trust with the community.",
"<bold>Without timelock:</bold> You have flexibility to mint more tokens in the future. <bold>You can't timelock the policy again in the future.</bold>": "<bold>Without timelock:</bold> You have flexibility to mint more tokens in the future. <bold>You can't timelock the policy again in the future.</bold>",
"<span>{{amount}}</span> will be locked and pay back to you after the sale is completed.": "<span>{{amount}}</span> will be locked and pay back to you after the sale is completed.",
"<span>{{percent}}</span>% raised": "<span>{{percent}}</span>% raised",
"404 Not Found": "404 Not Found",
"640x640 dimension recommended.": "640x640 dimension recommended.",
"7d chart": "7d chart",
"a {{number1}}% goes to liquidity providers as Trading Fee and {{number2}}% goes to Protocol.": "a {{number1}}% goes to liquidity providers as Trading Fee and {{number2}}% goes to Protocol.",
"A combination of a stop-loss and a take-profit order placed together.": "A combination of a stop-loss and a take-profit order placed together.",
"A launchpad \n brought to you by Cats": "A launchpad \n brought to you by Cats",
"A list of all your projects on Launch Bowl": "A list of all your projects on Launch Bowl",
"A portion of each swap within the pool is collected as a trading fee. This fee helps incentivize liquidity providers by rewarding them with a share of the collected fees.": "A portion of each swap within the pool is collected as a trading fee. This fee helps incentivize liquidity providers by rewarding them with a share of the collected fees.",
"A small fee (max {{number}}₳) may be deducted from your batcher fee for automatically cancellation.": "A small fee (max {{number}}₳) may be deducted from your batcher fee for automatically cancellation.",
"Abort connection": "Abort connection",
"About": "About",
"About {{token}} ({{project}})": "About {{token}} ({{project}})",
"Above market": "Trên giá thị trường",
"Account {{number}}": "Account {{number}}",
"Account has been changed, connect again": "Tài khoản đã thay đổi, hãy kết nối lại",
"Account index": "Account index",
"Action": "Thao tác",
"Active": "Khả dụng",
"Active forever": "Khả dụng mãi mãi",
"Active phase": "Active phase",
"Active proposals": "Active proposals",
"Active staking positions": "Active staking positions",
"Active traders": "Active traders",
"Active until {{0}}": "Active until {{0}}",
"Active until {{endAt}}": "Active until {{endAt}}",
"Active until {{time}}": "Active until {{time}}",
"ADA Handle ({{handle}}): not resolved yet.": "ADA Handle ({{handle}}): not resolved yet.",
"ADA target": "ADA target",
"ADA target or token supply has been reached or insufficient ADA balance.": "Đã đủ số lượng ADA tham gia, đã tham gia hết token dự án hoặc số dư ADA của bạn không đủ.",
"ADA Value": "ADA Value",
"Add": "Thêm vào",
"Add liquidity": "Thêm thanh khoản",
"Add liquidity to earn yield": "Add liquidity to earn yield",
"Add liquidity to stake": "Add liquidity to stake",
"Add LP": "Thêm LP",
"Add LP Custom": "Add LP Custom",
"Add more": "Add more",
"Add to basket": "Add to basket",
"Add token": "Add token",
"Add tokens to liquidity pools and earn fees while other people trade.": "Add tokens to liquidity pools and earn fees while other people trade.",
"Adding liquidity to {{name}} pool": "Adding liquidity to {{name}} pool",
"Address": "Address",
"Address of the Fee Manager that you propose.": "Address of the Fee Manager that you propose.",
"address...": "address...",
"Advanced settings": "Advanced settings",
"Advanced trade settings": "Advanced trade settings",
"All": "Tất cả",
"All time participants": "All time participants",
"Allocation category": "Allocation category",
"Allows you to reconnect your wallet without having to re-enter your seed phrases.": "Allows you to reconnect your wallet without having to re-enter your seed phrases.",
"Amount": "Số tiền",
"Amount {{ticker}}": "Amount {{ticker}}",
"An order that allows your buy or sell order to be filled in parts, as long as the price meets your requirements.": "An order that allows your buy or sell order to be filled in parts, as long as the price meets your requirements.",
"An order to buy or sell a token at a specific price (or better) that you set.": "An order to buy or sell a token at a specific price (or better) that you set.",
"An order to buy or sell a token once the price reaches a specific price (your stop price).": "An order to buy or sell a token once the price reaches a specific price (your stop price).",
"Analytics": "Analytics",
"Apply": "Apply",
"Are you sure you want to cancel {{number}} selected order(s)?": "Are you sure you want to cancel {{number}} selected order(s)?",
"Are you sure you want to redeem early?": "Are you sure you want to redeem early?",
"Are you sure you want to remove order(s) from the basket?": "Are you sure you want to remove order(s) from the basket?",
"Auto router": "Auto router",
"Available to remove": "Available to remove",
"Available to stake": "Available to stake",
"Available to stake only": "Available to stake only",
"Available to withdraw": "Available to withdraw",
"Avg. price": "Avg. price",
"Avg. price change (24h)": "Avg. price change (24h)",
"Avg. Price of MIN x Staking MIN Amount.": "Avg. Price of MIN x Staking MIN Amount.",
"Back": "Back",
"Balance": "Số dư",
"Basic": "Basic",
"Batched at": "Batched at",
"Batcher fee": "Batcher fee",
"Because of differences in script versions, we cannot migrate LPv1 farm positions and LPv1 positions in a single transaction.": "Because of differences in script versions, we cannot migrate LPv1 farm positions and LPv1 positions in a single transaction.",
"Before you start, please read and keep the following security tips in mind.": "Before you start, please read and keep the following security tips in mind.",
"Below market": "Below market",
"Best for exotics pairs.": "Best for exotics pairs.",
"Best for most pairs.": "Best for most pairs.",
"Best for stable pairs.": "Best for stable pairs.",
"Best route": "Best route",
"Beware that using over {{number}} slippage is risky. It means that you are willing to accept a price movement of over {{number}} once your order is executed.": "Beware that using over {{number}} slippage is risky. It means that you are willing to accept a price movement of over {{number}} once your order is executed.",
"Blog": "Blog",
"Boosted": "Boosted",
"Boosting Liquidity": "Boosting Liquidity",
"Brand kit": "Brand kit",
"Browse your pending/past orders.": "Xem lịch sử lệnh.",
"Buy": "Mua",
"Buy {{asset}}": "Buy {{asset}}",
"Buy amount": "Buy amount",
"Buy Fee": "Buy Fee",
"Buy MIN to stake and earn rewards.": "Buy MIN to stake and earn rewards.",
"Buying {{amount}}": "Buying {{amount}}",
"By connecting a wallet, you agree to Minswap Labs' <a1>Terms of Service</a1> and consent to its <a2>Privacy Policy</a2>.": "By connecting a wallet, you agree to Minswap Labs' <a1>Terms of Service</a1> and consent to its <a2>Privacy Policy</a2>.",
"Calculation Phase": "Calculation Phase",
"Can I stake MIN for different time periods?": "Can I stake MIN for different time periods?",
"Can I withdraw my staked MIN?": "Can I withdraw my staked MIN?",
"Can't get balance": "Can't get balance",
"Can't remove all LP balance": "Can't remove all LP balance",
"Cancel": "Hủy",
"Cancel connection": "Cancel connection",
"Cancel invalid orders": "Cancel invalid orders",
"Cancel invalids": "Cancel invalids",
"Cancel orders": "Cancel orders",
"Cancelled": "Đã hủy",
"Cancelled at": "Đã hủy",
"Cancelled at {{time}}": "Cancelled at {{time}}",
"Cancelling {{number}} order(s)": "Cancelling {{number}} order(s)",
"Cast your vote": "Bỏ phiếu",
"Casting your vote": "Đang bỏ phiếu",
"Casting your vote...": "Casting your vote...",
"Category": "Category",
"Certain tokens on the Cardano blockchain are designed as indivisible. This means each token must be used, transferred, or traded as a whole unit.": "Certain tokens on the Cardano blockchain are designed as indivisible. This means each token must be used, transferred, or traded as a whole unit.",
"Change": "Change",
"Change 24H": "Thay đổi 24H",
"Change 7D": "Change 7D",
"Change amount": "Change amount",
"Change fee": "Change fee",
"Change password": "Change password",
"Change pool fee": "Change pool fee",
"Change value is too large. Please try again with Token Fragmentation enabled from the Settings": "Change value is too large. Please try again with Token Fragmentation enabled from the Settings",
"Change wallet name": "Change wallet name",
"Changing fee...": "Changing fee...",
"Chart is unavailable for multi-routing route.": "Chart is unavailable for multi-routing route.",
"Chart is unavailable for this pair": "Chart is unavailable for this pair",
"Checking pool existence": "Checking pool existence",
"Choose how to sort routes: by most liquidity for stable transactions or by high return for maximum profitability.": "Choose how to sort routes: by most liquidity for stable transactions or by high return for maximum profitability.",
"Chromium only": "Chromium only",
"Circulating supply": "Circulating supply",
"Circulating supply staked": "Circulating supply staked",
"Claim": "Lấy về",
"Claim funds": "Claim funds",
"Claiming your funds back: {{amount}}": "Claiming your funds back: {{amount}}",
"CLBE offers a unique launchpad experience, blending decentralized fairness with customizable solutions to meet diverse project needs.": "CLBE offers a unique launchpad experience, blending decentralized fairness with customizable solutions to meet diverse project needs.",
"Clear all": "Clear all",
"Clear search & filters": "Clear search & filters",
"Close": "Đóng",
"Closed": "Đã đóng",
"Collateral input error. Please send yourself 5 ADA to cover for the collateral": "Collateral input error. Please send yourself 5 ADA to cover for the collateral",
"Collective Zap In": "Collective Zap In",
"Collective Zap In (CZI): Unite, conquer, and farm. Dive into pools with reduced splash and emerge with bonus yield treats.": "Collective Zap In (CZI): Unite, conquer, and farm. Dive into pools with reduced splash and emerge with bonus yield treats.",
"Collective Zap-In: Unity in Liquidity": "Collective Zap-In: Unity in Liquidity",
"Coming soon": "Coming soon",
"Completed": "Hoàn thành",
"Confirm": "Confirm",
"Confirm claiming": "Confirm claiming",
"Confirm early redeem": "Confirm early redeem",
"Confirm new password": "Confirm new password",
"Confirm sending transaction": "Confirm sending transaction",
"Confirm this transaction in your wallet": "Xác nhận giao dịch này trong ví của bạn",
"Confirm transaction": "Confirm transaction",
"Connect": "Kết nối",
"Connect and Sign": "Connect and Sign",
"Connect to custom wallet": "Connect to custom wallet",
"Connect wallet": "Kết nối ví",
"Connect Wallet": "Kết nối ví",
"Connect your wallet to Stake": "Connect your wallet to Stake",
"Connection aborted by user": "Connection aborted by user",
"Connection failed": "Connection failed",
"Contact us": "Contact us",
"Contract": "Contract",
"Cookie policy": "Cookie policy",
"Copied": "Đã sao chép",
"Copy": "Copy",
"Copy link": "Copy link",
"Copy message": "Sao chép",
"Copy to clipboard": "Sao chép",
"Create": "Create",
"Create {{serviceName}}": "Create {{serviceName}}",
"Create event": "Create event",
"Create Initial Dex Offering": "Create Initial Dex Offering",
"Create Launch Bowl Event": "Create Launch Bowl Event",
"Create multiple orders in a single transaction.": "Create multiple orders in a single transaction.",
"Create new launch": "Create new launch",
"Create new pool": "Create new pool",
"Create new wallet": "Create new wallet",
"Create pool": "Create pool",
"Create proposal": "Create proposal",
"Created at": "Created at",
"Creating delegated proposal": "Creating delegated proposal",
"Creating event: {{- name}}": "Creating event: {{- name}}",
"Creating new {{assetA}}-{{assetB}} pool": "Creating new {{assetA}}-{{assetB}} pool",
"Creating new pool": "Creating new pool",
"Creating revoke proposal...": "Creating revoke proposal...",
"Creating transfer ownership proposal...": "Creating transfer ownership proposal...",
"Crypto prices": "Crypto prices",
"Curated Quality and Consistency": "Curated Quality and Consistency",
"Currency": "Tiền tệ",
"Current {{0}} and {{1}} balance in the pool.": "Current {{0}} and {{1}} balance in the pool.",
"Current buy fee ({{pool}})": "Current buy fee ({{pool}})",
"Current fee": "Current fee",
"Current fee manager address": "Current fee manager address",
"Current pool fee": "Current pool fee",
"Current pool ratio": "Current pool ratio",
"Current price": "Current price",
"Current ratio": "Current ratio",
"Current sell fee ({{pool}})": "Current sell fee ({{pool}})",
"Custom": "Custom",
"Custom Liquidity Bootstrapping Event": "Custom Liquidity Bootstrapping Event",
"Custom mode": "Custom mode",
"Custom ratio": "Custom ratio",
"Custom value": "Custom value",
"Custom wallet": "Custom wallet",
"Customized Launch Bowl Event": "Customized Launch Bowl Event",
"CZI represents a win-win scenario: projects gain deeper, more stable liquidity, while participants enjoy reduced risk and enhanced rewards.": "CZI represents a win-win scenario: projects gain deeper, more stable liquidity, while participants enjoy reduced risk and enhanced rewards.",
"D": "D",
"Daily emissions": "Daily emissions",
"Daily rewards": "Daily rewards",
"DAO treasury": "DAO treasury",
"DAO Treasury": "DAO Treasury",
"DApp RPC": "DApp RPC",
"Dark": "Tối",
"Date and time": "Date and time",
"Decimal": "Decimal",
"Decimals": "Decimals",
"Decimals determine the divisibility of a token, allowing for smaller fractional units to be minted and traded. The less total supply a token is, the more decimals it should have.": "Decimals determine the divisibility of a token, allowing for smaller fractional units to be minted and traded. The less total supply a token is, the more decimals it should have.",
"Decimals is required.": "Decimals is required.",
"Decimals must be from 1 to 10.": "Decimals must be from 1 to 10.",
"Default is 7 days, max is 30 days.": "Default is 7 days, max is 30 days.",
"Default mode": "Default mode",
"DeFi Beats Here: Our Numbers": "DeFi Beats Here: Our Numbers",
"Delegate": "Delegate",
"Delegate the Fee Manager's Authority over {{pool}} Pool v2 to ": "Delegate the Fee Manager's Authority over {{pool}} Pool v2 to ",
"Delegate the Fee Manager's Authority over {{pool}} Pool v2 to {{address}}.": "Delegate the Fee Manager's Authority over {{pool}} Pool v2 to {{address}}.",
"Delegated address": "Delegated address",
"Delegated address is required.": "Delegated address is required.",
"Delete": "Delete",
"Deposit": "Ký gửi",
"Deposit {{asset}}": "Deposit {{asset}}",
"Deposit ADA": "Ký gửi ADA",
"Deposit fee for this proposal had been sent to the pool.": "Deposit fee for this proposal had been sent to the pool.",
"Deposit tokens in any proportion you choose, independent of the current pool ratio.": "Deposit tokens in any proportion you choose, independent of the current pool ratio.",
"Deposit tokens individually to create liquidity without having to match the current pool ratio.": "Deposit tokens individually to create liquidity without having to match the current pool ratio.",
"Deposited": "Deposited",
"Depositing {{0}}": "Depositing {{0}}",
"Depositing {{0}} to get {{1}}": "Depositing {{0}} to get {{1}}",
"Describe the project": "Describe the project",
"Describe the reason why LP holders should vote for this proposal.": "Describe the reason why LP holders should vote for this proposal.",
"Description": "Description",
"Description cannot be longer than 1000 characters": "Description cannot be longer than 1000 characters",
"Description is required.": "Description is required.",
"Development fund": "Development fund",
"Disclaimer": "Từ chối trách nhiệm",
"Disconnect": "Ngắt kết nối",
"Disconnect wallet": "Disconnect wallet",
"Discovery": "Discovery",
"Discovery phase": "Discovery phase",
"Discuss about this proposal in forum": "Discuss about this proposal in forum",
"Discussion": "Thảo luận",
"Dismiss": "Bỏ qua",
"Distribution phase": "Distribution phase",
"Dive deeper into token and pool information with comprehensive charts and analytics.": "Dive deeper into token and pool information with comprehensive charts and analytics.",
"Do not send to a CEX address as you could lose your native tokens": "Do not send to a CEX address as you could lose your native tokens",
"Docs": "Docs",
"Donation": "Donation",
"Done": "Xong",
"Drag and drop file here <span>or</span> <button>Browse</button>": "Drag and drop file here <span>or</span> <button>Browse</button>",
"Due to a liquidity pool that has been created.": "Due to a liquidity pool that has been created.",
"Due to differences in script versions, you can either cancel v1 orders only or cancel v2 and stableswap orders in a single transaction.": "Due to differences in script versions, you can either cancel v1 orders only or cancel v2 and stableswap orders in a single transaction.",
"e.g. 1000000": "e.g. 1000000",
"e.g. A utility token for Minswap.": "e.g. A utility token for Minswap.",
"e.g. MIN": "e.g. MIN",
"e.g. Minswap": "e.g. Minswap",
"Each Stake or Withdraw action will automatically harvest your rewards!": "Each Stake or Withdraw action will automatically harvest your rewards!",
"Early redeem": "Early redeem",
"Early redemption will result in retaining only {{percent}} of your accrued rewards!": "Early redemption will result in retaining only {{percent}} of your accrued rewards!",
"Earn": "Earn",
"Easily convert your LP tokens back to their original component tokens in a single step.": "Easily convert your LP tokens back to their original component tokens in a single step.",
"Easily exit your liquidity positions and redeem your underlying assets.": "Easily exit your liquidity positions and redeem your underlying assets.",
"Edit": "Edit",
"Efficient Resource Allocation": "Efficient Resource Allocation",
"Empty LP balance": "Empty LP balance",
"Empty project token balance.": "Empty project token balance.",
"Enable audio": "Enable audio",
"Encounter": "Encounter",
"Encounter phase": "Encounter phase",
"Encounter Phase": "Encounter Phase",
"End at": "End at",
"End date": "End date",
"Ended at": "Ended at",
"Ended at {{0}}": "Ended at {{0}}",
"Ended at {{endAt}}": "Ended at {{endAt}}",
"Ends at {{endAt}}": "Ends at {{endAt}}",
"Ends at {{time}}": "Ends at {{time}}",
"Enter a limit price": "Nhập giá giới hạn",
"Enter a stop price": "Enter a stop price",
"Enter address, handle": "Enter address, handle",
"Enter an amount": "Nhập số tiền",
"Enter new password": "Enter new password",
"Enter old password": "Enter old password",
"Enter password": "Enter password",
"Enter wallet's CIP-30 ID": "Enter wallet's CIP-30 ID",
"Enter your password": "Nhập mật khẩu",
"Est. total reward accrued": "Est. total reward accrued",
"Estimate swap price with processing orders.": "Estimate swap price with processing orders.",
"Estimated {{asset}}": "Estimated {{asset}}",
"Estimated {{ticker}} token": "Estimated {{ticker}} token",
"Estimated batcher fee": "Estimated batcher fee",
"Estimated by market": "Estimated by market",
"Eternl fee": "Eternl fee",
"Even if total raised exceeds max amount, you can still deposit and earn a pool share. Excess funds will be returned to your wallet based on your contribution.": "Even if total raised exceeds max amount, you can still deposit and earn a pool share. Excess funds will be returned to your wallet based on your contribution.",
"Event name": "Event name",
"Ex: Team / DAO / …": "Ex: Team / DAO / …",
"Example": "Example",
"Executed batcher fee": "Executed batcher fee",
"Executed price": "Executed price",
"Execution information": "Execution information",
"Experience seamless token sales with our IDO. Simple, transparent, and participant-friendly.": "Experience seamless token sales with our IDO. Simple, transparent, and participant-friendly.",
"Expires at": "Expires at",
"Expires in": "Expires in",
"Expiring at {{time}}.": "Expiring at {{time}}.",
"Expiry option": "Expiry option",
"Explore the Cardano ecosystem": "Explore the Cardano ecosystem",
"Explore the highs and lows of the market with real-time updates on the biggest gains and dips on Minswap.": "Explore the highs and lows of the market with real-time updates on the biggest gains and dips on Minswap.",
"Explorer": "Explorer",
"Export": "Export",
"Export {{fileName}} file": "Export {{fileName}} file",
"Export CSV": "Export CSV",
"Export JSON": "Export JSON",
"Export wallet": "Export wallet",
"External links": "External links",
"Fail to submit transaction": "Lỗi gửi lệnh giao dịch",
"Failed": "Failed",
"Failed to fetch data": "Failed to fetch data",
"Failed to read this file, please try another file.": "Failed to read this file, please try another file.",
"Failed to upload, the format is not supported.": "Failed to upload, the format is not supported.",
"Failed to upload, your file is larger than {{maxFileSize}}KBs.": "Failed to upload, your file is larger than {{maxFileSize}}KBs.",
"Farm": "Farm",
"Farm positions worth": "Farm positions worth",
"Farm V1": "Farm V1",
"Faster Decision-Making and Execution": "Faster Decision-Making and Execution",
"Favorite only": "Favorite only",
"Fd market cap": "Fd market cap",
"FD market cap": "FD market cap",
"Featuring events": "Featuring events",
"Fee": "Phí",
"Fee cannot be higher than 20%": "Fee cannot be higher than 20%",
"Fee cannot be lower than 0.05%": "Fee cannot be lower than 0.05%",
"Fee cannot contain more than 2 decimal characters.": "Fee cannot contain more than 2 decimal characters.",
"Fee is required.": "Fee is required.",
"Fee manager address": "Fee manager address",
"Fee paid for the service of off-chain Laminar batcher to process transactions": "Fee paid for the service of off-chain Laminar batcher to process transactions",
"Fee Proposals": "Fee Proposals",
"Fetching pool data": "Fetching pool data",
"Fiat": "Fiat",
"Fill histories": "Fill histories",
"Fill-or-Kill": "Fill-or-Kill",
"Fill-or-Kill option": "Fill-or-Kill option",
"Filter": "Filter",
"FILTER BY": "FILTER BY",
"Filter by token name, txID": "Filter by token name, txID",
"Find your next yield opportunity.": "Find your next yield opportunity.",
"Finished only": "Finished only",
"FISO": "FISO",
"For": "For",
"For each trade": "For each trade",
"For each trade, a {{number1}}% goes to liquidity providers as Trading Fee and {{number2}}% goes to Protocol.": "For each trade, a {{number1}}% goes to liquidity providers as Trading Fee and {{number2}}% goes to Protocol.",
"For more advanced options visit": "For more advanced options visit",
"For project": "For project",
"For the safest approach, you can migrate liquidity manually by withdraw LPs from Pool V1 and then deposit assets to Pool V2.": "For the safest approach, you can migrate liquidity manually by withdraw LPs from Pool V1 and then deposit assets to Pool V2.",
"Frequently asked questions": "Frequently asked questions",
"From": "Từ",
"From date": "From date",
"From date shouldn't be greater than To date.": "From date shouldn't be greater than To date.",
"From token": "From token",
"Functional token": "Functional token",
"Gain insights into trading activity, liquidity, and top performing assets.": "Gain insights into trading activity, liquidity, and top performing assets.",
"Get {{ticker}} token": "Get {{ticker}} token",
"Get notifications": "Nhận thông báo",
"Give your launch a name": "Give your launch a name",
"Give your wallet a name": "Give your wallet a name",
"Go back": "Go back",
"Go to Farm": "Go to Farm",
"Go to liquidity": "Go to liquidity",
"Go to Migration": "Go to Migration",
"Go to pool details": "Go to pool details",
"Got it": "Got it",
"Governance": "Governance",
"Guide to Order types": "Guide to Order types",
"Half": "Half",
"Harvest": "Thu hoạch",
"Harvested": "Đã thu hoạch",
"Harvesting...": "Đang thu hoạch...",
"Hide": "Hide",
"Hide chart": "Ẩn bảng giá",
"Hide details": "Hide details",
"High price impact": "High price impact",
"High return": "High return",
"High to low": "High to low",
"Holding ({{number}} tokens)": "Holding ({{number}} tokens)",
"Home": "Home",
"How does staking work?": "How does staking work?",
"How it works": "Cách thức hoạt động",
"How much can I stake?": "How much can I stake?",
"How to create pool?": "How to create pool?",
"I have read the <read>Disclaimer</read> and understand there are several risks associated with the Launch Bowl Event.": "I have read the <read>Disclaimer</read> and understand there are several risks associated with the Launch Bowl Event.",
"I have read the <read>Disclaimer</read> and understand there are several risks associated with the Launch Bowl IDO.": "I have read the <read>Disclaimer</read> and understand there are several risks associated with the Launch Bowl IDO.",
"I have written the seed phrase and stored it in a secure place.": "I have written the seed phrase and stored it in a secure place.",
"I understand these warnings": "I understand these warnings",
"I understand this warning": "Tôi đã hiểu cảnh báo trên",
"IDO Launch": "IDO Launch",
"If I clear my local storage without backing up the seed phrase, Minswap cannot retrieve it for me.": "If I clear my local storage without backing up the seed phrase, Minswap cannot retrieve it for me.",
"If I lose my seed phrase, my assets will be lost forever.": "If I lose my seed phrase, my assets will be lost forever.",
"If I share my seed phrase with others, my assets will be stolen.": "If I share my seed phrase with others, my assets will be stolen.",
"If the price of MIN drops to 6 ADA (B) or lower, the order will be triggered to sell your tokens at the stop price.": "If the price of MIN drops to 6 ADA (B) or lower, the order will be triggered to sell your tokens at the stop price.",
"If the price of MIN reaches 10 ADA (B), your OCO order will be filled at 10 ADA (B) or better and then complete. Conversely, if the price drops to 6 ADA (C), your order will be filled at 6 ADA (C) and then completed.": "If the price of MIN reaches 10 ADA (B), your OCO order will be filled at 10 ADA (B) or better and then complete. Conversely, if the price drops to 6 ADA (C), your order will be filled at 6 ADA (C) and then completed.",
"If this ADA Handle has a typo or belongs to a different person, your fund will be lost.": "If this ADA Handle has a typo or belongs to a different person, your fund will be lost.",
"If you have deposited ADA, come back here when Encounter phase starts to redeem for LP tokens.": "Nếu bạn đã ký gửi ADA, hãy quay lại đây khi giai đoạn Encounter bắt đầu để nhận về LP token.",
"If you have Launch Bowl NFT, you should stake to LB Farm to receive more rewards.": "Nếu bạn có Launch Bowl NFT, bạn nên stake vào LB Farm để nhận được nhiều phần thưởng hơn.",
"If you withdraw after <bold>{{0}}</bold>, you will have to pay <bold>{{1}}</bold> fee.": "If you withdraw after <bold>{{0}}</bold>, you will have to pay <bold>{{1}}</bold> fee.",
"If you withdraw, you will be sending <bold>{{0}}</bold> + <bold>{{1}}</bold>, and receive in exchange <bold>{{2}}</bold> + the ADA conversion.": "If you withdraw, you will be sending <bold>{{0}}</bold> + <bold>{{1}}</bold>, and receive in exchange <bold>{{2}}</bold> + the ADA conversion.",
"Import": "Import",
"Import from existing wallet JSON file.": "Import from existing wallet JSON file.",
"Import JSON": "Import JSON",
"Import MinWallet.json file": "Import MinWallet.json file",
"Important": "Chú ý",
"In case you forgot your seed phrase, Minswap can not retrieve your wallet once you click Disconnect button.": "In case you forgot your seed phrase, Minswap can not retrieve your wallet once you click Disconnect button.",
"Inactive": "Inactive",
"Inactive farm": "Inactive farm",
"Incentives & partnerships": "Incentives & partnerships",
"Incentivizing User Participation": "Incentivizing User Participation",
"Incorrect network. Make sure it's an address of {{networkID}}.": "Incorrect network. Make sure it's an address of {{networkID}}.",
"Incorrect password": "Mật khẩu không đúng",
"Indivisible Token": "Token không thể chia nhỏ",
"Information": "Thông tin",
"Information to help the community identify you.": "Information to help the community identify you.",
"Initial DEX Offering": "Initial DEX Offering",
"Input amount is too small": "Input amount is too small",
"Input information": "Input information",
"Input your tokenomics": "Input your tokenomics",
"Install": "Install",
"Insufficient {{0}} balance": "Insufficient {{0}} balance",
"Insufficient {{asset}} balance": "Insufficient {{asset}} balance",
"Insufficient {{assets}} balance(s). You need {{amounts}} more to complete order(s).": "Insufficient {{assets}} balance(s). You need {{amounts}} more to complete order(s).",
"Invalid address": "Invalid address",
"Invalid address.": "Invalid address.",
"Invalid amount": "Invalid amount",
"Invalid fee value.": "Invalid fee value.",
"Invalid handle. Only a-z, 0-9, dash (-), underscore (_), and period (.) are allowed.": "Invalid handle. Only a-z, 0-9, dash (-), underscore (_), and period (.) are allowed.",
"Invalid seed phrase": "Invalid seed phrase",
"Invalid seed phrase length, MinWallet supports 12, 15 or 24 words": "Invalid seed phrase length, MinWallet supports 12, 15 or 24 words",
"Invalid time format.": "Invalid time format.",
"Invalid trading fee": "Invalid trading fee",
"Invalid UTxO witnesses. Please try again after sometime": "Invalid UTxO witnesses. Please try again after sometime",
"Invalid value in tokenomics": "Invalid value in tokenomics",
"IPFS": "IPFS",
"It refers to the number of digits used after the decimal point for a specific token. It essentially dictates the smallest indivisible unit of that token.": "It refers to the number of digits used after the decimal point for a specific token. It essentially dictates the smallest indivisible unit of that token.",
"It's time to add liquidity and trade in your pool. Please check it out!": "It's time to add liquidity and trade in your pool. Please check it out!",
"Join this launch bowl now?": "Join this launch bowl now?",
"Join this sale now?": "Join this sale now?",
"Join Us": "Join Us",
"Joined": "Joined",
"just now": "just now",
"Key event details: raise amount, start/end dates, etc.": "Key event details: raise amount, start/end dates, etc.",
"Language": "Ngôn ngữ",
"Last updated": "Last updated",
"Last updated <span>{{time}}</span>": "Last updated <span>{{time}}</span>",
"Later": "Để sau",
"Launch Bowl": "Launch Bowl",
"Launch Bowl <span>IDO</span> is here": "Launch Bowl <span>IDO</span> is here",
"Launch Bowl events": "Launch Bowl events",
"Launch Bowl Events: Making DeFi “fair”": "Launch Bowl Events: Making DeFi “fair”",
"Launch Bowl is a decentralized platform designed to help projects launch tokens and build a strong community.": "Launch Bowl is a decentralized platform designed to help projects launch tokens and build a strong community.",
"Launch Bowl POL": "Launch Bowl POL",
"Launch Bowl type": "Launch Bowl type",
"Launch info": "Launch info",
"Launch your project": "Launch your project",
"LB farm": "LB farm",
"LB Farm": "LB Farm",
"LB NFT required": "LB NFT required",
"LBE brings fair launches to the masses, no VIP pass required. Equal opportunity, unequal awesomeness.": "LBE brings fair launches to the masses, no VIP pass required. Equal opportunity, unequal awesomeness.",
"Learn": "Hiểu thêm",
"Learn more": "Learn more",
"Let mint now!": "Let mint now!",
"Let take the next step to unlock your token's full potential by creating a <b>Launch Bowl</b> or <b>Liquidity Pool</b>!": "Let take the next step to unlock your token's full potential by creating a <b>Launch Bowl</b> or <b>Liquidity Pool</b>!",
"Let's add your order now!": "Let's add your order now!",
"Let's find and catch the wisest clever cat to control your pool fee!": "Let's find and catch the wisest clever cat to control your pool fee!",
"Let's get started with creating a new wallet or restoring an existing wallet.": "Hãy bắt đầu bằng việc tạo ví mới hoặc khôi phục ví.",
"Let’s stake now": "Let’s stake now",
"Let's trade now": "Let's trade now",
"Light": "Sáng",
"Limit": "Giới hạn",
"Limit amount": "Limit amount",
"Limit at": "Limit at",
"Limit order": "Lệnh giới hạn",
"Limit price": "Limit price",
"Liquidity": "Thanh khoản",
"Liquidity Bootstrapping Event": "Liquidity Bootstrapping Event",
"Liquidity migration": "Liquidity migration",
"Liquidity page": "Liquidity page",
"Liquidity pool": "Liquidity pool",
"Liquidity Pool Fee info": "Liquidity Pool Fee info",
"Live": "Live",
"Live launch": "Live launch",
"Local Timezone": "Múi giờ địa phương",
"Locked liquidity": "Locked liquidity",
"Locked LP": "Locked LP",
"Locking period": "Locking period",
"Logout": "Logout",
"Low to high": "Low to high",
"LP amount": "LP amount",
"LP fee APR": "LP fee APR",
"LP fee APR is estimated based on 30 days trading volume.": "LP fee APR is estimated based on 30 days trading volume.",
"LP fee proposals": "LP fee proposals",
"LP Fee Proposals": "LP Fee Proposals",
"LP positions worth": "LP positions worth",
"LP tokens are being airdropped": "LP tokens are being airdropped",
"LP tokens have been airdropped to participant's wallets.": "LP tokens have been airdropped to participant's wallets.",
"LPs value": "LPs value",
"LPv1": "LPv1",
"LPv1 in Farm": "LPv1 in Farm",
"LPv1 in Old Farm": "LPv1 in Old Farm",
"M": "M",
"Make sure to double check the policy Id: <span>{{policy}}</span>": "Make sure to double check the policy Id: <span>{{policy}}</span>",
"Manage your portfolio in an easy way": "Manage your portfolio in an easy way",
"Market": "Thị trường",
"Market cap": "Market cap",
"Market Cap = Current Price x Circulating Supply.": "Market Cap = Giá hiện tại x Circulating Supply.",
"Market Insights": "Market Insights",
"Market movers": "Market movers",
"Max": "Tối đa",
"Max {{asset}} raise": "Max {{asset}} raise",
"Max 500KB, supported file: .JPG, .JPEG, .PNG.": "Max 500KB, supported file: .JPG, .JPEG, .PNG.",
"Max raise": "Max raise",
"Max swap times": "Max swap times",
"Max. swap count": "Max. swap count",
"Maximum {{asset}} that Custom Launch Bowl event is willing to achieve. The event will be closed in case raised amount is reached the demand.": "Maximum {{asset}} that Custom Launch Bowl event is willing to achieve. The event will be closed in case raised amount is reached the demand.",
"Maximum {{asset}} that Launch Bowl event is willing to achieve. Even if total raised exceeds max amount, you can still deposit and earn a pool share. Excess funds will be returned to your wallet based on your contribution.": "Maximum {{asset}} that Launch Bowl event is willing to achieve. Even if total raised exceeds max amount, you can still deposit and earn a pool share. Excess funds will be returned to your wallet based on your contribution.",
"Maximum choices": "Số lựa chọn",
"Maximum send": "Maximum send",
"Menu": "Menu",
"Merch": "Merch",
"Migratable": "Migratable",
"Migrate": "Nâng cấp",
"Migrate now": "Migrate now",
"Migrate positions": "Migrate positions",
"Migrate selected": "Migrate selected",
"Migrate to V2": "Nâng cấp lên V2",
"Migrate your positions to LP V2 to quickly unlock all its enhanced features.": "Migrate your positions to LP V2 to quickly unlock all its enhanced features.",
"Migrate your positions to V2 to quickly unlock all its enhanced features.": "Migrate your positions to V2 to quickly unlock all its enhanced features.",
"Migrating": "Migrating",
"Migrating to V2": "Migrating to V2",
"Migrating your positions will gain more benefits, such as high APR on Farm, more trading fees.": "Migrating your positions will gain more benefits, such as high APR on Farm, more trading fees.",
"Migration": "Migration",
"Migration progress": "Migration progress",
"Min {{asset}} raise": "Min {{asset}} raise",
"Min {{asset}} to participate": "Min {{asset}} to participate",
"MIN farm rebalance": "MIN farm rebalance",
"MIN Farm Rebalance": "MIN Farm Rebalance",
"Min raise": "Min raise",
"MIN Staking": "MIN Staking",
"MIN Token Metrics": "MIN Token Metrics",
"MIN value": "MIN value",
"Min. amount per swap": "Min. amount per swap",
"Minimum {{asset}} receive": "Minimum {{asset}} receive",
"Minimum {{asset}} that Launch Bowl event is willing to achieve. The event will be suspended in case raised amount is not reached the demand.": "Minimum {{asset}} that Launch Bowl event is willing to achieve. The event will be suspended in case raised amount is not reached the demand.",
"Minimum amount": "Minimum amount",
"Minimum amount to participate": "Minimum amount to participate",
"Minimum deposit is {{0}}.": "Minimum deposit is {{0}}.",
"Minimum LP amount": "Minimum LP amount",
"Minimum raise": "Minimum raise",
"Minimum receive": "Minimum receive",
"Minimum swap amount": "Minimum swap amount",
"Minswap app": "Minswap app",
"Minswap DAO acquires Protocol-Owned Liquidity (POL) from successful LBE launches. The POL always stay on Minswap DEX to provide traders with deeper and more stable liquidity. Moreover, POL also provides DAO revenue from yield farming and other earning activities.": "Minswap DAO acquires Protocol-Owned Liquidity (POL) from successful LBE launches. The POL always stay on Minswap DEX to provide traders with deeper and more stable liquidity. Moreover, POL also provides DAO revenue from yield farming and other earning activities.",
"Minswap V2 brings 10x more throughput, Advanced Order Types, Composability, and much more! Dive into it now!": "Minswap V2 brings 10x more throughput, Advanced Order Types, Composability, and much more! Dive into it now!",
"Minswap V2 is ready": "Minswap V2 is ready",
"Minswap’s global community of users, developers, designers & educators drives the success of the Protocol. Join the conversation.": "Minswap’s global community of users, developers, designers & educators drives the success of the Protocol. Join the conversation.",
"Mint amount": "Mint amount",
"Mint Amount is required": "Mint Amount is required",
"Mint Amount is too big.": "Mint Amount is too big.",
"Mint new token": "Mint new token",
"Mint token": "Mint token",
"Mint with timelock": "Mint with timelock",
"Mint your own token": "Mint your own token",
"Minting token {{token}}": "Minting token {{token}}",
"Minwallet is a secure and user-friendly wallet built directly into Minswap DApp for seamless token swapping and management.": "Minwallet is a secure and user-friendly wallet built directly into Minswap DApp for seamless token swapping and management.",
"Mobile support": "Mobile support",
"Mode": "Mode",
"More": "Thêm",
"MORE": "MORE",
"More analytics": "More analytics",
"More details": "More details",
"More options": "More options",
"More order types": "More order types",
"More wallets...": "More wallets...",
"Most liquidity": "Most liquidity",
"Multiple choice": "Chọn nhiều",
"My events": "My events",
"My minted tokens": "My minted tokens",
"My proposals only": "My proposals only",
"My wallet": "My wallet",
"Name": "Name",
"Need a tailored solution?": "Need a tailored solution?",
"Need additional {{amount}} {{asset}} to complete the transaction": "Need additional {{amount}} {{asset}} to complete the transaction",
"Net worth": "Net worth",
"New": "Mới",
"New buy fee ({{pool}})": "New buy fee ({{pool}})",
"New delegated address": "New delegated address",
"New password": "New password",
"New password cannot be the same as old password": "New password cannot be the same as old password",
"New sell fee ({{pool}})": "New sell fee ({{pool}})",
"New token and pool detail": "New token and pool detail",
"New total staked chart": "New total staked chart",
"New wallet": "New wallet",
"New way to visualize the stably by total circulating supply staked overtime.": "New way to visualize the stably by total circulating supply staked overtime.",
"Next": "Tiếp",
"No": "No",
"No active proposals": "No active proposals",
"No Boost": "No Boost",
"No data": "Không có dữ liệu",
"No data for portfolio": "No data for portfolio",
"No expiry": "No expiry",
"No Farm V2 Found": "Không tìm thấy Farm V2",
"No launch available": "No launch available",
"No LPv1 found for migration": "No LPv1 found for migration",
"No MIN": "No MIN",
"No NFT": "No NFT",
"No NFT found in your wallet.": "No NFT found in your wallet.",
"No NFT in your wallet": "No NFT in your wallet",
"No order in basket": "No order in basket",
"No order selected": "No order selected",
"No penalty": "No penalty",
"No pool": "No pool",
"No pool fee history": "No pool fee history",
"No pool found": "Không tìm thấy Pool",
"No position": "No position",
"No proposal found": "No proposal found",
"No proposals": "No proposals",
"No proposals were found.": "No proposals were found.",
"No result found": "No result found",
"No result.": "No result.",
"No results found": "No results found",
"No token": "No token",
"No token found": "Không tìm thấy Token",
"No token found in your wallet.": "No token found in your wallet.",
"No top lp holders": "No top lp holders",
"No trading route found for this pair": "Không tìm thấy pool của cặp này",
"No volume breakdown": "No volume breakdown",
"No voting power": "No voting power",
"No, as a result of <a>this proposal</a>, you can no longer stake $MIN for different periods.": "No, as a result of <a>this proposal</a>, you can no longer stake $MIN for different periods.",
"Non-migratable": "Non-migratable",
"None": "Không có",
"Not connected to wallet": "Không kết nối tới ví",
"Not enough {{asset}} amount in pool": "Not enough {{asset}} amount in pool",
"Not exist {{tickers}} pair": "Not exist {{tickers}} pair",
"Not found": "Not found",
"Not staked": "Not staked",
"Not Started": "Chưa bắt đầu",
"Number of holders": "Number of holders",
"OCO": "OCO",
"OCO Order": "OCO Order",
"Old password": "Old password",
"Once one order is filled, the other order is automatically canceled.": "Once one order is filled, the other order is automatically canceled.",
"Only for {{asset}} Launch Bowl participants": "Only for {{asset}} Launch Bowl participants",
"Open settings": "Open settings",
"Optional": "Optional",
"Order basket": "Order basket",
"Orders": "Lệnh",
"Others": "Others",
"Out-of-range": "Ngoài phạm vi",
"Outcome": "Outcome",
"Output information": "Output information",
"Overflow Sale method is applied. The tokens will be allocated proportionally, and any leftover funds will be refunded after the event ends.": "Overflow Sale method is applied. The tokens will be allocated proportionally, and any leftover funds will be refunded after the event ends.",
"Owner": "Owner",
"Owner cancelled this Launch Bowl.": "Owner cancelled this Launch Bowl.",
"Paid": "Paid",
"Pair": "Cặp",
"Partial Fill": "Partial Fill",
"Partial Fill Order": "Partial Fill Order",
"Partially filled orders may remain open until they are fully filled or canceled.": "Partially filled orders may remain open until they are fully filled or canceled.",
"Participants": "Participants",
"Participants can pre-purchase tokens by committing ADA or a stablecoin at a fixed price set by the project. This allows early investors to secure project tokens before they enter the market.": "Participants can pre-purchase tokens by committing ADA or a stablecoin at a fixed price set by the project. This allows early investors to secure project tokens before they enter the market.",
"Participants contribute ADA or raise tokens to initiate the price discovery and liquidity bootstrapping process.": "Participants contribute ADA or raise tokens to initiate the price discovery and liquidity bootstrapping process.",
"Participants contribute ADA, which is gradually added to the liquidity pool over a set period.": "Participants contribute ADA, which is gradually added to the liquidity pool over a set period.",
"Participants receive LP tokens for the ADA supplied, which they can then use to Farm": "Người tham gia nhận LP Token cho lượng ADA đã cung cấp, sau đó dùng để Farm",
"Participants receive LP tokens reflecting their contributions - which can be used to farm and earn boosted rewards within the Minswap ecosystem.": "Participants receive LP tokens reflecting their contributions - which can be used to farm and earn boosted rewards within the Minswap ecosystem.",
"Participants receive their project tokens based on the amount of ADA committed during the IDO. Additionally, any excess funds can be refunded through the Overflow Sale method.": "Participants receive their project tokens based on the amount of ADA committed during the IDO. Additionally, any excess funds can be refunded through the Overflow Sale method.",
"Participants supply ADA and receive LP tokens in Encounter phase": "Người tham gia cung cấp ADA và nhận về LP Token trong giai đoạn Encounter",
"Participants supply ADA, entering the period of Price Discovery and Liquidity Bootstrapping": "Người tham gia cung cấp ADA, bước vào giai đoạn Discovery và Liquidity Bootstrapping",
"Participants supply ADA, entering the period of Price Discovery and Liquidity Bootstrapping.": "Participants supply ADA, entering the period of Price Discovery and Liquidity Bootstrapping.",
"Pass Requires": "Pass Requires",
"Passed": "Passed",
"Password does not match": "Password does not match",
"Password needs to be at least 12 characters, with at least one capital letter, one digit and one special character.": "Password needs to be at least 12 characters, with at least one capital letter, one digit and one special character.",
"Pawnce into action! Create a new liquidity pool, building strong and purrfect connections.": "Pawnce into action! Create a new liquidity pool, building strong and purrfect connections.",
"Penalty": "Penalty",
"Penalty on participants for late withdrawal": "Penalty on participants for late withdrawal",
"Penalty start date": "Penalty start date",
"Pending": "Đang chờ",
"Pending {{asset}}": "Pending {{asset}}",
"Pending rewards": "Pending rewards",
"Percentage": "Percentage",
"Percentage of the rewards you receive compare to total rewards emitted.": "Percentage of the rewards you receive compare to total rewards emitted.",
"Phase closes at": "Phase closes at",
"Phase details": "Phase details",
"Phase starts at": "Phase starts at",
"Place order": "Place order",
"Placing a limit order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}": "Placing a limit order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}",
"Placing a OCO order from {{amountA}} {{tickerA}} to stop at {{amountStop}} {{tickerB}} or limit at {{amountLimit}} {{tickerB}}": "Placing a OCO order from {{amountA}} {{tickerA}} to stop at {{amountStop}} {{tickerB}} or limit at {{amountLimit}} {{tickerB}}",
"Placing a Partial Fill order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}} in maximum {{times}} times": "Placing a Partial Fill order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}} in maximum {{times}} times",
"Placing a stop order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}": "Placing a stop order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}",
"Please change your wallet network to {{network}} to use Minswap": "Please change your wallet network to {{network}} to use Minswap",
"Please change your wallet network to {{network}} to use Wallet Connect": "Please change your wallet network to {{network}} to use Wallet Connect",
"Please ensure that exported JSON file is securely stored to prevent unauthorized access to your wallet. JSON file can be used to restore wallet in Min Wallet or Eternl Wallet.": "Please ensure that exported JSON file is securely stored to prevent unauthorized access to your wallet. JSON file can be used to restore wallet in Min Wallet or Eternl Wallet.",
"Please input a valid url.": "Please input a valid url.",
"Please select project token.": "Please select project token.",
"Please use non-Unicode characters.": "Please use non-Unicode characters.",
"Please wait a few seconds while your new pool is being created. Once it's ready, you can start trading immediately.": "Please wait a few seconds while your new pool is being created. Once it's ready, you can start trading immediately.",
"Please wait until the launch starts.": "Please wait until the launch starts.",
"Please wait until the sale starts.": "Please wait until the sale starts.",
"Please write down your 24 words seed phrase and store it in a secure place.": "Please write down your 24 words seed phrase and store it in a secure place.",
"Please write your 24 words seed phrase in the right order. You can paste directly from clipboard.": "Please write your 24 words seed phrase in the right order. You can paste directly from clipboard.",
"Please write your seed phrase in the right order.": "Please write your seed phrase in the right order.",
"PnL (24h)": "PnL (24h)",
"PnL (24h) = Current MIN value + Current accrued rewards value - last 24h MIN value - last 24h accrued rewards value.": "PnL (24h) = Current MIN value + Current accrued rewards value - last 24h MIN value - last 24h accrued rewards value.",
"PnL (24h) = Current net worth - last 24h net worth.": "PnL (24h) = Current net worth - last 24h net worth.",
"PnL (24h) = Current value - last 24h value.": "PnL (24h) = Current value - last 24h value.",
"PnL (24h) = Current value and rewards - last 24h value and rewards.": "PnL (24h) = Current value and rewards - last 24h value and rewards.",
"Point": "Point",
"Policy ID: {{policyId}}": "Policy ID: {{policyId}}",
"Pool allocation": "Pool allocation",
"Pool composition": "Pool composition",
"Pool created successfully!": "Pool created successfully!",
"Pool creation in progress": "Pool creation in progress",
"Pool detail": "Pool detail",
"Pool Fee": "Pool Fee",
"Pool fee history": "Pool fee history",
"Pool Fee history": "Pool Fee history",
"Pool information": "Pool information",
"Pool share": "Pool share",
"Pool trading fee": "Pool trading fee",
"Pooled {{ticker}}": "Pooled {{ticker}}",
"Pools": "Pools",
"Portfolio": "Danh mục",
"Post-IDO": "Post-IDO",
"Potential price": "Potential price",
"Powered by Xerberus. This is for informational purposes only and is not intended to be used as financial advice. <a>User Agreement</a>.": "Powered by Xerberus. This is for informational purposes only and is not intended to be used as financial advice. <a>User Agreement</a>.",
"Predict swap price": "Dự đoán giá",
"Prevent high price impact trades. Disable at your own risk.": "Prevent high price impact trades. Disable at your own risk.",
"Preview": "Preview",
"Price": "Giá",
"Price chart": "Price chart",
"Price impact": "Price impact",
"Price impact is more than {{percent}}, make sure to check the price before submit the Tx.": "Price impact is more than {{percent}}, make sure to check the price before submit the Tx.",
"Pro": "Pro",
"Pro Chart": "Pro Chart",
"Processing": "Processing",
"Product": "Product",
"Project details": "Project details",
"Project info": "Project info",
"Project name": "Project name",
"Project name is required": "Project name is required",
"Project token distribution": "Project token distribution",
"Projects": "Projects",
"Proposal deposit fee is {{amount}} ADA. If the proposal is approved, the deposit amount will be refunded to you. Otherwise, they will be allocated to the ADA-MIN pool.": "Proposal deposit fee is {{amount}} ADA. If the proposal is approved, the deposit amount will be refunded to you. Otherwise, they will be allocated to the ADA-MIN pool.",
"Proposal end date": "Proposal end date",
"Proposal end date is required.": "Proposal end date is required.",
"Proposal end date must be in the future.": "Proposal end date must be in the future.",
"Proposal end date must be within {{date}} days": "Proposal end date must be within {{date}} days",
"Proposal for Revocation of Delegated Authority Fee Manager": "Proposal for Revocation of Delegated Authority Fee Manager",
"Proposal for Transferring Delegated Authority Fee Management to a New Manager": "Proposal for Transferring Delegated Authority Fee Management to a New Manager",
"Proposal title": "Proposal title",
"Proposals": "Proposals",
"Proposer": "Proposer",
"Provide": "Provide",
"Provide your project tokenomics.": "Provide your project tokenomics.",
"Provides dApp RPC mode for faster connection and improved UX. Supported by NuFi.": "Provides dApp RPC mode for faster connection and improved UX. Supported by NuFi.",
"Purr-mission-less launches — The Minswap Launch Bowl offers projects some of the most potent DeFi primitives for launching tokens.": "Purr-mission-less launches — The Minswap Launch Bowl offers projects some of the most potent DeFi primitives for launching tokens.",
"Queueing": "Hàng đợi",
"Quorum": "Quorum",
"Quorum to Pass/ Total Quorum. The proposal will be approved immediately if more than 50% of the Quorum votes Yes.": "Quorum to Pass/ Total Quorum. The proposal will be approved immediately if more than 50% of the Quorum votes Yes.",
"Raise token": "Raise token",
"Raised on Launch Bowl": "Raised on Launch Bowl",
"Raising more for current project?": "Raising more for current project?",
"Ran Out": "Ran Out",
"Read more": "Xem thêm",
"Read our blog": "Read our blog",
"Ready for your digital treasure? Let mint and own your shiny piece of the blockchain!": "Ready for your digital treasure? Let mint and own your shiny piece of the blockchain!",
"Receive": "Receive",
"Received": "Received",
"Recent searches": "Recent searches",
"Recently added": "Recently added",
"Recommended": "Recommended",
"Redeem": "Nhận lại",
"Redeeming": "Đang nhận lại",
"Redeeming {{0}}": "Redeeming {{0}}",
"Related pools": "Related pools",
"Remaining batcher fee": "Remaining batcher fee",
"Remaining deposit below minimum": "Remaining deposit below minimum",
"Remove": "Xóa",
"Remove liquidity": "Remove liquidity",
"Remove selected": "Remove selected",
"Removing {{amount}} {{asset}}": "Removing {{amount}} {{asset}}",
"Reset": "Reset",
"Resolve": "Resolve",
"Restore MinWallet": "Restore MinWallet",
"Restore using seed phrase.": "Restore using seed phrase.",
"Restore wallet": "Restore wallet",
"Results": "Results",
"Retry": "Retry",
"Reveal seed phrase": "Reveal seed phrase",
"Review": "Review",
"Review orders": "Review orders",
"Review your selection and vote": "Review your selection and vote",
"Revoke": "Revoke",
"Revoke the Fee Manager's Authority over {{pool}} Pool v2 from": "Revoke the Fee Manager's Authority over {{pool}} Pool v2 from",
"Revoke the Fee Manager's Authority over {{pool}} Pool v2 from {{address}}.": "Revoke the Fee Manager's Authority over {{pool}} Pool v2 from {{address}}.",
"Reward Percentage": "Reward Percentage",
"Reward unlocks": "Reward unlocks",
"Rewards": "Thưởng",
"Rewards %": "Rewards %",
"Rewards accrued": "Rewards accrued",
"Rewards value": "Rewards value",
"Risk score": "Risk score",
"Route": "Lộ trình",
"Route {{type}}": "Route {{type}}",
"Route sorting": "Route sorting",
"Routing on Market Orders": "Routing on Market Orders",
"Safe mode": "Safe mode",
"Sale closes at": "Sale closes at",
"Sale price": "Sale price",
"Sale starts in": "Sale starts in",
"Save": "Save",
"Save pool": "Save pool",
"Saved": "Saved",
"Saved pool": "Saved pool",
"Scenario": "Scenario",
"Search by address or stake key": "Search by address or stake key",
"Search by policyId.lpAssetName": "Search by policyId.lpAssetName",
"Search by ticker, token, pair": "Search by ticker, token, pair",
"Search by token name": "Tìm bằng tên Token",
"Search by token name, txID": "Search by token name, txID",
"Search by token, project name": "Search by token, project name",
"Search by tokens name or symbol": "Search by tokens name or symbol",
"See less": "See less",
"See Minswap's impact on Cardano DeFi with real-time data.": "See Minswap's impact on Cardano DeFi with real-time data.",
"See more": "Xem thêm",
"Seed phrase": "Seed phrase",
"Select a token": "Chọn một mã token",
"Select a wallet": "Select a wallet",
"Select all": "Select all",
"Select All (up to {{number}})": "Select All (up to {{number}})",
"Select date": "Select date",
"Select LP": "Chọn LP",
"Select LP token": "Select LP token",
"Select pending orders": "Select pending orders",
"Select pool": "Select pool",
"Select token": "Select token",
"Select tokens": "Select tokens",
"Select two tokens to complete the pair.": "Select two tokens to complete the pair.",
"Select your pool": "Select your pool",
"Select your positions": "Select your positions",
"Select your route": "Select your route",
"Selected": "Selected",
"Sell": "Bán",
"Sell amount": "Sell amount",
"Sell Fee": "Sell Fee",
"Selling {{amount}}": "Selling {{amount}}",
"Send": "Send",
"Send all": "Send all",
"Service fees for Eternl Mobile Dapp Connector": "Service fees for Eternl Mobile Dapp Connector",
"Set a deadline for your order. If not filled by the specified time, it will be automatically canceled.": "Set a deadline for your order. If not filled by the specified time, it will be automatically canceled.",
"Set a price and the total amount you want to trade.": "Set a price and the total amount you want to trade.",
"Set an expiry": "Set an expiry",
"Set to market": "Set to market",
"Settings": "Cài đặt",
"Setup Phase": "Setup Phase",
"Share": "Share",
"Share this wallet address to receive payments.": "Share this wallet address to receive payments.",
"Show chart": "Hiện bảng giá",
"Sign and Submit": "Sign and Submit",
"Signing failed": "Signing failed",
"Similar pools": "Similar pools",
"Similar tokens": "Similar tokens",
"Since the launch didn't reach its target, please withdraw your ADA.": "Since the launch didn't reach its target, please withdraw your ADA.",
"Single choice": "Chọn một",
"Slippage tolerance": "Slippage tolerance",
"Slippage tolerance can be increased up to 300%. By executing an order with 300% slippage a user accepts the risk of a 75% loss of funds, while unlimited slippage is riskier and can lead to loss of virtually all funds": "Slippage tolerance can be increased up to 300%. By executing an order with 300% slippage a user accepts the risk of a 75% loss of funds, while unlimited slippage is riskier and can lead to loss of virtually all funds",
"Slippage tolerance is over {{percent}}.<br></br>You can adjust it in trade settings.": "Slippage tolerance is over {{percent}}.<br></br>You can adjust it in trade settings.",
"Small balance": "Small balance",
"Snapshot": "Snapshot",
"Snapshots at {{snapshotAt}}": "Snapshots at {{snapshotAt}}",
"Snapshots at: {{date}}": "Snapshots at: {{date}}",
"Soft stake your MIN today to start earning rewards and boosting your portfolio.": "Soft stake your MIN today to start earning rewards and boosting your portfolio.",
"Something goes wrong": "Something goes wrong",
"SORT BY": "SORT BY",
"SORT FROM": "SORT FROM",
"Split your large UTxOs into smaller UTxOs to reduce transaction fees in future transactions. However, doing so will increase the amount of locked ADA in your wallet.": "Split your large UTxOs into smaller UTxOs to reduce transaction fees in future transactions. However, doing so will increase the amount of locked ADA in your wallet.",
"Stableswap pool": "Stableswap pool",
"Stake": "Stake",
"Stake LP tokens": "Stake LP tokens",
"Stake MIN": "Stake MIN",
"Stake your LP tokens and earn passive income with MIN rewards and potential for boosted returns.": "Stake your LP tokens and earn passive income with MIN rewards and potential for boosted returns.",
"Stake your MIN now for<br></br>up to <span>{{apr}}</span>": "Stake your MIN now for<br></br>up to <span>{{apr}}</span>",
"Stake your MIN today to start earning rewards and boosting your portfolio.": "Stake your MIN today to start earning rewards and boosting your portfolio.",
"Staked": "Đã stake",
"Staked LPs": "Staked LPs",
"Staked only": "Staked only",
"Staked value": "Staked value",
"Staking": "Staking",
"Staking {{amount}} {{asset}}": "Staking {{amount}} {{asset}}",
"Staking $MIN involves locking your $MIN tokens for a 9-month period to earn $ADA rewards generated from trading fees on Minswap and chance to earn other project's tokens. MIN stakers still gain governance rights and benefit from fee deductions within the Minswap protocol.": "Staking $MIN involves locking your $MIN tokens for a 9-month period to earn $ADA rewards generated from trading fees on Minswap and chance to earn other project's tokens. MIN stakers still gain governance rights and benefit from fee deductions within the Minswap protocol.",
"Staking MIN to earn rewards": "Staking MIN to earn rewards",
"Staking option": "Staking option",
"Staking positions worth": "Staking positions worth",
"Start at": "Start at",
"Start date": "Start date",
"Starts at {{0}}": "Starts at {{0}}",
"Starts at {{startAt}}": "Starts at {{startAt}}",
"Starts at {{time}}": "Starts at {{time}}",
"Statistics": "Statistics",
"Status": "Trạng thái",
"Stay in the know!": "Stay in the know!",
"Stop": "Stop",
"Stop amount": "Stop amount",
"Stop at": "Stop at",
"Stop Order": "Stop Order",
"Stop price": "Stop price",
"Strengthening Ecosystem Partnerships": "Strengthening Ecosystem Partnerships",
"Stronger Recognization on Featuring events": "Stronger Recognization on Featuring events",
"Stronger Security and Compliance": "Stronger Security and Compliance",
"Submit transaction": "Submit transaction",
"Submitting your orders": "Submitting your orders",
"Subscribe": "Đăng ký",
"Subscribe to be notified once your trading orders are executed and more. You can disable it anytime.": "Đăng ký để nhận thông báo khi lệnh giao dịch của bạn thực hiện thành công. Bạn có thể huỷ bất cứ lúc nào.",
"Subscribe to notification": "Subscribe to notification",
"Success": "Success",
"Successful trades": "Successful trades",
"Summary": "Summary",
"Supply Liquidity": "Supply Liquidity",
"Supported by most of the wallets e.g. Eternl. Requires wallet running in background.": "Supported by most of the wallets e.g. Eternl. Requires wallet running in background.",
"Suspicious token": "Suspicious token",
"Swap amount": "Swap amount",
"Swap thousands of tokens on Cardano and access the deepest liquidity on chain.": "Swap thousands of tokens on Cardano and access the deepest liquidity on chain.",
"Swapping {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}": "Swapping {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}",
"System": "Hệ thống",
"Tailored Event Customization": "Tailored Event Customization",
"Team tokens": "Team tokens",
"Terms of service": "Terms of service",
"The address was authorized by the LP governance to modify the Pool fee.": "The address was authorized by the LP governance to modify the Pool fee.",
"The amount of token you'll swap to provide liquidity.": "The amount of token you'll swap to provide liquidity.",
"The amount of token you'll swap to remove liquidity.": "The amount of token you'll swap to remove liquidity.",
"The amount of tokens you deposited in this event.": "The amount of tokens you deposited in this event.",
"The changes may take up to 30 minutes to take effect.": "The changes may take up to 30 minutes to take effect.",
"The data is only for your reference, there is no guarantee that the data is absolutely accurate.": "The data is only for your reference, there is no guarantee that the data is absolutely accurate.",
"The deposited token returned to you after the event ends, due to the Overflow Sale Method is applying.": "The deposited token returned to you after the event ends, due to the Overflow Sale Method is applying.",
"The estimated number of tokens you will receive based on your contribution and total raised at the end of the event.": "The estimated number of tokens you will receive based on your contribution and total raised at the end of the event.",
"The fixed price per token in this event given by the project.": "The fixed price per token in this event given by the project.",
"The funds were sent back to participants' wallets.": "The funds were sent back to participants' wallets.",
"The IDO (Initial DEX Offering) is a modern fundraising method that allows projects to sell their tokens directly to participants with ease and transparency.": "The IDO (Initial DEX Offering) is a modern fundraising method that allows projects to sell their tokens directly to participants with ease and transparency.",
"The initiate fee when the pool is created.": "The initiate fee when the pool is created.",
"The launch did not meet the minimum raise.": "The launch did not meet the minimum raise.",
"The Launch has ended": "The Launch has ended",
"The Launch is being cancelled": "The Launch is being cancelled",
"The launch is coming!": "The launch is coming!",
"The Launch was cancelled": "The Launch was cancelled",
"The LP tokens in pool v1 are being withdrawn into tokens.": "The LP tokens in pool v1 are being withdrawn into tokens.",
"The market cap if the total supply was in circulation. Fully Diluted Market Cap = Current Price x Total Supply.": "Giới hạn thị trường nếu tổng cung đang lưu hành. Vốn hóa thị trường bị pha loãng hoàn toàn = Giá hiện tại x Tổng cung.",
"The maximum number of individual swaps required to complete your order.": "The maximum number of individual swaps required to complete your order.",
"The migration is currently not available as there is no corresponding pool v2 for this LP. You can create your own pool to migrate.": "The migration is currently not available as there is no corresponding pool v2 for this LP. You can create your own pool to migrate.",
"The MIN amount released into circulation as yield farming incentive every day": "The MIN amount released into circulation as yield farming incentive every day",
"The minimum amount needed for the event to be successful.": "The minimum amount needed for the event to be successful.",
"The minimum amount of Liquidity Provider (LP) tokens you'll receive based on your input and current slippage tolerance.": "The minimum amount of Liquidity Provider (LP) tokens you'll receive based on your input and current slippage tolerance.",
"The minimum amount the token can be traded is <hl>{{amount}}</hl>.": "The minimum amount the token can be traded is <hl>{{amount}}</hl>.",