@orderly.network/i18n 3.0.0-beta.5 → 3.0.0-beta.7
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-CiV2HVtI.d.mts → constant-BwPxVQ3H.d.mts} +2 -0
- package/dist/{constant-CiV2HVtI.d.ts → constant-BwPxVQ3H.d.ts} +2 -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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- 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/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +2 -0
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +2 -0
- package/dist/utils.mjs.map +1 -1
- package/package.json +2 -2
package/dist/utils.mjs
CHANGED
|
@@ -145,6 +145,8 @@ var affiliate = {
|
|
|
145
145
|
"affiliate.newReferralProgram.description": "Give your sub-affiliates the power to customize their earnings, while you unlock an endless stream of passive income from every trader in your growing network.",
|
|
146
146
|
"affiliate.newReferralProgram.tradeUnlock": "Trade to unlock",
|
|
147
147
|
"affiliate.newReferralProgram.tradeUnlock.description": "Trade {{volume}} USDC volume to unlock the ability to invite friends and earn commissions.",
|
|
148
|
+
"affiliate.newReferralProgram.wereYouReferred": "Were you referred by someone?",
|
|
149
|
+
"affiliate.newReferralProgram.referredBy": "You were referred by {{code}}.",
|
|
148
150
|
"affiliate.commissionConfiguration": "Commission configuration",
|
|
149
151
|
"affiliate.totalCommissionAvailable": "Total commission available",
|
|
150
152
|
"affiliate.configure": "Configure",
|