@orderly.network/i18n 2.3.2 → 2.4.0

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.
@@ -45,6 +45,7 @@
45
45
  "common.notional": "명목 가치",
46
46
  "common.fee": "수수료",
47
47
  "common.fees": "수수료",
48
+ "common.orderPrice": "주문 가격",
48
49
  "common.avgPrice": "평균 가격",
49
50
  "common.avgOpen": "평균 오픈",
50
51
  "common.avgClose": "평균 클로즈",
@@ -107,6 +108,7 @@
107
108
  "markets.favorites.tabs.maxName": "목록 이름은 15자를 초과할 수 없습니다",
108
109
  "markets.favorites.tabs.delete.dialog.title": "목록 삭제",
109
110
  "markets.favorites.tabs.delete.dialog.description": "정말로 {{name}}을(를) 삭제하시겠습니까?",
111
+ "markets.favorites.addFavorites": "즐겨찾기 추가",
110
112
  "markets.column.market": "마켓",
111
113
  "markets.column.24hChange": "24시간 변동",
112
114
  "markets.column.24hVolume": "24시간 거래량",
@@ -259,6 +261,8 @@
259
261
  "positions.limitClose.description": "지정가에서 {{quantity}} {{base}} 포지션을 종료하는 데 동의합니다.",
260
262
  "positions.marketClose": "시장가 종료",
261
263
  "positions.marketClose.description": "시장가에서 {{quantity}} {{base}} 포지션을 종료하는 데 동의합니다.",
264
+ "positions.limitClose.errors.exceed.title": "청산 수량 한도 초과",
265
+ "positions.limitClose.errors.exceed.description": "{{quantity}} {{symbol}} 포지션을 청산할 수 없습니다. 1회 청산 최대 허용량은 {{maxQuantity}} {{symbol}}입니다.",
262
266
  "positions.history.status.closed": "종료됨",
263
267
  "positions.history.status.partialClosed": "부분적으로 종료됨",
264
268
  "positions.history.type.adl": "자동청산",
@@ -290,7 +294,7 @@
290
294
  "orders.status.canceled.toast.title": "주문 취소됨",
291
295
  "orders.status.rejected.toast.title": "주문 거부됨",
292
296
  "orders.status.replaced.toast.title": "주문 수정됨",
293
- "orders.column.orderPrice": "주문 가격",
297
+ "orders.status.scaledSubOrderOpened.toast.title": "스케일 주문: 하위 주문 시작됨",
294
298
  "orders.column.fill&Quantity": "체결 / 수량",
295
299
  "orders.column.triggerPrice": "트리거 가격",
296
300
  "orders.column.orderTime": "주문 시간",
@@ -358,6 +362,24 @@
358
362
  "orderEntry.orderType.postOnly": "포스트 온리",
359
363
  "orderEntry.orderType.ioc": "IOC",
360
364
  "orderEntry.orderType.fok": "FOK",
365
+ "orderEntry.orderType.scaledOrder": "스케일 주문",
366
+ "orderEntry.upperPrice": "상한가",
367
+ "orderEntry.lowerPrice": "하한가",
368
+ "orderEntry.skew": "편향",
369
+ "orderEntry.totalOrders": "총 주문 수",
370
+ "orderEntry.totalQuantity": "총 수량",
371
+ "orderEntry.quantityDistribution": "수량 분포",
372
+ "orderEntry.quantityDistribution.description": "가격 수준 간의 주문 크기 분포를 제어합니다.",
373
+ "orderEntry.quantityDistribution.formula": "크기 편차 = (최고 가격의 크기) ÷ (최저 가격의 크기)",
374
+ "orderEntry.distributionType.flat": "균등",
375
+ "orderEntry.distributionType.ascending": "오름차순",
376
+ "orderEntry.distributionType.ascending.abbr": "오름",
377
+ "orderEntry.distributionType.descending": "내림차순",
378
+ "orderEntry.distributionType.descending.abbr": "내림",
379
+ "orderEntry.distributionType.custom": "사용자 지정",
380
+ "orderEntry.distributionType.flat.description": "범위 내에서 균일한 주문 할당.",
381
+ "orderEntry.distributionType.ascending.description": "더 높은 가격 수준에 더 큰 크기 할당.",
382
+ "orderEntry.distributionType.descending.description": "더 낮은 가격 수준에 더 큰 크기 할당.",
361
383
  "orderEntry.bbo": "BBO",
362
384
  "orderEntry.bbo.counterparty1": "거래상대방 1",
363
385
  "orderEntry.bbo.counterparty5": "거래상대방 5",
@@ -367,6 +389,7 @@
367
389
  "orderEntry.estLiqPrice": "예상 청산 가격",
368
390
  "orderEntry.disableOrderConfirm": "주문 확인 비활성화",
369
391
  "orderEntry.orderConfirm": "주문 확인",
392
+ "orderEntry.confirmScaledOrder": "스케일 주문 확인",
370
393
  "orderEntry.hidden": "숨김",
371
394
  "orderEntry.keepVisible": "표시 유지",
372
395
  "orderEntry.maxBuy": "최대 매수",
@@ -391,11 +414,26 @@
391
414
  "orderEntry.slTriggerPrice.error.min": "SL 가격은 {{value}}보다 커야 합니다",
392
415
  "orderEntry.slTriggerPrice.error.max": "SL 가격은 {{value}}보다 작아야 합니다",
393
416
  "orderEntry.total.error.min": "주문 가치는 {{value}} USDC 이상이어야 합니다",
417
+ "orderEntry.upperPrice.error.required": "상한가를 입력해주세요",
418
+ "orderEntry.upperPrice.error.min": "상한가는 {{value}}보다 커야 합니다",
419
+ "orderEntry.upperPrice.error.max": "상한가는 {{value}}보다 작아야 합니다",
420
+ "orderEntry.lowerPrice.error.required": "하한가를 입력해주세요",
421
+ "orderEntry.lowerPrice.error.min": "하한가는 {{value}}보다 커야 합니다",
422
+ "orderEntry.lowerPrice.error.max": "하한가는 상한가보다 작아야 합니다",
423
+ "orderEntry.totalOrders.error.required": "총 주문 수를 입력해주세요",
424
+ "orderEntry.totalOrders.error.range": "총 주문 수는 2에서 20 사이여야 합니다",
425
+ "orderEntry.skew.error.required": "편향값을 입력해주세요",
426
+ "orderEntry.skew.error.min": "편차는 {{value}}보다 커야 합니다",
427
+ "orderEntry.skew.error.max": "편차는 {{value}}보다 작아야 합니다",
394
428
  "orderEntry.slippage": "슬리피지",
