@dydxprotocol/v4-localization 1.1.232 → 1.1.234
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",
|
|
@@ -811,7 +812,8 @@
|
|
|
811
812
|
"YOUR_RANK": "Your rank",
|
|
812
813
|
"AFFILIATE_CONNECT_WALLET": "Please connect your wallet to check your rankings",
|
|
813
814
|
"LOAD_MORE": "Load more",
|
|
814
|
-
"SHARE_AFFILIATE_BANNER_TITLE": "Trade over ${
|
|
815
|
+
"SHARE_AFFILIATE_BANNER_TITLE": "Trade over ${AMOUNT} to unlock your affiliate link",
|
|
816
|
+
"AFFILIATE_CHART_EMPTY_STATE": "There is no data available"
|
|
815
817
|
},
|
|
816
818
|
"HEADER": {
|
|
817
819
|
"API_DOCUMENTATION": "API Documentation",
|
|
@@ -1122,7 +1124,7 @@
|
|
|
1122
1124
|
"LEARN_ABOUT_WALLETS": "Learn about wallets",
|
|
1123
1125
|
"SELECT_LANGUAGE": "Select language",
|
|
1124
1126
|
"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
|
|
1127
|
+
"WALLET_DEFINITION": "A wallet is a device or application that stores your keys and enables you to explore crypto.\n{ABOUT_WALLETS_LINK}"
|
|
1126
1128
|
},
|
|
1127
1129
|
"DYDX_UNLIMITED_MODAL": {
|
|
1128
1130
|
"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
|
|
|
@@ -9,6 +9,7 @@ export const APP_STRING_KEYS = {
|
|
|
9
9
|
AFFILIATES: 'APP.AFFILIATES.AFFILIATES',
|
|
10
10
|
AFFILIATES_LEADERBOARD: 'APP.AFFILIATES.AFFILIATES_LEADERBOARD',
|
|
11
11
|
AFFILIATES_PROGRAM: 'APP.AFFILIATES.AFFILIATES_PROGRAM',
|
|
12
|
+
AFFILIATE_CHART_EMPTY_STATE: 'APP.AFFILIATES.AFFILIATE_CHART_EMPTY_STATE',
|
|
12
13
|
AFFILIATE_CONNECT_WALLET: 'APP.AFFILIATES.AFFILIATE_CONNECT_WALLET',
|
|
13
14
|
AFFILIATE_EARNINGS: 'APP.AFFILIATES.AFFILIATE_EARNINGS',
|
|
14
15
|
AFFILIATE_LINK: 'APP.AFFILIATES.AFFILIATE_LINK',
|
|
@@ -625,6 +626,7 @@ export const APP_STRING_KEYS = {
|
|
|
625
626
|
SHARE_MESSAGE: 'APP.GENERAL.SHARE_MESSAGE',
|
|
626
627
|
SHORT_POSITION_SHORT: 'APP.GENERAL.SHORT_POSITION_SHORT',
|
|
627
628
|
SHOW: 'APP.GENERAL.SHOW',
|
|
629
|
+
SHOWING: 'APP.GENERAL.SHOWING',
|
|
628
630
|
SHOWING_NUM_OUT_OF_TOTAL: 'APP.GENERAL.SHOWING_NUM_OUT_OF_TOTAL',
|
|
629
631
|
SHOW_ALL_DETAILS: 'APP.GENERAL.SHOW_ALL_DETAILS',
|
|
630
632
|
SIDE: 'APP.GENERAL.SIDE',
|