@orderly.network/i18n 3.1.5 → 3.1.6-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/{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/index.mjs
CHANGED
|
@@ -174,6 +174,7 @@ var affiliate = {
|
|
|
174
174
|
"affiliate.referralCode.review.modal.title": "Save changes?",
|
|
175
175
|
"affiliate.referralCode.create": "Create referral code",
|
|
176
176
|
"affiliate.referralCode.create.modal.title": "Create new referral code",
|
|
177
|
+
"affiliate.referralCode.create.input.placeholder": "Input code (e.g., A1B2C3D4)",
|
|
177
178
|
"affiliate.referralCode.create.success": "Referral code created!",
|
|
178
179
|
"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.",
|
|
179
180
|
"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.",
|
|
@@ -523,10 +524,10 @@ var markets = {
|
|
|
523
524
|
// TODO: confirm "change" first letter capital
|
|
524
525
|
"markets.column.price&Change": "Price / Change",
|
|
525
526
|
"markets.column.last": "Last",
|
|
526
|
-
"markets.column.24hPercentage": "24h%",
|
|
527
|
+
"markets.column.24hPercentage": "24h %",
|
|
527
528
|
"markets.column.24hVol": "24h Vol",
|
|
528
529
|
"markets.column.OI": "OI",
|
|
529
|
-
"markets.column.last&24hPercentage": "Last/24h%",
|
|
530
|
+
"markets.column.last&24hPercentage": "Last/24h %",
|
|
530
531
|
"markets.column.mark": "Mark",
|
|
531
532
|
"markets.column.index": "Index",
|
|
532
533
|
"markets.column.mark&Index": "Mark / Index",
|