395
429
  "orderEntry.slippage.est": "예상",
396
430
  "orderEntry.slippage.tips": "가격이 이 비율을 초과하여 불리하게 변동하면 거래가 되돌려집니다.",
397
431
  "orderEntry.slippage.error.exceed": "현재 입력 값은 3%를 초과할 수 없습니다",
398
432
  "orderEntry.slippage.error.max": "예상 슬리피지가 허용된 최대 슬리피지를 초과합니다.",
433
+ "orderEntry.confirmScaledOrder.orderPrice.warning": "현재 시장 가격에 따라 이 주문은 즉시 체결될 것입니다",
434
+ "orderEntry.scaledOrder.fullySuccessful": "스케일 주문 완료: {{total}}개 주문이 모두 성공적으로 제출되었습니다.",
435
+ "orderEntry.scaledOrder.partiallySuccessful": "스케일 주문 부분 제출: {{total}}개 중 {{successCount}}개 주문이 완료되었습니다.",
436
+ "orderEntry.scaledOrder.allFailed": "스케일 주문 실패. 주문이 처리되지 않았습니다.",
399
437
  "leverage.maxAccountLeverage": "최대 계정 레버리지",
400
438
  "leverage.accountLeverage": "계정 레버리지",
401
439
  "leverage.currentLeverage": "현재 레버리지",
@@ -572,8 +610,8 @@
572
610
  "affiliate.referralCode.bound": "추천 코드 연결됨",
573
611
  "affiliate.referralCode.notExist": "이 추천 코드는 존재하지 않습니다.",
574
612
  "affiliate.process.title": "제휴사가 되는 것은 쉽습니다",
575
- "affiliate.process.step1.title": "신청",
576
- "affiliate.process.step1.description": "양식을 통해 추천 코드를 신청하세요.",
613
+ "affiliate.process.step1.title": "$10,000+ 거래 또는 신청",
614
+ "affiliate.process.step1.description": "자동으로 추천 코드 획득 ($10,000 중 $0 완료), 또는 양식을 통해 높은 수수료율 신청.",
577
615
  "affiliate.process.step1.volumeEq0.title": "자동 추천 코드 받기 또는 신청",
578
616
  "affiliate.process.step1.volumeEq0.description": "첫 거래 후 추천 코드를 사용할 수 있습니다. 양식을 통해 더 높은 수수료율을 신청할 수 있습니다.",
579
617
  "affiliate.process.step1.volumeGt0.title": "${{requireVolume}}+ 거래 또는 신청",
@@ -690,6 +728,9 @@
690
728
  "maintenance.dialog.description": "죄송합니다. {{brokerName}}은(는) 예정된 업그레이드로 인해 일시적으로 사용할 수 없습니다. 서비스는 {{endDate}}까지 복구될 예정입니다.",
691
729
  "maintenance.tips.description": "{{brokerName}}은(는) {{startDate}}부터 {{endDate}}까지 예정된 업그레이드로 인해 일시적으로 사용할 수 없습니다.",
692
730
  "restrictedInfo.description.default": "제한된 국가와 관련된 IP 주소({{ip}})에서 {{brokerName}}에 접속하고 있습니다.",
731
+ "restrictedInfo.accessRestricted": "접근 제한",
732
+ "restrictedInfo.accessRestricted.description": "법률 및 규정에 따라 현재 미국에서는 서비스를 제공하지 않습니다. 우리 플랫폼을 계속 사용함으로써, 귀하는 사용 기간 동안 미국 거주자가 아님을 진술하고 보증합니다.",
733
+ "restrictedInfo.accessRestricted.agree": "이해하고 동의합니다",
693
734
  "subAccount.modal.title": "계정 전환",
694
735
  "subAccount.modal.switch.success.description": "계정 전환이 완료되었습니다",
695
736
  "subAccount.modal.mainAccount.title": "메인 계정",
@@ -45,6 +45,7 @@
45
45
  "common.notional": "Nominaal",
46
46
  "common.fee": "Kosten",
47
47
  "common.fees": "Kosten",
48
+ "common.orderPrice": "Orderprijs",
48
49
  "common.avgPrice": "Gem. prijs",
49
50
  "common.avgOpen": "Gem. opening",
50
51
  "common.avgClose": "Gem. sluiting",
@@ -107,6 +108,7 @@
107
108
  "markets.favorites.tabs.maxName": "Lijstnaam mag niet langer zijn dan 15 tekens",
108
109
  "markets.favorites.tabs.delete.dialog.title": "Lijst verwijderen",
109
110
  "markets.favorites.tabs.delete.dialog.description": "Weet u zeker dat u {{name}} wilt verwijderen?",
111
+ "markets.favorites.addFavorites": "Toevoegen aan favorieten",
110
112
  "markets.column.market": "Markt",
111
113
  "markets.column.24hChange": "24u verandering",
112
114
  "markets.column.24hVolume": "24u volume",
@@ -259,6 +261,8 @@
259
261
  "positions.limitClose.description": "U gaat akkoord met het sluiten van {{quantity}} {{base}} positie tegen limietprijs.",
260
262
  "positions.marketClose": "Markt sluiten",
261
263
  "positions.marketClose.description": "U gaat akkoord met het sluiten van {{quantity}} {{base}} positie tegen marktprijs.",
264
+ "positions.limitClose.errors.exceed.title": "Limiet voor positiesluiting overschreden",
265
+ "positions.limitClose.errors.exceed.description": "Kan positie van {{quantity}} {{symbol}} niet sluiten. Maximum toegestaan per sluiting is {{maxQuantity}} {{symbol}}.",
262
266
  "positions.history.status.closed": "Gesloten",
263
267
  "positions.history.status.partialClosed": "Gedeeltelijk gesloten",
264
268
  "positions.history.type.adl": "Adl",
@@ -290,7 +294,7 @@
290
294
  "orders.status.canceled.toast.title": "Order geannuleerd",
291
295
  "orders.status.rejected.toast.title": "Order afgewezen",
292
296
  "orders.status.replaced.toast.title": "Order bewerkt",
293
- "orders.column.orderPrice": "Orderprijs",
297
+ "orders.status.scaledSubOrderOpened.toast.title": "Geschaalde order: suborder geopend",
294
298
  "orders.column.fill&Quantity": "Gevuld / Hoeveelheid",
295
299
  "orders.column.triggerPrice": "Triggerprijs",
296
300
  "orders.column.orderTime": "Ordertijd",
@@ -358,6 +362,24 @@
358
362
  "orderEntry.orderType.postOnly": "Alleen plaatsen",
