@kodiak-finance/orderly-i18n 2.8.19 → 2.8.21-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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +1 -1
- package/dist/locales/de.json +1 -1
- package/dist/locales/en.json +1 -1
- package/dist/locales/es.json +1 -1
- package/dist/locales/fr.json +1 -1
- package/dist/locales/id.json +1 -1
- package/dist/locales/it.json +1 -1
- package/dist/locales/ja.json +1 -1
- package/dist/locales/ko.json +1 -1
- package/dist/locales/nl.json +1 -1
- package/dist/locales/pl.json +1 -1
- package/dist/locales/pt.json +1 -1
- package/dist/locales/ru.json +1 -1
- package/dist/locales/tc.json +1 -1
- package/dist/locales/tr.json +1 -1
- package/dist/locales/uk.json +1 -1
- package/dist/locales/vi.json +1 -1
- package/dist/locales/zh.json +1 -1
- package/dist/utils.js +1 -1
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +1 -1
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/utils.mjs
CHANGED
|
@@ -566,7 +566,7 @@ var portfolio = {
|
|
|
566
566
|
"portfolio.overview.performance.roi.tooltip": "ROI = PnL / (Start account value + Total deposits + Total transfer-in)",
|
|
567
567
|
"portfolio.overview.performance.pnl": "{{period}} PnL",
|
|
568
568
|
"portfolio.overview.performance.pnl.tooltip": "PnL = Current account value \u2212 Start account value \u2212 Total deposits + Total withdrawals \u2212 Total transfer-in + Total transfer-out",
|
|
569
|
-
"portfolio.overview.performance.volume": "{{period}} Volume
|
|
569
|
+
"portfolio.overview.performance.volume": "{{period}} Volume",
|
|
570
570
|
"portfolio.overview.performance.volume.tooltip": "Trading volume over the selected period.",
|
|
571
571
|
"portfolio.overview.performance.dailyPnl": "Daily PnL",
|
|
572
572
|
"portfolio.overview.performance.cumulativePnl": "Cumulative PnL",
|