@dydxprotocol/v4-localization 1.0.2 → 1.0.3
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/LICENSE
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
Copyright (C) 2023 dYdX Trading Inc.
|
|
2
2
|
|
|
3
|
-
Subject to your compliance with applicable law, you are granted the right to use the Licensed Work (defined below) under the terms of the GNU Affero General Public License as set forth below; provided, however, that if you violate any such applicable law in your use of the Licensed Work, all of your rights and licenses to use (including any rights to reproduce, distribute, install or modify) the Licensed Work will automatically and immediately terminate.
|
|
3
|
+
Subject to your compliance with applicable law and the v4 Terms of Use, available at dydx.exchange/legal, you are granted the right to use the Program or Licensed Work (defined below) under the terms of the GNU Affero General Public License as set forth below; provided, however, that if you violate any such applicable law in your use of the Program or Licensed Work, all of your rights and licenses to use (including any rights to reproduce, distribute, install or modify) the Program or Licensed Work will automatically and immediately terminate.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
The “Program” or “Licensed Work” shall mean any of the following: dydxprotocol/cosmos-sdk, dydxprotocol/cometbft, dydxprotocol/v4-chain, dydxprotocol/v4-clients, dydxprotocol/v4-web, dydxprotocol/v4-abacus, dydxprotocol/v4-localization, dydxprotocol/v4-documentation, and any dYdX or dYdX Trading Inc. repository reflecting a copy of, or link to, this license.
|
|
4
7
|
|
|
5
8
|
|
|
6
9
|
The GNU Affero General Public License
|
|
@@ -970,6 +970,12 @@
|
|
|
970
970
|
"CURRENTLY_TRADING_GOERLI": "You are trading on our Goerli testnet app with test funds. Create an account on our mainnet app to start trading with real funds",
|
|
971
971
|
"CURRENTLY_TRADING_ROPSTEN": "You are trading on our Ropsten testnet app with test funds. Create an account on our mainnet app to start trading with real funds",
|
|
972
972
|
"ENTER_AMOUNT": "Enter amount",
|
|
973
|
+
"ENTER_LIMIT_PRICE": "Enter limit price",
|
|
974
|
+
"ENTER_TRIGGER_PRICE": "Enter trigger price",
|
|
975
|
+
"ENTER_TRAILING_PERCENT": "Enter trailing percent",
|
|
976
|
+
"ENTER_TIME_IN_FORCE": "Enter time in force",
|
|
977
|
+
"ENTER_GOOD_UNTIL": "Enter good until",
|
|
978
|
+
"ENTER_EXECUTION": "Enter execution",
|
|
973
979
|
"ENTRY_PRICE_SHORT": "Entry",
|
|
974
980
|
"EXECUTION": "Execution",
|
|
975
981
|
"EXPECTED_PRICE": "Expected Price",
|
|
@@ -1436,6 +1442,7 @@
|
|
|
1436
1442
|
"CONFIRM_TRANSFER": "Confirm transfer",
|
|
1437
1443
|
"CONFIRM_TRANSFER_PROMPT": "You are attempting to transfer {AMOUNT} to the following Ethereum address:",
|
|
1438
1444
|
"DIRECTLY_TRANSFER": "Directly transfer funds to another account on dYdX",
|
|
1445
|
+
"ENTER_ETH_ADDRESS": "Enter wallet address",
|
|
1439
1446
|
"ETH_ADDRESS": "Ethereum wallet address",
|
|
1440
1447
|
"INVALID_ADDRESS_TITLE": "Invalid wallet address",
|
|
1441
1448
|
"INVALID_ADDRESS_BODY": "Please enter an valid dYdX chain address.",
|
|
@@ -1831,4 +1838,4 @@
|
|
|
1831
1838
|
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
|
|
1832
1839
|
}
|
|
1833
1840
|
}
|
|
1834
|
-
}
|
|
1841
|
+
}
|
|
@@ -205,10 +205,7 @@
|
|
|
205
205
|
"CANNOT_PLACE_TRADE": "Cannot place trade",
|
|
206
206
|
"CLOSED_STATUS": "Closed",
|
|
207
207
|
"ENTER_AMOUNT_TO_TRADE": "Enter trade amount",
|
|
208
|
-
"ENTER_LIMIT_PRICE": "Enter limit price",
|
|
209
208
|
"ENTER_STOP_PRICE": "Enter stop price",
|
|
210
|
-
"ENTER_TRAILING_PERCENT": "Enter trailing percent",
|
|
211
|
-
"ENTER_TRIGGER_PRICE": "Enter trigger price",
|
|
212
209
|
"LIQUIDATION": "Liquidation",
|
|
213
210
|
"LUNA_IMF_TITLE": "Adjusted Margin for LUNA-USD",
|
|
214
211
|
"LUNA_IMF_TEXT": "We have temporarily increased the Initial Margin Requirements on LUNA-USD to 100% due to volatility. Maintenance margin remains the same at 5%.",
|
|
@@ -419,4 +416,4 @@
|
|
|
419
416
|
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Take Profit Limit order."
|
|
420
417
|
}
|
|
421
418
|
}
|
|
422
|
-
}
|
|
419
|
+
}
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -218,6 +218,7 @@ export const APP_STRING_KEYS = {
|
|
|
218
218
|
CONFIRM_TRANSFER: 'APP.DIRECT_TRANSFER_MODAL.CONFIRM_TRANSFER',
|
|
219
219
|
CONFIRM_TRANSFER_PROMPT: 'APP.DIRECT_TRANSFER_MODAL.CONFIRM_TRANSFER_PROMPT',
|
|
220
220
|
DIRECTLY_TRANSFER: 'APP.DIRECT_TRANSFER_MODAL.DIRECTLY_TRANSFER',
|
|
221
|
+
ENTER_ETH_ADDRESS: 'APP.DIRECT_TRANSFER_MODAL.ENTER_ETH_ADDRESS',
|
|
221
222
|
ETH_ADDRESS: 'APP.DIRECT_TRANSFER_MODAL.ETH_ADDRESS',
|
|
222
223
|
INVALID_ADDRESS_BODY: 'APP.DIRECT_TRANSFER_MODAL.INVALID_ADDRESS_BODY',
|
|
223
224
|
INVALID_ADDRESS_TITLE: 'APP.DIRECT_TRANSFER_MODAL.INVALID_ADDRESS_TITLE',
|
|
@@ -1181,6 +1182,12 @@ export const APP_STRING_KEYS = {
|
|
|
1181
1182
|
CURRENT_RATE_1H: 'APP.TRADE.CURRENT_RATE_1H',
|
|
1182
1183
|
CURRENT_RATE_8H: 'APP.TRADE.CURRENT_RATE_8H',
|
|
1183
1184
|
ENTER_AMOUNT: 'APP.TRADE.ENTER_AMOUNT',
|
|
1185
|
+
ENTER_EXECUTION: 'APP.TRADE.ENTER_EXECUTION',
|
|
1186
|
+
ENTER_GOOD_UNTIL: 'APP.TRADE.ENTER_GOOD_UNTIL',
|
|
1187
|
+
ENTER_LIMIT_PRICE: 'APP.TRADE.ENTER_LIMIT_PRICE',
|
|
1188
|
+
ENTER_TIME_IN_FORCE: 'APP.TRADE.ENTER_TIME_IN_FORCE',
|
|
1189
|
+
ENTER_TRAILING_PERCENT: 'APP.TRADE.ENTER_TRAILING_PERCENT',
|
|
1190
|
+
ENTER_TRIGGER_PRICE: 'APP.TRADE.ENTER_TRIGGER_PRICE',
|
|
1184
1191
|
ENTRY_PRICE_SHORT: 'APP.TRADE.ENTRY_PRICE_SHORT',
|
|
1185
1192
|
EXECUTION: 'APP.TRADE.EXECUTION',
|
|
1186
1193
|
EXPECTED_PRICE: 'APP.TRADE.EXPECTED_PRICE',
|