@dydxprotocol/v4-localization 1.1.39 → 1.1.40
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.
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"SLOW_WITHDRAW": "Langsame Auszahlung",
|
|
245
245
|
"SORT_BY": "Sortieren nach",
|
|
246
246
|
"SOURCE_ADDRESS": "Quelladresse",
|
|
247
|
-
"STAKED": "
|
|
247
|
+
"STAKED": "Staked",
|
|
248
248
|
"START_TRADING": "Mit dem Traden beginnen",
|
|
249
249
|
"STATISTICS": "Statistiken",
|
|
250
250
|
"STATUS": "Status",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"X_HOURS_LOWERCASED": "{X} hours",
|
|
35
35
|
"X_MINUTES_LOWERCASED": "{X} minutes",
|
|
36
36
|
"X_MINUTES": "{X} Minutes",
|
|
37
|
-
"X_SECONDS_LOWERCASED": "{X} seconds"
|
|
37
|
+
"X_SECONDS_LOWERCASED": "{X} seconds",
|
|
38
|
+
"PERIOD": "{START} → {END}"
|
|
38
39
|
},
|
|
39
40
|
"ABOUT": "About",
|
|
40
41
|
"ACADEMY": "Academy",
|
|
@@ -248,6 +249,8 @@
|
|
|
248
249
|
"SELL": "Sell",
|
|
249
250
|
"SEND": "Send",
|
|
250
251
|
"SHARE": "Share",
|
|
252
|
+
"SHARE_DYDX": "Share dYdX for iPhone",
|
|
253
|
+
"SHARE_MESSAGE": "Trade with me on dYdX!",
|
|
251
254
|
"SHORT_POSITION_SHORT": "Short",
|
|
252
255
|
"SHOW_ALL_DETAILS": "Show all details",
|
|
253
256
|
"SIDE": "Side",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -446,6 +446,8 @@ export const APP_STRING_KEYS = {
|
|
|
446
446
|
SELL: 'APP.GENERAL.SELL',
|
|
447
447
|
SEND: 'APP.GENERAL.SEND',
|
|
448
448
|
SHARE: 'APP.GENERAL.SHARE',
|
|
449
|
+
SHARE_DYDX: 'APP.GENERAL.SHARE_DYDX',
|
|
450
|
+
SHARE_MESSAGE: 'APP.GENERAL.SHARE_MESSAGE',
|
|
449
451
|
SHORT_POSITION_SHORT: 'APP.GENERAL.SHORT_POSITION_SHORT',
|
|
450
452
|
SHOW_ALL_DETAILS: 'APP.GENERAL.SHOW_ALL_DETAILS',
|
|
451
453
|
SIDE: 'APP.GENERAL.SIDE',
|
|
@@ -486,6 +488,7 @@ export const APP_STRING_KEYS = {
|
|
|
486
488
|
PAST_MONTH: 'APP.GENERAL.TIME_STRINGS.PAST_MONTH',
|
|
487
489
|
PAST_THREE_MONTHS: 'APP.GENERAL.TIME_STRINGS.PAST_THREE_MONTHS',
|
|
488
490
|
PAST_WEEK: 'APP.GENERAL.TIME_STRINGS.PAST_WEEK',
|
|
491
|
+
PERIOD: 'APP.GENERAL.TIME_STRINGS.PERIOD',
|
|
489
492
|
THIS_MONTH_LOWERCASED: 'APP.GENERAL.TIME_STRINGS.THIS_MONTH_LOWERCASED',
|
|
490
493
|
THIS_QUARTER_LOWERCASED: 'APP.GENERAL.TIME_STRINGS.THIS_QUARTER_LOWERCASED',
|
|
491
494
|
THIS_WEEK: 'APP.GENERAL.TIME_STRINGS.THIS_WEEK',
|