359
363
  "orderEntry.orderType.ioc": "IOC",
360
364
  "orderEntry.orderType.fok": "FOK",
365
+ "orderEntry.orderType.scaledOrder": "Geschaalde order",
366
+ "orderEntry.upperPrice": "Bovenprijs",
367
+ "orderEntry.lowerPrice": "Onderprijs",
368
+ "orderEntry.skew": "Scheefheid",
369
+ "orderEntry.totalOrders": "Totaal orders",
370
+ "orderEntry.totalQuantity": "Totale hoeveelheid",
371
+ "orderEntry.quantityDistribution": "Hoeveelheidsverdeling",
372
+ "orderEntry.quantityDistribution.description": "Bepaalt de verdeling van ordergrootte tussen prijsniveaus.",
373
+ "orderEntry.quantityDistribution.formula": "Grootte scheefheid = (Grootte bij hoogste prijs) ÷ (Grootte bij laagste prijs)",
374
+ "orderEntry.distributionType.flat": "Gelijk",
375
+ "orderEntry.distributionType.ascending": "Oplopend",
376
+ "orderEntry.distributionType.ascending.abbr": "Opl.",
377
+ "orderEntry.distributionType.descending": "Aflopend",
378
+ "orderEntry.distributionType.descending.abbr": "Afl.",
379
+ "orderEntry.distributionType.custom": "Aangepast",
380
+ "orderEntry.distributionType.flat.description": "Gelijkmatige orderverdeling over het bereik.",
381
+ "orderEntry.distributionType.ascending.description": "Grotere omvang toegewezen aan hogere prijsniveaus.",
382
+ "orderEntry.distributionType.descending.description": "Grotere omvang toegewezen aan lagere prijsniveaus.",
361
383
  "orderEntry.bbo": "BBO",
362
384
  "orderEntry.bbo.counterparty1": "Tegenpartij 1",
363
385
  "orderEntry.bbo.counterparty5": "Tegenpartij 5",
@@ -367,6 +389,7 @@
367
389
  "orderEntry.estLiqPrice": "Geschatte liq. prijs",
368
390
  "orderEntry.disableOrderConfirm": "Orderbevestiging uitschakelen",
369
391
  "orderEntry.orderConfirm": "Orderbevestiging",
392
+ "orderEntry.confirmScaledOrder": "Bevestig geschaalde order",
370
393
  "orderEntry.hidden": "Verborgen",
371
394
  "orderEntry.keepVisible": "Zichtbaar houden",
372
395
  "orderEntry.maxBuy": "Max kopen",
@@ -391,11 +414,26 @@
391
414
  "orderEntry.slTriggerPrice.error.min": "SL Prijs moet groter zijn dan {{value}}",
392
415
  "orderEntry.slTriggerPrice.error.max": "SL Prijs moet kleiner zijn dan {{value}}",
393
416
  "orderEntry.total.error.min": "De orderwaarde moet groter of gelijk zijn aan {{value}} USDC",
417
+ "orderEntry.upperPrice.error.required": "Bovenprijs is verplicht",
418
+ "orderEntry.upperPrice.error.min": "Bovenprijs moet groter zijn dan {{value}}",
419
+ "orderEntry.upperPrice.error.max": "Bovenprijs moet kleiner zijn dan {{value}}",
420
+ "orderEntry.lowerPrice.error.required": "Onderprijs is verplicht",
421
+ "orderEntry.lowerPrice.error.min": "Onderprijs moet groter zijn dan {{value}}",
422
+ "orderEntry.lowerPrice.error.max": "Onderprijs moet kleiner zijn dan bovenprijs",
423
+ "orderEntry.totalOrders.error.required": "Totaal aantal orders is verplicht",
424
+ "orderEntry.totalOrders.error.range": "Totaal aantal orders moet tussen 2 en 20 liggen",
425
+ "orderEntry.skew.error.required": "Scheefheid is verplicht",
426
+ "orderEntry.skew.error.min": "Scheefheid moet groter zijn dan {{value}}",
427
+ "orderEntry.skew.error.max": "Scheefheid moet kleiner zijn dan {{value}}",
394
428
  "orderEntry.slippage": "Slippage",
395
429
  "orderEntry.slippage.est": "Geschat",
396
430
  "orderEntry.slippage.tips": "Uw transactie wordt teruggedraaid als de prijs ongunstig verandert met meer dan dit percentage.",
397
431
  "orderEntry.slippage.error.exceed": "De huidige invoerwaarde mag niet hoger zijn dan 3%",
398
432
  "orderEntry.slippage.error.max": "De geschatte slippage overschrijdt uw maximaal toegestane slippage.",
433
+ "orderEntry.confirmScaledOrder.orderPrice.warning": "Deze order zal onmiddellijk worden uitgevoerd op basis van de huidige marktprijs",
434
+ "orderEntry.scaledOrder.fullySuccessful": "Geschaalde order geplaatst: {{total}} orders succesvol verzonden.",
435
+ "orderEntry.scaledOrder.partiallySuccessful": "Geschaalde order gedeeltelijk verzonden: {{successCount}} van {{total}} orders geplaatst.",
436
+ "orderEntry.scaledOrder.allFailed": "Geschaalde order mislukt. Geen orders zijn geplaatst.",
399
437
  "leverage.maxAccountLeverage": "Max account hefboom",
400
438
  "leverage.accountLeverage": "Account hefboom",
401
439
  "leverage.currentLeverage": "Huidige hefboom",
@@ -572,8 +610,8 @@
572
610
  "affiliate.referralCode.bound": "Verwijzingscode gekoppeld",
573
611
  "affiliate.referralCode.notExist": "Deze verwijzingscode bestaat niet.",
574
612
  "affiliate.process.title": "Partner worden is eenvoudig",
575
- "affiliate.process.step1.title": "Aanvragen",
576
- "affiliate.process.step1.description": "Vraag een verwijzingscode aan via het formulier.",
613
+ "affiliate.process.step1.title": "Handel $10,000+ of solliciteer",
614
+ "affiliate.process.step1.description": "Verdien automatisch een verwijzingscode ($0 van $10,000 voltooid), of solliciteer voor een hogere tarief via het formulier.",
577
615
  "affiliate.process.step1.volumeEq0.title": "Krijg automatische verwijzingscode of aanvragen",
578
616
  "affiliate.process.step1.volumeEq0.description": "Uw verwijzingscode is klaar voor gebruik na uw eerste trade. U kunt een hoger tarief aanvragen via het formulier.",
