@kodiak-finance/orderly-i18n 2.8.22 → 2.8.23
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.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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +2 -0
- package/dist/locales/de.json +2 -0
- package/dist/locales/en.json +2 -0
- package/dist/locales/es.json +2 -0
- package/dist/locales/fr.json +2 -0
- package/dist/locales/id.json +2 -0
- package/dist/locales/it.json +2 -0
- package/dist/locales/ja.json +2 -0
- package/dist/locales/ko.json +2 -0
- package/dist/locales/nl.json +2 -0
- package/dist/locales/pl.json +2 -0
- package/dist/locales/pt.json +2 -0
- package/dist/locales/ru.json +2 -0
- package/dist/locales/tc.json +2 -0
- package/dist/locales/tr.json +2 -0
- package/dist/locales/uk.json +2 -0
- package/dist/locales/vi.json +2 -0
- package/dist/locales/zh.json +2 -0
- package/dist/{types-78lNM5Vi.d.ts → types-fdjlWU2e.d.ts} +2 -0
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +3 -1
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +3 -1
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/utils.mjs
CHANGED
|
@@ -949,7 +949,9 @@ var tradingLeaderboard = {
|
|
|
949
949
|
"tradingLeaderboard.rules": "Rules",
|
|
950
950
|
"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.",
|
|
951
951
|
"tradingLeaderboard.realizedPnl.tooltip": "Displays realized PnL from closed positions in the selected period.",
|
|
952
|
-
"tradingLeaderboard.tradingVolume.tooltip": "Total trading volume generated during the campaign period. Updated every 30 seconds."
|
|
952
|
+
"tradingLeaderboard.tradingVolume.tooltip": "Total trading volume generated during the campaign period. Updated every 30 seconds.",
|
|
953
|
+
"tradingLeaderboard.foxifyOnly": "FUNDED Only",
|
|
954
|
+
"tradingLeaderboard.foxifyOnly.tooltip": "Show only FUNDED traders"
|
|
953
955
|
};
|
|
954
956
|
|
|
955
957
|
// src/locale/module/tradingRewards.ts
|