@dydxprotocol/v4-localization 1.1.25 → 1.1.27
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.
|
@@ -176,8 +176,8 @@
|
|
|
176
176
|
"MAXIMUM_REWARDS": "Estimated Rewards",
|
|
177
177
|
"MENU": "Menu",
|
|
178
178
|
"METRICS": "Metrics",
|
|
179
|
+
"MID_CAP": "Mid-cap",
|
|
179
180
|
"MIGRATE": "Migrate",
|
|
180
|
-
"MIN_CAP": "Min-cap",
|
|
181
181
|
"MINE": "Mine",
|
|
182
182
|
"MINIMUM_ORDER_SIZE": "Minimum Order Size",
|
|
183
183
|
"MODIFY": "Modify",
|
|
@@ -1352,6 +1352,22 @@
|
|
|
1352
1352
|
"USERS_REFERRED": "Users Referred",
|
|
1353
1353
|
"YOU_CAN_WIN_THESE": "You can win these in our {LEAGUES_LINK}"
|
|
1354
1354
|
},
|
|
1355
|
+
"STAKING_REWARDS": {
|
|
1356
|
+
"LIQUID_STAKE_ON_STRIDE": "Liquid Stake on Stride",
|
|
1357
|
+
"LIQUID_STAKING_AND_LEAVING": "Liquid staking and leaving website",
|
|
1358
|
+
"LIQUID_STAKING_AND_LEAVING_DESCRIPTION": "By selecting “{CTA}” below, you acknowledge and agree that (a) you will leave our website and join a website made available by Stride Labs, Inc. (“Stride”), which is independent from and unaffiliated with the host and operator of this website (the “Operator”); (b) this service is provided to you directly by Stride and does not involve the Operator; (c) this service and any liquid staking occurs outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Stride. This service is not available to any persons located in the U.S., Canada or restricted territories. You also agree that any information requested from you by Stride is not provided to the Operator, and that you will not hold the Operator liable for any aspect of any transaction or transmission between you and Stride. Nothing on the Operator’s website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature, and you agree that you are responsible to conduct independent research, perform due diligence and engage a professional advisor prior to taking any financial, tax, legal or investment action related to any of the foregoing.",
|
|
1359
|
+
"LIQUID_STAKE_W_STRIDE": "Liquid Stake with Stride",
|
|
1360
|
+
"LIQUID_STAKE_STRIDE_DESCRIPTION": "Stake your {TOKEN_DENOM} tokens for st{TOKEN_DENOM} which you can deploy around the ecosystem.",
|
|
1361
|
+
"NAVIGATE_TO_STRIDE": "{STRONG_YES}, navigate to Stride Zone.",
|
|
1362
|
+
"STAKE_WITH_KEPLR": "Stake with Keplr",
|
|
1363
|
+
"STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION": "By selecting “{CTA}” below, you acknowledge and agree that (a) you will leave our website and join a website made available by Chainapsis, Inc. (“Keplr”), which is independent from and unaffiliated with the host and operator of this website (the “Operator”); (b) this service is provided to you directly by Keplr and does not involve the Operator; (c) this service and any staking occurs outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Keplr. This service is not available to any persons located in the U.S., Canada or restricted territories. You also agree that any information requested from you by Keplr is not provided to the Operator, and that you will not hold the Operator liable for any aspect of any transaction or transmission between you and Keplr. Nothing on the Operator’s website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature, and you agree that you are responsible to conduct independent research, perform due diligence and engage a professional advisor prior to taking any financial, tax, legal or investment action related to any of the foregoing.",
|
|
1364
|
+
"STAKING_AND_LEAVING": "Staking and leaving website disclaimer",
|
|
1365
|
+
"STAKING_PAGE_SUBTITLE": "Stake to earn APR. Unstaking can take up to 30 days.",
|
|
1366
|
+
"STAKING_REWARDS": "Staking Rewards"
|
|
1367
|
+
},
|
|
1368
|
+
"TOKEN_GOVERNANCE": {
|
|
1369
|
+
"GOVERNANCE_PAGE_SUBTITLE": "Participate in the ecosystem by voting on Governance proposals or submitting your own."
|
|
1370
|
+
},
|
|
1355
1371
|
"TRADING_REWARDS" : {
|
|
1356
1372
|
"ABOUT": "About",
|
|
1357
1373
|
"EVENT": "Event",
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dydxprotocol/v4-localization",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
4
4
|
"description": "v4 localization",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"generate": "npm run generate:app && npm run generate:notifications && npm run generate:tooltips",
|
|
9
|
+
"generate:app": "cd scripts && ./codegen_localization_app.swift ../config/localization/en/app.json > ./generated/app.ts && cd ..",
|
|
10
|
+
"generate:notifications": "cd scripts && ./codegen_localization_notifications.swift ../config/localization_notifications/en/app.json > ./generated/notifications.ts && cd ..",
|
|
11
|
+
"generate:tooltips": "cd scripts && ./codegen_localization_tooltips.swift ../config/localization/en/tooltips.json > ./generated/tooltips.ts && cd ..",
|
|
12
|
+
"bump_version": "./scripts/bump_version.sh"
|
|
8
13
|
},
|
|
9
14
|
"repository": {
|
|
10
15
|
"type": "git",
|
package/scripts/generated/app.ts
CHANGED
|
@@ -343,10 +343,10 @@ export const APP_STRING_KEYS = {
|
|
|
343
343
|
MAX_WITHDRAW: 'APP.GENERAL.MAX_WITHDRAW',
|
|
344
344
|
MENU: 'APP.GENERAL.MENU',
|
|
345
345
|
METRICS: 'APP.GENERAL.METRICS',
|
|
346
|
+
MID_CAP: 'APP.GENERAL.MID_CAP',
|
|
346
347
|
MIGRATE: 'APP.GENERAL.MIGRATE',
|
|
347
348
|
MINE: 'APP.GENERAL.MINE',
|
|
348
349
|
MINIMUM_ORDER_SIZE: 'APP.GENERAL.MINIMUM_ORDER_SIZE',
|
|
349
|
-
MIN_CAP: 'APP.GENERAL.MIN_CAP',
|
|
350
350
|
MODIFY: 'APP.GENERAL.MODIFY',
|
|
351
351
|
NETWORK: 'APP.GENERAL.NETWORK',
|
|
352
352
|
NEW: 'APP.GENERAL.NEW',
|
|
@@ -1127,6 +1127,20 @@ export const APP_STRING_KEYS = {
|
|
|
1127
1127
|
WAIT_SECONDS_SINGULAR: 'APP.SIGN_INTO_MOBILE.WAIT_SECONDS_SINGULAR',
|
|
1128
1128
|
WHILE_ONBOARDING: 'APP.SIGN_INTO_MOBILE.WHILE_ONBOARDING',
|
|
1129
1129
|
|
|
1130
|
+
// STAKING_REWARDS
|
|
1131
|
+
|
|
1132
|
+
LIQUID_STAKE_ON_STRIDE: 'APP.STAKING_REWARDS.LIQUID_STAKE_ON_STRIDE',
|
|
1133
|
+
LIQUID_STAKE_STRIDE_DESCRIPTION: 'APP.STAKING_REWARDS.LIQUID_STAKE_STRIDE_DESCRIPTION',
|
|
1134
|
+
LIQUID_STAKE_W_STRIDE: 'APP.STAKING_REWARDS.LIQUID_STAKE_W_STRIDE',
|
|
1135
|
+
LIQUID_STAKING_AND_LEAVING: 'APP.STAKING_REWARDS.LIQUID_STAKING_AND_LEAVING',
|
|
1136
|
+
LIQUID_STAKING_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.LIQUID_STAKING_AND_LEAVING_DESCRIPTION',
|
|
1137
|
+
NAVIGATE_TO_STRIDE: 'APP.STAKING_REWARDS.NAVIGATE_TO_STRIDE',
|
|
1138
|
+
STAKE_WITH_KEPLR: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR',
|
|
1139
|
+
STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION',
|
|
1140
|
+
STAKING_AND_LEAVING: 'APP.STAKING_REWARDS.STAKING_AND_LEAVING',
|
|
1141
|
+
STAKING_PAGE_SUBTITLE: 'APP.STAKING_REWARDS.STAKING_PAGE_SUBTITLE',
|
|
1142
|
+
STAKING_REWARDS: 'APP.STAKING_REWARDS.STAKING_REWARDS',
|
|
1143
|
+
|
|
1130
1144
|
// TEST_FUNDS_MODAL
|
|
1131
1145
|
|
|
1132
1146
|
TESTNET_DEPOSITS: 'APP.TEST_FUNDS_MODAL.TESTNET_DEPOSITS',
|
|
@@ -1145,6 +1159,10 @@ export const APP_STRING_KEYS = {
|
|
|
1145
1159
|
SYSTEM: 'APP.THEME.SYSTEM',
|
|
1146
1160
|
THEME: 'APP.THEME.THEME',
|
|
1147
1161
|
|
|
1162
|
+
// TOKEN_GOVERNANCE
|
|
1163
|
+
|
|
1164
|
+
GOVERNANCE_PAGE_SUBTITLE: 'APP.TOKEN_GOVERNANCE.GOVERNANCE_PAGE_SUBTITLE',
|
|
1165
|
+
|
|
1148
1166
|
// TRADE
|
|
1149
1167
|
|
|
1150
1168
|
ADD_TRIGGERS: 'APP.TRADE.ADD_TRIGGERS',
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
// Generated from ../config/localization_notifications/en/app.json using ../config/localization_notifications/en/app.json
|
|
4
4
|
|
|
5
5
|
export const NOTIFICATIONS_STRING_KEYS = {
|
|
6
|
+
BLOCK_REWARD_BODY: 'NOTIFICATIONS.BLOCK_REWARD.BODY',
|
|
7
|
+
BLOCK_REWARD_TITLE: 'NOTIFICATIONS.BLOCK_REWARD.TITLE',
|
|
6
8
|
DELEVERAGED_BODY: 'NOTIFICATIONS.DELEVERAGED.BODY',
|
|
7
9
|
DELEVERAGED_TITLE: 'NOTIFICATIONS.DELEVERAGED.TITLE',
|
|
8
10
|
DEPOSIT_SUCCESS_BODY: 'NOTIFICATIONS.DEPOSIT_SUCCESS.BODY',
|