@orderly.network/i18n 2.8.3-alpha.0 → 2.8.4-alpha.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.
- package/dist/constant.d.mts +1 -1
- package/dist/constant.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -4
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +8 -4
- package/dist/locales/de.json +8 -4
- package/dist/locales/en.json +8 -4
- package/dist/locales/es.json +8 -4
- package/dist/locales/fr.json +8 -4
- package/dist/locales/id.json +8 -4
- package/dist/locales/it.json +8 -4
- package/dist/locales/ja.json +8 -4
- package/dist/locales/ko.json +8 -4
- package/dist/locales/nl.json +8 -4
- package/dist/locales/pl.json +8 -4
- package/dist/locales/pt.json +8 -4
- package/dist/locales/ru.json +8 -4
- package/dist/locales/tc.json +8 -4
- package/dist/locales/tr.json +8 -4
- package/dist/locales/uk.json +8 -4
- package/dist/locales/vi.json +8 -4
- package/dist/locales/zh.json +8 -4
- package/dist/{types-BNhRIPQN.d.ts → types-ph7N0zra.d.ts} +8 -4
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +8 -4
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +8 -4
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -373,8 +373,6 @@ var markets = {
|
|
|
373
373
|
"markets.recent": "Recent",
|
|
374
374
|
"markets.newListings": "New listings",
|
|
375
375
|
"markets.allMarkets": "All markets",
|
|
376
|
-
"markets.spot.description": "One-click crosschain swap.",
|
|
377
|
-
"markets.perps.description": "Gasless orderbook PERP DEX with up to 100x leverage.",
|
|
378
376
|
"markets.openInterest": "Open interest",
|
|
379
377
|
"markets.openInterest.tooltip": "Total size of positions per side.",
|
|
380
378
|
"markets.topGainers": "Top gainers",
|
|
@@ -428,12 +426,12 @@ var notification = {
|
|
|
428
426
|
"notification.joinNow": "Join now",
|
|
429
427
|
"notification.listing": "New token listing",
|
|
430
428
|
"notification.maintenance": "System maintenance",
|
|
431
|
-
"notification.maintenanceDuration": "{{hours}} HRs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
|
|
429
|
+
"notification.maintenanceDuration.hours": "{{hours}} HRs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
|
|
430
|
+
"notification.maintenanceDuration.minutes": "{{minutes}} MINs at {{startTimeFormatted}} - {{endTimeFormatted}} (UTC)",
|
|
432
431
|
"notification.recentlyUpdated": "Recently updated",
|
|
433
432
|
"notification.title": "Announcement",
|
|
434
433
|
"notification.centerTitle": "Announcement center",
|
|
435
434
|
// Notification related keys
|
|
436
|
-
"notification.campaignTitle": "Latest Campaign is coming",
|
|
437
435
|
"notification.closeAll": "Close all ({{total}})",
|
|
438
436
|
"notification.delistingTitle": "Token Delisting Notice",
|
|
439
437
|
"notification.generalTitle": "General Update",
|
|
@@ -581,6 +579,11 @@ var orders = {
|
|
|
581
579
|
"orders.pending.cancelAll.description": "Are you sure you want to cancel all of your pending orders?",
|
|
582
580
|
"orders.tpsl.cancelAll": "Cancel all TP/SL orders",
|
|
583
581
|
"orders.tpsl.cancelAll.description": "Are you sure you want to cancel all of your TP/SL orders?",
|
|
582
|
+
"orders.cancelAll.ofSymbol": "Cancel all of {{symbol}}",
|
|
583
|
+
"orders.pending.cancelAll.forSymbol": "Cancel all pending orders for {{symbol}}",
|
|
584
|
+
"orders.pending.cancelAll.forSymbol.description": "Are you sure you want to cancel all pending orders for {{symbol}}?",
|
|
585
|
+
"orders.tpsl.cancelAll.forSymbol": "Cancel all TP/SL orders for {{symbol}}",
|
|
586
|
+
"orders.tpsl.cancelAll.forSymbol.description": "Are you sure you want to cancel all TP/SL orders for {{symbol}}?",
|
|
584
587
|
"orders.price.greaterThan": "Price can not be greater than {{max}} USDC.",
|
|
585
588
|
"orders.price.lessThan": "Price can not be less than {{min}} USDC.",
|
|
586
589
|
"orders.quantity.lessThan": "Quantity should be less than {{quantity}}",
|
|
@@ -693,6 +696,7 @@ var positions = {
|
|
|
693
696
|
"positions.liquidation": "Liquidation",
|
|
694
697
|
"positions.positionHistory": "Position history",
|
|
695
698
|
"positions.closeAll": "Close all",
|
|
699
|
+
"positions.closeAll.ofSymbol": "Close all of {{symbol}}",
|
|
696
700
|
"positions.closeAll.description": "Are you sure you want to close all of your positions? They will be closed using market orders.",
|
|
697
701
|
"positions.closeAll.success": "All positions closed successfully",
|
|
698
702
|
"positions.column.liqPrice": "Liq. price",
|