@dydxprotocol/v4-localization 1.1.39 → 1.1.41
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.
- package/config/localization/de/app.json +143 -47
- package/config/localization/en/app.json +5 -1
- package/config/localization/es/app.json +185 -45
- package/config/localization/fr/app.json +185 -45
- package/config/localization/ja/app.json +184 -44
- package/config/localization/ko/app.json +183 -43
- package/config/localization/pt/app.json +185 -45
- package/config/localization/ru/app.json +198 -48
- package/config/localization/tr/app.json +184 -44
- package/config/localization/zh-CN/app.json +198 -48
- package/config/localization_notifications/de/app.json +4 -0
- package/config/localization_notifications/es/app.json +4 -0
- package/config/localization_notifications/fr/app.json +4 -0
- package/config/localization_notifications/ja/app.json +4 -0
- package/config/localization_notifications/ko/app.json +4 -0
- package/config/localization_notifications/pt/app.json +4 -0
- package/config/localization_notifications/ru/app.json +4 -0
- package/config/localization_notifications/tr/app.json +4 -0
- package/config/localization_notifications/zh-CN/app.json +4 -0
- package/package.json +1 -1
- package/scripts/generated/app.ts +5 -1
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
|
|
|
@@ -380,6 +380,7 @@ export const APP_STRING_KEYS = {
|
|
|
380
380
|
MAXIMUM_LEVERAGE: 'APP.GENERAL.MAXIMUM_LEVERAGE',
|
|
381
381
|
MAXIMUM_REWARDS: 'APP.GENERAL.MAXIMUM_REWARDS',
|
|
382
382
|
MAX_WITHDRAW: 'APP.GENERAL.MAX_WITHDRAW',
|
|
383
|
+
MEME: 'APP.GENERAL.MEME',
|
|
383
384
|
MENU: 'APP.GENERAL.MENU',
|
|
384
385
|
METRICS: 'APP.GENERAL.METRICS',
|
|
385
386
|
MID_CAP: 'APP.GENERAL.MID_CAP',
|
|
@@ -446,6 +447,8 @@ export const APP_STRING_KEYS = {
|
|
|
446
447
|
SELL: 'APP.GENERAL.SELL',
|
|
447
448
|
SEND: 'APP.GENERAL.SEND',
|
|
448
449
|
SHARE: 'APP.GENERAL.SHARE',
|
|
450
|
+
SHARE_DYDX: 'APP.GENERAL.SHARE_DYDX',
|
|
451
|
+
SHARE_MESSAGE: 'APP.GENERAL.SHARE_MESSAGE',
|
|
449
452
|
SHORT_POSITION_SHORT: 'APP.GENERAL.SHORT_POSITION_SHORT',
|
|
450
453
|
SHOW_ALL_DETAILS: 'APP.GENERAL.SHOW_ALL_DETAILS',
|
|
451
454
|
SIDE: 'APP.GENERAL.SIDE',
|
|
@@ -486,6 +489,7 @@ export const APP_STRING_KEYS = {
|
|
|
486
489
|
PAST_MONTH: 'APP.GENERAL.TIME_STRINGS.PAST_MONTH',
|
|
487
490
|
PAST_THREE_MONTHS: 'APP.GENERAL.TIME_STRINGS.PAST_THREE_MONTHS',
|
|
488
491
|
PAST_WEEK: 'APP.GENERAL.TIME_STRINGS.PAST_WEEK',
|
|
492
|
+
PERIOD: 'APP.GENERAL.TIME_STRINGS.PERIOD',
|
|
489
493
|
THIS_MONTH_LOWERCASED: 'APP.GENERAL.TIME_STRINGS.THIS_MONTH_LOWERCASED',
|
|
490
494
|
THIS_QUARTER_LOWERCASED: 'APP.GENERAL.TIME_STRINGS.THIS_QUARTER_LOWERCASED',
|
|
491
495
|
THIS_WEEK: 'APP.GENERAL.TIME_STRINGS.THIS_WEEK',
|