@kodiak-finance/orderly-i18n 2.8.19 → 2.8.20
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/index.js
CHANGED
|
@@ -612,7 +612,7 @@ var portfolio = {
|
|
|
612
612
|
"portfolio.overview.performance.roi.tooltip": "ROI = PnL / (Start account value + Total deposits + Total transfer-in)",
|
|
613
613
|
"portfolio.overview.performance.pnl": "{{period}} PnL",
|
|
614
614
|
"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",
|
|
615
|
-
"portfolio.overview.performance.volume": "{{period}} Volume
|
|
615
|
+
"portfolio.overview.performance.volume": "{{period}} Volume",
|
|
616
616
|
"portfolio.overview.performance.volume.tooltip": "Trading volume over the selected period.",
|
|
617
617
|
"portfolio.overview.performance.dailyPnl": "Daily PnL",
|
|
618
618
|
"portfolio.overview.performance.cumulativePnl": "Cumulative PnL",
|