@orderly.network/i18n 3.1.5 → 3.1.6
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-BnIK9IXF.d.mts → constant-B6wMFeN4.d.mts} +1 -0
- package/dist/{constant-BnIK9IXF.d.ts → constant-B6wMFeN4.d.ts} +1 -0
- 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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +6 -5
- package/dist/locales/ar.json +6 -5
- package/dist/locales/de.json +3 -2
- package/dist/locales/en.json +3 -2
- package/dist/locales/es.json +6 -5
- package/dist/locales/fa.json +6 -5
- package/dist/locales/fr.json +6 -5
- package/dist/locales/he.json +6 -5
- package/dist/locales/id.json +6 -5
- package/dist/locales/it.json +6 -5
- package/dist/locales/ja.json +6 -5
- package/dist/locales/ko.json +6 -5
- package/dist/locales/nl.json +6 -5
- package/dist/locales/pl.json +6 -5
- package/dist/locales/pt.json +6 -5
- package/dist/locales/ru.json +6 -5
- package/dist/locales/tc.json +6 -5
- package/dist/locales/tr.json +6 -5
- package/dist/locales/uk.json +6 -5
- package/dist/locales/vi.json +6 -5
- package/dist/locales/zh.json +6 -5
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +3 -2
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +3 -2
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/utils.mjs
CHANGED
|
@@ -125,6 +125,7 @@ var affiliate = {
|
|
|
125
125
|
"affiliate.referralCode.review.modal.title": "Save changes?",
|
|
126
126
|
"affiliate.referralCode.create": "Create referral code",
|
|
127
127
|
"affiliate.referralCode.create.modal.title": "Create new referral code",
|
|
128
|
+
"affiliate.referralCode.create.input.placeholder": "Input code (e.g., A1B2C3D4)",
|
|
128
129
|
"affiliate.referralCode.create.success": "Referral code created!",
|
|
129
130
|
"affiliate.referralCode.create.warning": "You are creating your referral code. Note that referee allocations can be increased later, but once a code has active referrals, its allocation cannot be decreased.",
|
|
130
131
|
"affiliate.rebateRate.edit.warning": "To protect existing users, once there are active referrals bound to this code, default commission split for referees can only be adjusted upward.",
|
|
@@ -474,10 +475,10 @@ var markets = {
|
|
|
474
475
|
// TODO: confirm "change" first letter capital
|
|
475
476
|
"markets.column.price&Change": "Price / Change",
|
|
476
477
|
"markets.column.last": "Last",
|
|
477
|
-
"markets.column.24hPercentage": "24h%",
|
|
478
|
+
"markets.column.24hPercentage": "24h %",
|
|
478
479
|
"markets.column.24hVol": "24h Vol",
|
|
479
480
|
"markets.column.OI": "OI",
|
|
480
|
-
"markets.column.last&24hPercentage": "Last/24h%",
|
|
481
|
+
"markets.column.last&24hPercentage": "Last/24h %",
|
|
481
482
|
"markets.column.mark": "Mark",
|
|
482
483
|
"markets.column.index": "Index",
|
|
483
484
|
"markets.column.mark&Index": "Mark / Index",
|