@dydxprotocol/v4-localization 1.1.232 → 1.1.233
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.
|
@@ -325,6 +325,7 @@
|
|
|
325
325
|
"SHORT_POSITION_SHORT": "Short",
|
|
326
326
|
"SHOW": "Show {NUMBER}",
|
|
327
327
|
"SHOW_ALL_DETAILS": "Show all details",
|
|
328
|
+
"SHOWING": "Showing {ALL_OR_MARKET}",
|
|
328
329
|
"SHOWING_NUM_OUT_OF_TOTAL": "Showing {START} - {END} out of {TOTAL}",
|
|
329
330
|
"SIDE": "Side",
|
|
330
331
|
"SIGN_OUT": "Sign out",
|
|
@@ -1122,7 +1123,7 @@
|
|
|
1122
1123
|
"LEARN_ABOUT_WALLETS": "Learn about wallets",
|
|
1123
1124
|
"SELECT_LANGUAGE": "Select language",
|
|
1124
1125
|
"SELECT_WALLET_FROM_OPTIONS": "Please select your wallet from the options below.",
|
|
1125
|
-
"WALLET_DEFINITION": "A wallet is a device or application that stores your keys and enables you to explore crypto
|
|
1126
|
+
"WALLET_DEFINITION": "A wallet is a device or application that stores your keys and enables you to explore crypto.\n{ABOUT_WALLETS_LINK}"
|
|
1126
1127
|
},
|
|
1127
1128
|
"DYDX_UNLIMITED_MODAL": {
|
|
1128
1129
|
"AFFILIATES_PROGRAM_DESCRIPTION": "Turn your network into a lucrative venture for everyone with the dYdX affiliate program!",
|
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
|
|
|
@@ -625,6 +625,7 @@ export const APP_STRING_KEYS = {
|
|
|
625
625
|
SHARE_MESSAGE: 'APP.GENERAL.SHARE_MESSAGE',
|
|
626
626
|
SHORT_POSITION_SHORT: 'APP.GENERAL.SHORT_POSITION_SHORT',
|
|
627
627
|
SHOW: 'APP.GENERAL.SHOW',
|
|
628
|
+
SHOWING: 'APP.GENERAL.SHOWING',
|
|
628
629
|
SHOWING_NUM_OUT_OF_TOTAL: 'APP.GENERAL.SHOWING_NUM_OUT_OF_TOTAL',
|
|
629
630
|
SHOW_ALL_DETAILS: 'APP.GENERAL.SHOW_ALL_DETAILS',
|
|
630
631
|
SIDE: 'APP.GENERAL.SIDE',
|