@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/{constant-CJUU0X8e.d.mts → constant-Bd6OeS0l.d.mts} +9 -1
- package/dist/{constant-CJUU0X8e.d.ts → constant-Bd6OeS0l.d.ts} +9 -1
- 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 +9 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -1
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +10 -2
- package/dist/locales/ar.json +9 -1
- package/dist/locales/de.json +9 -1
- package/dist/locales/en.json +9 -1
- package/dist/locales/es.json +9 -1
- package/dist/locales/fa.json +9 -1
- package/dist/locales/fr.json +9 -1
- package/dist/locales/he.json +9 -1
- package/dist/locales/id.json +9 -1
- package/dist/locales/it.json +9 -1
- package/dist/locales/ja.json +9 -1
- package/dist/locales/ko.json +9 -1
- package/dist/locales/nl.json +9 -1
- package/dist/locales/pl.json +9 -1
- package/dist/locales/pt.json +9 -1
- package/dist/locales/ru.json +9 -1
- package/dist/locales/tc.json +10 -2
- package/dist/locales/tr.json +9 -1
- package/dist/locales/uk.json +9 -1
- package/dist/locales/vi.json +9 -1
- package/dist/locales/zh.json +10 -2
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +9 -1
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +9 -1
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -506,6 +506,10 @@ var markets = {
|
|
|
506
506
|
"markets.topGainers": "Top gainers",
|
|
507
507
|
"markets.topLosers": "Top losers",
|
|
508
508
|
"markets.search.placeholder": "Search market",
|
|
509
|
+
"markets.showLowVolume": "Show low vol.",
|
|
510
|
+
"markets.showLowVolume.tooltip": "Include markets with less than $1,000 in 24h trading volume.",
|
|
511
|
+
"markets.showLowVolume.empty": "Matching markets are hidden by the 24h volume filter.",
|
|
512
|
+
"markets.showLowVolume.action": "Show low-volume markets",
|
|
509
513
|
"markets.dataList.favorites.empty": "Click on the <0/> icon next to a market to add it to your list.",
|
|
510
514
|
"markets.dataList.column.8hFunding": "8h funding",
|
|
511
515
|
"markets.dataList.column.moveTop": "Move to top",
|
|
@@ -801,7 +805,7 @@ var portfolio = {
|
|
|
801
805
|
"portfolio.overview.column.form": "Form",
|
|
802
806
|
"portfolio.overview.column.to": "To",
|
|
803
807
|
"portfolio.overview.column.convert.convertedAsset": "Converted asset",
|
|
804
|
-
"portfolio.overview.column.convert.
|
|
808
|
+
"portfolio.overview.column.convert.receivedAmount": "Received amount",
|
|
805
809
|
"portfolio.overview.column.convert.convertId": "Convert ID",
|
|
806
810
|
"portfolio.overview.column.convert.details": "Details",
|
|
807
811
|
"portfolio.overview.tab.convert.history": "Convert history",
|
|
@@ -1229,6 +1233,10 @@ var tradingView = {
|
|
|
1229
1233
|
|
|
1230
1234
|
// src/locale/module/transfer.ts
|
|
1231
1235
|
var transfer = {
|
|
1236
|
+
"transfer.reverseConvert.available": "You have <0>{{amount}}</0> USDC available.",
|
|
1237
|
+
"transfer.reverseConvert.action": "Convert to USDG",
|
|
1238
|
+
"transfer.reverseConvert.estimate": "Estimated amount. Final received amount depends on execution.",
|
|
1239
|
+
"transfer.reverseConvert.unavailable": "USDC to USDG conversion is unavailable on this network or token data is not ready.",
|
|
1232
1240
|
"transfer.network": "Network",
|
|
1233
1241
|
"transfer.lowestFee": "lowest fee",
|
|
1234
1242
|
"transfer.web3Wallet.your": "Your Web3 Wallet",
|