@dydxprotocol/v4-localization 1.1.100 → 1.1.101
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.
|
@@ -1001,6 +1001,12 @@
|
|
|
1001
1001
|
"FEEDBACK_PLACEHOLDER": "Tell us how we can build a better trading experience for you. For questions or bug reports, please use the help chat.",
|
|
1002
1002
|
"GIVE_FEEDBACK": "Give feedback"
|
|
1003
1003
|
},
|
|
1004
|
+
"CANCEL_ORDERS_MODAL": {
|
|
1005
|
+
"CANCEL_ORDERS_CONFIRMATION": "Are you sure you want to cancel {OPEN_ORDERS_TEXT} in {ASSET} ({MARKET})?",
|
|
1006
|
+
"ONE_OPEN_ORDER": "1 open order",
|
|
1007
|
+
"N_OPEN_ORDERS": "{COUNT} open orders",
|
|
1008
|
+
"OPEN_ORDERS": "Open orders"
|
|
1009
|
+
},
|
|
1004
1010
|
"PREFERENCES_MODAL": {
|
|
1005
1011
|
"MAGIC_EXPORT_PRIVATE_KEY": "Export private key",
|
|
1006
1012
|
"MAGIC_EXPORT_PRIVATE_KEY_DESCRIPTION": "To use Magic wallet outside of dYdX, you must export your wallet to another wallet provider.",
|
|
@@ -1181,6 +1187,8 @@
|
|
|
1181
1187
|
"BRACKET_ORDER_SHORT_TAKE_PROFIT_DESCRIPTION": "If {ASSET} falls to a fixed price, trigger a {ACTION} to capture profits.",
|
|
1182
1188
|
"CANCEL_ALL": "Cancel all",
|
|
1183
1189
|
"CANCEL_ORDER": "Cancel order",
|
|
1190
|
+
"CANCEL_ORDERS_COUNT": "Cancel {COUNT} orders",
|
|
1191
|
+
"CANCEL_ORDERS": "Cancel orders",
|
|
1184
1192
|
"CANCEL_REASON": "Cancel Reason",
|
|
1185
1193
|
"CANCELED_ON_CHAIN": "Canceled on chain",
|
|
1186
1194
|
"CANCELING": "Canceling",
|
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
|
|
|
@@ -16,6 +16,13 @@ export const APP_STRING_KEYS = {
|
|
|
16
16
|
UNSET: 'APP.ALLOWANCE_ALERT_MODAL.UNSET',
|
|
17
17
|
WALLET_CAN_BE_USED_NORMALLY: 'APP.ALLOWANCE_ALERT_MODAL.WALLET_CAN_BE_USED_NORMALLY',
|
|
18
18
|
|
|
19
|
+
// CANCEL_ORDERS_MODAL
|
|
20
|
+
|
|
21
|
+
CANCEL_ORDERS_CONFIRMATION: 'APP.CANCEL_ORDERS_MODAL.CANCEL_ORDERS_CONFIRMATION',
|
|
22
|
+
N_OPEN_ORDERS: 'APP.CANCEL_ORDERS_MODAL.N_OPEN_ORDERS',
|
|
23
|
+
ONE_OPEN_ORDER: 'APP.CANCEL_ORDERS_MODAL.ONE_OPEN_ORDER',
|
|
24
|
+
OPEN_ORDERS: 'APP.CANCEL_ORDERS_MODAL.OPEN_ORDERS',
|
|
25
|
+
|
|
19
26
|
// CLOSE_POSITIONS_CONFIRMATION_TOAST
|
|
20
27
|
|
|
21
28
|
AVERAGE_PRICE: 'APP.CLOSE_POSITIONS_CONFIRMATION_TOAST.AVERAGE_PRICE',
|
|
@@ -1336,6 +1343,8 @@ export const APP_STRING_KEYS = {
|
|
|
1336
1343
|
CANCELING: 'APP.TRADE.CANCELING',
|
|
1337
1344
|
CANCEL_ALL: 'APP.TRADE.CANCEL_ALL',
|
|
1338
1345
|
CANCEL_ORDER: 'APP.TRADE.CANCEL_ORDER',
|
|
1346
|
+
CANCEL_ORDERS: 'APP.TRADE.CANCEL_ORDERS',
|
|
1347
|
+
CANCEL_ORDERS_COUNT: 'APP.TRADE.CANCEL_ORDERS_COUNT',
|
|
1339
1348
|
CANCEL_REASON: 'APP.TRADE.CANCEL_REASON',
|
|
1340
1349
|
CHANGE_24H: 'APP.TRADE.CHANGE_24H',
|
|
1341
1350
|
CLEAN_UP: 'APP.TRADE.CLEAN_UP',
|