@dydxprotocol/v4-localization 1.1.215 → 1.1.216
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.
|
@@ -1666,6 +1666,7 @@
|
|
|
1666
1666
|
"VAULTS": "Vaults",
|
|
1667
1667
|
"MEGAVAULT": "MegaVault",
|
|
1668
1668
|
"MEGAVAULT_TRANSFERS": "MegaVault Transfers",
|
|
1669
|
+
"VAULT_TRANSFERS": "Vault Transfers",
|
|
1669
1670
|
"MEGAVAULT_TRANSFERS_DESCRIPTION": "Transfers to and from the MegaVault",
|
|
1670
1671
|
"VAULT_FAQS": "Vault FAQs",
|
|
1671
1672
|
"MEGAVAULT_FAQS": "MegaVault FAQs",
|
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
|
|
|
@@ -1887,6 +1887,7 @@ export const APP_STRING_KEYS = {
|
|
|
1887
1887
|
VAULT_PNL: 'APP.VAULTS.VAULT_PNL',
|
|
1888
1888
|
VAULT_THIRTY_DAY_APR: 'APP.VAULTS.VAULT_THIRTY_DAY_APR',
|
|
1889
1889
|
VAULT_THIRTY_DAY_PNL: 'APP.VAULTS.VAULT_THIRTY_DAY_PNL',
|
|
1890
|
+
VAULT_TRANSFERS: 'APP.VAULTS.VAULT_TRANSFERS',
|
|
1890
1891
|
VIEW_MEGAVAULT: 'APP.VAULTS.VIEW_MEGAVAULT',
|
|
1891
1892
|
VIEW_VAULT: 'APP.VAULTS.VIEW_VAULT',
|
|
1892
1893
|
WITHDRAW_TOO_HIGH: 'APP.VAULTS.WITHDRAW_TOO_HIGH',
|