579
617
  "affiliate.process.step1.volumeGt0.title": "Trade ${{requireVolume}}+ of aanvragen",
@@ -690,6 +728,9 @@
690
728
  "maintenance.dialog.description": "Sorry, {{brokerName}} is tijdelijk niet beschikbaar vanwege een geplande upgrade. De dienst zal naar verwachting weer beschikbaar zijn op {{endDate}}.",
691
729
  "maintenance.tips.description": "{{brokerName}} zal tijdelijk niet beschikbaar zijn voor een geplande upgrade van {{startDate}} tot {{endDate}}.",
692
730
  "restrictedInfo.description.default": "U benadert {{brokerName}} vanaf een IP-adres ({{ip}}) dat geassocieerd is met een beperkt land.",
731
+ "restrictedInfo.accessRestricted": "Toegang Beperkt",
732
+ "restrictedInfo.accessRestricted.description": "Vanwege wet- en regelgeving opereren we momenteel niet in de Verenigde Staten. Door gebruik te blijven maken van ons platform, verklaart en garandeert u te allen tijde dat u geen inwoner bent van de Verenigde Staten gedurende de gehele periode van gebruik.",
733
+ "restrictedInfo.accessRestricted.agree": "Ik begrijp het en ga akkoord",
693
734
  "subAccount.modal.title": "Account wisselen",
694
735
  "subAccount.modal.switch.success.description": "Account succesvol gewisseld",
695
736
  "subAccount.modal.mainAccount.title": "Hoofdaccount",
@@ -45,6 +45,7 @@
45
45
  "common.notional": "Nominał",
46
46
  "common.fee": "Opłata",
47
47
  "common.fees": "Opłaty",
48
+ "common.orderPrice": "Cena zlecenia",
48
49
  "common.avgPrice": "Śr. cena",
49
50
  "common.avgOpen": "Śr. otwarcie",
50
51
  "common.avgClose": "Śr. zamknięcie",
@@ -107,6 +108,7 @@
107
108
  "markets.favorites.tabs.maxName": "Nazwa listy nie może przekraczać 15 znaków",
108
109
  "markets.favorites.tabs.delete.dialog.title": "Usuń listę",
109
110
  "markets.favorites.tabs.delete.dialog.description": "Czy na pewno chcesz usunąć {{name}}?",
111
+ "markets.favorites.addFavorites": "Dodaj do ulubionych",
110
112
  "markets.column.market": "Rynek",
111
113
  "markets.column.24hChange": "Zmiana 24h",
112
114
  "markets.column.24hVolume": "Wolumen 24h",
@@ -259,6 +261,8 @@
259
261
  "positions.limitClose.description": "Zgadzasz się na zamknięcie pozycji {{quantity}} {{base}} po cenie limitu.",
260
262
  "positions.marketClose": "Zamknięcie rynkowe",
261
263
  "positions.marketClose.description": "Zgadzasz się na zamknięcie pozycji {{quantity}} {{base}} po cenie rynkowej.",
264
+ "positions.limitClose.errors.exceed.title": "Przekroczono limit zamknięcia pozycji",
265
+ "positions.limitClose.errors.exceed.description": "Nie można zamknąć pozycji {{quantity}} {{symbol}}. Maksymalna dozwolona ilość na jedno zamknięcie to {{maxQuantity}} {{symbol}}.",
262
266
  "positions.history.status.closed": "Zamknięte",
263
267
  "positions.history.status.partialClosed": "Częściowo zamknięte",
264
268
  "positions.history.type.adl": "ADL",
@@ -290,7 +294,7 @@
290
294
  "orders.status.canceled.toast.title": "Zlecenie anulowane",
291
295
  "orders.status.rejected.toast.title": "Zlecenie odrzucone",
292
296
  "orders.status.replaced.toast.title": "Zlecenie edytowane",
293
- "orders.column.orderPrice": "Cena zlecenia",
297
+ "orders.status.scaledSubOrderOpened.toast.title": "Zlecenie skalowane: podzlecenie otwarte",
294
298
  "orders.column.fill&Quantity": "Wypełnione / Ilość",
295
299
  "orders.column.triggerPrice": "Cena wyzwalacza",
296
300
  "orders.column.orderTime": "Czas zlecenia",
@@ -358,6 +362,24 @@
358
362
  "orderEntry.orderType.postOnly": "Tylko post",
359
363
  "orderEntry.orderType.ioc": "IOC",
360
364
  "orderEntry.orderType.fok": "FOK",
365
+ "orderEntry.orderType.scaledOrder": "Zlecenie skalowane",
366
+ "orderEntry.upperPrice": "Cena górna",
367
+ "orderEntry.lowerPrice": "Cena dolna",
368
+ "orderEntry.skew": "Skośność",
369
+ "orderEntry.totalOrders": "Łączna liczba zleceń",
370
+ "orderEntry.totalQuantity": "Całkowita ilość",
371
+ "orderEntry.quantityDistribution": "Rozkład ilości",
372
+ "orderEntry.quantityDistribution.description": "Kontroluje rozkład wielkości zlecenia między poziomami cen.",
373
+ "orderEntry.quantityDistribution.formula": "Skośność wielkości = (Wielkość przy najwyższej cenie) ÷ (Wielkość przy najniższej cenie)",
374
+ "orderEntry.distributionType.flat": "Równomierny",
375
+ "orderEntry.distributionType.ascending": "Rosnąco",
376
+ "orderEntry.distributionType.ascending.abbr": "Rosn.",
377
+ "orderEntry.distributionType.descending": "Malejąco",
378
+ "orderEntry.distributionType.descending.abbr": "Mal.",
379
+ "orderEntry.distributionType.custom": "Niestandardowy",
380
+ "orderEntry.distributionType.flat.description": "Równomierne rozłożenie zleceń w zakresie.",
381
+ "orderEntry.distributionType.ascending.description": "Większa wielkość przydzielana do wyższych poziomów cen.",
382
+ "orderEntry.distributionType.descending.description": "Większa wielkość przydzielana do niższych poziomów cen.",
361
383
  "orderEntry.bbo": "BBO",
362
384
  "orderEntry.bbo.counterparty1": "Kontrahent 1",
363
385
  "orderEntry.bbo.counterparty5": "Kontrahent 5",
@@ -367,6 +389,7 @@
367
389
  "orderEntry.estLiqPrice": "Szac. cena likw.",
368
390
  "orderEntry.disableOrderConfirm": "Wyłącz potwierdzenie zlecenia",
369
391
  "orderEntry.orderConfirm": "Potwierdź zlecenie",
