@dydxprotocol/v4-localization 1.1.265 → 1.1.266
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.
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
"DOCUMENT": "document",
|
|
146
146
|
"DONE": "Done",
|
|
147
147
|
"DONT_SHOW_ME_AGAIN": "Don't show me this again",
|
|
148
|
+
"DOWNLOAD_IOS_APP": "Download iOS app",
|
|
148
149
|
"DOWNLOAD_MOBILE_APP": "Download mobile app",
|
|
149
150
|
"DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
|
|
150
151
|
"DYDX_CHAIN": "dYdX Chain",
|
|
@@ -212,6 +212,10 @@
|
|
|
212
212
|
"PHANTOM_SUPPORT": {
|
|
213
213
|
"TITLE": "dYdX now supports Phantom!",
|
|
214
214
|
"BODY": "You can now connect and use dYdX with your Phantom wallet! Try it now."
|
|
215
|
+
},
|
|
216
|
+
"SIMPLE_IOS_RELEASE": {
|
|
217
|
+
"TITLE": "New Simplified Experience on iOS",
|
|
218
|
+
"BODY": "A new simplified experience is available now for mobile traders. Toggle from pro to simplified now on iOS."
|
|
215
219
|
}
|
|
216
220
|
}
|
|
217
221
|
}
|
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
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -471,6 +471,7 @@ export const APP_STRING_KEYS = {
|
|
|
471
471
|
DOCUMENT: 'APP.GENERAL.DOCUMENT',
|
|
472
472
|
DONE: 'APP.GENERAL.DONE',
|
|
473
473
|
DONT_SHOW_ME_AGAIN: 'APP.GENERAL.DONT_SHOW_ME_AGAIN',
|
|
474
|
+
DOWNLOAD_IOS_APP: 'APP.GENERAL.DOWNLOAD_IOS_APP',
|
|
474
475
|
DOWNLOAD_MOBILE_APP: 'APP.GENERAL.DOWNLOAD_MOBILE_APP',
|
|
475
476
|
DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
|
|
476
477
|
DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
|
|
@@ -59,6 +59,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
59
59
|
RELEASE_REWARDS_AND_FULL_TRADING_TITLE: 'NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.TITLE',
|
|
60
60
|
REWARDS_DISTRIBUTED_BODY: 'NOTIFICATIONS.REWARDS_DISTRIBUTED.BODY',
|
|
61
61
|
REWARDS_DISTRIBUTED_TITLE: 'NOTIFICATIONS.REWARDS_DISTRIBUTED.TITLE',
|
|
62
|
+
SIMPLE_IOS_RELEASE_BODY: 'NOTIFICATIONS.SIMPLE_IOS_RELEASE.BODY',
|
|
63
|
+
SIMPLE_IOS_RELEASE_TITLE: 'NOTIFICATIONS.SIMPLE_IOS_RELEASE.TITLE',
|
|
62
64
|
SLOW_WITHDRAWAL_PENDING_BODY: 'NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.BODY',
|
|
63
65
|
SLOW_WITHDRAWAL_PENDING_TITLE: 'NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.TITLE',
|
|
64
66
|
SLOW_WITHDRAWAL_SUCCESS_BODY: 'NOTIFICATIONS.SLOW_WITHDRAWAL_SUCCESS.BODY',
|