@dydxprotocol/v4-localization 1.1.179 → 1.1.181

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.
@@ -116,6 +116,7 @@
116
116
  "DEFAULT_TO_ALL_MARKETS_IN_POSITIONS": "Default to All markets in Positions / Orders / Fills",
117
117
  "DEFI": "DeFi",
118
118
  "DEGRADED": "Degraded",
119
+ "DEPLOYER_TERMS_AND_CONDITIONS": "deployer Terms and Conditions",
119
120
  "DEPOSIT_FUNDS": "Deposit funds",
120
121
  "DEPOSIT_MORE": "Deposit more",
121
122
  "DEPOSIT_WITH_FIAT": "Deposit with fiat",
@@ -876,8 +877,8 @@
876
877
  "SIGN_IN_WITH_EMAIL": "Sign in with email",
877
878
  "SIGN_IN_WITH_EMAIL_SUBTITLE": "A simple way to sign in, powered by {MAGIC}",
878
879
  "SKIP_FOR_NOW": "Skip for now",
879
- "SITE_OPERATED_BY_SHORT": "This site is operated by {NAME_OF_DEPLOYER}, utilizing software open sourced by dYdX Trading Inc.  {LEARN_MORE_LINK}.",
880
- "SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to [deployer T&Cs.], utilizing certain software open sourced by third party dYdX Trading Inc. subject to its Terms of Use, which prohibit use of the software by persons based in the United States or other restricted jurisdictions. The dYdX blockchain is powered by a community of independent validators. {LEARN_MORE_LINK}.",
880
+ "SITE_OPERATED_BY_SHORT": "This site is operated by {NAME_OF_DEPLOYER}, utilizing software open sourced by dYdX Trading Inc. {LEARN_MORE_LINK}",
881
+ "SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to {DEPLOYER_TERMS_AND_CONDITIONS}, utilizing certain software open sourced by third party dYdX Trading Inc. subject to its {TERMS_OF_USE}, which prohibit use of the software by persons based in the United States or other restricted jurisdictions. The dYdX blockchain is powered by a community of independent validators. {LEARN_MORE_LINK}",
881
882
  "START_TRADING_BLURB": "Start trading on the world's most powerful open exchange.",
882
883
  "SWITCH_NETWORK": "Switch network",
883
884
  "TOS_TITLE": "By using any of our products and services, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}. You hereby agree, represent and warrant that:",
@@ -164,6 +164,11 @@
164
164
  "TITLE": "Take Profit",
165
165
  "BODY": "Your take profit trigger at {OLD_VALUE} has been removed."
166
166
  },
167
+ "TOP_100_WALLET_ADDRESSES": {
168
+ "TITLE": "Want more support?",
169
+ "BODY": "Thank you for being a large trader on dYdX! The team would like to offer you a higher level of personalized support and the opportunity to connect directly with them.",
170
+ "ACTION": "Get in touch →"
171
+ },
167
172
  "TWITTER_DYDX_200B_GIVEAWAY": {
168
173
  "TITLE": "$20K giveaway",
169
174
  "BODY": "To celebrate surpassing 200B in cumulative trading volume, dYdX is running a Twitter giveaway, where you have the opportunity to claim $200. 100 winners will be selected based on a random selection mechanism after August 16, 2024, 23:59 UTC {HERE_LINK}."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.179",
3
+ "version": "1.1.181",
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
 
@@ -345,6 +345,7 @@ export const APP_STRING_KEYS = {
345
345
  DEFAULT_TO_ALL_MARKETS_IN_POSITIONS: 'APP.GENERAL.DEFAULT_TO_ALL_MARKETS_IN_POSITIONS',
346
346
  DEFI: 'APP.GENERAL.DEFI',
347
347
  DEGRADED: 'APP.GENERAL.DEGRADED',
348
+ DEPLOYER_TERMS_AND_CONDITIONS: 'APP.GENERAL.DEPLOYER_TERMS_AND_CONDITIONS',
348
349
  DEPOSIT: 'APP.GENERAL.DEPOSIT',
349
350
  DEPOSIT_FUNDS: 'APP.GENERAL.DEPOSIT_FUNDS',
350
351
  DEPOSIT_MORE: 'APP.GENERAL.DEPOSIT_MORE',
@@ -87,6 +87,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
87
87
  TAKE_PROFIT_TRIGGER_UPDATING_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING.TITLE',
88
88
  TAKE_PROFIT_TRIGGER_UPDATING_ERROR_BODY: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.BODY',
89
89
  TAKE_PROFIT_TRIGGER_UPDATING_ERROR_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.TITLE',
90
+ TOP_100_WALLET_ADDRESSES_BODY: 'NOTIFICATIONS.TOP_100_WALLET_ADDRESSES.BODY',
91
+ TOP_100_WALLET_ADDRESSES_TITLE: 'NOTIFICATIONS.TOP_100_WALLET_ADDRESSES.TITLE',
90
92
  TRUMPWIN_MARKET_LAUNCH_BODY: 'NOTIFICATIONS.TRUMPWIN_MARKET_LAUNCH.BODY',
91
93
  TRUMPWIN_MARKET_LAUNCH_TITLE: 'NOTIFICATIONS.TRUMPWIN_MARKET_LAUNCH.TITLE',
92
94
  TWITTER_DYDX_200B_GIVEAWAY_BODY: 'NOTIFICATIONS.TWITTER_DYDX_200B_GIVEAWAY.BODY',