@dydxprotocol/v4-localization 1.0.10 → 1.0.11
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.
|
@@ -981,6 +981,7 @@
|
|
|
981
981
|
"CURRENT_RATE_8H": "Current 8h Rate",
|
|
982
982
|
"CURRENTLY_TRADING_GOERLI": "You are trading on our Goerli testnet app with test funds. Create an account on our mainnet app to start trading with real funds",
|
|
983
983
|
"CURRENTLY_TRADING_ROPSTEN": "You are trading on our Ropsten testnet app with test funds. Create an account on our mainnet app to start trading with real funds",
|
|
984
|
+
"DELEVERAGED": "Deleveraged",
|
|
984
985
|
"ENTER_AMOUNT": "Enter amount",
|
|
985
986
|
"ENTER_LIMIT_PRICE": "Enter limit price",
|
|
986
987
|
"ENTER_TRIGGER_PRICE": "Enter trigger price",
|
|
@@ -1043,6 +1044,7 @@
|
|
|
1043
1044
|
"NEXT_FUNDING": "Next Funding",
|
|
1044
1045
|
"NEXT_IN": "Next in {TIME}",
|
|
1045
1046
|
"NOTIONAL_VALUE": "Notional Value",
|
|
1047
|
+
"OFFSETING": "Offsetting",
|
|
1046
1048
|
"OPEN_INTEREST": "Open Interest",
|
|
1047
1049
|
"OPEN_POSITIONS": "Open Positions",
|
|
1048
1050
|
"OPEN_STATUS": "Open",
|
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
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -719,6 +719,7 @@ export const APP_STRING_KEYS = {
|
|
|
719
719
|
BEFORE_PROCEED_ACK: 'APP.MNEMONIC_EXPORT.BEFORE_PROCEED_ACK',
|
|
720
720
|
COPY_TO_CLIPBOARD: 'APP.MNEMONIC_EXPORT.COPY_TO_CLIPBOARD',
|
|
721
721
|
DONT_SHOW: 'APP.MNEMONIC_EXPORT.DONT_SHOW',
|
|
722
|
+
EXPORT_PHRASE: 'APP.MNEMONIC_EXPORT.EXPORT_PHRASE',
|
|
722
723
|
EXPORT_SECRET_PHRASE: 'APP.MNEMONIC_EXPORT.EXPORT_SECRET_PHRASE',
|
|
723
724
|
HIDE_PHRASE: 'APP.MNEMONIC_EXPORT.HIDE_PHRASE',
|
|
724
725
|
I_UNDERSTAND: 'APP.MNEMONIC_EXPORT.I_UNDERSTAND',
|
|
@@ -1195,6 +1196,7 @@ export const APP_STRING_KEYS = {
|
|
|
1195
1196
|
CURRENT_FUNDING_RATE: 'APP.TRADE.CURRENT_FUNDING_RATE',
|
|
1196
1197
|
CURRENT_RATE_1H: 'APP.TRADE.CURRENT_RATE_1H',
|
|
1197
1198
|
CURRENT_RATE_8H: 'APP.TRADE.CURRENT_RATE_8H',
|
|
1199
|
+
DELEVERAGED: 'APP.TRADE.DELEVERAGED',
|
|
1198
1200
|
ENTER_AMOUNT: 'APP.TRADE.ENTER_AMOUNT',
|
|
1199
1201
|
ENTER_EXECUTION: 'APP.TRADE.ENTER_EXECUTION',
|
|
1200
1202
|
ENTER_GOOD_UNTIL: 'APP.TRADE.ENTER_GOOD_UNTIL',
|
|
@@ -1257,6 +1259,7 @@ export const APP_STRING_KEYS = {
|
|
|
1257
1259
|
NEXT_FUNDING: 'APP.TRADE.NEXT_FUNDING',
|
|
1258
1260
|
NEXT_IN: 'APP.TRADE.NEXT_IN',
|
|
1259
1261
|
NOTIONAL_VALUE: 'APP.TRADE.NOTIONAL_VALUE',
|
|
1262
|
+
OFFSETING: 'APP.TRADE.OFFSETING',
|
|
1260
1263
|
OPEN_INTEREST: 'APP.TRADE.OPEN_INTEREST',
|
|
1261
1264
|
OPEN_POSITIONS: 'APP.TRADE.OPEN_POSITIONS',
|
|
1262
1265
|
OPEN_STATUS: 'APP.TRADE.OPEN_STATUS',
|