@dydxprotocol/v4-localization 1.1.180 → 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.
|
|
880
|
-
"SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to
|
|
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:",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -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',
|