-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathko-KR.json
1393 lines (1393 loc) · 128 KB
/
ko-KR.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).": " MIN을 1 MIN당 6 ADA(C)에 매수하기 위한 지정가 주문을 넣습니다 (현재 가격보다 유리한 조건입니다).",
"{{0}} days left": "{{0}} 일 남음",
"{{0}}x Boost": "{{0}}x 부스트",
"{{asset}} amount is too small": "{{asset}} 수량이 너무 작습니다",
"{{asset}} change": "{{asset}} 변경",
"{{asset}} deposited": "{{asset}} 예치",
"{{asset}} information": "{{asset}} 정보",
"{{asset}} staked": "{{asset}} 스테이킹",
"{{asset}} value": "{{asset}} 가치",
"{{choices}} choice(s)": "{{choices}} 선택",
"{{count}} selected_other": "{{count}} 선택",
"{{day}} day": "{{day}} 일",
"{{day}} days": "{{day}} 일",
"{{days}} days": "{{days}} 일",
"{{days}} days ago": "{{days}}일 전",
"{{hour}} hour": "{{hour}} 시간",
"{{hour}} hours": "{{hour}} 시간",
"{{hours}} hours": "{{hours}} 시간",
"{{hours}} hours ago": "{{hours}}시간 전",
"{{minutes}} minutes": "{{minutes}} 분",
"{{minutes}} minutes ago": "{{minutes}}분 전",
"{{month}} month": "{{month}} 개월",
"{{months}} months": "{{months}} 개월",
"{{name}} wallet not found, please install it and try again": "{{name}} 지갑을 찾을 수 없습니다, 설치 후 다시 시도해주세요",
"{{num}}-pool": "{{num}}-pool",
"{{number}} LP tokens will be locked as minimum liquidity when creating a new pool.": "{{number}} 새로운 Pool 생성시 최소수량의 LP 토큰이 잠금됩니다.",
"{{number}} wallets": "{{number}} 지갑",
"{{percent}}% left": "{{percent}}% 남음",
"{{ticker}} tokens have been airdropped to participant's wallets.": "{{ticker}} 토큰이 참여자의 지갑으로 에어드롭되었습니다.",
"{{week}} week": "{{week}} 주",
"{{week}} weeks": "{{week}} 주",
"<bold>With timelock:</bold> You can't mint any more tokens after {{hours}} hours. This will ensure maximum trust with the community.": "<bold>타임락 조건:</bold> {{hours}}시간 후에는 더 이상 토큰을 발행할 수 없습니다. 이는 커뮤니티와 최대한의 신뢰를 보장하기 위한 조치입니다.",
"<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>타임락 없는 경우:</bold> 향후 더 많은 토큰을 발행할 수 있습니다. <bold>향후 타임락을 다시 걸 수는 없습니다.</bold>",
"<span>{{amount}}</span> will be locked and pay back to you after the event is completed.": "<span>{{amount}}</span>는 잠금 상태가 되며, 판매가 완료된 후에 환불됩니다.",
"<span>{{percent}}</span>% raised": "<span>{{percent}}</span>% 모집",
"640x640 dimension recommended.": "640x640 크기 권장.",
"7d chart": "7일 차트",
"a {{number1}}% goes to liquidity providers as Trading Fee and {{number2}}% goes to Protocol.": "{{number1}}%는 유동성 공급자에게 거래 수수료로 지급되고, {{number2}}%는 프로토콜로 지급됩니다.",
"A combination of a stop-loss and a take-profit order placed together.": "stop-loss 그리고 take-profit 조합이 하나의 주문으로 생성.",
"A launchpad \n brought to you by Cats": "Minswap 고양이가 제공하는 \n Launchpad",
"A list of all your projects on Launch Bowl": "나의 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.": "Pool 내에서 이루어지는 각 스왑의 일부는 거래 수수료로 징수됩니다. 이 수수료는 유동성 공급자들에게 일부를 보상으로 지급함으로써 그들의 참여를 유도합니다.",
"A small fee (max {{number}}₳) may be deducted from your batcher fee for automatically cancellation.": "자동 취소를 위해 batcher fee에서 소액의 수수료 (최대 {{number}}₳)가 공제될 수 있습니다.",
"Abort connection": "연결 종료",
"About": "소개",
"About {{token}} ({{project}})": "{{token}} ({{project}}) 소개",
"Above market": "시장가 이상",
"Account {{number}}": "계정 {{number}}",
"Account has been changed, connect again": "계정이 변경되었습니다, 다시 연결해주세요",
"Account index": "계정 index",
"Action": "실행",
"Active": "활성화",
"Active forever": "영구적 활성화",
"Active phase": "활성 단계",
"Active proposals": "활성화된 제안",
"Active staking positions": "활성된 스테이킹 포지션",
"Active traders": "거래지갑수",
"Active until {{0}}": "{{0}}까지 활성화",
"Active until {{endAt}}": "{{endAt}}까지 활성화",
"Active until {{time}}": "{{time}}까지 활성화",
"ADA Handle ({{handle}}): not resolved yet.": "ADA Handle ({{handle}}): 아직 해결되지 않음.",
"ADA target": "ADA 목표",
"ADA target or token supply has been reached or insufficient ADA balance.": "ADA 목표 또는 토큰 공급량이 도달했거나 ADA 잔액이 부족합니다.",
"ADA Value": "ADA 가치",
"Add": "추가",
"Add liquidity": "유동성 추가",
"Add liquidity to earn yield": "이자수익을 위해 유동성을 공급하세요",
"Add liquidity to stake": "스테이킹 유동성 추가",
"Add LP": "LP 추가",
"Add LP Custom": "LP Custom 추가",
"Add more": "추가하기",
"Add to basket": "장바구니에 추가",
"Add token": "토큰 추가",
"Add tokens to liquidity pools and earn fees while other people trade.": "유동성 Pool에 토큰을 추가하고 수수료 수익을 창출해보세요.",
"Adding liquidity to {{name}} pool": "{{name}} Pool에 유동성 추가 중",
"Address": "주소",
"Address of the Fee Manager that you propose.": "제안하는 수수료 관리자 주소.",
"address...": "주소...",
"Advanced settings": "고급설정",
"Advanced trade settings": "트레이딩 고급 설정",
"All": "전체",
"All time participants": "전체기간 참가자",
"Allocation category": "카테고리",
"Allows you to reconnect your wallet without having to re-enter your seed phrases.": "시드 문구를 다시 입력하지 않고도 지갑을 다시 연결할 수 있습니다.",
"Amount": "수량",
"Amount {{ticker}}": "수량 {{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 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).": "가격이 특정 가격(지정한 스톱 가격)에 도달하면 토큰을 매수하거나 매도하는 주문.",
"Analytics": "분석",
"Apply": "적용",
"Are you sure you want to cancel {{number}} selected order(s)?": "{{number}}개의 선택된 주문을 취소하시겠습니까?",
"Are you sure you want to redeem early?": "정말로 조기 인출을 원하십니까?",
"Are you sure you want to remove order(s) from the basket?": "장바구니에서 주문을 제거하시겠습니까?",
"Auto router": "Auto router(오토라우터)",
"Available to remove": "제거 가능한 항목",
"Available to stake": "스테이킹 가능한 수량",
"Available to stake only": "스테이킹 가능한 항목만 보기",
"Available to withdraw": "출금 가능한 수량",
"Avg. price": "평균가",
"Avg. price change (24h)": "평균가 변화 (24시간)",
"Avg. Price of MIN x Staking MIN Amount.": "MIN 평균가 x MIN 스테이킹 수량.",
"Back": "뒤로",
"Balance": "잔액",
"Basic": "기본",
"Batched at": "일괄처리 시간",
"Batcher fee": "Batcher(일괄처리) 수수료",
"Because of differences in script versions, we cannot migrate LPv1 farm positions and LPv1 positions in a single transaction.": "스크립트 버전의 차이로 인해 LPv1 Farm 포지션과 LPv1 포지션을 하나의 트랜잭션으로 마이그레이션할 수 없습니다.",
"Before you start, please read and keep the following security tips in mind.": "시작하기 전에, 아래 보안 팁을 읽고 유의해주시기 바랍니다.",
"Below market": "시장가 이하",
"Best for exotics pairs.": "색다른 Pair(쌍)에 가장 적합합니다.",
"Best for most pairs.": "가장 많은 Pair(쌍)에 가장 적합합니다.",
"Best for stable pairs.": "안정적인 Pair(쌍)에 가장 적합합니다.",
"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.": "{{number}} 이상의 슬리피지 사용은 위험할 수 있습니다. 주문이 실행될 때 {{number}} 이상의 가격변동을 감수하겠다는 의미입니다.",
"Blog": "블로그",
"Boosted": "적용된 부스트",
"Boosting Liquidity": "유동성 부스팅",
"Brand kit": "Minswap 로고",
"Browse your pending/past orders.": "과거 또는 지연중인 주문을 검색하세요.",
"Buy": "매수",
"Buy {{asset}}": "{{asset}} 매수",
"Buy amount": "매수량",
"Buy Fee": "매수 수수료",
"Buy MIN to stake and earn rewards.": "MIN을 구매하여 스테이킹하고 보상을 얻으세요.",
"Buying {{amount}}": "{{amount}} 매수",
"By connecting a wallet, you agree to Minswap Labs' <a1>Terms of Service</a1> and consent to its <a2>Privacy Policy</a2>.": "지갑을 연결함으로써 Minswap Labs의 <a1>서비스 약관</a1>에 동의하고 <a2>개인정보 보호정책</a2>에 동의하는 것으로 간주합니다.",
"Calculation Phase": "Calculation Phase(계산단계)",
"Can I stake MIN for different time periods?": "MIN을 다양한 기간 동안 스테이킹 할 수 있나요?",
"Can I withdraw my staked MIN?": "스테이킹한 MIN을 인출 할 수 있나요?",
"Can't get balance": "잔액을 가져올 수 없습니다",
"Can't remove all LP balance": "모든 LP 잔액을 제거할 수 없습니다",
"Cancel": "취소",
"Cancel connection": "연결 취소",
"Cancel invalid orders": "유효하지 않은 주문 취소",
"Cancel invalids": "유효하지 않은 항목 취소",
"Cancel orders": "주문 취소",
"Cancelled": "취소",
"Cancelled at": "취소 일자",
"Cancelled at {{time}}": "취소 일자 {{time}}",
"Cancelling {{number}} order(s)": "{{number}}개의 주문을 취소하는 중",
"Cast your vote": "투표를 선택해주세요",
"Casting your vote": "투표 생성중",
"Casting your vote...": "투표 생성 중...",
"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.": "Cardano 블록체인에서는 특정 토큰을 분할할 수 없도록 설계되어 있습니다. 이는 각 토큰이 전체 단위로 사용, 전송되거나 거래되어야 함을 의미합니다.",
"Change": "변화",
"Change 24H": "24시간 변화",
"Change 7D": "7일 변화",
"Change amount": "수량 변화",
"Change fee": "수수료 변경",
"Change password": "비밀번호 변경",
"Change pool fee": "Pool 수수료 변경",
"Change value is too large. Please try again with Token Fragmentation enabled from the Settings": "변경할 값이 너무 큽니다. 설정에서 토큰 분할을 활성화한 후 다시 시도해 주세요.",
"Change wallet name": "지갑이름 변경",
"Changing fee...": "수수료 변경 중...",
"Chart is unavailable for multi-routing route.": "멀티 라우팅 경로에 대해서는 차트가 제공되지 않습니다.",
"Chart is unavailable for this pair": "해당 pair(쌍)에 대한 차트가 제공되지 않습니다",
"Checking pool existence": "pool 존재 여부 확인 중",
"Choose how to sort routes: by most liquidity for stable transactions or by high return for maximum profitability.": "Route(경로) 정렬 방식을 선택하세요: 안정적인 거래를 위해 가장 많은 유동성 기준으로 정렬하거나 최대 수익을 위해 높은 수익 기준으로 설정 할 수 있습니다.",
"Chromium only": "Chromium 전용",
"Circulating supply": "유통량",
"Circulating supply staked": "스테이킹된 유통 공급량",
"Claim": "청구",
"Claim funds": "자산 청구",
"Claiming your funds back: {{amount}}": "자금을 청구하는 중: {{amount}}",
"CLBE offers a unique launchpad experience, blending decentralized fairness with customizable solutions to meet diverse project needs.": "CLBE는 탈중앙화된 공정성과 다양한 프로젝트 요구를 충족하는 맞춤형 솔루션을 혼합하여 독특한 런치패드 경험을 제공합니다.",
"Clear all": "모두제거",
"Clear search & filters": "필터 해제",
"Close": "종료",
"Closed": "종료",
"Collateral input error. Please send yourself 5 ADA to cover for the collateral": "담보 입력 오류입니다. 담보를 충족하기 위해 5 ADA를 본인에게 송금하세요.",
"Collective Zap In": "Collective Zap In(집단 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): 하나로 뭉치고 농사 지으세요. 적은 슬리피지로 pool에 참여하고 보너스 수익을 얻어보세요.",
"Collective Zap-In: Unity in Liquidity": "Collective Zap-In: 유동성 통합",
"Coming soon": "Coming Soon",
"Completed": "완료",
"Confirm": "확인",
"Confirm claiming": "청구 확인",
"Confirm early redeem": "조기 인출 확인",
"Confirm new password": "새 비밀번호 확인",
"Confirm sending transaction": "거래 전송 확인",
"Confirm this transaction in your wallet": "지갑에서 해당 거래를 확인하세요",
"Confirm transaction": "거래 확인",
"Connect": "연결하기",
"Connect and Sign": "연결하고 서명하기",
"Connect to custom wallet": "커스텀 지갑에 연결하기",
"Connect wallet": "지갑 연결하기",
"Connect Wallet": "지갑 연결하기",
"Connect your wallet to Stake": "스테이킹을 위해 지갑을 연결하세요",
"Connection aborted by user": "사용자에 의해 연결이 중단되었습니다",
"Connection failed": "연결 실패",
"Contact us": "문의하기",
"Contract": "계약",
"Cookie policy": "쿠키 정책",
"Copied": "복사됨",
"Copy": "복사하기",
"Copy link": "링크 복사",
"Copy message": "메세지 복사",
"Copy to clipboard": "클립보드로 복사",
"Create": "생성",
"Create event": "이벤트 생성",
"Create Initial Dex Offering": "Initial Dex Offering(IDO) 생성",
"Create Launch Bowl Event": "Launch Bowl 이벤트 생성",
"Create Liquidity Bootstrapping Event": "Create Liquidity Bootstrapping Event",
"Create multiple orders in a single transaction.": "단일 거래에서 여러 주문을 생성하세요.",
"Create new launch": "신규 launch 생성",
"Create new pool": "신규 pool 생성",
"Create new wallet": "신규 지갑 생성",
"Create pool": "pool 생성",
"Create proposal": "제안 생성",
"Created at": "생성일",
"Creating delegated proposal": "위임된 제안 생성중",
"Creating event: {{- name}}": "이벤트 생성중: {{- name}}",
"Creating new {{assetA}}-{{assetB}} pool": "새로운 {{assetA}}-{{assetB}} pool 생성 중",
"Creating new pool": "새로운 pool 생성중",
"Creating revoke proposal...": "취소 제안 생성중...",
"Creating transfer ownership proposal...": "소유권 이전 제안 생성 중....",
"Crypto prices": "암호화폐 가격",
"Curated Quality and Consistency": "엄선된 품질과 일관성",
"Currency": "통화",
"Current {{0}} and {{1}} balance in the pool.": "Pool에서의 현재 {{0}} 및 {{1}} 잔액.",
"Current buy fee ({{pool}})": "현재 매수 수수료 ({{pool}})",
"Current fee": "현재 수수료",
"Current fee manager address": "현재 수수료 매니저 주소",
"Current pool fee": "현재 Pool 수수료",
"Current pool ratio": "현재 pool 비율",
"Current price": "현재 가격",
"Current ratio": "현재 비율",
"Current sell fee ({{pool}})": "현재 매도 수수료 ({{pool}})",
"Custom": "사용자 지정",
"Custom Liquidity Bootstrapping Event": "사용자 지정 Liquidity Bootstrapping Event",
"Custom mode": "사용자 지정 모드",
"Custom ratio": "사용자 지정 비율",
"Custom value": "사용자 지정 값",
"Custom wallet": "커스텀 지갑",
"Customized Launch Bowl Event": "Customized Launch Bowl 이벤트",
"CZI represents a win-win scenario: projects gain deeper, more stable liquidity, while participants enjoy reduced risk and enhanced rewards.": "CZI는 윈-윈 시나리오를 보여줍니다: 프로젝트는 더 안정적인 유동성을 확보하고, 참여자는 리스크가 감소하며 보상이 늘어납니다.",
"D": "일",
"Daily emissions": "일 방출량",
"Daily rewards": "일 보상",
"DAO treasury": "DAO 재무부",
"DAO Treasury": "DAO 재무부",
"DApp RPC": "DApp RPC",
"Dark": "다크모드",
"Date and time": "날짜 및 시간",
"Decimal": "소수점",
"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 is required.": "소수점이 필요합니다.",
"Decimals must be from 1 to 10.": "소수점은 1부터 10사이여야 합니다.",
"Default is 7 days, max is 30 days.": "기본값은 7일이며, 최대 30일입니다.",
"Default mode": "기본모드",
"DeFi Beats Here: Our Numbers": "앞서가는 DeFi: 성과지표",
"Delegate": "위임",
"Delegate the Fee Manager's Authority over {{pool}} Pool v2 to ": "{{pool}} Pool v2에 대한 수수료 관리자의 권한을 위임합니다 ",
"Delegate the Fee Manager's Authority over {{pool}} Pool v2 to {{address}}.": "{{pool}} Pool v2에 대한 수수료 관리자의 권한을 {{address}}에게 위임합니다.",
"Delegated address": "위임된 주소",
"Delegated address is required.": "위임된 주소가 필요합니다.",
"Delete": "삭제",
"Deposit": "예치",
"Deposit {{asset}}": "예치 {{asset}}",
"Deposit ADA": "예치 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.": "현재 pool 비율에 상관없이 원하는 비율로 토큰을 입금하세요.",
"Deposit tokens individually to create liquidity without having to match the current pool ratio.": "현재 pool 비율을 맞출 필요없이 개별적으로 토큰을 입금하여 유동성을 생성하세요.",
"Deposited": "예치중",
"Depositing {{0}}": "{{0}} 예치중",
"Depositing {{0}} to get {{1}}": "{{0}}을(를) 예치하여 {{1}}을(를) 얻습니다",
"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 cannot be longer than 1000 characters": "Description cannot be longer than 1000 characters",
"Description is required.": "Description is required.",
"Development fund": "개발 펀드",
"Disclaimer": "이용약관",
"Disconnect": "연결해제",
"Disconnect wallet": "지갑 연결해제",
"Discovery": "발견",
"Discovery phase": "발견 단계",
"Discuss about this proposal in forum": "포럼에서 이 제안을 토론하세요",
"Discussion": "토론",
"Dismiss": "닫기",
"Distribution phase": "배포 단계",
"Dive deeper into token and pool information with comprehensive charts and analytics.": "포괄적인 차트와 분석을 통해 토큰 및 pool 정보를 더 깊이 탐색하세요.",
"Do not send to a CEX address as you could lose your native tokens": "CEX 주소로 전송하는 경우 네이티브 토큰을 잃을 수 있습니다.",
"Docs": "문서",
"Donation": "기부",
"Done": "완료",
"Drag and drop file here <span>or</span> <button>Browse</button>": "파일 끌어오기 <span>or</span> <button>Browse</button>",
"Due to a liquidity pool that has been created.": "유동성 pool이 생성되었기 때문입니다.",
"Due to differences in script versions, you can either cancel v1 orders only or cancel v2 and stableswap orders in a single transaction.": "스크립트 버전의 차이로 인해, v1 주문만 취소하거나 v2 및 스테이블스왑 주문을 한 번의 거래로 취소할 수 있습니다.",
"e.g. 1000000": "예: 1000000",
"e.g. A utility token for Minswap.": "예: Minswap의 유틸리티 토큰.",
"e.g. MIN": "예: MIN",
"e.g. Minswap": "예: Minswap",
"Each Stake or Withdraw action will automatically harvest your rewards!": "각 스테이킹 또는 인출 작업시 자동으로 보상을 수확합니다!",
"Early redeem": "조기 인출",
"Early redemption will result in retaining only {{percent}} of your accrued rewards!": "조기 인출 시 누적 보상의 {{percent}}만 유지됩니다!",
"Earn": "수익",
"Easily convert your LP tokens back to their original component tokens in a single step.": "LP토큰을 원래 구성 토큰으로 쉽게 한 번에 변환하세요.",
"Easily exit your liquidity positions and redeem your underlying assets.": "유동성 포지션을 쉽게 종료하고 기본 자산을 교환하세요.",
"Edit": "수정",
"Efficient Resource Allocation": "효율적 배분",
"Empty LP balance": "LP 잔액 없음",
"Empty project token balance.": "프로잭트 토큰 잔액 없음.",
"Enable audio": "오디오 활성화",
"Encounter": "만남",
"Encounter phase": "만남 단계",
"Encounter Phase": "만남 단계",
"End at": "종료 일자",
"End date": "종료 일자",
"Ended at": "종료 일자",
"Ended at {{0}}": "종료 일자 {{0}}",
"Ended at {{endAt}}": "종료 일자 {{endAt}}",
"Ends at {{endAt}}": "종료 일자 {{endAt}}",
"Ends at {{time}}": "종료 일자{{time}}",
"Enter a limit price": "지정가 입력",
"Enter a stop price": "스탑 가격 입력",
"Enter address, handle": "주소, 핸들 입력",
"Enter an amount": "수량 입력",
"Enter new password": "새로운 비밀번호 입력",
"Enter old password": "이전 비밀번호 입력",
"Enter password": "비밀번호 입력",
"Enter wallet's CIP-30 ID": "지갑의 CIP-30 ID 입력",
"Enter your password": "비밀번호 입력",
"Est. total reward accrued": "예상 누적 보상량",
"Estimate swap price with processing orders.": "처리중인 주문의 스왑 가격 추정.",
"Estimated {{asset}}": "예상되는 {{asset}}",
"Estimated {{ticker}} token": "Estimated {{ticker}} token",
"Estimated batcher fee": "예상 Batcher(일괄처리) 수수료",
"Estimated by market": "시장 추정",
"Eternl fee": "Eternl 수수료",
"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.": "모금액이 최대 금액을 초과하더라도, 입금하고 pool 지분을 획득할 수 있습니다. 초과된 자금은 기여도에 따라 지갑으로 반환됩니다.",
"Event name": "이벤트 이름",
"Event type": "Event type",
"Event type is required.": "Event type is required.",
"Ex: Team / DAO / …": "Ex: Team / DAO / …",
"Example": "예시",
"Executed batcher fee": "실행된 Batcher(일괄처리) 수수료",
"Executed price": "실행 가격",
"Execution information": "실행 내역",
"Experience seamless token sales with our IDO. Simple, transparent, and participant-friendly.": "우리의 IDO로 seamless한 토큰 판매를 경험하세요. 간단하고 투명하며 참여자 친화적입니다.",
"Expires at": "만료 시기",
"Expires in": "만료 시기",
"Expiring at {{time}}.": "{{time}} 만료.",
"Expiry option": "만기일 옵션",
"Explore the Cardano ecosystem": "Cardano 생태계를 탐험하세요",
"Explore the highs and lows of the market with real-time updates on the biggest gains and dips on Minswap.": "Minswap에서 실시간 업데이트를 통해 가장 큰 상승과 하락을 확인하며 시장을 살펴보세요",
"Explorer": "탐색기",
"Export": "Export",
"Export {{fileName}} file": "{{fileName}} 파일 내보내기",
"Export CSV": "Export CSV",
"Export JSON": "JSON 내보내기",
"Export public key": "Export public key",
"Export wallet": "지갑 내보내기",
"External links": "외부 링크",
"Fail to submit transaction": "거래 전송 실패",
"Failed": "Failed",
"Failed to fetch data": "데이터 조회 실패",
"Failed to read this file, please try another file.": "파일을 읽을 수 없습니다, 다른 파일로 다시 시도하세요.",
"Failed to upload, the format is not supported.": "로딩에 실패했습니다, 이 파일 형식은 지원하지 않습니다.",
"Failed to upload, your file is larger than {{maxFileSize}}KBs.": "업로드 실패, 파일 크기가 {{maxFileSize}}KBs를 초과합니다.",
"Farm": "Farm(농장)",
"Farm positions worth": "농장 포지션 가치",
"Farm V1": "농장(Farm) V1",
"Faster Decision-Making and Execution": "더 빠른 의사 결정 및 실행",
"Favorite only": "즐겨찾는 토큰만 보기",
"Fd market cap": "예치금 시가총액",
"FD market cap": "예치금 시가총액",
"Featured events": "이벤트 소개",
"Fee": "수수료",
"Fee cannot be higher than 20%": "수수료는 20%를 초과할 수 없습니다",
"Fee cannot be lower than 0.05%": "수수료는 0.05% 미만일 수 없습니다",
"Fee cannot contain more than 2 decimal characters.": "수수료는 2자리 이상의 소수점 자리를 포함할 수 없습니다.",
"Fee is required.": "수수료가 필요합니다.",
"Fee manager address": "수수료 매니저 주소",
"Fee paid for the service of off-chain Laminar batcher to process transactions": "트랜잭션 처리를 위한 오프체인 Laminar Batcher(일괄처리) 서비스 수수료",
"Fee proposals": "Fee proposals",
"Fee Proposals": "수수료 제안",
"Fetching pool data": "Pool 데이터 가져오기",
"Fiat": "법정화폐",
"Fill histories": "체결 내역",
"Fill-or-Kill": "Fill-or-Kill(즉시체결 또는 취소)",
"Fill-or-Kill option": "Fill-or-Kill(즉시체결 또는 취소)옵션",
"Filter": "필터",
"FILTER BY": "필터링 기준",
"Filter by token name, txID": "토큰 이름, txID로 필터링",
"Find your next yield opportunity.": "이자 수익 기회를 찾아보세요.",
"Finished only": "종료된 농장만 보기",
"FISO": "FISO(초기 스테이킹 제공)",
"For": "For",
"For each trade": "각 거래마다",
"For each trade, a {{number1}}% goes to liquidity providers as Trading Fee and {{number2}}% goes to Protocol.": "각 거래에 대해 {{number1}}%는 유동성 공급자에게 거래 수수료로 지급되며, {{number2}}%는 프로토콜에 귀속됩니다.",
"For more advanced options visit": "더 많은 옵션을 원하는 경우",
"For project": "프로젝트에 대해",
"For the safest approach, you can migrate liquidity manually by withdraw LPs from Pool V1 and then deposit assets to Pool V2.": "가장 안전한 방법은 Pool V1에서 유동성 제공자(LP)를 인출한 다음, Pool V2에 자산을 입금하여 유동성을 수동으로 마이그레이션 하는 것입니다.",
"Frequently asked questions": "자주묻는 질문",
"From": "부터",
"From date": "시작일자",
"From date shouldn't be greater than To date.": "시작 일자는 종료 일자 보다 클 수 없습니다.",
"From token": "대상 토큰",
"Functional token": "기능성 토큰",
"Gain insights into trading activity, liquidity, and top performing assets.": "거래활동, 유동성 그리고 최상위 자산에 대한 통찰력을 얻으세요",
"Get {{ticker}} token": "{{ticker}} 토큰 받기",
"Get notifications": "알림받기",
"Give your launch a name": "launch 이름 입력",
"Give your wallet a name": "지갑에 이름을 지어주세요",
"Go back": "뒤로가기",
"Go to Farm": "Farm(농장)으로 가기",
"Go to liquidity": "유동성으로 가기",
"Go to Migration": "마이그레이션으로 가기",
"Go to pool details": "pool 상세로 가기",
"Got it": "알겠습니다",
"Governance": "거버넌스",
"Guide to Order types": "주문 유형 가이드",
"Half": "절반",
"Harvest": "수확",
"Harvested": "수확량",
"Harvesting...": "수확중...",
"Hide": "숨기기",
"Hide chart": "차트 숨기기",
"Hide details": "세부 숨기기",
"High price impact": "높은 가격 영향",
"High return": "고수익",
"High to low": "내림차순",
"Holding ({{number}} tokens)": "({{number}} 토큰) 소유 중",
"Home": "홈",
"How does staking work?": "스테이킹은 어떻게 작동하나요?",
"How it works": "이용방법",
"How much can I stake?": "얼만큼 스테이킹 가능한가요?",
"How to create pool?": "Pool은 어떻게 생성하나요?",
"I have read and agree to <a1>Minswap's Terms and Conditions</a1> and the <a2>LaunchBowl Disclaimer</a2>.": "I have read and agree to <a1>Minswap's Terms and Conditions</a1> and the <a2>LaunchBowl Disclaimer</a2>.",
"I have read the <read>Disclaimer</read> and understand there are several risks associated with the Launch Bowl Event.": "저는 <read>면책 조항</read>을 읽었으며, Launch Bowl 이벤트와 관련된 여러 위험이 있음을 이해하고 있습니다.",
"I have read the <read>Disclaimer</read> and understand there are several risks associated with the Launch Bowl IDO.": "저는 <read>면책 조항</read>을 읽었으며, Launch Bowl IDO와 관련된 여러 가지 위험이 있음을 이해했습니다.",
"I have written the seed phrase and stored it in a secure place.": "저는 시드문구를 적어 안전한 곳에 보관했습니다.",
"I understand these warnings": "경고사항들을 이해했습니다",
"I understand this warning": "경고사항을 이해했습니다",
"IDO impact": "IDO impact",
"IDO Launch": "IDO Launch",
"If a pool is created during the LBE, it will be canceled. Therefore, project owners should not create a pool or circulate tokens during the LBE.": "If a pool is created during the LBE, it will be canceled. Therefore, project owners should not create a pool or circulate tokens during the LBE.",
"If I clear my local storage without backing up the seed phrase, Minswap cannot retrieve it for me.": "시드문구를 백업하지 않고 로컬 저장소를 지우는 경우, Minswap은 이를 복구할 수 없습니다.",
"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 the price of MIN drops to 6 ADA (B) or lower, the order will be triggered to sell your tokens at the stop price.": "MIN 가격이 6 ADA(B) 이하로 떨어지면, 주문이 실행되어 해당 가격에서 토큰을 판매하게 됩니다.",
"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.": "MIN 가격이 10 ADA(B)에 도달하면, OCO 주문은 10 ADA(B) 또는 그 이상의 가격에서 체결되고 완료됩니다. 반대로, 가격이 6 ADA(C)로 떨어지면, 주문은 6 ADA(C)에서 체결되고 완료됩니다.",
"If this ADA Handle has a typo or belongs to a different person, your fund will be lost.": "ADA Handle에 오타가 있거나 다른 사람의 것이라면, 자금을 모두 잃을 수 있습니다",
"If you have deposited ADA, come back here when Encounter phase starts to redeem for LP tokens.": "ADA를 예치하신 경우, Encounter 단계가 시작되면 여기로 돌아와 LP 토큰으로 교환하세요.",
"If you have Launch Bowl NFT, you should stake to LB Farm to receive more rewards.": "Launch Bowl NFT가 있는 경우, LB 농장에 스테이킹하여 더 많은 보상을 받으세요.",
"If you withdraw after <bold>{{0}}</bold>, you will have to pay <bold>{{1}}</bold> fee.": "<bold>{{0}}</bold> 이후에 인출하면 <bold>{{1}}</bold> 수수료를 지불해야 합니다.",
"If you withdraw, you will be sending <bold>{{0}}</bold> + <bold>{{1}}</bold>, and receive in exchange <bold>{{2}}</bold> + the ADA conversion.": "인출하는 경우 <bold>{{0}}</bold> + <bold>{{1}}</bold>을 보내게 되며, 그에 대한 대가로 <bold>{{2}}</bold> + ADA를 받게 됩니다.",
"Import": "파일 가져오기",
"Import JSON": "JSON 가져오기",
"Import MinWallet.json file": "MinWallet.json 파일 가져오기",
"Import the existing Minwallet's JSON file.": "Import the existing Minwallet's JSON file.",
"Important": "중요사항",
"In case you forgot your seed phrase, Minswap can not retrieve your wallet once you click Disconnect button.": "시드문구를 잊어버린 상황에서 지갑 연결해제 버튼을 클릭하면 Minswap은 지갑을 복구할 수 없습니다.",
"Inactive": "비활성화",
"Inactive farm": "비활성 농장",
"Incentives & partnerships": "인센티브 및 파트너쉽",
"Incentivizing User Participation": "사용자 참여 유도",
"Incorrect network. Make sure it's an address of {{networkID}}.": "잘못된 네트워크입니다. {{networkID}}의 주소인지 확인하세요.",
"Incorrect password": "잘못된 비밀번호입니다",
"Indivisible Token": "나눌 수 없는 토큰",
"Information": "정보",
"Information to help the community identify you.": "커뮤니티가 식별하기 위해 필요한 정보.",
"Initial DEX Offering": "Initial DEX Offering",
"Input amount is too small": "입력된 금액이 너무 적습니다",
"Input information": "주문 내역",
"Input your tokenomics": "토크노믹스를 입력하세요",
"Install": "설치",
"Insufficient {{0}} balance": "{{0}} 잔액부족",
"Insufficient {{asset}} balance": "{{asset}} 잔액부족",
"Insufficient {{assets}} balance(s). You need {{amounts}} more to complete order(s).": "{{assets}} 잔고가 부족합니다. 주문을 완료하려면 {{amounts}}가 더 필요합니다.",
"Invalid address": "유효하지 않은 주소",
"Invalid address.": "유효하지 않은 주소.",
"Invalid amount": "유효하지 않은 금액",
"Invalid fee value.": "Invalid fee value.",
"Invalid handle. Only a-z, 0-9, dash (-), underscore (_), and period (.) are allowed.": "유효하지 않은 handle입니다. a-z, 0-9, 대시 (-), 밑줄 (_), 및 마침표 (.)만 허용됩니다.",
"Invalid seed phrase": "유효하지 않은 시드문구",
"Invalid seed phrase length, MinWallet supports 12, 15 or 24 words": "유효하지 않은 시드문구 길이입니다. MinWallet은 12, 15 또는 24개의 단어를 지원합니다",
"Invalid time format.": "유효하지 않은 시간 형식.",
"Invalid trading fee": "유효하지 않는 트레이딩 수수료",
"Invalid UTxO witnesses. Please try again after sometime": "유효하지 않은 UTxO 입니다. 잠시 후 다시 시도해 주세요",
"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's time to add liquidity and trade in your pool. Please check it out!": "유동성을 제공하고 pool에서 거래할 시간입니다. 확인해 보세요!",
"Join this launch bowl now?": "지금 launch bowl에 참여하시겠습니까?",
"Join this sale now?": "이 판매에 지금 참여하시겠습니까??",
"Join Us": "참여",
"Joined": "참여",
"just now": "just now",
"Key event details: raise amount, start/end dates, etc.": "주요 이벤트 세부사항: 모집 금액, 시작/종료 날짜 등.",
"Language": "언어",
"Last updated": "최근 업데이트",
"Last updated <span>{{time}}</span>": "최근 업데이트 <span>{{time}}</span>",
"Later": "추후",
"Launch Bowl": "Launch Bowl",
"Launch Bowl <span>IDO</span> is here": "Launch Bowl <span>IDO</span>가 진행 중 입니다",
"Launch Bowl events": "Launch Bowl 이벤트",
"Launch Bowl Events: Making DeFi “fair”": "Launch Bowl 이벤트: DeFi를 “공평하게” 만듭니다",
"Launch Bowl is a decentralized platform designed to help projects launch tokens and build a strong community.": "Launch Bowl은 프로젝트의 토큰 출시와 강력한 커뮤니티를 구축을 돕기 위해 설계된 분산형 플랫폼입니다.",
"Launch Bowl POL": "Launch Bowl POL",
"Launch Bowl type": "Launch Bowl 형태",
"Launch info": "Launch 정보",
"Launch your project": "프로젝트를 launch하세요",
"LB farm": "LB 농장",
"LB Farm": "LB 농장",
"LB NFT required": "LB NFT가 필요합니다",
"LBE brings fair launches to the masses, no VIP pass required. Equal opportunity, unequal awesomeness.": "LBE는 대중에게 공평한 프로젝트 런치를 제공하며, 특정 VIP pass가 없습니다. 동등한 기회, 성과의 차이.",
"LBE cancellation": "LBE cancellation",
"Learn": "알아보기",
"Learn more": "더 알아보기",
"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>!": "토큰의 잠재력을 최대한 발휘하기 위해 <b>Launch Bowl</b> 또는 <b>유동성 pool</b>을 만들어 다음 단계로 나아가세요!",
"Let's add your order now!": "주문을 추가해보세요!",
"Let's find and catch the wisest clever cat to control your pool fee!": "가장 지혜롭고 똑똑한 고양이를 찾아 Pool 수수료를 관리해 보세요!",
"Let's get started with creating a new wallet or restoring an existing wallet.": "새 지갑을 만들거나 기존 지갑을 복원하여 시작해보세요",
"Let’s stake now": "지금 스테이킹을 해보세요!",
"Let's trade now": "지금 거래하세요",
"Light": "라이트 모드",
"Limit": "지정가",
"Limit amount": "지정 수량",
"Limit at": "지정 수량",
"Limit order": "지정가 주문",
"Limit price": "지정가",
"Liquidity": "유동성",
"Liquidity Bootstrapping Event": "유동성 Bootstrapping 이벤트",
"Liquidity migration": "유동성 마이그레이션",
"Liquidity page": "유동성 페이지",
"Liquidity pool": "유동성 pool",
"Liquidity Pool Fee info": "유동성 Pool 수수료 정보",
"Live": "Live",
"Live launch": "Live launch",
"Local Timezone": "지역 시간대",
"Locked liquidity": "잠금된 유동성",
"Locked LP": "잠금된 유동성",
"Locking period": "잠금 기간",
"Logout": "로그아웃",
"Low to high": "오름차순",
"LP amount": "LP 수량",
"LP fee APR": "LP 수수료 APR",
"LP fee APR is estimated based on 30 days trading volume.": "LP 수수료 APR은 30일간의 거래량을 기준으로 결정됩니다.",
"LP fee proposals": "LP 수수료 제안",
"LP Fee Proposals": "LP 수수료 제안",
"LP positions worth": "LP 포지션 가치",
"LP tokens are being airdropped": "LP토큰이 에어드롭 되었습니다",
"LP tokens have been airdropped to participant's wallets.": "LP 토큰이 참가자의 지갑으로 에어드롭되었습니다.",
"LPs value": "LPs 가치",
"LPv1": "LPv1",
"LPv1 in Farm": "파밍중인 LPv1",
"LPv1 in Old Farm": "과거 농장에 파밍중인 LPv1",
"M": "월",
"Make sure to double check the policy Id: <span>{{policy}}</span>": "policy Id를 다시 한번 확인하세요: <span>{{policy}}</span>",
"Manage your portfolio in an easy way": "포트폴리오를 더 쉽게 관리해보세요",
"Market": "시장가",
"Market cap": "시가총액",
"Market Cap = Current Price x Circulating Supply.": "시가총액 = 현재 가격 x 유통 공급량.",
"Market Insights": "시장분석",
"Market movers": "시장 변동요소",
"Max": "최대",
"Max {{asset}} raise": "최대 {{asset}} 모집액 ",
"Max 500KB, supported file: .JPG, .JPEG, .PNG.": "최대 500KB, 지원하는 파일: .JPG, .JPEG, .PNG.",
"Max raise": "최대 모집액",
"Max swap times": "최대 스왑 횟수",
"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.": "Custom Launch Bowl 이벤트에서 달성하려는 최대 {{자산}}입니다. 목표 금액에 도달할 경우 이벤트는 종료됩니다.",
"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.": "Launch Bowl 이벤트에서 달성하려는 최대 {{자산}}입니다. 총 모집액이 최대 금액을 초과하더라도, 입금하여 pool 지분을 얻을 수 있습니다. 초과된 자금은 기여도에 따라 지갑으로 반환됩니다.",
"Maximum choices": "최대 선택",
"Maximum send": "최대 송금",
"Menu": "메뉴",
"Merch": "Minswap 굿즈",
"Migratable": "마이그레이션 가능",
"Migrate": "마이그레이션 진행",
"Migrate now": "지금 마이그레이션 하세요",
"Migrate positions": "포지션 마이그레이션 진행",
"Migrate selected": "선택된 마이그레이션",
"Migrate to V2": "V2 마이그레이션 진행",
"Migrate your positions to LP V2 to quickly unlock all its enhanced features.": "모든 향상된 기능을 빠르게 이용하려면 LP V2로 포지션을 옮기세요.",
"Migrate your positions to V2 to quickly unlock all its enhanced features.": "모든 향상된 기능을 빠르게 이용하려면 LP V2로 포지션을 옮기세요.",
"Migrating": "마이그레이션중",
"Migrating to V2": "V2 마이그레이션중",
"Migrating your positions will gain more benefits, such as high APR on Farm, more trading fees.": "포지션을 마이그레이션하면 높은 APR, 거래수수료 등 추가 혜택을 얻을 수 있습니다.",
"Migration": "마이그레이션",
"Migration progress": "마이그레이션 진행상황",
"Min {{asset}} raise": "최소 {{asset}} 모집",
"Min {{asset}} to participate": "참가를 위한 최소 {{asset}}",
"MIN farm rebalance": "MIN Farm 리밸런스",
"MIN Farm Rebalance": "MIN Farm 리밸런스",
"Min raise": "최소 모집액",
"MIN Staking": "MIN 스테이킹",
"MIN Token Metrics": "MIN 토큰 메트릭스",
"MIN value": "MIN 수량",
"Min. amount per swap": "스왑당 최소 금액",
"Minimum {{asset}} receive": "최소 {{asset}} 수취",
"Minimum {{asset}} that Launch Bowl event is willing to achieve. The event will be suspended in case raised amount is not reached the demand.": "Launch Bowl 이벤트에서 달성하려는 최소 {{자산}}입니다. 목표 금액에 도달하지 못할 경우 이벤트는 중단됩니다.",
"Minimum amount": "최소 수량",
"Minimum amount to participate": "참가를 위한 최소 수량",
"Minimum deposit is {{0}}.": "최소 예치금은 {{0}}.",
"Minimum LP amount": "최소 LP 수량",
"Minimum raise": "최대 모집액",
"Minimum receive": "최소 수령",
"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는 성공적인 LBE 런치를 통해 프로토콜 소유 유동성(Protocol-Owned Liquidity, POL)을 확보합니다. POL은 항상 Minswap DEX에 트레이더에게 더 안정적인 유동성을 제공합니다. 더불어, POL은 일드파밍 및 기타 수익 활동을 통해 DAO 수익을 제공합니다.",
"Minswap V2 brings 10x more throughput, Advanced Order Types, Composability, and much more! Dive into it now!": "Minswap V2는 10배 더 많은 처리량, 고급 주문 등 많은 기능을 제공합니다! 지금 바로 확인해보세요!",
"Minswap V2 is ready": "Minswap V2가 준비되었습니다",
"Minswap’s global community of users, developers, designers & educators drives the success of the Protocol. Join the conversation.": "Minswap의 전 세계 사용자, 개발자, 디자이너가 커뮤니티가 프로토콜의 성공을 이끕니다. 대화에 참여하세요!.",
"Mint amount": "발행 수량",
"Mint Amount is required": "발행 수량이 필요합니다",
"Mint Amount is too big.": "발행 수량이 너무 큽니다.",
"Mint new token": "신규 토큰 발행",
"Mint token": "토큰 발행",
"Mint with timelock": "타임락 발행",
"Mint your own token": "토큰을 발행하세요",
"Minting token {{token}}": "발행중인 토큰 {{token}}",
"Minwallet is a secure and user-friendly wallet built directly into Minswap DApp for seamless token swapping and management.": "Minwallet은 Minswap DApp에 직접 내장된 안전하고 사용자 친화적인 지갑으로, 토큰 스왑과 관리가 용이합니다.",
"Mobile support": "모바일지원",
"Mode": "모드",
"More": "더보기",
"MORE": "MORE",
"More analytics": "상세분석",
"More details": "상세정보",
"More options": "다양한 옵션",
"More order types": "다양한 주문 유형",
"More wallets...": "지갑 더보기...",
"Most liquidity": "가장 많은 유동성",
"Multiple choice": "다중 선택",
"My events": "나의 이벤트",
"My minted tokens": "나의 민팅 토큰",
"My proposals only": "나의 제안만",
"My wallet": "나의 지갑",
"Name": "이름",
"Need a tailored solution?": "맞춤형 솔루션이 필요하신가요?",
"Need additional {{amount}} {{asset}} to complete the transaction": "거래를 완료하려면 {{amount}} {{asset}}이(가) 추가로 필요합니다.",
"Net worth": "순자산",
"New": "New",
"New buy fee ({{pool}})": "새로운 매수 수수료 ({{pool}})",
"New delegated address": "새롭게 위임된 주소",
"New password": "새로운 비밀번호",
"New password cannot be the same as old password": "새 비밀번호는 이전 비밀번호와 같을 수 없습니다",
"New sell fee ({{pool}})": "새로운 매도 수수료 ({{pool}})",
"New token and pool detail": "새로운 토큰과 pool에 대한 상세정보",
"New total staked chart": "새로운 스테이킹 차트",
"New wallet": "새지갑",
"New way to visualize the stably by total circulating supply staked overtime.": "스테이킹된 토큰의 변화를 총 유통 공급량과 함께 안정적으로 시각화한 새로운 차트.",
"Next": "다음",
"No": "아니오",
"No active proposals": "활성화된 제안 없음",
"No Boost": "Boost 없음",
"No data": "데이터 없음",
"No data for portfolio": "포트폴리오에 데이터 없음",
"No expiry": "만료 없음",
"No Farm V2 Found": "V2 농장을 찾을 수 없습니다",
"No launch available": "가능한 launch가 없습니다",
"No LPv1 found for migration": "마이그레이션 가능한 LPv1을 찾을 수 없습니다",
"No MIN": "MIN 없음",
"No NFT": "NFT 없음",
"No NFT found in your wallet.": "지갑에서 NFT를 찾을 수 없습니다",
"No NFT in your wallet": "지갑에 NFT가 없습니다",
"No order in basket": "장바구니에 주문이 없습니다",
"No order selected": "주문이 선택되지 않았습니다",
"No penalty": "페널티 없음",
"No pool": "pool 없음",
"No pool fee history": "Pool 수수료 과거 내역이 없습니다",
"No pool found": "pool을 찾을 수 없습니다",
"No position": "포지션 없음",
"No proposal found": "제안(proposal)을 찾을 수 없습니다",
"No proposals": "제안 없음",
"No proposals were found.": "제안을 찾을 수 없습니다.",
"No result found": "결과를 찾을 수 없습니다",
"No result.": "결과 없음.",
"No results found": "결과를 찾을 수 없습니다",
"No token": "토큰 없음",
"No token found": "토큰을 찾을 수 없습니다",
"No token found in your wallet.": "지갑에서 토큰을 찾을 수 없습니다.",
"No top lp holders": "상위 LP 보유자 없음",
"No trading route found for this pair": "해당 페어(쌍)에 대한 거래 경로를 찾을 수 없습니다",
"No volume breakdown": "거래량 세부 정보가 없습니다",
"No voting power": "보유 투표권(voting power)이 없습니다",
"No, as a result of <a>this proposal</a>, you can no longer stake $MIN for different periods.": "아니요, <a>이 제안</a>의 결과로 더 이상 다양한 기간 동안 $MIN을 스테이킹할 수 없습니다.",
"Non-migratable": "마이그레이션 불가",
"None": "없음",
"Not connected to wallet": "지갑에 연결되어 있지 않습니다",
"Not enough {{asset}} amount in pool": "pool에 {{asset}} 수량이 충분하지 않습니다",
"Not exist {{tickers}} pair": "{{tickers}} 페어(쌍)이 존재하지 않습니다",
"Not found": "찾을 수 없습니다",
"Not reached": "Not reached",
"Not staked": "스테이킹 되지 않았습니다",
"Not Started": "시작되지 않았습니다",
"Number of holders": "보유자 수",
"OCO": "OCO",
"OCO Order": "OCO 주문",
"Old password": "이전 비밀번호",
"Once one order is filled, the other order is automatically canceled.": "주문이 체결되면 다른 주문은 자동으로 취소됩니다.",
"Only for {{asset}} Launch Bowl participants": "{{asset}} Launch Bowl 참가자 전용",
"Open settings": "설정 열기",
"Optional": "선택사항",
"Order basket": "일괄주문",
"Orders": "주문",
"Others": "기타",
"Out-of-range": "범위초과",
"Outcome": "결과",
"Output information": "결과 내역",
"Overflow Sale method is applied. The tokens will be allocated proportionally, and any leftover funds will be refunded after the event ends.": "오버플로우 세일 방식이 적용됩니다. 토큰은 비례 배분되며, 이벤트 종료 후 남은 자금은 환불됩니다.",
"Owner": "소유자",
"Owner cancelled this Launch Bowl.": "소유자가 해당 Launch Bowl을 취소했습니다.",
"Paid": "주문 금액",
"Pair": "페어(쌍)",
"Partial Fill": "부분체결",
"Partial Fill Order": "부분체결 주문",
"Partially filled orders may remain open until they are fully filled or canceled.": "Partial Fill(부분체결)주문은 완전히 체결되거나 취소될 때까지 열려 있을 수 있습니다.",
"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.": "참여자는 프로젝트에서 설정한 고정 가격으로 ADA 또는 스테이블코인을 약정하여 토큰을 미리 구매할 수 있습니다. 이를 통해 초기 투자자는 프로젝트 토큰이 시장에 진입하기 전 미리 확보할 수 있습니다.",
"Participants contribute ADA or raise tokens to initiate the price discovery and liquidity bootstrapping process.": "참가자들은 Price Discovery(가격 발견) 및 liquidity bootstrapping(유동성 구축 과정)을 시작하기 위해 ADA 또는 모금된 토큰을 기여합니다.",
"Participants contribute ADA, which is gradually added to the liquidity pool over a set period.": "참가자들은 ADA를 기여하며, 이는 설정된 기간 동안 점진적으로 유동성 pool에 추가됩니다.",
"Participants receive LP tokens for the ADA supplied, which they can then use to Farm": "참여자는 공급한 ADA에 대해 LP 토큰을 받고, 이를 사용하여 파밍할 수 있습니다",
"Participants receive LP tokens reflecting their contributions - which can be used to farm and earn boosted rewards within the Minswap ecosystem.": "참가자들은 자신의 기여를 반영한 LP 토큰을 받으며, 이 토큰은 Minswap 생태계 내에서 농사 짓고 보너스 보상을 얻는 데 사용할 수 있습니다.",
"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.": "참여자는 IDO 동안 약정한 ADA의 양에 따라 프로젝트 토큰을 받습니다. 또한, 잔여 자금은 오버플로우 세일 방식을 통해 환불받을 수 있습니다.",
"Participants supply ADA and receive LP tokens in Encounter phase": "참가자들은 Encounter 단계에서 ADA를 공급하고 LP 토큰을 받습니다",
"Participants supply ADA, entering the period of Price Discovery and Liquidity Bootstrapping": "참가자들은 ADA를 공급하고 Price Discovery(가격 발견) 및 liquidity bootstrapping(유동성 구축 과정) 기간에 들어갑니다",
"Participants supply ADA, entering the period of Price Discovery and Liquidity Bootstrapping.": "참가자들은 ADA를 공급하고 Price Discovery(가격 발견) 및 liquidity bootstrapping(유동성 구축 과정) 기간에 들어갑니다.",
"Pass Requires": "통과 요구사항",
"Passed": "통과",
"Password does not match": "비밀번호가 일치하지 않습니다",
"Password needs to be at least 12 characters, with at least one capital letter, one digit and one special character.": "비밀번호는 최소 12자 이상이어야 하며, 대문자 하나, 숫자 하나, 특수 문자 하나를 포함해야 합니다.",
"Pawnce into action! Create a new liquidity pool, building strong and purrfect connections.": "행동하세요! 새로운 유동성 pool을 만들어 강력하고 완벽한 연결을 구축하세요.",
"Penalty": "페널티",
"Penalty on participants for late withdrawal": "인출 지연에 대한 참가자 페널티",
"Penalty start date": "페널티 시작일자",
"Pending": "지연중",
"Pending {{asset}}": "지연중인 {{asset}}",
"Pending rewards": "지연중인 보상",
"Percentage": "퍼센트(백분율)",
"Percentage of the rewards you receive compare to total rewards emitted.": "받는 보상의 비율을 총 보상과 비교한 백분율.",
"Phase closes at": "단계 종료시간",
"Phase details": "단계 세부 사항",
"Phase starts at": "단계 시작시간",
"Place order": "주문하기",
"Placing a limit order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}": "{{amountA}} {{tickerA}}에서 {{amountB}} {{tickerB}}로 지정가 주문",
"Placing a OCO order from {{amountA}} {{tickerA}} to stop at {{amountStop}} {{tickerB}} or limit at {{amountLimit}} {{tickerB}}": "{{amountA}} {{tickerA}}에서 {{amountStop}} {{tickerB}}에 도달 시 중지되거나 {{amountLimit}} {{tickerB}}으로 제한하는 OCO 주문",
"Placing a Partial Fill order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}} in maximum {{times}} times": "최대 {{times}}회로 {{amountA}} {{tickerA}}에서 {{amountB}} {{tickerB}}로 Partial fill(부분체결)주문",
"Placing a stop order from {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}": "{{amountA}} {{tickerA}}에서 {{amountB}} {{tickerB}}로 Stop(정지) 주문하기",
"Please change your wallet network to {{network}} to use Minswap": "Minswap을 사용하려면 지갑 네트워크를 {{network}}로 변경하십시오.",
"Please change your wallet network to {{network}} to use Wallet Connect": "Wallet Connect를 사용하려면 지갑 네트워크를 {{network}}로 변경하십시오.",
"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.": "내보낸 JSON 파일이 무단 접근 방지를 위해 안전하게 저장되었는지 확인하십시오. JSON 파일은 Min Wallet 또는 Eternl Wallet에서 지갑을 복원하는 데 사용할 수 있습니다.",
"Please input a valid url.": "유효한 URL을 입력하십시오.",
"Please select project token.": "프로젝트 토큰을 선택하세요.",
"Please use non-Unicode characters.": "비유니코드(non-Unicode)문자를 사용하세요.",
"Please wait a few seconds while your new pool is being created. Once it's ready, you can start trading immediately.": "새로운 Pool이 생성되는 동안 잠시 기다려 주십시오. 준비가 완료되면 즉시 거래를 시작할 수 있습니다..",
"Please wait until the event starts.": "Please wait until the event starts.",
"Please wait until the launch starts.": "launch가 시작될때까지 기다려주세요.",
"Please write down your 24 words seed phrase and store it in a secure place.": "24단어 시드문구를 적어 안전한 장소에 보관하십시오..",
"Please write your 24 words seed phrase in the right order. You can paste directly from clipboard.": "24단어 시드문구를 올바른 순서로 작성하십시오. 클립보드에서 직접 붙여넣을 수 있습니다..",
"Please write your seed phrase in the right order.": "시드 문구를 올바른 순서로 작성하십시오.",
"PnL (24h)": "PnL (24시간)",
"PnL (24h) = Current MIN value + Current accrued rewards value - last 24h MIN value - last 24h accrued rewards value.": "PnL (24시간) = 현재 MIN 가치 + 현재 누적된 보상 가치 - 지난 24시간 MIN 가치 - 지난 24시간 누적된 보상 가치.",
"PnL (24h) = Current net worth - last 24h net worth.": "PnL (24시간) = 현재 순자산 - 지난 24시간 순자산.",
"PnL (24h) = Current value - last 24h value.": "PnL (24시간) = 현재 가치 - 지난 24시간 가치.",
"PnL (24h) = Current value and rewards - last 24h value and rewards.": "PnL (24시간) = 현재 가치 및 보상 - 지난 24시간 가치 및 보상.",
"Point": "포인트(Points)",
"Policy ID: {{policyId}}": "Policy ID: {{policyId}}",
"Pool allocation": "Pool 할당",
"Pool composition": "Pool 구성",
"Pool created successfully!": "Pool이 성공적으로 생성되었습니다!",
"Pool creation in progress": "Pool생성 진행 중",
"Pool detail": "Pool 상세정보",
"Pool Fee": "Pool Fee",
"Pool fee history": "Pool fee history",
"Pool Fee history": "Pool Fee history",
"Pool information": "Pool 정보",
"Pool share": "Pool 지분",
"Pool trading fee": "Pool 거래수수료",
"Pooled {{ticker}}": "풀링된(pooled) {{ticker}}",
"Pools": "Pools",
"Portfolio": "포트폴리오",
"Post-IDO": "Post-IDO",
"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>.": "Xerberus에서 제공. 이는 정보 제공을 위한 것이며, 재정적 조언 의도가 아닙니다. <a>이용 약관</a>.",
"Predict swap price": "예상 스왑 가격",
"Prevent high price impact trades. Disable at your own risk.": "높은 가격 거래를 방지합니다. 비활성화는 본인 책임입니다.",
"Preview": "미리보기",
"Price": "가격",
"Price chart": "가격 차트",
"Price impact": "가격 영향",
"Price impact is more than {{percent}}, make sure to check the price before submit the Tx.": "가격 영향이 {{percent}} 이상입니다. 거래를 제출하기 전에 가격을 반드시 확인하세요.",
"Pro": "Pro",
"Pro Chart": "프로 차트",
"Processing": "처리중",
"Product": "상품",
"Project details": "프로젝트 상세",
"Project info": "프로젝트 정보",
"Project name": "프로젝트 이름",
"Project name is required": "프로젝트 이름은 필수입니다",
"Project token distribution": "프로젝트 토큰 분배",
"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.": "제안 예치금은 {{amount}} ADA입니다. 제안이 승인되면 예치금은 환불됩니다. 그렇지 않은 경우, 해당 금액은 ADA-MIN Pool에 할당됩니다.",
"Proposal end date": "제안 종료 일자",
"Proposal end date is required.": "제안 종료 일자가 필요합니다.",
"Proposal end date must be in the future.": "제안 종료 일자는 미래 일자여야 합니다.",
"Proposal end date must be within {{date}} days": "제안 종료 일자는 {{date}}일 이내여야 합니다",
"Proposal for Revocation of Delegated Authority Fee Manager": "위임된 수수료 관리자 취소 제안",
"Proposal for Transferring Delegated Authority Fee Management to a New Manager": "위임된 수수료 관리 권한을 새로운 관리자에게 이전 제안",
"Proposal title": "제안 제목",
"Proposals": "거버넌스 제안",
"Proposer": "제안자",
"Provide": "제공",
"Provide your project tokenomics.": "프로젝트 토크노믹스를 제공해주세요.",
"Provides dApp RPC mode for faster connection and improved UX. Supported by NuFi.": "빠른 연결과 향상된 사용자 경험을 위한 dApp RPC 모드를 제공합니다. NuFi에서 지원합니다.",
"Purr-mission-less launches — The Minswap Launch Bowl offers projects some of the most potent DeFi primitives for launching tokens.": "Minswap Launch Bowl은 토큰 출시를 위한 DeFi 기본 요소를 해당 프로젝트에 제공합니다.",
"Queueing": "대기열",
"Quorum": "정족수",
"Quorum to Pass/ Total Quorum. The proposal will be approved immediately if more than 50% of the Quorum votes Yes.": "통과를 위한 정족수 / 총 정족수. 정족수의 50% 이상이 찬성 투표를 할 경우, 제안은 즉시 승인됩니다.",
"Raise token": "모집 토큰",
"Raised on Launch Bowl": "Launch Bowl 모집액",
"Raising more for current project?": "현재 프로젝트에 추가적인 요소가 더 필요하신가요?",
"Ran Out": "소진",
"Read more": "더 보기",
"Read our blog": "블로그에서 읽어보세요",
"Ready for your digital treasure? Let mint and own your shiny piece of the blockchain!": "디지털 보물을 얻을 준비가 되었나요? 이제 블록체인에서 반짝이는 자산을 민팅하고 소유해 보세요!",
"Receive": "받기",
"Received": "주문 수량",
"Recent searches": "최근 검색",
"Recently added": "최근 추가됨",
"Recommended": "추천",
"Redeem": "인출",
"Redeeming": "인출중",
"Redeeming {{0}}": "{{0}} 인출중",
"Related pools": "관련 Pool",
"Remaining batcher fee": "남은 Batcher(일괄처리) 수수료",
"Remaining deposit below minimum": "남은 예치금이 최소 금액 이하입니다",
"Remove": "제거",
"Remove liquidity": "유동성 제거",
"Remove selected": "선택된 항목 제거",
"Removing {{amount}} {{asset}}": "{{amount}} {{asset}} 제거 중",
"Reset": "리셋",
"Resolve": "해결",
"Restore MinWallet": "MinWallet 복구",
"Restore using seed phrase.": "시드문구를 이용하여 복원하세요.",
"Restore wallet": "지갑 복구",
"Results": "결과",
"Retry": "재시도",
"Reveal seed phrase": "시드문구 공개",
"Review": "검토",
"Review orders": "Review orders",
"Review your selection and vote": "선택 내용을 검토하고 투표하세요",
"Revoke": "Revoke",
"Revoke the Fee Manager's Authority over {{pool}} Pool v2 from": "{pool}} Pool v2에 대한 수수료 관리자의 권한을 취소합니다",
"Revoke the Fee Manager's Authority over {{pool}} Pool v2 from {{address}}.": "{{address}}로부터 {{pool}} Pool v2에 대한 수수료 관리자의 권한을 취소합니다.",
"Reward Percentage": "보상율",
"Reward unlocks": "보상 잠금 해제 시간",
"Rewards": "보상",
"Rewards %": "보상 %",
"Rewards accrued": "적립된 보상",
"Rewards value": "보상 가치",
"Risk score": "Risk score",
"Route": "경로",
"Route {{type}}": "경로 {{type}}",
"Route sorting": "경로 분류",
"Routing on Market Orders": "시장가 주문 경로설정",
"Safe mode": "안전모드",
"Sale closes at": "Sale closes at",
"Sale price": "Sale price",
"Sale starts in": "Sale starts in",
"Save": "저장",
"Save pool": "Pool 저장",
"Saved": "저장됨",
"Saved pool": "저장된 pool",
"Scenario": "상황",
"Search by address or stake key": "주소 혹은 stake key로 검색",
"Search by policyId.lpAssetName": "policyId.lpAssetName으로 검색",
"Search by ticker, token, pair": "티커, 토큰, 페어(쌍)으로 검색",
"Search by token name": "토큰 이름으로 검색",
"Search by token name, txID": "토큰명, txID로 검색",
"Search by token, project name": "토큰명, 프로젝트명으로 검색",
"Search by tokens name or symbol": "토큰 이름이나 기호로 검색",
"See less": "줄이기",
"See Minswap's impact on Cardano DeFi with real-time data.": "실시간 데이터로 Minswap이 Cardano DeFi에 미치는 영향력을 확인하세요.",
"See more": "더보기",
"Seed phrase": "시드문구",
"Select a token": "토큰 선택",
"Select a wallet": "지갑 선택",
"Select all": "Select all",
"Select All (up to {{number}})": "모두 선택 (up to {{number}})",
"Select date": "날짜 선택",
"Select LP": "LP 선택",
"Select LP token": "LP 토큰 선택",
"Select pending orders": "지연중인 주문 선택",
"Select pool": "Pool(풀) 선택",
"Select token": "토큰 선택",
"Select tokens": "토큰 선택",
"Select two tokens to complete the pair.": "두 개의 토큰을 선택하여 페어를 완성하세요.",
"Select your pool": "pool을 선택하세요",
"Select your positions": "포지션을 선택하세요",
"Select your route": "경로를 선택하세요",
"Selected": "개 선택됨",
"Sell": "매도",
"Sell amount": "매도량",
"Sell Fee": "매도 수수료",
"Selling {{amount}}": "{{amount}} 매도중",
"Send": "보내기",
"Send all": "모두 보내기",
"Service fees for Eternl Mobile Dapp Connector": "Eternl Mobile Dapp Connector 서비스 수수료",
"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 an expiry": "만료시간 지정",
"Set to market": "시장가로 설정",
"Settings": "설정",
"Setup Phase": "설정 단계",
"Share": "공유",
"Share this wallet address to receive payments.": "이 지갑 주소를 공유하여 결제 받으세요.",
"Show chart": "차트 보기",
"Sign and Submit": "서명 후 제출",
"Signing failed": "서명 실패",
"Similar pools": "유사한 pool",
"Similar tokens": "유사한 토큰",
"Since the launch didn't reach its target, please withdraw your ADA.": "Launch가 목표에 도달하지 못했으므로, ADA를 인출해 주세요.",
"Single choice": "단일 선택",
"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": "슬리피지 허용 범위는 최대 300%까지 가능합니다. 300% 슬리피지로 주문을 실행하는 경우 사용자는 75%의 자산 손실 위험을 수용하게 되며, 무제한 슬리피지는 사실상 모든 자산을 잃을 수 있습니다",
"Slippage tolerance is over {{percent}}.<br></br>You can adjust it in trade settings.": "슬리피치 허용치 {{percent}}를 초과했습니다.<br></br>거래 설정에서 조정할 수 있습니다.",
"Small balance": "소액 잔고",
"Snapshot": "스냅샷",
"Snapshots at {{snapshotAt}}": "스냅샷 일자 {{snapshotAt}}",
"Snapshots at: {{date}}": "스냅샷 일자: {{date}}",
"Soft stake your MIN today to start earning rewards and boosting your portfolio.": "MIN을 스테이킹하여 보상을 얻고 포트폴리오를 향상시키세요.",
"Something goes wrong": "잘못된 요청입니다",
"SORT BY": "정렬 방법",
"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.": "대량의 UTxO를 더 작은 UTxO로 분할하여 향후 거래 수수료를 줄일 수 있습니다. 그러나 이 과정에서 지갑에 잠긴 ADA의 양이 증가할 수 있습니다.",
"Stableswap pool": "스테이블스왑 pool",
"Stake": "스테이킹",
"Stake LP tokens": "LP 토큰 스테이킹",
"Stake MIN": "MIN 스테이킹",
"Stake your LP tokens and earn passive income with MIN rewards and potential for boosted returns.": "토큰을 스테이킹하여 MIN을 보상받고 수익성을 강화하세요.",
"Stake your MIN now for<br></br>up to <span>{{apr}}</span>": "지금 MIN을 스테이킹하고 <br></br>최대 <span>{{apr}}</span>까지 받으세요",
"Stake your MIN today to start earning rewards and boosting your portfolio.": "MIN 토큰을 스테이킹하여 보상 받고 포트폴리오를 강화하세요.",
"Staked": "스테이킹 수량",
"Staked LPs": "Staked LPs",
"Staked only": "스테이킹한 농장만 보기",
"Staked value": "스테이킹 가치",
"Staking": "스테이킹",
"Staking {{amount}} {{asset}}": "{{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.": "$MIN 스테이킹은 $MIN 토큰을 9개월 동안 잠궈 Minswap의 거래 수수료로 발생한 $ADA 보상을 얻고 다른 프로젝트의 토큰을 획득할 기회를 제공합니다. MIN 스테이커는 여전히 거버넌스 권리를 가지며 Minswap 프로토콜 내에서 수수료 공제를 통해 혜택을 누릴 수 있습니다.",
"Staking MIN to earn rewards": "MIN을 스테이킹하고 보상을 얻으세요",
"Staking option": "스테이킹 옵션",
"Staking positions worth": "스테이킹 포지션 가치",
"Start at": "시작 일자",
"Start date": "시작 일자",
"Starts at {{0}}": "시작 일자 {{0}}",
"Starts at {{startAt}}": "시작 일자 {{startAt}}",
"Starts at {{time}}": "시작 일자 {{time}}",
"Statistics": "통계",
"Status": "상태",
"Stay in the know!": "최신 정보를 놓치지 마세요!",
"Stop": "정지 주문(Stop)",
"Stop amount": "정지주문 수량",
"Stop at": "정지 수량",
"Stop Order": "정지 주문(Stop)",
"Stop price": "정지 가격",
"Strengthening Ecosystem Partnerships": "생태계 파트너쉽 강화",
"Stronger Recognization on Featuring events": "주요 이벤트에 대한 인지도 강화",
"Stronger Security and Compliance": "더 강력한 보안 및 컴플라이언스",
"Submit transaction": "거래 제출",
"Submitting your orders": "주문 생성 중",
"Subscribe": "구독",
"Subscribe to be notified once your trading orders are executed and more. You can disable it anytime.": "거래 주문이 실행되면 알림을 받을 수 있도록 구독하세요. 언제든지 비활성화할 수 있습니다.",
"Subscribe to notification": "알림 설정",
"Success": "성공",
"Successful trades": "거래수",
"Summary": "Summary",
"Supply Liquidity": "유동성 공급",
"Supported by most of the wallets e.g. Eternl. Requires wallet running in background.": "대부분의 지갑(예: Eternl)에서 지원됩니다. 지갑이 백그라운드에서 실행되어야 합니다..",
"Suspicious token": "의심스러운 토큰",
"Swap amount": "스왑 수량",
"Swap thousands of tokens on Cardano and access the deepest liquidity on chain.": "Cardano에서 토큰을 스왑하고 체인에서 가장 많은 유동성을 경험해보세요.",
"Swapping {{amountA}} {{tickerA}} to {{amountB}} {{tickerB}}": "{{amountA}} {{tickerA}}를 {{amountB}} {{tickerB}}로 스왑하는 중",
"System": "시스템모드",
"Tailored Event Customization": "맞춤형 이벤트",
"Team tokens": "팀 토큰",
"Terms of service": "서비스 이용 약관",
"The {{asset}} IDO is currently in progress. Creating {{assetA}}-{{assetB}} pool may have unforeseen impacts on the total funds raised during this event.": "The {{asset}} IDO is currently in progress. Creating {{assetA}}-{{assetB}} pool may have unforeseen impacts on the total funds raised during this event.",
"The {{assetA}}-{{assetB}} LBE is currently in progress. Creating {{assetA}}-{{assetB}} pool will immediately cancel the event.": "The {{assetA}}-{{assetB}} LBE is currently in progress. Creating {{assetA}}-{{assetB}} pool will immediately cancel the event.",
"The address was authorized by the LP governance to modify the Pool fee.": "해당 주소는 LP 거버넌스에 의해 Pool 수수료를 수정할 수 있도록 승인되었습니다.",
"The amount of token you'll swap to provide 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.": "변경사항이 적용되는 데 최대 30분이 걸릴 수 있습니다.",
"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 event concluded as it did not meet the minimum required raise amount. Participant funds are airdropped back to them.": "판매가 최소 모금액을 충족하지 못했습니다. 참가자의 자금은 다시 에어드랍됩니다.",
"The event has ended": "판매가 종료되었습니다",
"The event is coming!": "판매가 곧 다가옵니다!",
"The event was not achieved": "The event was not achieved",
"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 IDO (Initial DEX Offering) is a modern fundraising method that allows projects to sell their tokens directly to participants with ease and transparency.": "IDO는 프로젝트가 참가자에게 토큰을 직접 판매할 수 있도록 돕는 현대적인 자금 조달 방법으로, 쉽고 투명한 과정을 제공합니다.",