@dydxprotocol/v4-localization 1.0.2 → 1.0.4

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
@@ -64,6 +64,7 @@
64
64
  "CATEGORY": "Category",
65
65
  "CHAINS": "Chains",
66
66
  "CLEAR": "Clear",
67
+ "CLEAR_ALL": "Clear All",
67
68
  "CLICK_HERE": "Click here",
68
69
  "CLOSE": "Close",
69
70
  "COMING_SOON": "Coming soon",
@@ -657,8 +658,9 @@
657
658
  "COULD_NOT_FIND_AFFILIATE": "We couldn't find this affiliate, please check the link.",
658
659
  "CREATE_OR_VERIFY_COSMOS_ADDRESS": "Create or verify Cosmos address.",
659
660
  "CREDITED_WITH": "Your account will be credited with ${AMOUNT_USD} in test funds.",
660
- "DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
661
+ "DEPOSIT_OF": "Deposit of {AMOUNT_USD}",
661
662
  "DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.",
663
+ "DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
662
664
  "DONT_MISS": "Don't miss your chance to get a {DISCOUNT} on trading fees!",
663
665
  "ENABLE_API": "Enable secure access to our API for lightning quick trading",
664
666
  "ENABLE_TRADING": "Enable trading",
@@ -728,8 +730,9 @@
728
730
  "WANT_TO_LEARN": "Want to learn more?",
729
731
  "WELCOME_DYDX": "Welcome to dYdX",
730
732
  "WELCOME": "Welcome",
731
- "WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
732
733
  "WITHDRAW_COMPLETE": "Your withdrawal of {AMOUNT_USD} is now available.",
734
+ "WITHDRAW_OF": "Withdraw of {AMOUNT_USD}",
735
+ "WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
733
736
  "WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
734
737
  "WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
735
738
  "WRONG_NETWORK": "Wrong network",
@@ -970,6 +973,12 @@
970
973
  "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
974
  "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
975
  "ENTER_AMOUNT": "Enter amount",
976
+ "ENTER_LIMIT_PRICE": "Enter limit price",
977
+ "ENTER_TRIGGER_PRICE": "Enter trigger price",
978
+ "ENTER_TRAILING_PERCENT": "Enter trailing percent",
979
+ "ENTER_TIME_IN_FORCE": "Enter time in force",
980
+ "ENTER_GOOD_UNTIL": "Enter good until",
981
+ "ENTER_EXECUTION": "Enter execution",
973
982
  "ENTRY_PRICE_SHORT": "Entry",
974
983
  "EXECUTION": "Execution",
975
984
  "EXPECTED_PRICE": "Expected Price",
@@ -1224,6 +1233,8 @@
1224
1233
  "DEPOSIT_SUCCESS": "Deposit success!",
1225
1234
  "DIRECT_TRANSFER_SUCCESS": "Direct transfer success!",
1226
1235
  "DIRECT_TRANSFER_SUCCESS_DESCRIPTION": "Your direct transfer of {AMOUNT_ELEMENT} has been confirmed.",
1236
+ "DISABLE_PUSH_NOTIFICATIONS": "Disable Push Notifications",
1237
+ "ENABLE_PUSH_NOTIFICATIONS": "Enable Push Notifications",
1227
1238
  "EPOCH_REWARDS": "Epoch {EPOCH_NUMBER} Rewards",
1228
1239
  "EPOCH_REWARDS_BODY": "You earned {DYDX} $DYDX rewards during Epoch {EPOCH_NUMBER}!",
1229
1240
  "FAST_WITHDRAW_PENDING_DESCRIPTION": "Your fast withdraw of {AMOUNT_ELEMENT} is pending confirmation on Layer 1.",
@@ -1436,6 +1447,7 @@
1436
1447
  "CONFIRM_TRANSFER": "Confirm transfer",
1437
1448
  "CONFIRM_TRANSFER_PROMPT": "You are attempting to transfer {AMOUNT} to the following Ethereum address:",
1438
1449
  "DIRECTLY_TRANSFER": "Directly transfer funds to another account on dYdX",
1450
+ "ENTER_ETH_ADDRESS": "Enter wallet address",
1439
1451
  "ETH_ADDRESS": "Ethereum wallet address",
1440
1452
  "INVALID_ADDRESS_TITLE": "Invalid wallet address",
1441
1453
  "INVALID_ADDRESS_BODY": "Please enter an valid dYdX chain address.",
@@ -1831,4 +1843,4 @@
1831
1843
  "TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
1832
1844
  }
1833
1845
  }