392
+ "orderEntry.confirmScaledOrder": "Potwierdź zlecenie skalowane",
370
393
  "orderEntry.hidden": "Ukryte",
371
394
  "orderEntry.keepVisible": "Zachowaj widoczne",
372
395
  "orderEntry.maxBuy": "Maks. kupno",
@@ -391,11 +414,26 @@
391
414
  "orderEntry.slTriggerPrice.error.min": "Cena SL musi być większa niż {{value}}",
392
415
  "orderEntry.slTriggerPrice.error.max": "Cena SL musi być mniejsza niż {{value}}",
393
416
  "orderEntry.total.error.min": "Wartość zlecenia powinna być większa lub równa {{value}} USDC",
417
+ "orderEntry.upperPrice.error.required": "Wymagana cena górna",
418
+ "orderEntry.upperPrice.error.min": "Cena górna musi być większa niż {{value}}",
419
+ "orderEntry.upperPrice.error.max": "Cena górna musi być mniejsza niż {{value}}",
420
+ "orderEntry.lowerPrice.error.required": "Wymagana cena dolna",
421
+ "orderEntry.lowerPrice.error.min": "Cena dolna musi być większa niż {{value}}",
422
+ "orderEntry.lowerPrice.error.max": "Cena dolna musi być mniejsza niż cena górna",
423
+ "orderEntry.totalOrders.error.required": "Wymagana łączna liczba zleceń",
424
+ "orderEntry.totalOrders.error.range": "Łączna liczba zleceń musi być między 2 a 20",
425
+ "orderEntry.skew.error.required": "Wymagana skośność",
426
+ "orderEntry.skew.error.min": "Skośność musi być większa niż {{value}}",
427
+ "orderEntry.skew.error.max": "Skośność musi być mniejsza niż {{value}}",
394
428
  "orderEntry.slippage": "Poślizg",
395
429
  "orderEntry.slippage.est": "Szacowany",
396
430
  "orderEntry.slippage.tips": "Twoja transakcja zostanie cofnięta, jeśli cena zmieni się niekorzystnie o więcej niż ten procent.",
397
431
  "orderEntry.slippage.error.exceed": "Aktualna wartość wejściowa nie może przekraczać 3%",
398
432
  "orderEntry.slippage.error.max": "Szacowany poślizg przekracza Twój maksymalny dozwolony poślizg.",
433
+ "orderEntry.confirmScaledOrder.orderPrice.warning": "To zlecenie zostanie zrealizowane natychmiast po aktualnej cenie rynkowej",
434
+ "orderEntry.scaledOrder.fullySuccessful": "Zlecenie skalowane złożone: {{total}} zleceń wysłanych pomyślnie.",
435
+ "orderEntry.scaledOrder.partiallySuccessful": "Zlecenie skalowane częściowo wysłane: złożono {{successCount}} z {{total}} zleceń.",
436
+ "orderEntry.scaledOrder.allFailed": "Zlecenie skalowane nie powiodło się. Nie złożono żadnych zleceń.",
399
437
  "leverage.maxAccountLeverage": "Maks. dźwignia konta",
400
438
  "leverage.accountLeverage": "Dźwignia konta",
401
439
  "leverage.currentLeverage": "Aktualna dźwignia",
@@ -572,8 +610,8 @@
572
610
  "affiliate.referralCode.bound": "Kod polecający powiązany",
573
611
  "affiliate.referralCode.notExist": "Ten kod polecający nie istnieje.",
574
612
  "affiliate.process.title": "Zostanie polecającym jest łatwe",
575
- "affiliate.process.step1.title": "Aplikuj",
576
- "affiliate.process.step1.description": "Złóż wniosek o kod polecający poprzez formularz.",
613
+ "affiliate.process.step1.title": "Handluj $10,000+ lub aplikuj",
614
+ "affiliate.process.step1.description": "Automatycznie otrzymaj kod polecający ($0 z $10,000 ukończone), lub aplikuj o wyższą stawkę przez formularz.",
577
615
  "affiliate.process.step1.volumeEq0.title": "Uzyskaj automatyczny kod polecający lub aplikuj",
578
616
  "affiliate.process.step1.volumeEq0.description": "Twój kod polecający będzie gotowy do użycia po pierwszej transakcji. Możesz złożyć wniosek o wyższą stawkę poprzez formularz.",
579
617
  "affiliate.process.step1.volumeGt0.title": "Handluj ${{requireVolume}}+ lub aplikuj",
@@ -690,6 +728,9 @@
690
728
  "maintenance.dialog.description": "Przepraszamy, {{brokerName}} jest tymczasowo niedostępny z powodu zaplanowanej aktualizacji. Usługa powinna zostać przywrócona do {{endDate}}.",
691
729
  "maintenance.tips.description": "{{brokerName}} będzie tymczasowo niedostępny z powodu zaplanowanej aktualizacji od {{startDate}} do {{endDate}}.",
692
730
  "restrictedInfo.description.default": "Uzyskujesz dostęp do {{brokerName}} z adresu IP ({{ip}}) powiązanego z krajem objętym ograniczeniami.",
731
+ "restrictedInfo.accessRestricted": "Dostęp ograniczony",
732
+ "restrictedInfo.accessRestricted.description": "Ze względu na przepisy prawa i regulacje, obecnie nie prowadzimy działalności w Stanach Zjednoczonych. Kontynuując korzystanie z naszej platformy, oświadczasz i gwarantujesz, że nie jesteś rezydentem Stanów Zjednoczonych przez cały okres korzystania.",
733
+ "restrictedInfo.accessRestricted.agree": "Rozumiem i zgadzam się",
693
734
  "subAccount.modal.title": "Zmień konto",
694
735
  "subAccount.modal.switch.success.description": "Pomyślnie przełączono konto",
695
736
  "subAccount.modal.mainAccount.title": "Konto główne",
@@ -45,6 +45,7 @@
45
45
  "common.notional": "Nocional",
46
46
  "common.fee": "Taxa",
47
47
  "common.fees": "Taxas",
48
+ "common.orderPrice": "Preço da ordem",
48
49
  "common.avgPrice": "Preço médio",
49
50
  "common.avgOpen": "Abertura média",
50
51
  "common.avgClose": "Fechamento médio",
@@ -107,6 +108,7 @@
107
108
  "markets.favorites.tabs.maxName": "Nome da lista não pode exceder 15 caracteres",
108
109
  "markets.favorites.tabs.delete.dialog.title": "Excluir lista",
109
110
  "markets.favorites.tabs.delete.dialog.description": "Tem certeza que deseja excluir {{name}}?",
