@orderly.network/i18n 3.2.0-alpha.0 → 3.2.1-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/utils.mjs CHANGED
@@ -457,6 +457,10 @@ var markets = {
457
457
  "markets.topGainers": "Top gainers",
458
458
  "markets.topLosers": "Top losers",
459
459
  "markets.search.placeholder": "Search market",
460
+ "markets.showLowVolume": "Show low vol.",
461
+ "markets.showLowVolume.tooltip": "Include markets with less than $1,000 in 24h trading volume.",
462
+ "markets.showLowVolume.empty": "Matching markets are hidden by the 24h volume filter.",
463
+ "markets.showLowVolume.action": "Show low-volume markets",
460
464
  "markets.dataList.favorites.empty": "Click on the <0/> icon next to a market to add it to your list.",
461
465
  "markets.dataList.column.8hFunding": "8h funding",
462
466
  "markets.dataList.column.moveTop": "Move to top",
@@ -752,7 +756,7 @@ var portfolio = {
752
756
  "portfolio.overview.column.form": "Form",
753
757
  "portfolio.overview.column.to": "To",
754
758
  "portfolio.overview.column.convert.convertedAsset": "Converted asset",
755
- "portfolio.overview.column.convert.usdcAmount": "USDC amount",
759
+ "portfolio.overview.column.convert.receivedAmount": "Received amount",
756
760
  "portfolio.overview.column.convert.convertId": "Convert ID",
757
761
  "portfolio.overview.column.convert.details": "Details",
758
762
  "portfolio.overview.tab.convert.history": "Convert history",
@@ -1180,6 +1184,10 @@ var tradingView = {
1180
1184
 
1181
1185
  // src/locale/module/transfer.ts
1182
1186
  var transfer = {
1187
+ "transfer.reverseConvert.available": "You have <0>{{amount}}</0> USDC available.",
1188
+ "transfer.reverseConvert.action": "Convert to USDG",
1189
+ "transfer.reverseConvert.estimate": "Estimated amount. Final received amount depends on execution.",
1190
+ "transfer.reverseConvert.unavailable": "USDC to USDG conversion is unavailable on this network or token data is not ready.",
1183
1191
  "transfer.network": "Network",
1184
1192
  "transfer.lowestFee": "lowest fee",
1185
1193
  "transfer.web3Wallet.your": "Your Web3 Wallet",