@dydxprotocol/v4-localization 0.1.12 → 0.1.13

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.
@@ -27,7 +27,8 @@
27
27
  "TODAY": "Today",
28
28
  "WEEK": "Week",
29
29
  "WEEKS_ABBREVIATED": "w",
30
- "WEEKS": "Weeks"
30
+ "WEEKS": "Weeks",
31
+ "X_MINUTES": "{X} Minutes"
31
32
  },
32
33
  "ABOUT": "About",
33
34
  "ACADEMY": "Academy",
@@ -556,7 +557,8 @@
556
557
  "SETTING_ALLOWANCE_EXPLANATION": "You will be able to deposit once your enable {SYMBOL} transaction confirms. You only have to do this once per asset.",
557
558
  "SLIPPAGE": "Slippage",
558
559
  "SUBJECT_TO_RULES": "Subject to these rules",
559
- "SWAP": "Swap"
560
+ "SWAP": "Swap",
561
+ "ESTIMATED_TIME": "Estimated Time"
560
562
  },
561
563
  "WITHDRAW_MODAL": {
562
564
  "ENABLE_WITHDRAW": "Enable withdraw",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -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 scripts/codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -136,6 +136,7 @@ export const APP_STRING_KEYS = {
136
136
  ENABLE_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL',
137
137
  ENABLE_SYMBOL_ON_DYDX: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL_ON_DYDX',
138
138
  ENABLING_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLING_SYMBOL',
139
+ ESTIMATED_TIME: 'APP.DEPOSIT_MODAL.ESTIMATED_TIME',
139
140
  EXCHANGE_RATE: 'APP.DEPOSIT_MODAL.EXCHANGE_RATE',
140
141
  EXCHANGE_RECEIVED: 'APP.DEPOSIT_MODAL.EXCHANGE_RECEIVED',
141
142
  FREE_GAS: 'APP.DEPOSIT_MODAL.FREE_GAS',
@@ -519,6 +520,7 @@ export const APP_STRING_KEYS = {
519
520
  WEEK: 'APP.GENERAL.TIME_STRINGS.WEEK',
520
521
  WEEKS: 'APP.GENERAL.TIME_STRINGS.WEEKS',
521
522
  WEEKS_ABBREVIATED: 'APP.GENERAL.TIME_STRINGS.WEEKS_ABBREVIATED',
523
+ X_MINUTES: 'APP.GENERAL.TIME_STRINGS.X_MINUTES',
522
524
  _24H: 'APP.GENERAL.TIME_STRINGS._24H',
523
525
  _30D: 'APP.GENERAL.TIME_STRINGS._30D',
524
526
  TO: 'APP.GENERAL.TO',