111
+ "markets.favorites.addFavorites": "Adicionar aos favoritos",
110
112
  "markets.column.market": "Mercado",
111
113
  "markets.column.24hChange": "Variação 24h",
112
114
  "markets.column.24hVolume": "Volume 24h",
@@ -259,6 +261,8 @@
259
261
  "positions.limitClose.description": "Você concorda em fechar a posição de {{quantity}} {{base}} no preço limite.",
260
262
  "positions.marketClose": "Fechar mercado",
261
263
  "positions.marketClose.description": "Você concorda em fechar a posição de {{quantity}} {{base}} no preço de mercado.",
264
+ "positions.limitClose.errors.exceed.title": "Limite de fechamento de posição excedido",
265
+ "positions.limitClose.errors.exceed.description": "Não é possível fechar a posição de {{quantity}} {{symbol}}. O máximo permitido por fechamento é {{maxQuantity}} {{symbol}}.",
262
266
  "positions.history.status.closed": "Fechado",
263
267
  "positions.history.status.partialClosed": "Parcialmente fechado",
264
268
  "positions.history.type.adl": "Adl",
@@ -290,7 +294,7 @@
290
294
  "orders.status.canceled.toast.title": "Ordem cancelada",
291
295
  "orders.status.rejected.toast.title": "Ordem rejeitada",
292
296
  "orders.status.replaced.toast.title": "Ordem editada",
293
- "orders.column.orderPrice": "Preço da ordem",
297
+ "orders.status.scaledSubOrderOpened.toast.title": "Ordem escalonada: subordem aberta",
294
298
  "orders.column.fill&Quantity": "Preenchido / Quantidade",
295
299
  "orders.column.triggerPrice": "Preço gatilho",
296
300
  "orders.column.orderTime": "Hora da ordem",
@@ -358,6 +362,24 @@
358
362
  "orderEntry.orderType.postOnly": "Apenas post",
359
363
  "orderEntry.orderType.ioc": "IOC",
360
364
  "orderEntry.orderType.fok": "FOK",
365
+ "orderEntry.orderType.scaledOrder": "Ordem escalonada",
366
+ "orderEntry.upperPrice": "Preço superior",
367
+ "orderEntry.lowerPrice": "Preço inferior",
368
+ "orderEntry.skew": "Inclinação",
369
+ "orderEntry.totalOrders": "Total de ordens",
370
+ "orderEntry.totalQuantity": "Quantidade total",
371
+ "orderEntry.quantityDistribution": "Distribuição de quantidade",
372
+ "orderEntry.quantityDistribution.description": "Controla a distribuição do tamanho da ordem entre os níveis de preço.",
373
+ "orderEntry.quantityDistribution.formula": "Distorção de tamanho = (Tamanho no preço mais alto) ÷ (Tamanho no preço mais baixo)",
374
+ "orderEntry.distributionType.flat": "Uniforme",
375
+ "orderEntry.distributionType.ascending": "Ascendente",
376
+ "orderEntry.distributionType.ascending.abbr": "Asc.",
377
+ "orderEntry.distributionType.descending": "Descendente",
378
+ "orderEntry.distributionType.descending.abbr": "Desc.",
379
+ "orderEntry.distributionType.custom": "Personalizado",
380
+ "orderEntry.distributionType.flat.description": "Alocação uniforme de ordens ao longo do intervalo.",
381
+ "orderEntry.distributionType.ascending.description": "Maior tamanho alocado aos níveis de preço mais altos.",
382
+ "orderEntry.distributionType.descending.description": "Maior tamanho alocado aos níveis de preço mais baixos.",
361
383
  "orderEntry.bbo": "BBO",
362
384
  "orderEntry.bbo.counterparty1": "Contraparte 1",
363
385
  "orderEntry.bbo.counterparty5": "Contraparte 5",
@@ -367,6 +389,7 @@
367
389
  "orderEntry.estLiqPrice": "Preço liq. est.",
368
390
  "orderEntry.disableOrderConfirm": "Desabilitar confirmação de ordem",
369
391
  "orderEntry.orderConfirm": "Confirmar ordem",
392
+ "orderEntry.confirmScaledOrder": "Confirmar ordem escalonada",
370
393
  "orderEntry.hidden": "Oculto",
371
394
  "orderEntry.keepVisible": "Manter visível",
372
395
  "orderEntry.maxBuy": "Compra máxima",
@@ -391,11 +414,26 @@
391
414
  "orderEntry.slTriggerPrice.error.min": "Preço SL deve ser maior que {{value}}",
392
415
  "orderEntry.slTriggerPrice.error.max": "Preço SL deve ser menor que {{value}}",
393
416
  "orderEntry.total.error.min": "O valor da ordem deve ser maior ou igual a {{value}} USDC",
417
+ "orderEntry.upperPrice.error.required": "Preço superior é obrigatório",
418
+ "orderEntry.upperPrice.error.min": "Preço superior deve ser maior que {{value}}",
419
+ "orderEntry.upperPrice.error.max": "Preço superior deve ser menor que {{value}}",
420
+ "orderEntry.lowerPrice.error.required": "Preço inferior é obrigatório",
421
+ "orderEntry.lowerPrice.error.min": "Preço inferior deve ser maior que {{value}}",
422
+ "orderEntry.lowerPrice.error.max": "Preço inferior deve ser menor que o preço superior",
423
+ "orderEntry.totalOrders.error.required": "Total de ordens é obrigatório",
424
+ "orderEntry.totalOrders.error.range": "Total de ordens deve estar entre 2 e 20",
425
+ "orderEntry.skew.error.required": "Inclinação é obrigatória",
426
+ "orderEntry.skew.error.min": "A distorção deve ser maior que {{value}}",
427
+ "orderEntry.skew.error.max": "A distorção deve ser menor que {{value}}",
394
428
  "orderEntry.slippage": "Slippage",
395
429
  "orderEntry.slippage.est": "Estimativa",
396
430
  "orderEntry.slippage.tips": "Sua transação será revertida se o preço mudar desfavoravelmente mais do que esta porcentagem.",
397
431
  "orderEntry.slippage.error.exceed": "O valor de entrada atual não pode exceder 3%",
398
432
  "orderEntry.slippage.error.max": "O slippage estimado excede o seu slippage máximo permitido.",
