@kodiak-finance/orderly-i18n 2.8.22-beta.2 → 2.8.22-beta.4
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +2 -2
- package/dist/locales/de.json +2 -2
- package/dist/locales/en.json +2 -2
- package/dist/locales/es.json +2 -2
- package/dist/locales/fr.json +2 -2
- package/dist/locales/id.json +2 -2
- package/dist/locales/it.json +2 -2
- package/dist/locales/ja.json +2 -2
- package/dist/locales/ko.json +2 -2
- package/dist/locales/nl.json +2 -2
- package/dist/locales/pl.json +2 -2
- package/dist/locales/pt.json +2 -2
- package/dist/locales/ru.json +2 -2
- package/dist/locales/tc.json +2 -2
- package/dist/locales/tr.json +2 -2
- package/dist/locales/uk.json +2 -2
- package/dist/locales/vi.json +2 -2
- package/dist/locales/zh.json +2 -2
- package/dist/utils.js +2 -2
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +2 -2
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -991,8 +991,8 @@ var tradingLeaderboard = {
|
|
|
991
991
|
"tradingLeaderboard.pnl.tooltip": "Real-time PnL including both realized and unrealized gains. Existing positions and collateral price changes may affect PnL even with zero volume. Updated every 60 mins.",
|
|
992
992
|
"tradingLeaderboard.realizedPnl.tooltip": "Displays realized PnL from closed positions in the selected period.",
|
|
993
993
|
"tradingLeaderboard.tradingVolume.tooltip": "Total trading volume generated during the campaign period. Updated every 30 seconds.",
|
|
994
|
-
"tradingLeaderboard.foxifyOnly": "
|
|
995
|
-
"tradingLeaderboard.foxifyOnly.tooltip": "Show only
|
|
994
|
+
"tradingLeaderboard.foxifyOnly": "FUNDED Only",
|
|
995
|
+
"tradingLeaderboard.foxifyOnly.tooltip": "Show only FUNDED traders"
|
|
996
996
|
};
|
|
997
997
|
|
|
998
998
|
// src/locale/module/tradingRewards.ts
|