@kodiak-finance/orderly-i18n 2.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +334 -0
- package/bin/cli.js +240 -0
- package/dist/constant.d.mts +2 -0
- package/dist/constant.d.ts +2 -0
- package/dist/constant.js +12 -0
- package/dist/constant.js.map +1 -0
- package/dist/constant.mjs +5 -0
- package/dist/constant.mjs.map +1 -0
- package/dist/index.d.mts +44 -0
- package/dist/index.d.ts +44 -0
- package/dist/index.js +49 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +13 -0
- package/dist/index.mjs.map +1 -0
- package/dist/locale.csv +979 -0
- package/dist/locales/de.json +980 -0
- package/dist/locales/en.json +980 -0
- package/dist/locales/es.json +980 -0
- package/dist/locales/fr.json +980 -0
- package/dist/locales/id.json +980 -0
- package/dist/locales/it.json +980 -0
- package/dist/locales/ja.json +980 -0
- package/dist/locales/ko.json +980 -0
- package/dist/locales/nl.json +980 -0
- package/dist/locales/pl.json +980 -0
- package/dist/locales/pt.json +980 -0
- package/dist/locales/ru.json +980 -0
- package/dist/locales/tr.json +980 -0
- package/dist/locales/uk.json +980 -0
- package/dist/locales/vi.json +980 -0
- package/dist/locales/zh.json +980 -0
- package/dist/types-Bcx1nSla.d.ts +1078 -0
- package/dist/utils.d.mts +64 -0
- package/dist/utils.d.ts +64 -0
- package/dist/utils.js +17 -0
- package/dist/utils.js.map +1 -0
- package/dist/utils.mjs +8 -0
- package/dist/utils.mjs.map +1 -0
- package/package.json +75 -0
- package/script/copyLocales.js +11 -0
- package/script/csv2json.js +28 -0
- package/script/diffCsv.js +175 -0
- package/script/fillJson.js +33 -0
- package/script/generateCsv.js +36 -0
- package/script/generateEnJson.js +11 -0
- package/script/generateMissingKeys.js +48 -0
- package/script/json-csv-converter.js +201 -0
- package/script/json2csv.js +38 -0
- package/script/mergeJson.js +62 -0
- package/script/separateJson.js +50 -0
- package/script/utils.js +88 -0
|
@@ -0,0 +1,980 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common.cancel": "취소",
|
|
3
|
+
"common.confirm": "확인",
|
|
4
|
+
"common.ok": "확인",
|
|
5
|
+
"common.yes": "예",
|
|
6
|
+
"common.no": "아니오",
|
|
7
|
+
"common.all": "전체",
|
|
8
|
+
"common.buy": "매수",
|
|
9
|
+
"common.sell": "매도",
|
|
10
|
+
"common.long": "매수",
|
|
11
|
+
"common.short": "매도",
|
|
12
|
+
"common.edit": "편집",
|
|
13
|
+
"common.save": "저장",
|
|
14
|
+
"common.add": "추가",
|
|
15
|
+
"common.delete": "삭제",
|
|
16
|
+
"common.tips": "팁",
|
|
17
|
+
"common.max": "최대",
|
|
18
|
+
"common.download": "다운로드",
|
|
19
|
+
"common.copy": "복사",
|
|
20
|
+
"common.copy.failed": "복사 실패",
|
|
21
|
+
"common.copy.copied": "복사됨",
|
|
22
|
+
"common.share": "공유",
|
|
23
|
+
"common.export": "내보내기",
|
|
24
|
+
"common.select.1d": "1일",
|
|
25
|
+
"common.select.3d": "3일",
|
|
26
|
+
"common.select.7d": "7일",
|
|
27
|
+
"common.select.14d": "14일",
|
|
28
|
+
"common.select.30d": "30일",
|
|
29
|
+
"common.select.90d": "90일",
|
|
30
|
+
"common.price": "가격",
|
|
31
|
+
"common.quantity": "수량",
|
|
32
|
+
"common.qty": "수량",
|
|
33
|
+
"common.status": "상태",
|
|
34
|
+
"common.status.all": "모든 상태",
|
|
35
|
+
"common.date": "날짜",
|
|
36
|
+
"common.time": "시간",
|
|
37
|
+
"common.volume": "거래량",
|
|
38
|
+
"common.total": "총계",
|
|
39
|
+
"common.symbol": "심볼",
|
|
40
|
+
"common.token": "토큰",
|
|
41
|
+
"common.amount": "금액",
|
|
42
|
+
"common.side": "방향",
|
|
43
|
+
"common.side.all": "모든 방향",
|
|
44
|
+
"common.type": "유형",
|
|
45
|
+
"common.notional": "명목 가치",
|
|
46
|
+
"common.fee": "수수료",
|
|
47
|
+
"common.fees": "수수료",
|
|
48
|
+
"common.effectiveFee": "유효 수수료",
|
|
49
|
+
"common.orderPrice": "주문 가격",
|
|
50
|
+
"common.avgPrice": "평균 가격",
|
|
51
|
+
"common.avgOpen": "평균 오픈",
|
|
52
|
+
"common.avgClose": "평균 클로즈",
|
|
53
|
+
"common.trigger": "트리거",
|
|
54
|
+
"common.lastPrice": "마지막 가격",
|
|
55
|
+
"common.indexPrice": "인덱스 가격",
|
|
56
|
+
"common.markPrice": "마크 가격",
|
|
57
|
+
"common.limitPrice": "지정가",
|
|
58
|
+
"common.marketPrice": "시장가",
|
|
59
|
+
"common.market": "시장가",
|
|
60
|
+
"common.limit": "지정가",
|
|
61
|
+
"common.triggerPrice": "트리거 가격",
|
|
62
|
+
"common.unrealizedPnl": "미실현 손익",
|
|
63
|
+
"common.realizedPnl": "실현 손익",
|
|
64
|
+
"common.pnl": "손익",
|
|
65
|
+
"common.totalValue": "총 가치",
|
|
66
|
+
"common.address": "주소",
|
|
67
|
+
"common.address.search.placeholder": "주소 검색",
|
|
68
|
+
"common.available": "이용 가능",
|
|
69
|
+
"common.overview": "개요",
|
|
70
|
+
"common.funding": "자금",
|
|
71
|
+
"common.assets": "자산",
|
|
72
|
+
"common.countdown": "카운트다운",
|
|
73
|
+
"common.current": "현재",
|
|
74
|
+
"common.account": "계정",
|
|
75
|
+
"common.deposit": "입금",
|
|
76
|
+
"common.withdraw": "출금",
|
|
77
|
+
"common.deposits": "입금",
|
|
78
|
+
"common.withdrawals": "출금",
|
|
79
|
+
"common.transfer": "이체",
|
|
80
|
+
"common.settle": "정산",
|
|
81
|
+
"common.markets": "마켓",
|
|
82
|
+
"common.portfolio": "포트폴리오",
|
|
83
|
+
"common.positions": "포지션",
|
|
84
|
+
"common.position": "포지션",
|
|
85
|
+
"common.orders": "주문",
|
|
86
|
+
"common.tpsl": "TP/SL",
|
|
87
|
+
"common.leverage": "레버리지",
|
|
88
|
+
"common.affiliate": "제휴",
|
|
89
|
+
"common.tradingRewards": "거래 보상",
|
|
90
|
+
"common.trading": "거래",
|
|
91
|
+
"common.allAccount": "전체 계정",
|
|
92
|
+
"common.mainAccount": "메인 계정",
|
|
93
|
+
"common.subAccount": "서브 계정",
|
|
94
|
+
"common.settings": "설정",
|
|
95
|
+
"common.accountId": "계정 ID",
|
|
96
|
+
"common.web3Wallet": "Web3 지갑",
|
|
97
|
+
"common.txId": "거래 ID",
|
|
98
|
+
"common.result": "결과",
|
|
99
|
+
"common.orderQty": "주문 수량",
|
|
100
|
+
"common.positionQty": "포지션 수량",
|
|
101
|
+
"common.estTotal": "예상 총액",
|
|
102
|
+
"common.fullTPSL": "전체 TP/SL",
|
|
103
|
+
"common.partialTPSL": "부분 TP/SL",
|
|
104
|
+
"common.vaults": "볼트",
|
|
105
|
+
"common.optional": "선택사항",
|
|
106
|
+
"markets.favorites": "즐겨찾기",
|
|
107
|
+
"markets.recent": "최근",
|
|
108
|
+
"markets.newListings": "신규 상장",
|
|
109
|
+
"markets.allMarkets": "모든 마켓",
|
|
110
|
+
"markets.openInterest": "미결제약정",
|
|
111
|
+
"markets.openInterest.tooltip": "측별 포지션 총 규모.",
|
|
112
|
+
"markets.topGainers": "상위 상승",
|
|
113
|
+
"markets.topLosers": "상위 하락",
|
|
114
|
+
"markets.search.placeholder": "마켓 검색",
|
|
115
|
+
"markets.dataList.favorites.empty": "마켓 옆에 있는 <0/> 아이콘을 클릭하여 목록에 추가하세요.",
|
|
116
|
+
"markets.dataList.column.8hFunding": "8시간 자금",
|
|
117
|
+
"markets.dataList.column.moveTop": "맨 위로 이동",
|
|
118
|
+
"markets.favorites.dropdown.title": "다음에 대한 목록 선택",
|
|
119
|
+
"markets.favorites.dropdown.addPlaceholder": "새 관심 목록 추가",
|
|
120
|
+
"markets.favorites.tabs.maxList": "즐겨찾기 목록에 최대 10개 그룹",
|
|
121
|
+
"markets.favorites.tabs.maxName": "목록 이름은 15자를 초과할 수 없습니다",
|
|
122
|
+
"markets.favorites.tabs.delete.dialog.title": "목록 삭제",
|
|
123
|
+
"markets.favorites.tabs.delete.dialog.description": "정말로 {{name}}을(를) 삭제하시겠습니까?",
|
|
124
|
+
"markets.favorites.addFavorites": "즐겨찾기 추가",
|
|
125
|
+
"markets.column.market": "마켓",
|
|
126
|
+
"markets.column.24hChange": "24시간 변동",
|
|
127
|
+
"markets.column.24hVolume": "24시간 거래량",
|
|
128
|
+
"markets.column.market&Volume": "마켓 / 거래량",
|
|
129
|
+
"markets.column.price&Change": "가격 / 변동",
|
|
130
|
+
"markets.column.last": "마지막",
|
|
131
|
+
"markets.column.24hPercentage": "24시간%",
|
|
132
|
+
"markets.funding.comparison": "비교",
|
|
133
|
+
"markets.funding.column.estFunding": "예상 자금",
|
|
134
|
+
"markets.funding.column.lastFunding": "마지막 자금",
|
|
135
|
+
"markets.funding.column.1dAvg": "1일 평균",
|
|
136
|
+
"markets.funding.column.3dAvg": "3일 평균",
|
|
137
|
+
"markets.funding.column.7dAvg": "7일 평균",
|
|
138
|
+
"markets.funding.column.14dAvg": "14일 평균",
|
|
139
|
+
"markets.funding.column.30dAvg": "30일 평균",
|
|
140
|
+
"markets.funding.column.90dAvg": "90일 평균",
|
|
141
|
+
"markets.funding.column.positiveRate": "긍정 비율",
|
|
142
|
+
"markets.symbolInfoBar.Mark": "마크",
|
|
143
|
+
"markets.symbolInfoBar.Mark.tooltip": "미실현 손익 및 청산 계산을 위한 가격.",
|
|
144
|
+
"markets.symbolInfoBar.Index": "인덱스",
|
|
145
|
+
"markets.symbolInfoBar.Index.tooltip": "다른 거래소에서의 마지막 가격의 평균.",
|
|
146
|
+
"markets.symbolInfoBar.24hVolume": "24시간 거래량",
|
|
147
|
+
"markets.symbolInfoBar.24hVolume.tooltip": "Orderly Network에서의 24시간 총 거래량.",
|
|
148
|
+
"markets.symbolInfoBar.predFundingRate": "예상 자금 비율",
|
|
149
|
+
"markets.symbolInfoBar.predFundingRate.tooltip": "자금 비율은 롱과 숏 포지션 트레이더 간의 지불입니다. 양수일 때는 롱 포지션이 숏 포지션에 자금을 지불합니다. 음수일 때는 숏 포지션이 롱 포지션에 자금을 지불합니다.",
|
|
150
|
+
"portfolio.feeTier": "수수료 등급",
|
|
151
|
+
"portfolio.apiKeys": "API 키",
|
|
152
|
+
"portfolio.setting": "설정",
|
|
153
|
+
"portfolio.overview.availableWithdraw": "출금 가능",
|
|
154
|
+
"portfolio.overview.handle.title": "포트폴리오 가치",
|
|
155
|
+
"portfolio.overview.performance": "성과",
|
|
156
|
+
"portfolio.overview.performance.roi": "{{period}} ROI",
|
|
157
|
+
"portfolio.overview.performance.roi.tooltip": "ROI = 손익 / (시작 계정 가치 + 총 입금 + 총 전입)",
|
|
158
|
+
"portfolio.overview.performance.pnl": "{{period}} 손익",
|
|
159
|
+
"portfolio.overview.performance.pnl.tooltip": "손익 = 현재 계정 가치 − 시작 계정 가치 − 총 입금 + 총 출금 − 총 전입 + 총 전출",
|
|
160
|
+
"portfolio.overview.performance.volume": "{{period}} 거래량 (USDC)",
|
|
161
|
+
"portfolio.overview.performance.volume.tooltip": "선택된 기간의 거래량.",
|
|
162
|
+
"portfolio.overview.performance.dailyPnl": "일일 손익",
|
|
163
|
+
"portfolio.overview.performance.cumulativePnl": "누적 손익",
|
|
164
|
+
"portfolio.overview.distribution": "분배",
|
|
165
|
+
"portfolio.overview.transferHistory": "이체 내역",
|
|
166
|
+
"portfolio.overview.vaults": "볼트",
|
|
167
|
+
"portfolio.overview.vaultName": "볼트 이름",
|
|
168
|
+
"portfolio.overview.column.txId": "거래 ID",
|
|
169
|
+
"portfolio.overview.column.token": "토큰",
|
|
170
|
+
"portfolio.overview.column.qty": "수량",
|
|
171
|
+
"portfolio.overview.column.indexPrice": "지수 가격",
|
|
172
|
+
"portfolio.overview.column.assetValue": "자산 가치",
|
|
173
|
+
"portfolio.overview.column.collateralRatio": "담보 비율",
|
|
174
|
+
"portfolio.overview.column.collateralRatio.explain": "담보 비율은 자산 가치 중 마진으로 사용할 수 있는 비율을 보여줍니다",
|
|
175
|
+
"portfolio.overview.column.assetContribution": "자산 기여도",
|
|
176
|
+
"portfolio.overview.column.form": "보내는 사람",
|
|
177
|
+
"portfolio.overview.column.to": "받는 사람",
|
|
178
|
+
"portfolio.overview.column.convert.convertedAsset": "변환된 자산",
|
|
179
|
+
"portfolio.overview.column.convert.usdcAmount": "USDC 수량",
|
|
180
|
+
"portfolio.overview.column.convert.convertId": "변환 ID",
|
|
181
|
+
"portfolio.overview.column.convert.details": "세부 정보",
|
|
182
|
+
"portfolio.overview.tab.convert.history": "변환 내역",
|
|
183
|
+
"portfolio.overview.convert.dialog.title.details": "변환 세부사항",
|
|
184
|
+
"portfolio.overview.distribution.type.referralCommission": "추천 수수료",
|
|
185
|
+
"portfolio.overview.distribution.type.refereeRebate": "피추천인 리베이트",
|
|
186
|
+
"portfolio.overview.distribution.type.brokerFee": "브로커 수수료",
|
|
187
|
+
"portfolio.feeTier.updatedDailyBy": "일일 업데이트 기준",
|
|
188
|
+
"portfolio.feeTier.header.yourTier": "귀하의 등급",
|
|
189
|
+
"portfolio.feeTier.header.30dVolume": "30일 거래량",
|
|
190
|
+
"portfolio.feeTier.header.takerFeeRate": "테이커 수수료율",
|
|
191
|
+
"portfolio.feeTier.header.makerFeeRate": "메이커 수수료율",
|
|
192
|
+
"portfolio.feeTier.header.myStake": "내 스테이킹",
|
|
193
|
+
"portfolio.feeTier.column.tier": "등급",
|
|
194
|
+
"portfolio.feeTier.column.30dVolume": "30일 거래량",
|
|
195
|
+
"portfolio.feeTier.column.30dVolume.above": "{{volume}} 이상",
|
|
196
|
+
"portfolio.feeTier.column.stakingLevel": "스테이킹 레벨",
|
|
197
|
+
"portfolio.feeTier.column.or": "또는",
|
|
198
|
+
"portfolio.feeTier.column.maker": "메이커",
|
|
199
|
+
"portfolio.feeTier.column.taker": "테이커",
|
|
200
|
+
"portfolio.feeTier.effectiveFee.tooltip": "추천 리베이트 적용 후의 실효 수수료율",
|
|
201
|
+
"portfolio.apiKey.accountId.copied": "계정 ID 복사됨",
|
|
202
|
+
"portfolio.apiKey.uid": "UID",
|
|
203
|
+
"portfolio.apiKey.secretKey": "비밀 키",
|
|
204
|
+
"portfolio.apiKey.secretKey.copied": "비밀 키 복사됨",
|
|
205
|
+
"portfolio.apiKey.ip": "IP",
|
|
206
|
+
"portfolio.apiKey.permissions": "권한",
|
|
207
|
+
"portfolio.apiKey.permissions.read": "읽기",
|
|
208
|
+
"portfolio.apiKey.permissions.trading": "트레이딩",
|
|
209
|
+
"portfolio.apiKey.description": "거래 요구에 맞는 API 키를 생성하세요. 보안을 위해 API 키를 타인과 공유하지 마세요.",
|
|
210
|
+
"portfolio.apiKey.readApiGuide": "API 가이드 읽기",
|
|
211
|
+
"portfolio.apiKey.column.apiKey": "API 키",
|
|
212
|
+
"portfolio.apiKey.column.apiKey.copy": "API 키 복사됨",
|
|
213
|
+
"portfolio.apiKey.column.permissionType": "권한 유형",
|
|
214
|
+
"portfolio.apiKey.column.restrictedIP": "제한된 IP",
|
|
215
|
+
"portfolio.apiKey.column.restrictedIP.copy": "제한된 IP 복사됨",
|
|
216
|
+
"portfolio.apiKey.column.expirationDate": "만료 날짜",
|
|
217
|
+
"portfolio.apiKey.create.dialog.title": "API 키 생성",
|
|
218
|
+
"portfolio.apiKey.create.connectWallet.tooltip": "API 키를 생성하기 전에 지갑을 연결해 주세요",
|
|
219
|
+
"portfolio.apiKey.create.createAccount.tooltip": "API 키를 생성하기 전에 계정을 생성해주세요",
|
|
220
|
+
"portfolio.apiKey.create.enableTrading.tooltip": "API 키를 생성하기 전에 거래를 활성화해 주세요",
|
|
221
|
+
"portfolio.apiKey.create.wrongNetwork.tooltip": "API 키를 생성하려면 지원되는 네트워크로 전환하세요",
|
|
222
|
+
"portfolio.apiKey.create.ipRestriction": "IP 제한 (선택사항)",
|
|
223
|
+
"portfolio.apiKey.create.ipRestriction.placeholder": "IP 주소를 추가하고 쉼표로 구분하세요.",
|
|
224
|
+
"portfolio.apiKey.created.warning": "API 비밀을 복사하세요. 이 팝업을 닫으면 API 비밀이 암호화됩니다.",
|
|
225
|
+
"portfolio.apiKey.created.button.copyApiInfo": "API 정보 복사",
|
|
226
|
+
"portfolio.apiKey.apiInfo.copied": "API 정보 복사됨",
|
|
227
|
+
"portfolio.apiKey.created": "API 키 생성됨",
|
|
228
|
+
"portfolio.apiKey.deleted": "API 키 삭제됨",
|
|
229
|
+
"portfolio.apiKey.updated": "API 키 업데이트됨",
|
|
230
|
+
"portfolio.apiKey.edit.dialog.title": "API 키 편집",
|
|
231
|
+
"portfolio.apiKey.delete.dialog.title": "API 키 삭제",
|
|
232
|
+
"portfolio.apiKey.delete.dialog.description": "API 키 <0>{{apiKey}}</0>을(를) 삭제하시겠습니까?",
|
|
233
|
+
"portfolio.setting.systemUpgrade": "시스템 업그레이드",
|
|
234
|
+
"portfolio.setting.cancelOpenOrders": "시스템 업그레이드 중 미체결 주문 취소",
|
|
235
|
+
"portfolio.setting.cancelOpenOrders.description": "업그레이드 기간 동안 높은 시장 변동성 발생 시 리스크를 관리하기 위해 모든 미체결 주문이 취소됩니다.",
|
|
236
|
+
"trading.layout": "레이아웃",
|
|
237
|
+
"trading.layout.advanced": "고급",
|
|
238
|
+
"trading.layout.advanced.right": "오른쪽",
|
|
239
|
+
"trading.layout.advanced.left": "왼쪽",
|
|
240
|
+
"trading.layout.markets": "마켓",
|
|
241
|
+
"trading.layout.markets.left": "왼쪽",
|
|
242
|
+
"trading.layout.markets.top": "상단",
|
|
243
|
+
"trading.layout.markets.bottom": "하단",
|
|
244
|
+
"trading.layout.markets.hide": "숨기기",
|
|
245
|
+
"trading.orders.closeAll": "모두 닫기",
|
|
246
|
+
"trading.hideOtherSymbols": "다른 심볼 숨기기",
|
|
247
|
+
"trading.history": "내역",
|
|
248
|
+
"trading.portfolioSettings": "포트폴리오 설정",
|
|
249
|
+
"trading.portfolioSettings.decimalPrecision": "손익 및 명목 가치의 소수점 정밀도",
|
|
250
|
+
"trading.portfolioSettings.unrealPnlPriceBasis": "미실현 손익 가격 기준",
|
|
251
|
+
"trading.orderBook": "호가창",
|
|
252
|
+
"trading.lastTrades": "최근 거래",
|
|
253
|
+
"trading.orderBook.column.value": "가치",
|
|
254
|
+
"trading.tabs.chart": "차트",
|
|
255
|
+
"trading.tabs.trades": "거래",
|
|
256
|
+
"trading.tabs.data": "데이터",
|
|
257
|
+
"trading.column.24High": "24시간 고가",
|
|
258
|
+
"trading.column.24Low": "24시간 저가",
|
|
259
|
+
"trading.orderBook.sum": "합계",
|
|
260
|
+
"trading.orderBook.markPrice.tooltip": "타사 오라클에서 얻은 마크 가격은 마지막 가격, 자금 비율 기반 공정 가격, 주문장 기반 공정 가격이라는 세 가지 가격의 중간값으로 계산됩니다.",
|
|
261
|
+
"trading.orderBook.spreadRatio.tooltip": "ask1과 bid1의 스프레드 비율.",
|
|
262
|
+
"trading.faucet.getTestUSDC": "테스트 USDC 받기",
|
|
263
|
+
"trading.faucet.getTestUSDC.success": "{{quantity}} USDC가 잔액에 추가될 예정입니다. 최대 3분이 소요될 수 있으니 나중에 다시 확인해 주세요.",
|
|
264
|
+
"trading.asset.startTrading": "거래 시작",
|
|
265
|
+
"trading.asset.startTrading.description": "다양한 네트워크에서 자산을 입금할 수 있습니다",
|
|
266
|
+
"trading.asset.myAssets": "내 자산",
|
|
267
|
+
"trading.asset.freeCollateral": "자유 담보",
|
|
268
|
+
"trading.asset.freeCollateral.tooltip": "새 주문을 위한 자유 담보.",
|
|
269
|
+
"trading.asset.freeCollateral.formula": "자유 담보 = 총 잔액 + 총 미정산 손익 - 총 포지션 초기 마진",
|
|
270
|
+
"trading.asset.marginRatio": "마진 비율",
|
|
271
|
+
"trading.asset.marginRatio.tooltip": "마진 비율은 총 포지션 가치에 대한 담보의 비율을 나타냅니다.",
|
|
272
|
+
"trading.asset.marginRatio.formula": "계정 마진 비율 = (총 담보 가치 / 총 포지션 명목 가치) * 100%",
|
|
273
|
+
"trading.asset.unsettledPnl": "미정산 손익",
|
|
274
|
+
"trading.asset.free&TotalCollateral": "자유 / 총 담보",
|
|
275
|
+
"trading.asset.availableBalance": "사용 가능 잔액",
|
|
276
|
+
"trading.asset.maintenanceMarginRatio": "유지 마진 비율",
|
|
277
|
+
"trading.asset.maintenanceMarginRatio.tooltip": "포지션이 청산되지 않도록 보호하는 데 필요한 최소 마진 비율입니다. 마진 비율이 유지 마진 비율 아래로 떨어지면 계정이 청산됩니다.",
|
|
278
|
+
"trading.asset.maintenanceMarginRatio.formula": "계정 유지 마진 비율 = 합계(포지션 명목 가치 * 심볼 유지 마진 비율) / 총 포지션 명목 가치 * 100%",
|
|
279
|
+
"trading.riskRate": "위험 비율",
|
|
280
|
+
"trading.riskRate.tooltip": "위험 비율은 계정의 위험 수준을 평가하는 데 사용됩니다. 위험 비율이 100%에 도달하면 계정이 청산됩니다",
|
|
281
|
+
"trading.riskRate.formula": "위험 비율 = 유지 마진 비율 / 마진 비율 * 100%",
|
|
282
|
+
"trading.asset&Margin": "자산 및 마진",
|
|
283
|
+
"trading.fundingRate.predFundingRate": "예상 자금 비율",
|
|
284
|
+
"trading.fundingRate.predFundingRate.interval": "간격",
|
|
285
|
+
"trading.fundingRate.predFundingRate.cap": "펀딩 상한",
|
|
286
|
+
"trading.fundingRate.predFundingRate.floor": "하한",
|
|
287
|
+
"chart.now": "지금",
|
|
288
|
+
"positions.positionHistory": "포지션 내역",
|
|
289
|
+
"positions.liquidation": "청산",
|
|
290
|
+
"positions.closePosition": "포지션 종료",
|
|
291
|
+
"positions.column.liqPrice": "청산 가격",
|
|
292
|
+
"positions.column.liqPrice.tooltip": "포지션이 청산될 것으로 예상되는 가격. 가격은 추정치이며 모든 포지션에 걸친 여러 요소에 따라 달라집니다.",
|
|
293
|
+
"positions.column.unrealPnl.tooltip": "마크 가격을 사용하여 계산된 모든 위젯에서 열린 포지션에 대한 현재 미실현 손익.",
|
|
294
|
+
"positions.column.unrealPnl.priceBasis": "미실현 손익 가격 기준",
|
|
295
|
+
"positions.column.margin": "마진",
|
|
296
|
+
"positions.column.margin.tooltip": "포지션을 유지하기 위한 최소 자본.",
|
|
297
|
+
"positions.column.margin.formula": "마진 = 포지션 크기 * 마크 가격 * MMR",
|
|
298
|
+
"positions.column.close": "종료",
|
|
299
|
+
"positions.limitClose": "지정가 종료",
|
|
300
|
+
"positions.limitClose.description": "지정가에서 {{quantity}} {{base}} 포지션을 종료하는 데 동의합니다.",
|
|
301
|
+
"positions.marketClose": "시장가 종료",
|
|
302
|
+
"positions.marketClose.description": "시장가에서 {{quantity}} {{base}} 포지션을 종료하는 데 동의합니다.",
|
|
303
|
+
"positions.limitClose.errors.exceed.title": "청산 수량 한도 초과",
|
|
304
|
+
"positions.limitClose.errors.exceed.description": "{{quantity}} {{symbol}} 포지션을 청산할 수 없습니다. 1회 청산 최대 허용량은 {{maxQuantity}} {{symbol}}입니다.",
|
|
305
|
+
"positions.history.status.closed": "종료됨",
|
|
306
|
+
"positions.history.status.partialClosed": "부분적으로 종료됨",
|
|
307
|
+
"positions.history.type.adl": "자동청산",
|
|
308
|
+
"positions.history.type.liquidated": "청산됨",
|
|
309
|
+
"positions.history.liquidated.liquidationId": "청산 ID",
|
|
310
|
+
"positions.history.liquidated.liquidatorFee": "청산자 수수료",
|
|
311
|
+
"positions.history.liquidated.insFundFee": "보험 기금 수수료",
|
|
312
|
+
"positions.history.column.closed": "종료됨",
|
|
313
|
+
"positions.history.column.maxClosed": "최대 종료됨",
|
|
314
|
+
"positions.history.column.closed&maxClosed": "종료됨 / 최대 종료됨",
|
|
315
|
+
"positions.history.column.netPnl": "순 손익",
|
|
316
|
+
"positions.history.column.timeOpened": "개설 시간",
|
|
317
|
+
"positions.history.column.timeClosed": "종료 시간",
|
|
318
|
+
"positions.history.column.updatedTime": "업데이트 시간",
|
|
319
|
+
"positions.history.netPnl.tradingFee": "거래 수수료",
|
|
320
|
+
"positions.Liquidation.column.liquidationId": "청산 ID",
|
|
321
|
+
"positions.Liquidation.column.insFundTransfer": "보험 기금 이체",
|
|
322
|
+
"positions.Liquidation.column.liquidationFee": "청산 수수료",
|
|
323
|
+
"positions.Liquidation.column.liquidationFeeRate": "청산 수수료율",
|
|
324
|
+
"positions.Liquidation.column.markPrice": "청산 마크 가격",
|
|
325
|
+
"positions.Liquidation.tooltip.liquidation": "계정 마진 비율이 유지 마진 비율 아래로 떨어지면 계정은 청산 대상이 됩니다.",
|
|
326
|
+
"positions.Liquidation.tooltip.viewMore": "더 보기",
|
|
327
|
+
"positions.Liquidation.col.tooltip.feeRate": "이 청산에 대해 부과되는 비율로, 청산자 수수료와 보험 기금 기여금을 모두 포함합니다. 이 비율은 심볼에 따라 다릅니다.",
|
|
328
|
+
"positions.Liquidation.col.tooltip.fee": "이 청산에 대해 부과되는 총 수수료로, 청산자 수수료와 보험 기금 기여금을 모두 포함합니다.",
|
|
329
|
+
"positions.Liquidation.expand.label.mr": "마진 비율",
|
|
330
|
+
"positions.Liquidation.expand.label.mmr": "유지 마진 비율",
|
|
331
|
+
"positions.Liquidation.expand.label.collateral": "담보 가치",
|
|
332
|
+
"positions.Liquidation.expand.label.notional": "포지션 명목 가치",
|
|
333
|
+
"positions.Liquidation.expand.tooltip.mr": "청산 시점의 담보와 포지션 크기의 비율입니다.",
|
|
334
|
+
"positions.Liquidation.expand.tooltip.mmr": "포지션을 유지하기 위해 필요한 최소 마진입니다.",
|
|
335
|
+
"positions.Liquidation.expand.tooltip.collateral": "청산이 발생했을 때 계정의 총 담보 가치입니다.",
|
|
336
|
+
"positions.Liquidation.expand.tooltip.notional": "청산 시점의 계정 내 포지션의 총 명목 가치입니다.",
|
|
337
|
+
"orders.orderHistory": "주문 내역",
|
|
338
|
+
"orders.status.pending": "대기 중",
|
|
339
|
+
"orders.status.filled": "체결됨",
|
|
340
|
+
"orders.status.partialFilled": "부분 체결됨",
|
|
341
|
+
"orders.status.canceled": "취소됨",
|
|
342
|
+
"orders.status.rejected": "거부됨",
|
|
343
|
+
"orders.status.incomplete": "불완전함",
|
|
344
|
+
"orders.status.completed": "완료됨",
|
|
345
|
+
"orders.status.opened.toast.title": "주문 시작됨",
|
|
346
|
+
"orders.status.filled.toast.title": "주문 체결됨",
|
|
347
|
+
"orders.status.canceled.toast.title": "주문 취소됨",
|
|
348
|
+
"orders.status.rejected.toast.title": "주문 거부됨",
|
|
349
|
+
"orders.status.replaced.toast.title": "주문 수정됨",
|
|
350
|
+
"orders.status.scaledSubOrderOpened.toast.title": "스케일 주문: 하위 주문 시작됨",
|
|
351
|
+
"orders.trailingStop.activated": "트레일링 스톱 주문이 활성화되었습니다",
|
|
352
|
+
"orders.column.fill&Quantity": "체결 / 수량",
|
|
353
|
+
"orders.column.orderTime": "주문 시간",
|
|
354
|
+
"orders.column.hidden": "숨김",
|
|
355
|
+
"orders.editOrder": "주문 편집",
|
|
356
|
+
"order.edit.confirm.quantity": "{{base}}-PERP 주문의 수량을 <0>{{value}}</0>로 변경하는 데 동의합니다.",
|
|
357
|
+
"order.edit.confirm.price": "{{base}}-PERP 주문의 가격을 <0>{{value}}</0>로 변경하는 데 동의합니다.",
|
|
358
|
+
"order.edit.confirm.triggerPrice": "{{base}}-PERP 주문의 트리거 가격을 <0>{{value}}</0>로 변경하는 데 동의합니다.",
|
|
359
|
+
"order.edit.confirm.callbackValue": "{{base}}-PERP 주문의 콜백 값을 <0>{{value}}</0>로 변경하는 것에 동의합니다.",
|
|
360
|
+
"order.edit.confirm.callbackRate": "{{base}}-PERP 주문의 콜백 비율을 <0>{{value}}</0>로 변경하는 것에 동의합니다.",
|
|
361
|
+
"orders.cancelOrder": "주문 취소",
|
|
362
|
+
"orders.cancelOrder.description": "대기 중인 주문을 취소하시겠습니까?",
|
|
363
|
+
"orders.cancelAll": "모두 취소",
|
|
364
|
+
"orders.pending.cancelAll": "모든 대기 중인 주문 취소",
|
|
365
|
+
"orders.pending.cancelAll.description": "모든 대기 중인 주문을 취소하시겠습니까?",
|
|
366
|
+
"orders.tpsl.cancelAll": "모든 TP/SL 주문 취소",
|
|
367
|
+
"orders.tpsl.cancelAll.description": "모든 TP/SL 주문을 취소하시겠습니까?",
|
|
368
|
+
"orders.price.greaterThan": "가격은 {{max}} USDC보다 클 수 없습니다.",
|
|
369
|
+
"orders.price.lessThan": "가격은 {{min}} USDC보다 작을 수 없습니다.",
|
|
370
|
+
"orders.quantity.lessThan": "수량은 {{quantity}}보다 작아야 합니다",
|
|
371
|
+
"orders.quantity.lessThanPosition": "수량은 포지션 수량보다 작아야 합니다: {{quantity}}",
|
|
372
|
+
"orders.history.renew": "갱신",
|
|
373
|
+
"orders.download.tooltip": "다운로드된 데이터는 적용된 필터(예: 상태, 시간, 측면 및 페이지네이션)만 반영하며 모든 기록을 포함하지 않을 수 있습니다.",
|
|
374
|
+
"tpsl.tp": "TP",
|
|
375
|
+
"tpsl.sl": "SL",
|
|
376
|
+
"tpsl.mode": "모드",
|
|
377
|
+
"tpsl.fullPosition": "전체 포지션",
|
|
378
|
+
"tpsl.partialPosition": "부분 포지션",
|
|
379
|
+
"tpsl.tpPrice": "TP 가격",
|
|
380
|
+
"tpsl.slPrice": "SL 가격",
|
|
381
|
+
"tpsl.tpPnl": "TP 손익",
|
|
382
|
+
"tpsl.slPnl": "SL 손익",
|
|
383
|
+
"tpsl.tpTrigger": "TP 트리거",
|
|
384
|
+
"tpsl.slTrigger": "SL 트리거",
|
|
385
|
+
"tpsl.pnl": "손익",
|
|
386
|
+
"tpsl.offset": "오프셋",
|
|
387
|
+
"tpsl.add": "추가",
|
|
388
|
+
"tpsl.cancelAll": "모두 취소",
|
|
389
|
+
"tpsl.dragToSet": "드래그하여 TP/SL 설정",
|
|
390
|
+
"tpsl.tpOrderPrice": "TP 주문 가격",
|
|
391
|
+
"tpsl.slOrderPrice": "SL 주문 가격",
|
|
392
|
+
"tpsl.tpTriggerPrice": "TP 트리거 가격",
|
|
393
|
+
"tpsl.slTriggerPrice": "SL 트리거 가격",
|
|
394
|
+
"tpsl.positionTpsl": "포지션 TP/SL",
|
|
395
|
+
"tpsl.entirePosition": "전체 포지션",
|
|
396
|
+
"tpsl.estPnl": "예상 손익",
|
|
397
|
+
"tpsl.takeProfit": "이익 실현",
|
|
398
|
+
"tpsl.stopLoss": "손실 중지",
|
|
399
|
+
"tpsl.cancelOrder.description": "이 TP/SL 주문을 취소하시겠습니까?",
|
|
400
|
+
"tpsl.confirmOrder": "주문 확인",
|
|
401
|
+
"tpsl.advanced": "고급",
|
|
402
|
+
"tpsl.advancedSetting": "고급 설정",
|
|
403
|
+
"tpsl.TPOrderConfirm": "TP 주문 확인",
|
|
404
|
+
"tpsl.SLOrderConfirm": "SL 주문 확인",
|
|
405
|
+
"tpsl.positionType.full": "TP/SL: 전체 포지션",
|
|
406
|
+
"tpsl.positionType.partial": "TP/SL: 부분 포지션",
|
|
407
|
+
"tpsl.positionType.full.tips": "TP/SL (전체)는 전체 포지션에 적용됩니다. 새로 활성화된 TP/SL (전체) 주문은 이전 주문을 덮어씁니다. 가격이 트리거되면 전체 포지션은 시장가로 청산됩니다.",
|
|
408
|
+
"tpsl.positionType.partial.tips": "TP/SL은 지정된 마크 가격에서 트리거되고 시장 주문으로 실행됩니다. 기본적으로 전체 포지션에 적용됩니다. 부분 TP/SL을 위해 보유 포지션에서 설정을 조정하세요.",
|
|
409
|
+
"tpsl.advanced.title": "TP/SL",
|
|
410
|
+
"tpsl.advanced.quantity": "수량",
|
|
411
|
+
"tpsl.advanced.lastPrice": "최종 가격",
|
|
412
|
+
"tpsl.advanced.orderPrice": "주문 가격",
|
|
413
|
+
"tpsl.advanced.triggerPrice": "트리거 가격",
|
|
414
|
+
"tpsl.advanced.pnl": "손익",
|
|
415
|
+
"tpsl.advanced.offset": "오프셋",
|
|
416
|
+
"tpsl.advanced.offsetPercentage": "오프셋%",
|
|
417
|
+
"tpsl.positionType.full.tips.market": "전포지션 TP/SL 주문은 시장가 전용입니다",
|
|
418
|
+
"tpsl.advanced.TP.label": "익절",
|
|
419
|
+
"tpsl.advanced.SL.label": "손절",
|
|
420
|
+
"tpsl.advanced.limit": "지정가",
|
|
421
|
+
"tpsl.advanced.market": "시장가",
|
|
422
|
+
"tpsl.advanced.ROI": "마크 가격이 <0/>에 도달하면 <1/> 주문이 트리거되고, 예상 손익은 <2/>이고 ROI는 <3/>입니다.",
|
|
423
|
+
"tpsl.advanced.submit": "제출",
|
|
424
|
+
"tpsl.totalEstTpPnl": "총 예상 TP 손익",
|
|
425
|
+
"tpsl.totalEstSlPnl": "총 예상 SL 손익",
|
|
426
|
+
"tpsl.riskRewardRatio": "위험 대비 수익률",
|
|
427
|
+
"tpsl.validate.tpOrderPrice.error.required": "TP 주문 가격은 필수입니다",
|
|
428
|
+
"tpsl.validate.tpOrderPrice.error.min": "TP 주문 가격은 {{value}}보다 커야 합니다",
|
|
429
|
+
"tpsl.validate.tpOrderPrice.error.max": "TP 주문 가격은 {{value}}보다 작아야 합니다",
|
|
430
|
+
"tpsl.validate.slOrderPrice.error.required": "SL 주문 가격은 필수입니다",
|
|
431
|
+
"tpsl.validate.slOrderPrice.error.min": "SL 주문 가격은 {{value}}보다 커야 합니다",
|
|
432
|
+
"tpsl.validate.slOrderPrice.error.max": "SL 주문 가격은 {{value}}보다 작아야 합니다",
|
|
433
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMin": "TP 트리거 가격은 주문 가격보다 낮게 설정해야 합니다.",
|
|
434
|
+
"tpsl.validate.tpTriggerPrice.error.priceErrorMax": "TP 트리거 가격은 주문 가격보다 높게 설정해야 합니다.",
|
|
435
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMin": "SL 트리거 가격은 주문 가격보다 낮게 설정해야 합니다.",
|
|
436
|
+
"tpsl.validate.slTriggerPrice.error.priceErrorMax": "SL 트리거 가격은 주문 가격보다 높게 설정해야 합니다.",
|
|
437
|
+
"tpsl.validate.tpTriggerPrice.error.required": "TP 트리거 가격은 필수입니다",
|
|
438
|
+
"tpsl.validate.slTriggerPrice.error.required": "SL 트리거 가격은 필수입니다",
|
|
439
|
+
"tpsl.tpslDetail.qty": "수량",
|
|
440
|
+
"tpsl.tpslDetail.type": "유형",
|
|
441
|
+
"tpsl.tpslDetail.trigger": "트리거",
|
|
442
|
+
"tpsl.tpslDetail.price": "가격",
|
|
443
|
+
"tpsl.tpslDetail.estPnl": "예상 손익",
|
|
444
|
+
"tpsl.tpslDetail.estPnl.tooltip": "실제 값은 실제 거래 가격에 따라 다를 수 있습니다. 이 값은 참고용입니다.",
|
|
445
|
+
"tpsl.agreement": "{{symbol}} 주문을 편집하는 것에 동의합니다.",
|
|
446
|
+
"share.pnl.sharePnl": "손익 공유",
|
|
447
|
+
"share.pnl.share.long": "롱",
|
|
448
|
+
"share.pnl.share.short": "숏",
|
|
449
|
+
"share.pnl.displayFormat": "손익 표시 형식",
|
|
450
|
+
"share.pnl.displayFormat.roi&Pnl": "ROI 및 손익",
|
|
451
|
+
"share.pnl.displayFormat.roi": "ROI",
|
|
452
|
+
"share.pnl.displayFormat.pnl": "손익",
|
|
453
|
+
"share.pnl.optionalInfo": "공유할 선택적 정보",
|
|
454
|
+
"share.pnl.optionalInfo.openPrice": "시작 가격",
|
|
455
|
+
"share.pnl.optionalInfo.closePrice": "종료 가격",
|
|
456
|
+
"share.pnl.optionalInfo.openTime": "시작 시간",
|
|
457
|
+
"share.pnl.optionalInfo.closeTime": "종료 시간",
|
|
458
|
+
"share.pnl.optionalInfo.message": "메시지",
|
|
459
|
+
"share.pnl.optionalInfo.message.placeholder": "최대 25자",
|
|
460
|
+
"share.pnl.optionalInfo.message.maxLength": "최대 25자까지 지원됩니다",
|
|
461
|
+
"share.pnl.image.copied": "이미지 복사됨",
|
|
462
|
+
"share.pnl.copy.failed.description": "브라우저 버전이 오래되었습니다. 이미지를 클립보드에 복사하려면 업데이트하세요.",
|
|
463
|
+
"orderEntry.buyLong": "매수 / 롱",
|
|
464
|
+
"orderEntry.sellShort": "매도 / 숏",
|
|
465
|
+
"orderEntry.reduceOnly": "감소만",
|
|
466
|
+
"orderEntry.soundAlerts": "사운드 알림",
|
|
467
|
+
"orderEntry.orderType.limit": "지정가",
|
|
468
|
+
"orderEntry.orderType.market": "시장가",
|
|
469
|
+
"orderEntry.orderType.limitOrder": "지정가 주문",
|
|
470
|
+
"orderEntry.orderType.marketOrder": "시장가 주문",
|
|
471
|
+
"orderEntry.orderType.stopLimit": "스탑 지정가",
|
|
472
|
+
"orderEntry.orderType.stopMarket": "스탑 시장가",
|
|
473
|
+
"orderEntry.orderType.postOnly": "포스트 온리",
|
|
474
|
+
"orderEntry.orderType.ioc": "IOC",
|
|
475
|
+
"orderEntry.orderType.fok": "FOK",
|
|
476
|
+
"orderEntry.orderType.scaledOrder": "스케일 주문",
|
|
477
|
+
"orderEntry.orderType.trailingStop": "트레일링 스탑",
|
|
478
|
+
"orderEntry.startPrice": "시작 가격",
|
|
479
|
+
"orderEntry.endPrice": "종료 가격",
|
|
480
|
+
"orderEntry.skew": "편향",
|
|
481
|
+
"orderEntry.totalOrders": "총 주문 수",
|
|
482
|
+
"orderEntry.totalQuantity": "총 수량",
|
|
483
|
+
"orderEntry.trailingRate": "트레일링 비율",
|
|
484
|
+
"orderEntry.trailingValue": "트레일링 값",
|
|
485
|
+
"orderEntry.trailing": "트레일링",
|
|
486
|
+
"orderEntry.quantityDistribution": "수량 분포",
|
|
487
|
+
"orderEntry.quantityDistribution.description": "가격 수준 간의 주문 크기 분포를 제어합니다.",
|
|
488
|
+
"orderEntry.quantityDistribution.formula": "크기 편향 = (종가에서의 크기) ÷ (시가에서의 크기)",
|
|
489
|
+
"orderEntry.distributionType.flat": "균등",
|
|
490
|
+
"orderEntry.distributionType.ascending": "오름차순",
|
|
491
|
+
"orderEntry.distributionType.ascending.abbr": "오름",
|
|
492
|
+
"orderEntry.distributionType.descending": "내림차순",
|
|
493
|
+
"orderEntry.distributionType.descending.abbr": "내림",
|
|
494
|
+
"orderEntry.distributionType.custom": "사용자 지정",
|
|
495
|
+
"orderEntry.distributionType.flat.description": "범위 내에서 균일한 주문 할당.",
|
|
496
|
+
"orderEntry.distributionType.ascending.description": "가격 범위의 끝쪽으로 큰 주문 크기",
|
|
497
|
+
"orderEntry.distributionType.descending.description": "가격 범위의 시작 부분에 큰 주문 크기",
|
|
498
|
+
"orderEntry.bbo": "BBO",
|
|
499
|
+
"orderEntry.bbo.counterparty1": "거래상대방 1",
|
|
500
|
+
"orderEntry.bbo.counterparty5": "거래상대방 5",
|
|
501
|
+
"orderEntry.bbo.queue1": "대기열 1",
|
|
502
|
+
"orderEntry.bbo.queue5": "대기열 5",
|
|
503
|
+
"orderEntry.bbo.disabled.tips": "TP/SL, 포스트 온리, IOC 또는 FOK가 선택된 경우 BBO가 지원되지 않습니다.",
|
|
504
|
+
"orderEntry.estLiqPrice": "예상 청산 가격",
|
|
505
|
+
"orderEntry.disableOrderConfirm": "주문 확인 비활성화",
|
|
506
|
+
"orderEntry.orderConfirm": "주문 확인",
|
|
507
|
+
"orderEntry.confirmScaledOrder": "스케일 주문 확인",
|
|
508
|
+
"orderEntry.hidden": "숨김",
|
|
509
|
+
"orderEntry.keepVisible": "표시 유지",
|
|
510
|
+
"orderEntry.maxBuy": "최대 매수",
|
|
511
|
+
"orderEntry.maxSell": "최대 매도",
|
|
512
|
+
"orderEntry.tpMarkPrice": "TP 가격 (마크)",
|
|
513
|
+
"orderEntry.slMarkPrice": "SL 가격 (마크)",
|
|
514
|
+
"orderEntry.tpsl.trigger.description": "TP/SL은 지정된 마크 가격에서 트리거되고 시장가 주문으로 실행됩니다.",
|
|
515
|
+
"orderEntry.estRoi": "예상 ROI",
|
|
516
|
+
"orderEntry.estPnL": "예상 손익",
|
|
517
|
+
"orderEntry.tpsl.tips": "TP/SL은 지정된 마크 가격에서 트리거되고 시장가 주문으로 실행됩니다. 기본적으로 전체 포지션에 적용됩니다. 부분 TP/SL을 위해 열린 포지션에서 설정을 조정하세요.",
|
|
518
|
+
"orderEntry.orderQuantity.error.required": "수량이 필요합니다",
|
|
519
|
+
"orderEntry.orderQuantity.error.min": "수량은 {{value}}보다 커야 합니다",
|
|
520
|
+
"orderEntry.orderQuantity.error.max": "수량은 {{value}}보다 작아야 합니다",
|
|
521
|
+
"orderEntry.orderPrice.error.required": "가격이 필요합니다",
|
|
522
|
+
"orderEntry.orderPrice.error.min": "가격은 {{value}}보다 커야 합니다",
|
|
523
|
+
"orderEntry.orderPrice.error.max": "가격은 {{value}}보다 작아야 합니다",
|
|
524
|
+
"orderEntry.triggerPrice.error.required": "트리거 가격이 필요합니다",
|
|
525
|
+
"orderEntry.triggerPrice.error.min": "트리거 가격은 {{value}}보다 커야 합니다",
|
|
526
|
+
"orderEntry.triggerPrice.error.max": "트리거 가격은 {{value}}보다 작아야 합니다",
|
|
527
|
+
"orderEntry.tpTriggerPrice.error.min": "TP 가격은 {{value}}보다 커야 합니다",
|
|
528
|
+
"orderEntry.tpTriggerPrice.error.max": "TP 가격은 {{value}}보다 작아야 합니다",
|
|
529
|
+
"orderEntry.slTriggerPrice.error.min": "SL 가격은 {{value}}보다 커야 합니다",
|
|
530
|
+
"orderEntry.slTriggerPrice.error.max": "SL 가격은 {{value}}보다 작아야 합니다",
|
|
531
|
+
"orderEntry.total.error.min": "주문 가치는 {{value}} USDC 이상이어야 합니다",
|
|
532
|
+
"orderEntry.startPrice.error.required": "하한가를 입력해주세요",
|
|
533
|
+
"orderEntry.startPrice.error.min": "하한가는 {{value}}보다 커야 합니다",
|
|
534
|
+
"orderEntry.startPrice.error.max": "시작 가격은 {{value}}보다 작아야 합니다",
|
|
535
|
+
"orderEntry.endPrice.error.required": "상한가를 입력해주세요",
|
|
536
|
+
"orderEntry.endPrice.error.min": "상한가는 {{value}}보다 커야 합니다",
|
|
537
|
+
"orderEntry.endPrice.error.max": "상한가는 {{value}}보다 작아야 합니다",
|
|
538
|
+
"orderEntry.totalOrders.error.required": "총 주문 수를 입력해주세요",
|
|
539
|
+
"orderEntry.totalOrders.error.range": "총 주문 수는 2에서 20 사이여야 합니다",
|
|
540
|
+
"orderEntry.skew.error.required": "편향값을 입력해주세요",
|
|
541
|
+
"orderEntry.skew.error.min": "편차는 {{value}}보다 커야 합니다",
|
|
542
|
+
"orderEntry.skew.error.max": "편차는 {{value}}보다 작아야 합니다",
|
|
543
|
+
"orderEntry.callbackValue.error.min": "트레일링 값은 {{value}}보다 커야 합니다",
|
|
544
|
+
"orderEntry.callbackValue.error.range": "트레일링 값은 {{min}}보다 크고 {{max}}보다 작아야 합니다",
|
|
545
|
+
"orderEntry.callbackRate.error.range": "트레일링 비율은 {{min}} 이상 {{max}} 이하여야 합니다",
|
|
546
|
+
"orderEntry.callbackValue.error.required": "트레일링 값은 필수입니다",
|
|
547
|
+
"orderEntry.callbackRate.error.required": "트레일링 비율은 필수입니다",
|
|
548
|
+
"orderEntry.slippage": "슬리피지",
|
|
549
|
+
"orderEntry.slippage.est": "예상",
|
|
550
|
+
"orderEntry.slippage.tips": "가격이 이 비율을 초과하여 불리하게 변동하면 거래가 되돌려집니다.",
|
|
551
|
+
"orderEntry.slippage.error.exceed": "현재 입력 값은 3%를 초과할 수 없습니다",
|
|
552
|
+
"orderEntry.slippage.error.max": "예상 슬리피지가 허용된 최대 슬리피지를 초과합니다.",
|
|
553
|
+
"orderEntry.confirmScaledOrder.orderPrice.warning": "현재 시장 가격에 따라 이 주문은 즉시 체결될 것입니다",
|
|
554
|
+
"orderEntry.scaledOrder.fullySuccessful": "스케일 주문 완료: {{total}}개 주문이 모두 성공적으로 제출되었습니다.",
|
|
555
|
+
"orderEntry.scaledOrder.partiallySuccessful": "스케일 주문 부분 제출: {{total}}개 중 {{successCount}}개 주문이 완료되었습니다.",
|
|
556
|
+
"orderEntry.scaledOrder.allFailed": "스케일 주문 실패. 주문이 처리되지 않았습니다.",
|
|
557
|
+
"orderEntry.reduceOnly.reminder": "감소 전용 알림",
|
|
558
|
+
"orderEntry.reduceOnly.reminder.content": "귀하의 계정이 감소 전용 모드에 있어 새로운 포지션을 열 수 없습니다. 감소 전용 모드를 해제하고 주문을 진행하시겠습니까?",
|
|
559
|
+
"orderEntry.placeOrderNow": "지금 주문하기",
|
|
560
|
+
"leverage.maxAccountLeverage": "최대 계정 레버리지",
|
|
561
|
+
"leverage.accountLeverage": "계정 레버리지",
|
|
562
|
+
"leverage.currentLeverage": "현재 레버리지",
|
|
563
|
+
"leverage.maxLeverage": "최대 레버리지",
|
|
564
|
+
"leverage.updated": "레버리지 업데이트됨",
|
|
565
|
+
"leverage.adjustedLeverage": "조정된 레버리지",
|
|
566
|
+
"leverage.maxPositionLeverage.tips": "* 현재 레버리지에서 최대 포지션: <0>{{amount}}</0> USDC",
|
|
567
|
+
"leverage.maxAvailableLeverage.tips": "* 최고 사용 가능한 레버리지 <0>{{leverage}}</0>. 더 높은 레버리지를 선택하면 청산 위험이 증가합니다.",
|
|
568
|
+
"leverage.overRequiredMargin.tips": "마진이 부족합니다. 다른 레버리지 레벨로 조정해 보세요.",
|
|
569
|
+
"leverage.overMaxPositionLeverage.tips": "현재 최고 사용 가능한 레버리지는 <0>{{leverage}}</0>입니다. 다른 레버리지 레벨로 조정해 보세요.",
|
|
570
|
+
"leverage.confirm": "레버리지 확인",
|
|
571
|
+
"leverage.confirm.content": "레버리지를 수정하면 이 심볼의 진행 중인 포지션에도 영향을 미칩니다.",
|
|
572
|
+
"leverage.confirm.disable.confirmation": "확인 비활성화",
|
|
573
|
+
"leverage.actualPositionLeverage.tips": "* 실제 포지션 레버리지는 명목 가치 변화에 따라 조정되며, 선택한 레버리지보다 낮아질 수 있습니다.",
|
|
574
|
+
"scaffold.footer.operational": "운영 중",
|
|
575
|
+
"scaffold.footer.joinCommunity": "커뮤니티 참여하기",
|
|
576
|
+
"scaffold.footer.poweredBy": "제공:",
|
|
577
|
+
"tradingRewards.rewards": "보상",
|
|
578
|
+
"tradingRewards.subtitle": "{{brokerName}}으로 거래하여 esORDER를 획득하세요.",
|
|
579
|
+
"tradingRewards.subtitle.mm": "$ORDER를 얻기 위해 거래하세요",
|
|
580
|
+
"tradingRewards.learnMore": "여기서 더 알아보기",
|
|
581
|
+
"tradingRewards.myEstRewards": "내 예상 보상",
|
|
582
|
+
"tradingRewards.epoch": "에포크",
|
|
583
|
+
"tradingRewards.epochRewards": "에포크 보상",
|
|
584
|
+
"tradingRewards.otherOrderlyDex": "다른 Orderly DEX",
|
|
585
|
+
"tradingRewards.claim": "청구",
|
|
586
|
+
"tradingRewards.availableClaim": "청구 가능",
|
|
587
|
+
"tradingRewards.stake": "스테이킹",
|
|
588
|
+
"tradingRewards.booster": "부스터",
|
|
589
|
+
"tradingRewards.stakeBooster": "스테이킹 부스터",
|
|
590
|
+
"tradingRewards.avgStakedAmount": "평균 스테이킹 금액",
|
|
591
|
+
"tradingRewards.rewardHistory": "보상 내역",
|
|
592
|
+
"tradingRewards.rewardsEarned": "획득한 보상",
|
|
593
|
+
"tradingRewards.rewardHistory.column.start&EndDate": "시작 / 종료 날짜",
|
|
594
|
+
"tradingRewards.rewardHistory.column.startDate": "시작",
|
|
595
|
+
"tradingRewards.rewardHistory.column.endDate": "종료 날짜",
|
|
596
|
+
"tradingRewards.epochPauseCountdown.title": "거래 보상이",
|
|
597
|
+
"tradingRewards.eopchStatus.pause": "더 나은 프로그램을 구축하는 동안 거래 보상이 일시 중지되었습니다. 과거 보상은 계속 청구 가능합니다.",
|
|
598
|
+
"tradingRewards.eopchStatus.ended": "거래 보상이 종료되었습니다. 이전 보상은 계속 청구할 수 있습니다.",
|
|
599
|
+
"tradingRewards.eopchStatus.linkDescription": "더 많은 업데이트를 기다려주세요.",
|
|
600
|
+
"tradingView.timeInterval.1m": "1분",
|
|
601
|
+
"tradingView.timeInterval.3m": "3분",
|
|
602
|
+
"tradingView.timeInterval.5m": "5분",
|
|
603
|
+
"tradingView.timeInterval.15m": "15분",
|
|
604
|
+
"tradingView.timeInterval.30m": "30분",
|
|
605
|
+
"tradingView.timeInterval.1h": "1시간",
|
|
606
|
+
"tradingView.timeInterval.2h": "2시간",
|
|
607
|
+
"tradingView.timeInterval.4h": "4시간",
|
|
608
|
+
"tradingView.timeInterval.6h": "6시간",
|
|
609
|
+
"tradingView.timeInterval.12h": "12시간",
|
|
610
|
+
"tradingView.timeInterval.1d": "1일",
|
|
611
|
+
"tradingView.timeInterval.3d": "3일",
|
|
612
|
+
"tradingView.timeInterval.1w": "1주",
|
|
613
|
+
"tradingView.timeInterval.1M": "1개월",
|
|
614
|
+
"tradingView.timeInterval.more": "더 보기",
|
|
615
|
+
"tradingView.lineType.bars": "바",
|
|
616
|
+
"tradingView.lineType.candles": "캔들",
|
|
617
|
+
"tradingView.lineType.hollowCandles": "중공 캔들",
|
|
618
|
+
"tradingView.lineType.line": "라인",
|
|
619
|
+
"tradingView.lineType.area": "영역",
|
|
620
|
+
"tradingView.lineType.baseline": "기준선",
|
|
621
|
+
"tradingView.displayControl.buySell": "매수/매도",
|
|
622
|
+
"tradingView.displayControl.limitOrders": "지정가 주문",
|
|
623
|
+
"tradingView.displayControl.stopOrders": "스탑 주문",
|
|
624
|
+
"tradingView.noScriptSrc": "TradingView 정책으로 인해 자체 라이선스를 신청해야 합니다.",
|
|
625
|
+
"tradingView.noScriptSrc.1": "1. <0>여기</0>에서 TradingView 고급 차트 라이선스를 신청하세요",
|
|
626
|
+
"tradingView.noScriptSrc.2": "2. <0>orderly.network</0>의 지침에 따라 설정하세요.",
|
|
627
|
+
"connector.testnet": "테스트넷",
|
|
628
|
+
"connector.mainnet": "메인넷",
|
|
629
|
+
"connector.connect": "연결",
|
|
630
|
+
"connector.disconnect": "연결 해제",
|
|
631
|
+
"connector.connectWallet": "지갑 연결",
|
|
632
|
+
"connector.createAccount": "계정 생성",
|
|
633
|
+
"connector.createAccountWithLedger": "Ledger로 계정 생성",
|
|
634
|
+
"connector.enableTradingWithLedger": "Ledger로 거래 활성화",
|
|
635
|
+
"connector.disconnectWallet": "지갑 연결 해제",
|
|
636
|
+
"connector.createAccount.description": "계정을 생성하려면 지갑 소유권을 확인하세요",
|
|
637
|
+
"connector.enableTrading": "거래 활성화",
|
|
638
|
+
"connector.enableTrading.description": "초고속 거래를 위한 API에 안전하게 접근할 수 있도록 활성화",
|
|
639
|
+
"connector.switchNetwork": "네트워크 전환",
|
|
640
|
+
"connector.wrongNetwork": "잘못된 네트워크",
|
|
641
|
+
"connector.wrongNetwork.tooltip": "계속하려면 지원되는 네트워크로 전환하세요.",
|
|
642
|
+
"connector.expired": "이전 접근이 만료되었습니다. 거래를 활성화하기 위한 서명 요청을 받게 됩니다. 서명은 무료이며 트랜잭션을 보내지 않습니다.",
|
|
643
|
+
"connector.rememberMe": "기억하기",
|
|
644
|
+
"connector.rememberMe.description": "다음에 거래하고 싶을 때 이 단계를 건너뛰려면 이 옵션을 토글하세요.",
|
|
645
|
+
"connector.referralCode.placeholder": "추천 코드 (선택사항)",
|
|
646
|
+
"connector.referralCode.invalid": "추천 코드는 4~10자여야 하며, 대문자 로마자와 숫자만 허용됩니다",
|
|
647
|
+
"connector.referralCode.notExist": "이 추천 코드는 존재하지 않습니다.",
|
|
648
|
+
"connector.somethingWentWrong": "문제가 발생했습니다",
|
|
649
|
+
"connector.userRejected": "사용자가 요청을 거부했습니다.",
|
|
650
|
+
"connector.walletConnected": "지갑 연결됨",
|
|
651
|
+
"connector.networkSwitched": "네트워크 전환됨",
|
|
652
|
+
"connector.switchChain.failed": "체인 전환 실패",
|
|
653
|
+
"connector.trade.connectWallet.tooltip": "거래를 시작하기 전에 지갑을 연결해 주세요",
|
|
654
|
+
"connector.trade.createAccount.tooltip": "거래를 시작하기 전에 계정을 생성해주세요",
|
|
655
|
+
"connector.trade.enableTrading.tooltip": "거래를 시작하기 전에 거래를 활성화해 주세요",
|
|
656
|
+
"connector.setUp.connectWallet.tooltip": "설정하기 전에 지갑을 연결해 주세요",
|
|
657
|
+
"connector.setUp.createAccount.tooltip": "설정하기 전에 계정을 생성해주세요",
|
|
658
|
+
"connector.setUp.enableTrading.tooltip": "설정하기 전에 거래를 활성화해 주세요",
|
|
659
|
+
"connector.ledger.signMessageFailed": "메시지 서명 실패",
|
|
660
|
+
"connector.ledger.signMessageFailed.description": "Ledger 지갑을 사용하고 계신가요?",
|
|
661
|
+
"connector.privy.loginIn": "로그인",
|
|
662
|
+
"connector.privy.logout": "로그아웃",
|
|
663
|
+
"connector.privy.email": "이메일",
|
|
664
|
+
"connector.privy.google": "구글",
|
|
665
|
+
"connector.privy.twitter": "X / 트위터",
|
|
666
|
+
"connector.privy.myWallet": "내 지갑",
|
|
667
|
+
"connector.privy.addEvmWallet": "EVM 지갑 추가",
|
|
668
|
+
"connector.privy.addSolanaWallet": "솔라나 지갑 추가",
|
|
669
|
+
"connector.privy.addAbstractWallet": "Abstract 지갑 추가",
|
|
670
|
+
"connector.privy.createEvmWallet": "EVM 지갑 생성",
|
|
671
|
+
"connector.privy.createSolanaWallet": "솔라나 지갑 생성",
|
|
672
|
+
"connector.privy.termsOfUse": "지갑을 연결함으로써 <0>이용 약관</0>에 동의합니다.",
|
|
673
|
+
"connector.privy.supportedEvmChain": "지원되는 EVM 체인",
|
|
674
|
+
"connector.privy.supportedSolanaChain": "지원되는 솔라나 체인",
|
|
675
|
+
"connector.privy.noWallet": "지갑 없음",
|
|
676
|
+
"connector.privy.noWallet.description": "계속하려면 지갑을 생성하세요. 개인 키는 당신만 접근할 수 있습니다. 개인 키를 내보내고 언제든지 MetaMask나 Phantom 같은 다른 지갑 클라이언트로 지갑을 가져올 수 있습니다.",
|
|
677
|
+
"connector.privy.switchNetwork.tips": "계속하려면 {{chainName}}(으)로 전환하세요.",
|
|
678
|
+
"connector.privy.addEvmWallet.tips": "EVM 네트워크를 계속 사용하려면 EVM 호환 지갑을 연결하세요.",
|
|
679
|
+
"connector.privy.addSolanaWallet.tips": "Solana 호환 지갑을 연결하여 Solana 네트워크를 계속 사용하세요.",
|
|
680
|
+
"connector.privy.addAbstractWallet.tips": "Abstract 네트워크를 계속 사용하려면 Abstract 호환 지갑을 연결하세요.",
|
|
681
|
+
"connector.privy.pwa.title": "앱과 같은 경험을 원하시나요? PWA를 사용해보세요",
|
|
682
|
+
"connector.privy.pwa.sheetTitle": "앱으로 추가",
|
|
683
|
+
"connector.privy.pwa.description": "더 나은 모바일 환경을 위해 Safari 또는 Chrome에서 이 웹사이트를 홈 화면에 추가하세요.",
|
|
684
|
+
"connector.privy.pwa.step1": "브라우저 메뉴에서 공유 아이콘을 클릭하세요.",
|
|
685
|
+
"connector.privy.pwa.step2": "옵션에서 '홈 화면에 추가'를 선택하세요.",
|
|
686
|
+
"connector.privy.pwa.findOnPage": "페이지에서 찾기",
|
|
687
|
+
"connector.privy.pwa.addToHomeScreen": "홈 화면에 추가",
|
|
688
|
+
"transfer.network": "네트워크",
|
|
689
|
+
"transfer.lowestFee": "최저 수수료",
|
|
690
|
+
"transfer.web3Wallet.your": "당신의 Web3 지갑",
|
|
691
|
+
"transfer.web3Wallet.my": "나의 Web3 지갑",
|
|
692
|
+
"transfer.brokerAccount": "{{brokerName}} 계정",
|
|
693
|
+
"transfer.quantity.invalid": "유효한 숫자를 입력해 주세요",
|
|
694
|
+
"transfer.insufficientBalance": "잔액 부족",
|
|
695
|
+
"transfer.insufficientAllowance": "허용량 부족",
|
|
696
|
+
"transfer.rejectTransaction": "거래 거부됨",
|
|
697
|
+
"transfer.deposit.approve": "승인",
|
|
698
|
+
"transfer.deposit.approve.success": "승인 성공",
|
|
699
|
+
"transfer.deposit.approve.failed": "승인 실패",
|
|
700
|
+
"transfer.deposit.requested": "입금 요청됨",
|
|
701
|
+
"transfer.deposit.completed": "입금 완료됨",
|
|
702
|
+
"transfer.deposit.failed": "입금 실패",
|
|
703
|
+
"transfer.deposit.destinationGasFee": "목적지 가스 수수료",
|
|
704
|
+
"transfer.deposit.destinationGasFee.description": "목적지 체인에서의 작업을 위해 추가 가스 토큰이 필요합니다.",
|
|
705
|
+
"transfer.withdraw.unsupported.chain": "이 체인에서는 출금이 지원되지 않습니다. 브릿지리스 네트워크 중 하나로 전환하세요.",
|
|
706
|
+
"transfer.withdraw.unsupported.networkName": "{{networkName}}에서는 출금이 지원되지 않습니다. 브릿지리스 네트워크 중 하나로 전환하세요.",
|
|
707
|
+
"transfer.withdraw.crossChain.confirmWithdraw": "출금 확인",
|
|
708
|
+
"transfer.withdraw.crossChain.recipientAddress": "수신자 주소",
|
|
709
|
+
"transfer.withdraw.crossChain.recipientNetwork": "수신자 네트워크",
|
|
710
|
+
"transfer.withdraw.crossChain.withdrawAmount": "출금 금액",
|
|
711
|
+
"transfer.withdraw.crossChain.process": "크로스체인 출금이 처리 중입니다...",
|
|
712
|
+
"transfer.withdraw.crossChain.warning": "크로스체인 재조정이 필요한 출금은 처리가 완료될 때까지 취소하거나 추가 출금을 할 수 없습니다.",
|
|
713
|
+
"transfer.withdraw.crossChain.vaultWarning": "출금액이 {{networkName}} 볼트 잔액({{chainVaultBalance}} USDC)을 초과합니다. {{networkName}}로의 출금에는 크로스체인 재조정 수수료가 부과됩니다.",
|
|
714
|
+
"transfer.withdraw.vaultWarning": "{{chainName}} 의 {{tokenName}} 잔액은 {{balance}} 로, 출금 요청을 충족하기에 부족합니다. 나중에 다시 시도하거나 다른 체인으로 전환하여 출금하세요.",
|
|
715
|
+
"transfer.withdraw.minAmount.error": "수량은 {{minAmount}}보다 커야 합니다",
|
|
716
|
+
"transfer.withdraw.LTV.error": "이 출금은 귀하의 LTV를 {{threshold}}% 이상으로 밀어올려 즉시 자동 변환을 트리거할 수 있습니다.",
|
|
717
|
+
"transfer.withdraw.requested": "출금 요청됨",
|
|
718
|
+
"transfer.withdraw.completed": "출금 완료됨",
|
|
719
|
+
"transfer.withdraw.failed": "출금 실패",
|
|
720
|
+
"transfer.withdraw.otherAccount": "다른 {{brokerName}} 계정",
|
|
721
|
+
"transfer.withdraw.accountId.tips": "지갑 주소가 아닌 계정 ID를 입력하세요.",
|
|
722
|
+
"transfer.withdraw.accountId.invalid": "잘못된 계정 ID입니다. 다시 시도하세요.",
|
|
723
|
+
"transfer.internalTransfer.from": "출금",
|
|
724
|
+
"transfer.internalTransfer.to": "입금",
|
|
725
|
+
"transfer.internalTransfer.currentAssetValue": "현재 자산 가치",
|
|
726
|
+
"transfer.internalTransfer.success": "성공! 자금은 15초 후에 사용 가능합니다.",
|
|
727
|
+
"transfer.internalTransfer.unsettled.tooltip": "미정산 잔액은 이체할 수 없습니다. 이체하려면 먼저 잔액을 정산해 주세요.",
|
|
728
|
+
"transfer.internalTransfer.settlePnl.description": "PnL을 정산하시겠습니까? <br/> 정산은 최대 1분이 소요되며, 그 후에 사용 가능한 잔액을 이체할 수 있습니다.",
|
|
729
|
+
"transfer.internalTransfer.error.default": "이체를 완료할 수 없습니다. 나중에 다시 시도하세요.",
|
|
730
|
+
"transfer.internalTransfer.error.transferInProgress": "내부 이체가 진행 중입니다.",
|
|
731
|
+
"transfer.internalTransfer.error.withdrawalInProgress": "출금이 진행 중입니다.",
|
|
732
|
+
"transfer.internalTransfer.error.transferToSelf": "본인 계정으로의 이체는 허용되지 않습니다",
|
|
733
|
+
"transfer.internalTransfer.error.accountIdNotExist": "수신자 계정 ID가 존재하지 않습니다.",
|
|
734
|
+
"transfer.internalTransfer.error.transferToSubAccount": "다른 메인 계정의 하위 계정으로의 이체는 허용되지 않습니다.",
|
|
735
|
+
"transfer.swapDeposit.crossSwap.notice": "크로스체인 거래 수수료가 부과됩니다. 이를 피하려면 지원되는 <0>브릿지리스 네트워크</0>를 사용하세요",
|
|
736
|
+
"transfer.swapDeposit.swap.notice": "스왑 수수료가 부과됩니다.",
|
|
737
|
+
"transfer.swapDeposit.bridging": "브릿징 중",
|
|
738
|
+
"transfer.swapDeposit.bridge": "브릿지",
|
|
739
|
+
"transfer.swapDeposit.bridge.description": "Stargate를 통해 Arbitrum으로 브릿지",
|
|
740
|
+
"transfer.swapDeposit.depositing": "입금 중",
|
|
741
|
+
"transfer.swapDeposit.deposit": "입금",
|
|
742
|
+
"transfer.swapDeposit.deposit.description": "{{brokerName}}에 입금",
|
|
743
|
+
"transfer.swapDeposit.viewStatus": "상태 보기",
|
|
744
|
+
"transfer.swapDeposit.depositFailed": "입금 실패, 나중에 다시 시도하세요.",
|
|
745
|
+
"transfer.slippage": "슬리피지",
|
|
746
|
+
"transfer.slippage.slippageTolerance": "슬리피지 허용치",
|
|
747
|
+
"transfer.slippage.slippageTolerance.description": "가격이 이 비율 이상으로 불리하게 변동될 경우 트랜잭션이 취소됩니다.",
|
|
748
|
+
"transfer.swapDeposit.swapFee": "스왑 수수료",
|
|
749
|
+
"transfer.swapDeposit.swapFee.description": "WOOFi는 각 스왑에 0.025%의 수수료를 부과합니다.",
|
|
750
|
+
"transfer.swapDeposit.bridgeFee": "브릿지 수수료",
|
|
751
|
+
"transfer.swapDeposit.bridgeFee.description": "Stargate는 자산을 브릿지하는 데 수수료를 부과합니다.",
|
|
752
|
+
"transfer.swapDeposit.minimumReceived": "최소 수령액",
|
|
753
|
+
"transfer.swapDeposit.confirmSwap": "스왑 확인",
|
|
754
|
+
"transfer.swapDeposit.averageSwapTime": "평균 스왑 시간 <0>~ {{time}}분</0>",
|
|
755
|
+
"transfer.swapDeposit.swapDialog.title": "스왑 세부 정보 검토",
|
|
756
|
+
"transfer.swapDeposit.viewFAQs": "도움이 필요하신가요? <0>FAQ 보기</0>",
|
|
757
|
+
"transfer.swapDeposit.notEnoughLiquidity": "유동성이 부족합니다. 나중에 다시 시도하거나 다른 체인을 사용하여 입금하세요.",
|
|
758
|
+
"transfer.convert.completed": "변환이 완료되었습니다",
|
|
759
|
+
"transfer.convert.failed": "변환 실패",
|
|
760
|
+
"transfer.deposit.convertRate": "변환 환율",
|
|
761
|
+
"transfer.convert.convertAssets": "자산을 USDC로 변환",
|
|
762
|
+
"transfer.deposit.collateralContribution": "담보 기여도",
|
|
763
|
+
"transfer.withdraw.InsufficientVaultBalance": "보관함 잔액 부족",
|
|
764
|
+
"transfer.LTV": "LTV",
|
|
765
|
+
"transfer.LTV.description": "LTV(대출 대 가치)는 귀하의 마이너스 USDC와 담보의 현재 가치 사이의 비율입니다. LTV가 {{threshold}}를 초과하면 담보가 자동으로 USDC로 변환됩니다.",
|
|
766
|
+
"transfer.LTV.tooltip": "LTV가 {{threshold}}%를 초과하거나 USDC 잔액과 미결제 PnL의 합계가 {{usdcThreshold}} 미만으로 떨어지면 담보가 할인 적용되어 자동 변환됩니다. 이를 방지하려면 수동으로 자산을 USDC로 변환할 수 있습니다.",
|
|
767
|
+
"transfer.LTV.currentLTV": "현재 LTV",
|
|
768
|
+
"transfer.convert": "변환",
|
|
769
|
+
"transfer.deposit.userMaxQty.error": "담보 한도에 도달했습니다. 최대 허용량: {{maxQty}} {{token}}.",
|
|
770
|
+
"transfer.deposit.gasFee.error": "가스 수수료를 위한 충분한 {{token}}이(가) 있는지 확인하세요.",
|
|
771
|
+
"transfer.deposit.status.pending.one": "대기 중인 거래가 있습니다",
|
|
772
|
+
"transfer.deposit.status.pending.multiple": "대기 중인 거래가 여러 개 있습니다",
|
|
773
|
+
"transfer.deposit.status.completed.one": "성공한 거래가 있습니다",
|
|
774
|
+
"transfer.deposit.status.completed.multiple": "성공한 거래가 여러 개 있습니다",
|
|
775
|
+
"affiliate.referral": "추천",
|
|
776
|
+
"affiliate.trader": "트레이더",
|
|
777
|
+
"affiliate.enter": "입력",
|
|
778
|
+
"affiliate.statistics": "통계",
|
|
779
|
+
"affiliate.connectWallet.tooltip": "이 기능을 사용하려면 지갑을 연결하세요",
|
|
780
|
+
"affiliate.page.title": "추천하고, 수익을 얻고, 성장하세요 - 추천 및 제휴 프로그램",
|
|
781
|
+
"affiliate.page.subTitle": "추천 코드를 공유하여 최대 60%의 수수료를 받으세요. 친구를 초대하고, 네트워크를 확장하고, 더 많이 벌어보세요.",
|
|
782
|
+
"affiliate.page.learnMore": "작동 방식 알아보기",
|
|
783
|
+
"affiliate.asAffiliate.affilates": "제휴사",
|
|
784
|
+
"affiliate.asAffiliate.title": "추천인",
|
|
785
|
+
"affiliate.asAffiliate.description": "친구들의 거래에서 10% 수수료를 받으세요. 더 높은 수수료율을 원하시나요? 제휴사가 되기 위한 신청서를 제출하세요.",
|
|
786
|
+
"affiliate.asAffiliate.button": "제휴사 되기",
|
|
787
|
+
"affiliate.asTrader.title": "피추천인 (트레이더)",
|
|
788
|
+
"affiliate.asTrader.description": "추천 코드로 거래하여 리베이트를 받으세요.",
|
|
789
|
+
"affiliate.asTrader.button": "코드 입력",
|
|
790
|
+
"affiliate.referralCode": "추천 코드",
|
|
791
|
+
"affiliate.referralCode.dialog.title": "추천 코드 연결",
|
|
792
|
+
"affiliate.referralCode.dialog.description": "추천 코드를 연결하여 거래 수수료 리베이트를 획득하세요.",
|
|
793
|
+
"affiliate.referralCode.label": "추천 코드 입력",
|
|
794
|
+
"affiliate.referralCode.bound": "추천 코드 연결됨",
|
|
795
|
+
"affiliate.referralCode.notExist": "이 추천 코드는 존재하지 않습니다.",
|
|
796
|
+
"affiliate.process.title": "작동 방식",
|
|
797
|
+
"affiliate.process.step1.title": "$10,000+ 거래 또는 신청",
|
|
798
|
+
"affiliate.process.step1.description": "추천 코드를 자동으로 잠금 해제 ($0 / $10,000 완료 - 메인 계정만), 또는 양식을 통해 더 높은 요율을 신청하세요.",
|
|
799
|
+
"affiliate.process.step1.volumeEq0.title": "자동 추천 코드 받기 또는 신청",
|
|
800
|
+
"affiliate.process.step1.volumeEq0.description": "첫 거래 후 추천 코드를 사용할 수 있습니다. 양식을 통해 더 높은 수수료율을 신청할 수 있습니다.",
|
|
801
|
+
"affiliate.process.step1.volumeGt0.title": "${{requireVolume}}+ 거래 또는 신청",
|
|
802
|
+
"affiliate.process.step1.volumeGt0.description": "자동으로 추천 코드 획득 (${{requireVolume}} 중 ${{volume}} 완료), 또는 양식을 통해 더 높은 수수료율을 신청하세요.",
|
|
803
|
+
"affiliate.process.step2.title": "공유",
|
|
804
|
+
"affiliate.process.step2.description": "개인 추천 코드를 다른 사람들과 공유하여 수익을 얻기 시작하세요.",
|
|
805
|
+
"affiliate.process.step3.title": "수익",
|
|
806
|
+
"affiliate.process.step3.description": "다른 사람을 추천하여 수수료를 받거나, 추천 코드를 사용하여 거래에서 리베이트를 받으세요",
|
|
807
|
+
"affiliate.summary": "요약",
|
|
808
|
+
"affiliate.summary.refereesTraded": "거래한 피추천인",
|
|
809
|
+
"affiliate.referralLink": "추천 링크",
|
|
810
|
+
"affiliate.referralLink.earn": "수익",
|
|
811
|
+
"affiliate.referralLink.earn.tooltip": "Orderly 수수료를 차감한 {{brokerName}} 순 수수료.",
|
|
812
|
+
"affiliate.referralLink.share": "공유",
|
|
813
|
+
"affiliate.referralLink.share.tooltip": "피추천인은 {{brokerName}} 순 수수료의 <0>{{value}}</0>를 받습니다",
|
|
814
|
+
"affiliate.referralVol": "추천 거래량",
|
|
815
|
+
"affiliate.referralCodes": "추천 코드",
|
|
816
|
+
"affiliate.referralCodes.remaining": "남은 추천 코드",
|
|
817
|
+
"affiliate.referralCodes.column.you&Referee": "나 / 피추천인",
|
|
818
|
+
"affiliate.referralCodes.column.traders": "트레이더",
|
|
819
|
+
"affiliate.referralCodes.column.referees&Traders": "피추천인 / 트레이더",
|
|
820
|
+
"affiliate.referralCodes.copyLink": "링크 복사",
|
|
821
|
+
"affiliate.upTo": "최대 60%",
|
|
822
|
+
"affiliate.commission": "수수료",
|
|
823
|
+
"affiliate.commission.30d": "30일 수수료",
|
|
824
|
+
"affiliate.commission.column.activeUsers": "추천 활성 사용자",
|
|
825
|
+
"affiliate.myReferees": "내 피추천인",
|
|
826
|
+
"affiliate.referees": "피추천인",
|
|
827
|
+
"affiliate.referees.column.refereeAddress": "피추천인 주소",
|
|
828
|
+
"affiliate.referees.column.totalCommission": "총 수수료",
|
|
829
|
+
"affiliate.referees.column.totalVol": "총 거래량",
|
|
830
|
+
"affiliate.referees.column.invitationTime": "초대 시간",
|
|
831
|
+
"affiliate.trader.yourReferrer": "나의 추천인",
|
|
832
|
+
"affiliate.trader.rebate": "리베이트",
|
|
833
|
+
"affiliate.trader.rebates": "리베이트",
|
|
834
|
+
"affiliate.trader.rebate.30d": "30일 리베이트",
|
|
835
|
+
"affiliate.trader.tradingRebates": "거래 리베이트",
|
|
836
|
+
"affiliate.trader.myRebates": "내 리베이트",
|
|
837
|
+
"affiliate.trader.tradingVol": "거래량",
|
|
838
|
+
"affiliate.referralCode.editCodeModal.title": "설정",
|
|
839
|
+
"affiliate.referralCode.editCodeModal.description": "추천 코드 편집",
|
|
840
|
+
"affiliate.referralCode.editCodeModal.label": "추천 코드",
|
|
841
|
+
"affiliate.referralCode.editCodeModal.helpText.length": "4-10자 길이여야 합니다",
|
|
842
|
+
"affiliate.referralCode.editCodeModal.helpText.format": "대문자(A-Z)와 숫자(0-9)만 사용 가능",
|
|
843
|
+
"affiliate.referralCode.editCodeModal.success": "추천 코드가 성공적으로 업데이트되었습니다",
|
|
844
|
+
"affiliate.referralRate.editRateModal.title": "설정",
|
|
845
|
+
"affiliate.referralRate.editRateModal.description": "추천인과 공유할 추천 수수료 비율 설정",
|
|
846
|
+
"affiliate.referralRate.editRateModal.label": "최대 수수료율:",
|
|
847
|
+
"affiliate.referralRate.editRateModal.label.you": "귀하가 받는 금액",
|
|
848
|
+
"affiliate.referralRate.editRateModal.label.referee": "추천인이 받는 금액",
|
|
849
|
+
"affiliate.referralRate.editRateModal.helpText.max": "총 수수료율은 최대 수수료율 한도와 같아야 합니다",
|
|
850
|
+
"affiliate.referralRate.editRateModal.success": "추천 수수료율이 성공적으로 업데이트되었습니다",
|
|
851
|
+
"affiliate.referralTooltip": "$10K를 거래하여 추천 코드를 잠금 해제하고 추천을 통해 거래 리베이트를 획득하세요.",
|
|
852
|
+
"ui.pagination.morePages": "더 많은 페이지",
|
|
853
|
+
"ui.pagination.rowsPerPage": "페이지당 행 수",
|
|
854
|
+
"ui.picker.selectDate": "날짜 선택",
|
|
855
|
+
"ui.empty.description": "결과를 찾을 수 없습니다.",
|
|
856
|
+
"tradingLeaderboard.leaderboard": "리더보드",
|
|
857
|
+
"tradingLeaderboard.campaigns": "캠페인",
|
|
858
|
+
"tradingLeaderboard.ongoing": "진행 중",
|
|
859
|
+
"tradingLeaderboard.past": "지난",
|
|
860
|
+
"tradingLeaderboard.future": "미래",
|
|
861
|
+
"tradingLeaderboard.learnMore": "더 알아보기",
|
|
862
|
+
"tradingLeaderboard.tradeNow": "지금 거래하기",
|
|
863
|
+
"tradingLeaderboard.joinNow": "지금 참여",
|
|
864
|
+
"tradingLeaderboard.tradingVolume": "거래량",
|
|
865
|
+
"tradingLeaderboard.rank": "순위",
|
|
866
|
+
"tradingLeaderboard.estimatedRewards": "예상 보상",
|
|
867
|
+
"tradingLeaderboard.lastUpdate": "마지막 업데이트",
|
|
868
|
+
"tradingLeaderboard.estimatedTicketsEarned": "예상 획득 티켓 수",
|
|
869
|
+
"tradingLeaderboard.ticketPrizePool": "티켓 상금 풀",
|
|
870
|
+
"tradingLeaderboard.viewRules": "규칙 보기",
|
|
871
|
+
"tradingLeaderboard.prizePool": "상금 풀",
|
|
872
|
+
"tradingLeaderboard.participants": "참가자",
|
|
873
|
+
"tradingLeaderboard.battleStartsIn": "전투 시작까지",
|
|
874
|
+
"tradingLeaderboard.battleEndsIn": "전투 종료까지",
|
|
875
|
+
"tradingLeaderboard.battleStarts": "전투 시작",
|
|
876
|
+
"tradingLeaderboard.battleEnds": "전투 종료",
|
|
877
|
+
"tradingLeaderboard.rewardDistribution": "보상 분배",
|
|
878
|
+
"tradingLeaderboard.batteleHasEnded": "전투가 종료되었습니다",
|
|
879
|
+
"tradingLeaderboard.tradeForMoreTickets": "<0/> 더 거래하여 다음 티켓 획득",
|
|
880
|
+
"tradingLeaderboard.earnTickets": "{{amount}} 거래량마다 {{ticket}} 티켓 획득",
|
|
881
|
+
"tradingLeaderboard.arena": "아레나",
|
|
882
|
+
"tradingLeaderboard.generalLeaderboard": "종합 순위표",
|
|
883
|
+
"tradingLeaderboard.maxTicketsAchieved": "달성한 최대 티켓 수",
|
|
884
|
+
"tradingLeaderboard.termsAndConditions": "이용약관",
|
|
885
|
+
"tradingLeaderboard.rules": "규칙",
|
|
886
|
+
"assetHistory.status.pending": "대기 중",
|
|
887
|
+
"assetHistory.status.confirm": "확인",
|
|
888
|
+
"assetHistory.status.processing": "처리 중",
|
|
889
|
+
"assetHistory.status.completed": "완료됨",
|
|
890
|
+
"assetHistory.status.failed": "실패",
|
|
891
|
+
"assetHistory.status.pendingRebalance": "재조정 대기 중",
|
|
892
|
+
"linkDevice.createQRCode.loading.description": "지갑으로 QR 코드 승인 중...",
|
|
893
|
+
"linkDevice.createQRCode.linkMobileDevice": "모바일 장치 연결",
|
|
894
|
+
"linkDevice.createQRCode.linkMobileDevice.description": "모바일 기기에서 {{hostname}}을 열고 QR 코드를 스캔하여 이 지갑을 연결하세요. 보안을 위해 QR 코드는 60초 후에 만료됩니다. <br/> QR 코드는 모바일 거래를 허용하지만 출금은 활성화하지 않습니다. 화면을 공유하거나 QR 코드의 스크린샷을 공유하지 않도록 하세요.",
|
|
895
|
+
"linkDevice.createQRCode.success.description": "QR 코드를 스캔하거나 URL을 다른 브라우저/<br/>기기에 붙여넣어 계속하세요.",
|
|
896
|
+
"linkDevice.createQRCode.success.copyUrl": "URL 복사",
|
|
897
|
+
"linkDevice.scanQRCode": "QR 코드 스캔",
|
|
898
|
+
"linkDevice.scanQRCode.description": "데스크톱 오른쪽 상단 모서리에 있는 <0/> 아이콘을 클릭하여 스캔할 QR 코드를 생성하세요.",
|
|
899
|
+
"linkDevice.scanQRCode.tooltip": "QR 코드를 통해 데스크톱에 연결",
|
|
900
|
+
"linkDevice.scanQRCode.connected.description": "다른 기기를 통해 연결되어 있습니다. 이 모드는 거래만 가능합니다. 네트워크를 전환하거나 자산을 입금 또는 출금하려면 이 기기에서 지갑 연결을 해제하고 다시 연결하세요.",
|
|
901
|
+
"linkDevice.tooltip": "모바일 기기 연결",
|
|
902
|
+
"settle.settlePnl": "손익 정산",
|
|
903
|
+
"settle.settlePnl.warning": "잔액을 정산해 주세요",
|
|
904
|
+
"settle.settlePnl.description": "정말로 손익을 정산하시겠습니까? <br/> 정산은 가용 잔액을 출금할 수 있기 전까지 최대 1분이 소요됩니다.",
|
|
905
|
+
"settle.unsettled": "미정산",
|
|
906
|
+
"settle.unsettled.tooltip": "미정산 잔액은 출금할 수 없습니다. 출금하려면 먼저 잔액을 정산하세요.",
|
|
907
|
+
"settle.settlement.requested": "정산 요청됨",
|
|
908
|
+
"settle.settlement.completed": "정산 완료됨",
|
|
909
|
+
"settle.settlement.failed": "정산 실패함",
|
|
910
|
+
"settle.settlement.error": "정산은 10분마다 한 번만 허용됩니다. 나중에 다시 시도하세요.",
|
|
911
|
+
"languageSwitcher.language": "언어",
|
|
912
|
+
"languageSwitcher.tooltip": "언어 변경",
|
|
913
|
+
"languageSwitcher.tips": "AI가 생성한 번역은 완전히 정확하지 않을 수 있습니다.",
|
|
914
|
+
"announcement.type.listing": "상장",
|
|
915
|
+
"announcement.type.maintenance": "점검",
|
|
916
|
+
"announcement.type.delisting": "상장폐지",
|
|
917
|
+
"maintenance.dialog.title": "시스템 업그레이드 진행 중",
|
|
918
|
+
"maintenance.dialog.description": "죄송합니다. {{brokerName}}은(는) 예정된 업그레이드로 인해 일시적으로 사용할 수 없습니다. 서비스는 {{endDate}}까지 복구될 예정입니다.",
|
|
919
|
+
"maintenance.tips.description": "{{brokerName}}은(는) {{startDate}}부터 {{endDate}}까지 예정된 업그레이드로 인해 일시적으로 사용할 수 없습니다.",
|
|
920
|
+
"restrictedInfo.description.default": "제한된 국가와 관련된 IP 주소({{ip}})에서 {{brokerName}}에 접속하고 있습니다.",
|
|
921
|
+
"restrictedInfo.accessRestricted": "접근 제한",
|
|
922
|
+
"restrictedInfo.accessRestricted.description": "법률 및 규정에 따라 현재 미국에서는 서비스를 제공하지 않습니다. 우리 플랫폼을 계속 사용함으로써, 귀하는 사용 기간 동안 미국 거주자가 아님을 진술하고 보증합니다.",
|
|
923
|
+
"restrictedInfo.accessRestricted.agree": "이해하고 동의합니다",
|
|
924
|
+
"subAccount.modal.title": "계정 전환",
|
|
925
|
+
"subAccount.modal.switch.success.description": "계정 전환됨",
|
|
926
|
+
"subAccount.modal.mainAccount.title": "메인 계정",
|
|
927
|
+
"subAccount.modal.subAccounts.title": "서브 계정",
|
|
928
|
+
"subAccount.modal.current": "현재",
|
|
929
|
+
"subAccount.modal.noAccount.description": "다양한 거래 전략을 탐색하기 위해 지금 서브 계정을 생성하세요.",
|
|
930
|
+
"subAccount.modal.create.max.description": "서브 계정 최대 한도(10개)에 도달했습니다.",
|
|
931
|
+
"subAccount.modal.create.title": "서브 계정 생성",
|
|
932
|
+
"subAccount.modal.create.description": "현재 {{subAccountCount}}개의 서브 계정이 있습니다. {{remainingCount}}개 더 생성할 수 있습니다.",
|
|
933
|
+
"subAccount.modal.create.nickname.role": "1-20자. 문자, 숫자, @, _, - (공백)만 허용됩니다.",
|
|
934
|
+
"subAccount.modal.create.success.description": "서브 계정이 성공적으로 생성되었습니다.",
|
|
935
|
+
"subAccount.modal.create.failed.description": "서브 계정 생성에 실패했습니다.",
|
|
936
|
+
"subAccount.modal.edit.title": "닉네임 수정",
|
|
937
|
+
"subAccount.modal.nickName.label": "서브 계정 닉네임",
|
|
938
|
+
"subAccount.modal.edit.success.description": "닉네임이 성공적으로 업데이트되었습니다.",
|
|
939
|
+
"subAccount.modal.edit.failed.description": "닉네임 업데이트에 실패했습니다.",
|
|
940
|
+
"funding.fundingFee": "펀딩 수수료",
|
|
941
|
+
"funding.fundingRate": "펀딩 비율",
|
|
942
|
+
"funding.annualRate": "연간 비율",
|
|
943
|
+
"funding.paymentType": "지불 유형",
|
|
944
|
+
"funding.paymentType.paid": "지불됨",
|
|
945
|
+
"funding.paymentType.received": "수령됨",
|
|
946
|
+
"leftNav.feedback": "피드백 공유",
|
|
947
|
+
"vaults.availableOn": "사용 가능",
|
|
948
|
+
"vaults.header.title": "볼트 전략으로 수동 수익 창출",
|
|
949
|
+
"vaults.header.description": "유휴 자산이나 여분의 자산을 손쉽게 활용하세요. {{brokerName}}에서 직접 선별된 볼트 전략에 예치하세요 - 지원되는 모든 블록체인 또는 {{brokerName}} 계정의 USDC 사용, 가스 수수료 없음.",
|
|
950
|
+
"vaults.introduction.tvl": "볼트 TVL",
|
|
951
|
+
"vaults.introduction.depositors": "예금자",
|
|
952
|
+
"vaults.allVaults": "모든 볼트",
|
|
953
|
+
"vaults.card.orderly.title": "Orderly 옴니볼트",
|
|
954
|
+
"vaults.card.orderly.description": "거래 전문 지식 없이도 손쉽게 수동 수익을 얻으세요. 옴니볼트는 마켓 메이킹 전략을 배포하고 청산을 수행하며 플랫폼 수수료를 누적합니다.",
|
|
955
|
+
"vaults.card.tvl": "TVL",
|
|
956
|
+
"vaults.card.apy": "30일 APY",
|
|
957
|
+
"vaults.card.myDeposits": "내 예금",
|
|
958
|
+
"vaults.card.myEarnings": "내 수익",
|
|
959
|
+
"vaults.card.accountBalance": "계정 잔액:",
|
|
960
|
+
"vaults.deposit.estShares": "예상 지분",
|
|
961
|
+
"vaults.deposit.shares": "지분",
|
|
962
|
+
"vaults.deposit.lockupDuration": "락업 기간",
|
|
963
|
+
"vaults.deposit.latestDeposit": "최근 예금",
|
|
964
|
+
"vaults.withdraw.estPricePerShare": "예상 지분당 가격",
|
|
965
|
+
"vaults.withdraw.estReceivingAmount": "예상 수령 금액",
|
|
966
|
+
"vaults.withdraw.latestWithdraw": "최근 출금 요청",
|
|
967
|
+
"vaults.withdraw.dialog.title": "출금 상세 정보 확인",
|
|
968
|
+
"vaults.withdraw.dialog.withdrawalAmount": "출금 금액",
|
|
969
|
+
"vaults.withdraw.dialog.estimatedReceiving": "예상 수령액",
|
|
970
|
+
"vaults.withdraw.dialog.note": "예상 USDC는 현재 지분당 가격을 기준으로 하며, 최종 수령 금액은 볼트 기간 종료 시 결정됩니다.",
|
|
971
|
+
"vaults.withdraw.dialog.initiateWithdrawal": "출금 시작",
|
|
972
|
+
"vaults.withdraw.process.withdrawProcess": "출금 프로세스",
|
|
973
|
+
"vaults.withdraw.process.vaultProcess": "볼트 프로세스",
|
|
974
|
+
"vaults.withdraw.process.transferred": "전송됨",
|
|
975
|
+
"vaults.withdraw.process.initiate": "시작",
|
|
976
|
+
"vaults.withdraw.process.upTo": "최대 6시간",
|
|
977
|
+
"vaults.operation.error.switchAccount": "계속하려면 메인 계정으로 전환해 주세요.",
|
|
978
|
+
"vaults.operation.error.minDeposit": "입금액이 최소 {{amount}} USDC보다 적습니다.",
|
|
979
|
+
"vaults.operation.error.minWithdrawal": "출금액이 최소 {{amount}} USDC보다 적습니다."
|
|
980
|
+
}
|