433
+ "orderEntry.confirmScaledOrder.orderPrice.warning": "Esta ordem será executada imediatamente com base no preço atual do mercado",
434
+ "orderEntry.scaledOrder.fullySuccessful": "Ordem escalonada colocada: {{total}} ordens enviadas com sucesso.",
435
+ "orderEntry.scaledOrder.partiallySuccessful": "Ordem escalonada parcialmente enviada: {{successCount}} de {{total}} ordens colocadas.",
436
+ "orderEntry.scaledOrder.allFailed": "Ordem escalonada falhou. Nenhuma ordem foi colocada.",
399
437
  "leverage.maxAccountLeverage": "Alavancagem máxima da conta",
400
438
  "leverage.accountLeverage": "Alavancagem da conta",
401
439
  "leverage.currentLeverage": "Alavancagem atual",
@@ -572,8 +610,8 @@
572
610
  "affiliate.referralCode.bound": "Código de indicação vinculado",
573
611
  "affiliate.referralCode.notExist": "Este código de indicação não existe.",
574
612
  "affiliate.process.title": "Tornar-se um afiliado é fácil",
575
- "affiliate.process.step1.title": "Candidatar",
576
- "affiliate.process.step1.description": "Candidate-se a um código de referência através do formulário.",
613
+ "affiliate.process.step1.title": "Negocie $10,000+ ou candidate-se",
614
+ "affiliate.process.step1.description": "Ganhe um código de referência automaticamente ($0 de $10,000 concluído), ou candidate-se a uma taxa mais alta via formulário.",
577
615
  "affiliate.process.step1.volumeEq0.title": "Obter código de referência automático ou candidatar",
578
616
  "affiliate.process.step1.volumeEq0.description": "Seu código de referência estará pronto para uso após sua primeira operação. Você pode se candidatar a uma taxa mais alta através do formulário.",
579
617
  "affiliate.process.step1.volumeGt0.title": "Operar ${{requireVolume}}+ ou candidatar",
@@ -690,6 +728,9 @@
690
728
  "maintenance.dialog.description": "Desculpe, {{brokerName}} está temporariamente indisponível devido a uma atualização programada. O serviço deve voltar até {{endDate}}.",
691
729
  "maintenance.tips.description": "{{brokerName}} estará temporariamente indisponível para uma atualização programada de {{startDate}} até {{endDate}}.",
692
730
  "restrictedInfo.description.default": "Você está acessando {{brokerName}} de um endereço IP ({{ip}}) associado a um país restrito.",
731
+ "restrictedInfo.accessRestricted": "Acesso Restrito",
732
+ "restrictedInfo.accessRestricted.description": "Devido a leis e regulamentos, atualmente não operamos nos Estados Unidos. Ao continuar a usar nossa plataforma, você declara e garante em todos os momentos que não é residente dos Estados Unidos durante todo o período de uso.",
733
+ "restrictedInfo.accessRestricted.agree": "Eu entendo e concordo",
693
734
  "subAccount.modal.title": "Trocar de conta",
694
735
  "subAccount.modal.switch.success.description": "Mudança de conta bem-sucedida",
695
736
  "subAccount.modal.mainAccount.title": "Conta principal",
@@ -45,6 +45,7 @@
45
45
  "common.notional": "Номинальная стоимость",
46
46
  "common.fee": "Комиссия",
47
47
  "common.fees": "Комиссии",
48
+ "common.orderPrice": "Цена ордера",
48
49
  "common.avgPrice": "Средняя цена",
49
50
  "common.avgOpen": "Средняя цена открытия",
50
51
  "common.avgClose": "Средняя цена закрытия",
@@ -107,6 +108,7 @@
107
108
  "markets.favorites.tabs.maxName": "Название списка не может превышать 15 символов",
108
109
  "markets.favorites.tabs.delete.dialog.title": "Удалить список",
109
110
  "markets.favorites.tabs.delete.dialog.description": "Вы уверены, что хотите удалить {{name}}?",
111
+ "markets.favorites.addFavorites": "Добавить в избранное",
110
112
  "markets.column.market": "Рынок",
111
113
  "markets.column.24hChange": "Изменение за 24ч",
112
114
  "markets.column.24hVolume": "Объем за 24ч",
@@ -259,6 +261,8 @@
259
261
  "positions.limitClose.description": "Вы соглашаетесь закрыть позицию {{quantity}} {{base}} по лимитной цене.",
260
262
  "positions.marketClose": "Рыночное закрытие",
261
263
  "positions.marketClose.description": "Вы соглашаетесь закрыть позицию {{quantity}} {{base}} по рыночной цене.",
264
+ "positions.limitClose.errors.exceed.title": "Превышен лимит закрытия позиции",
265
+ "positions.limitClose.errors.exceed.description": "Невозможно закрыть позицию {{quantity}} {{symbol}}. Максимально допустимый объем на одно закрытие {{maxQuantity}} {{symbol}}.",
262
266
  "positions.history.status.closed": "Закрыто",
263
267
  "positions.history.status.partialClosed": "Частично закрыто",
264
268
  "positions.history.type.adl": "ADL",
@@ -290,7 +294,7 @@
290
294
  "orders.status.canceled.toast.title": "Ордер отменен",
291
295
  "orders.status.rejected.toast.title": "Ордер отклонен",
292
296
  "orders.status.replaced.toast.title": "Ордер отредактирован",
293
- "orders.column.orderPrice": "Цена ордера",
297
+ "orders.status.scaledSubOrderOpened.toast.title": "Масштабный ордер: открыт подордер",
294
298
  "orders.column.fill&Quantity": "Исполнено / Количество",
295
299
  "orders.column.triggerPrice": "Цена триггера",
296
300
  "orders.column.orderTime": "Время ордера",
@@ -358,6 +362,24 @@
358
362
  "orderEntry.orderType.postOnly": "Только размещение",
359
363
  "orderEntry.orderType.ioc": "IOC",
360
364
  "orderEntry.orderType.fok": "FOK",
365
+ "orderEntry.orderType.scaledOrder": "Масштабированный ордер",
366
+ "orderEntry.upperPrice": "Верхняя цена",
367
+ "orderEntry.lowerPrice": "Нижняя цена",
368
+ "orderEntry.skew": "Перекос",
369
+ "orderEntry.totalOrders": "Всего ордеров",
370
+ "orderEntry.totalQuantity": "Общее количество",
371
+ "orderEntry.quantityDistribution": "Распределение количества",
372
+ "orderEntry.quantityDistribution.description": "Управляет распределением размера ордера между ценовыми уровнями.",
373
+ "orderEntry.quantityDistribution.formula": "Перекос размера = (Размер по самой высокой цене) ÷ (Размер по самой низкой цене)",
374
+ "orderEntry.distributionType.flat": "Равномерное",
375
+ "orderEntry.distributionType.ascending": "По возрастанию",
376
+ "orderEntry.distributionType.ascending.abbr": "Возр.",
377
+ "orderEntry.distributionType.descending": "По убыванию",
378
+ "orderEntry.distributionType.descending.abbr": "Убыв.",
379
+ "orderEntry.distributionType.custom": "Пользовательское",
380
+ "orderEntry.distributionType.flat.description": "Равномерное распределение ордеров по диапазону.",
381
+ "orderEntry.distributionType.ascending.description": "Больший размер на более высоких ценовых уровнях.",
382
+ "orderEntry.distributionType.descending.description": "Больший размер на более низких ценовых уровнях.",
361
383
  "orderEntry.bbo": "BBO",
