@dydxprotocol/v4-localization 1.1.300 → 1.1.301
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 +3 -0
- package/config/localization/en/app.json +1 -0
- package/config/localization/es/app.json +3 -0
- package/config/localization/fr/app.json +307 -295
- package/config/localization/fr/tooltips.json +61 -57
- package/config/localization/ja/app.json +206 -194
- package/config/localization/ja/tooltips.json +33 -29
- package/config/localization/ko/app.json +12 -0
- package/config/localization/ko/tooltips.json +5 -1
- package/config/localization/pt/app.json +3 -0
- package/config/localization/ru/app.json +484 -472
- package/config/localization/ru/tooltips.json +86 -82
- package/config/localization/tr/app.json +3 -0
- package/config/localization/zh-CN/app.json +47 -35
- package/config/localization/zh-CN/tooltips.json +26 -22
- package/config/localization_notifications/de/app.json +12 -0
- package/config/localization_notifications/es/app.json +12 -0
- package/config/localization_notifications/fr/app.json +34 -18
- package/config/localization_notifications/ja/app.json +25 -9
- package/config/localization_notifications/ko/app.json +16 -0
- package/config/localization_notifications/pt/app.json +12 -0
- package/config/localization_notifications/ru/app.json +35 -19
- package/config/localization_notifications/tr/app.json +12 -0
- package/config/localization_notifications/zh-CN/app.json +24 -8
- package/config/localizations_native/en/app.json +4 -4
- package/config/localizations_native/fr/app.json +37 -37
- package/config/localizations_native/ja/app.json +29 -29
- package/config/localizations_native/ru/app.json +55 -55
- package/config/localizations_native/zh-CN/app.json +8 -8
- package/package.json +1 -1
- package/scripts/generated/app.ts +1 -0
|
@@ -1044,6 +1044,9 @@
|
|
|
1044
1044
|
"VERIFY_OWNERSHIP": "Eigentümerschaft verifizieren",
|
|
1045
1045
|
"VERIFY_WALLET_OWNERSHIP": "Überprüfen Sie, ob Sie der Eigentümer dieser Brieftasche sind.",
|
|
1046
1046
|
"VERIFY_WALLET_COMPATIBILITY": "Wallet-Kompatibilität überprüfen",
|
|
1047
|
+
"VERIFY_YOUR_DYDX_WALLET": "Verifizieren Sie Ihre dYdX-Chain-Wallet",
|
|
1048
|
+
"VERIFYING_WALLET_COMPATIBILITY": "Wir überprüfen die Wallet-Kompatibilität...",
|
|
1049
|
+
"VERIFYING_YOUR_DYDX_WALLET": "Wir überprüfen Ihre dYdX-Chain-Wallet...",
|
|
1047
1050
|
"WANT_TO_LEARN": "Möchten Sie mehr erfahren?",
|
|
1048
1051
|
"WELCOME_DYDX": "Willkommen bei dYdX",
|
|
1049
1052
|
"WELCOME": "Willkommen",
|
|
@@ -1539,6 +1539,7 @@
|
|
|
1539
1539
|
"FUNDING_PAYMENTS_EMPTY_STATE": "You have no past funding payments.",
|
|
1540
1540
|
"FUNDING_PAYMENTS_SHORT": "Funding",
|
|
1541
1541
|
"FUNDING_PAYMENTS": "Funding Payments",
|
|
1542
|
+
"FUNDING_PAYMENTS_DESCRIPTION": "List of the funding payments received",
|
|
1542
1543
|
"FUNDING_RATE_1H_SHORT": "1h Funding",
|
|
1543
1544
|
"FUNDING_RATE_DURATION_SHORT": "{DURATION} Funding",
|
|
1544
1545
|
"FUNDING_RATE": "Estimated 1h Funding",
|
|
@@ -1044,6 +1044,9 @@
|
|
|
1044
1044
|
"VERIFY_OWNERSHIP": "Verificar la propiedad",
|
|
1045
1045
|
"VERIFY_WALLET_OWNERSHIP": "Verifica que eres el propietario de esta billetera.",
|
|
1046
1046
|
"VERIFY_WALLET_COMPATIBILITY": "Verificar la compatibilidad de la billetera",
|
|
1047
|
+
"VERIFY_YOUR_DYDX_WALLET": "Verifica tu billetera de la cadena dYdX",
|
|
1048
|
+
"VERIFYING_WALLET_COMPATIBILITY": "Verificando la compatibilidad de la billetera...",
|
|
1049
|
+
"VERIFYING_YOUR_DYDX_WALLET": "Verificando tu billetera de la cadena dYdX...",
|
|
1047
1050
|
"WANT_TO_LEARN": "¿Quieres saber más?",
|
|
1048
1051
|
"WELCOME_DYDX": "Bienvenido a dYdX",
|
|
1049
1052
|
"WELCOME": "Bienvenido",
|