1834
- }
1846
+ }
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -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',
@@ -331,6 +332,7 @@ export const APP_STRING_KEYS = {
331
332
  CATEGORY: 'APP.GENERAL.CATEGORY',
332
333
  CHAINS: 'APP.GENERAL.CHAINS',
333
334
  CLEAR: 'APP.GENERAL.CLEAR',
335
+ CLEAR_ALL: 'APP.GENERAL.CLEAR_ALL',
334
336
  CLICK_HERE: 'APP.GENERAL.CLICK_HERE',
335
337
  CLOSE: 'APP.GENERAL.CLOSE',
336
338
  COMING_SOON: 'APP.GENERAL.COMING_SOON',
@@ -756,6 +758,8 @@ export const APP_STRING_KEYS = {
756
758
  DEPOSIT_SUCCESS_DESCRIPTION: 'APP.NOTIFICATIONS.DEPOSIT_SUCCESS_DESCRIPTION',
757
759
  DIRECT_TRANSFER_SUCCESS: 'APP.NOTIFICATIONS.DIRECT_TRANSFER_SUCCESS',
758
760
  DIRECT_TRANSFER_SUCCESS_DESCRIPTION: 'APP.NOTIFICATIONS.DIRECT_TRANSFER_SUCCESS_DESCRIPTION',
761
+ DISABLE_PUSH_NOTIFICATIONS: 'APP.NOTIFICATIONS.DISABLE_PUSH_NOTIFICATIONS',
762
+ ENABLE_PUSH_NOTIFICATIONS: 'APP.NOTIFICATIONS.ENABLE_PUSH_NOTIFICATIONS',
759
763
  EPOCH_REWARDS: 'APP.NOTIFICATIONS.EPOCH_REWARDS',
760
764
  EPOCH_REWARDS_BODY: 'APP.NOTIFICATIONS.EPOCH_REWARDS_BODY',
761
765
  FAST_WITHDRAW_PENDING: 'APP.NOTIFICATIONS.FAST_WITHDRAW_PENDING',
@@ -814,6 +818,7 @@ export const APP_STRING_KEYS = {
814
818
  DEPOSIT_ALERT_SUBTITLE: 'APP.ONBOARDING.DEPOSIT_ALERT_SUBTITLE',
815
819
  DEPOSIT_ALERT_TITLE: 'APP.ONBOARDING.DEPOSIT_ALERT_TITLE',
816
820
  DEPOSIT_COMPLETE: 'APP.ONBOARDING.DEPOSIT_COMPLETE',
821
+ DEPOSIT_OF: 'APP.ONBOARDING.DEPOSIT_OF',
817
822
  DEPOSIT_STATUS: 'APP.ONBOARDING.DEPOSIT_STATUS',
818
823
  DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION',
819
824
  DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX',
@@ -900,6 +905,7 @@ export const APP_STRING_KEYS = {
900
905
  WITHDRAWAL_ALERT_SUBTITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_SUBTITLE',
901
906
  WITHDRAWAL_ALERT_TITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_TITLE',
902
907
  WITHDRAW_COMPLETE: 'APP.ONBOARDING.WITHDRAW_COMPLETE',
908
+ WITHDRAW_OF: 'APP.ONBOARDING.WITHDRAW_OF',
903
909
  WITHDRAW_STATUS: 'APP.ONBOARDING.WITHDRAW_STATUS',
904
910
  WRONG_NETWORK: 'APP.ONBOARDING.WRONG_NETWORK',
905
911
  WRONG_NETWORK_EXPLANATION_PRODUCTION: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_PRODUCTION',
@@ -1181,6 +1187,12 @@ export const APP_STRING_KEYS = {
1181
1187
  CURRENT_RATE_1H: 'APP.TRADE.CURRENT_RATE_1H',
1182
1188
  CURRENT_RATE_8H: 'APP.TRADE.CURRENT_RATE_8H',
1183
1189
  ENTER_AMOUNT: 'APP.TRADE.ENTER_AMOUNT',
1190
+ ENTER_EXECUTION: 'APP.TRADE.ENTER_EXECUTION',
1191
+ ENTER_GOOD_UNTIL: 'APP.TRADE.ENTER_GOOD_UNTIL',
1192
+ ENTER_LIMIT_PRICE: 'APP.TRADE.ENTER_LIMIT_PRICE',
1193
+ ENTER_TIME_IN_FORCE: 'APP.TRADE.ENTER_TIME_IN_FORCE',
1194
+ ENTER_TRAILING_PERCENT: 'APP.TRADE.ENTER_TRAILING_PERCENT',
1195
+ ENTER_TRIGGER_PRICE: 'APP.TRADE.ENTER_TRIGGER_PRICE',
1184
1196
  ENTRY_PRICE_SHORT: 'APP.TRADE.ENTRY_PRICE_SHORT',
1185
1197
  EXECUTION: 'APP.TRADE.EXECUTION',
1186
1198
  EXPECTED_PRICE: 'APP.TRADE.EXPECTED_PRICE',