362
384
  "orderEntry.bbo.counterparty1": "Контрагент 1",
363
385
  "orderEntry.bbo.counterparty5": "Контрагент 5",
@@ -367,6 +389,7 @@
367
389
  "orderEntry.estLiqPrice": "Расч. цена ликв.",
368
390
  "orderEntry.disableOrderConfirm": "Отключить подтверждение ордера",
369
391
  "orderEntry.orderConfirm": "Подтверждение ордера",
392
+ "orderEntry.confirmScaledOrder": "Подтвердить масштабированный ордер",
370
393
  "orderEntry.hidden": "Скрытый",
371
394
  "orderEntry.keepVisible": "Оставить видимым",
372
395
  "orderEntry.maxBuy": "Макс. покупка",
@@ -391,11 +414,26 @@
391
414
  "orderEntry.slTriggerPrice.error.min": "Цена SL должна быть больше {{value}}",
392
415
  "orderEntry.slTriggerPrice.error.max": "Цена SL должна быть меньше {{value}}",
393
416
  "orderEntry.total.error.min": "Стоимость ордера должна быть больше или равна {{value}} USDC",
417
+ "orderEntry.upperPrice.error.required": "Требуется верхняя цена",
418
+ "orderEntry.upperPrice.error.min": "Верхняя цена должна быть больше {{value}}",
419
+ "orderEntry.upperPrice.error.max": "Верхняя цена должна быть меньше {{value}}",
420
+ "orderEntry.lowerPrice.error.required": "Требуется нижняя цена",
421
+ "orderEntry.lowerPrice.error.min": "Нижняя цена должна быть больше {{value}}",
422
+ "orderEntry.lowerPrice.error.max": "Нижняя цена должна быть меньше верхней цены",
423
+ "orderEntry.totalOrders.error.required": "Требуется указать общее количество ордеров",
424
+ "orderEntry.totalOrders.error.range": "Общее количество ордеров должно быть от 2 до 20",
425
+ "orderEntry.skew.error.required": "Требуется указать перекос",
426
+ "orderEntry.skew.error.min": "Перекос должен быть больше {{value}}",
427
+ "orderEntry.skew.error.max": "Перекос должен быть меньше {{value}}",
394
428
  "orderEntry.slippage": "Проскальзывание",
395
429
  "orderEntry.slippage.est": "Оценка",
396
430
  "orderEntry.slippage.tips": "Ваша транзакция будет отменена, если цена изменится в неблагоприятную сторону более чем на этот процент.",
397
431
  "orderEntry.slippage.error.exceed": "Текущее введенное значение не может превышать 3%",
398
432
  "orderEntry.slippage.error.max": "Оценочное проскальзывание превышает максимально допустимое значение.",
433
+ "orderEntry.confirmScaledOrder.orderPrice.warning": "Этот ордер будет исполнен немедленно по текущей рыночной цене",
434
+ "orderEntry.scaledOrder.fullySuccessful": "Масштабный ордер размещен: {{total}} ордеров успешно отправлено.",
435
+ "orderEntry.scaledOrder.partiallySuccessful": "Масштабный ордер частично размещен: размещено {{successCount}} из {{total}} ордеров.",
436
+ "orderEntry.scaledOrder.allFailed": "Масштабный ордер не выполнен. Ордера не были размещены.",
399
437
  "leverage.maxAccountLeverage": "Макс. кредитное плечо аккаунта",
400
438
  "leverage.accountLeverage": "Кредитное плечо аккаунта",
401
439
  "leverage.currentLeverage": "Текущее кредитное плечо",
@@ -572,8 +610,8 @@
572
610
  "affiliate.referralCode.bound": "Реферальный код привязан",
573
611
  "affiliate.referralCode.notExist": "Этот реферальный код не существует.",
574
612
  "affiliate.process.title": "Стать партнером легко",
575
- "affiliate.process.step1.title": "Подать заявку",
576
- "affiliate.process.step1.description": "Подайте заявку на реферальный код через форму.",
613
+ "affiliate.process.step1.title": "Торгуйте на $10,000+ или подайте заявку",
614
+ "affiliate.process.step1.description": "Автоматически получите реферальный код ($0 из $10,000 выполнено), или подайте заявку на более высокую ставку через форму.",
577
615
  "affiliate.process.step1.volumeEq0.title": "Получить автоматический реферальный код или подать заявку",
578
616
  "affiliate.process.step1.volumeEq0.description": "Ваш реферальный код будет готов к использованию после совершения первой сделки. Вы можете подать заявку на более высокую ставку через форму.",
579
617
  "affiliate.process.step1.volumeGt0.title": "Торговать на ${{requireVolume}}+ или подать заявку",
@@ -690,6 +728,9 @@
690
728
  "maintenance.dialog.description": "Извините, {{brokerName}} временно недоступен из-за запланированного обновления. Ожидается, что сервис будет восстановлен к {{endDate}}.",
691
729
  "maintenance.tips.description": "{{brokerName}} будет временно недоступен для запланированного обновления с {{startDate}} по {{endDate}}.",
692
730
  "restrictedInfo.description.default": "Вы получаете доступ к {{brokerName}} с IP-адреса ({{ip}}), связанного с ограниченной страной.",
731
+ "restrictedInfo.accessRestricted": "Доступ ограничен",
732
+ "restrictedInfo.accessRestricted.description": "В связи с законами и нормативными актами, мы в настоящее время не работаем в Соединенных Штатах. Продолжая использовать нашу платформу, вы заявляете и гарантируете, что не являетесь резидентом Соединенных Штатов на протяжении всего периода использования.",
733
+ "restrictedInfo.accessRestricted.agree": "Я понимаю и согласен",
693
734
  "subAccount.modal.title": "Сменить аккаунт",
694
735
  "subAccount.modal.switch.success.description": "Успешное переключение аккаунта",
695
736
  "subAccount.modal.mainAccount.title": "Основной счет",