Skip to content

Commit b71d113

Browse files
authored
feat: update i18n (#3280)
1 parent 51ae46b commit b71d113

File tree

14 files changed

+1688
-42
lines changed

14 files changed

+1688
-42
lines changed

_raw/locales/de/messages.json

Lines changed: 118 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,8 @@
14481448
"noTestnetAssets": "Keine benutzerdefinierten Netzwerk-Assets",
14491449
"addTokenEntryText": "Token",
14501450
"price": "PREIS",
1451-
"side": "SEITE"
1451+
"side": "SEITE",
1452+
"openInTab": "Im Tab öffnen"
14521453
},
14531454
"hd": {
14541455
"howToConnectLedger": "Wie man den Ledger verbindet",
@@ -3035,7 +3036,9 @@
30353036
"toast": {
30363037
"setAutoCloseSuccess": "Auto close position erfolgreich festgelegt",
30373038
"closePositionSuccess": "Geschlossen {{direction}} {{coin}}-USD: Größe {{size}} zu einem Preis von ${{price}}",
3038-
"openPositionSuccess": "Eröffnet {{direction}} {{coin}}-USD: Größe {{size}} zu einem Preis von ${{price}}"
3039+
"openPositionSuccess": "Eröffnet {{direction}} {{coin}}-USD: Größe {{size}} zu einem Preis von ${{price}}",
3040+
"stopLossSuccess": "Stop-Loss erfolgreich gesetzt",
3041+
"takeProfitSuccess": "Take Profit erfolgreich gesetzt"
30393042
},
30403043
"closePositionPopup": {
30413044
"closeLong": "Long schließen",
@@ -3045,7 +3048,41 @@
30453048
"title": "Schließe {{coin}}-USD {{direction}}"
30463049
},
30473050
"isolated": "Isoliert",
3048-
"cross": "Cross"
3051+
"cross": "Cross",
3052+
"closeAllPopup": {
3053+
"title": "Alle Positionen schließen bestätigen",
3054+
"description": "Alle Ihre offenen Positionen werden zum Marktpreis geschlossen."
3055+
},
3056+
"riskLevel": {
3057+
"danger": {
3058+
"title": "Gefahr",
3059+
"description": "Ihre Position ist einem hohen Risiko der Liquidation ausgesetzt. Der Abstand zum Liquidationspreis beträgt ≤3 %. Erwägen Sie, Margin hinzuzufügen oder Ihre Position zu schließen, um eine Liquidation zu vermeiden."
3060+
},
3061+
"warning": {
3062+
"title": "Warnung",
3063+
"description": "Ihre Position nähert sich dem Liquidationsrisiko. Der Abstand zum Liquidationspreis liegt zwischen 3% und 8%. Überwachen Sie Ihre Position sorgfältig und ziehen Sie in Betracht, Margin hinzuzufügen."
3064+
},
3065+
"safe": {
3066+
"description": "Ihre Position befindet sich auf einem sicheren Niveau. Der Abstand zum Liquidationspreis beträgt >8%. Behalten Sie die Marktbedingungen im Auge."
3067+
},
3068+
"gotIt": "Verstanden",
3069+
"liquidationPrice": "Liquidationspreis",
3070+
"subTitle": "Echtzeit Liquidationsabstand (%)",
3071+
"liquidationDistance": "Liquidationsdistanz",
3072+
"title": "Risikostufe",
3073+
"liquidationDistanceTips": "Liquidation Distance (%) zeigt, wie weit der aktuelle Preis von Ihrem Liquidationspreis entfernt ist. Ein größerer Abstand zeigt eine sicherere Position an, während ein kleinerer Abstand ein höheres Liquidationsrisiko bedeutet."
3074+
},
3075+
"searchPerpsPopup": {
3076+
"hasPosition": "Position",
3077+
"empty": "Keine Märkte gefunden",
3078+
"searchPlaceholder": "Search perps",
3079+
"openPosition": "Position eröffnen",
3080+
"searchPerps": "Suche nach Perps",
3081+
"searchPosition": "Position suchen",
3082+
"onePosition": "1 Position"
3083+
},
3084+
"position": "Position",
3085+
"closeAll": "Alle schließen"
30493086
},
30503087
"selectToAddress": {
30513088
"emptyWhitelist": {
@@ -3154,6 +3191,84 @@
31543191
"transactions": "Transaktionen",
31553192
"approvals": "Genehmigungen"
31563193
}
3194+
},
3195+
"perpsDetail": {
3196+
"PerpsOpenPositionPopup": {
3197+
"newPosition": "Offene Position",
3198+
"margin": "Margin",
3199+
"short": "Short",
3200+
"long": "Longe",
3201+
"size": "Größe",
3202+
"free": "Kostenlos",
3203+
"available": "Verfügbar",
3204+
"providerFee": "Hyperliquid Gebühr",
3205+
"takeProfitWhenPriceAbove": "Profit mitnehmen, wenn der Preis über",
3206+
"sizeTips": "Der Gesamtwert oder die Menge Ihres Handels, festgelegt durch Margin und Leverage.",
3207+
"rabbyFee": "Rabby Gebühr",
3208+
"stopLossWhenPriceBelow": "Stop Loss, wenn der Preis unter",
3209+
"insufficientBalance": "Ungenügendes Guthaben",
3210+
"takeProfitWhenPriceBelow": "Nehmen Sie Gewinn, wenn der Preis unter",
3211+
"invalidNumber": "Ungültige Zahl",
3212+
"stopLossWhenPriceAbove": "Stop-Loss, wenn der Preis über",
3213+
"leverage": "Hebel",
3214+
"minimumOrderSize": "Die Mindestbestellgröße beträgt 10 $."
3215+
},
3216+
"PerpsEditMarginPopup": {
3217+
"reduceMargin": "Margin reduzieren",
3218+
"currentPrice": "Aktueller Preis",
3219+
"margin": "Margin",
3220+
"addMargin": "Margin hinzufügen",
3221+
"insufficientBalance": "Unzureichendes Guthaben",
3222+
"amountToAdd": "Betrag hinzufügen",
3223+
"addMarginSuccess": "Margin erfolgreich hinzugefügt",
3224+
"perpsBalance": "Perps-Bilanz",
3225+
"amountToReduce": "Betrag zur Reduzierung",
3226+
"exceedMaxReduction": "Überschreitet die maximale Reduzierung",
3227+
"confirm": "Bestätigen",
3228+
"liqPrice": "Liq. Preis:",
3229+
"available": "Verfügbar",
3230+
"reduceMarginTooltip": "Unzureichende Margin, um die Position zu reduzieren.",
3231+
"title": "Margin anpassen",
3232+
"reduceMarginSuccess": "Margin erfolgreich reduziert"
3233+
},
3234+
"PerpsClosePositionPopup": {
3235+
"total": "Gesamt",
3236+
"closedPnl": "Geschlossene PNL",
3237+
"receive": "Erhalten",
3238+
"title": "Position schließen",
3239+
"confirm": "Bestätigen",
3240+
"amount": "Betrag",
3241+
"minimumWarning": "Der Mindestschließungsbetrag beträgt {{percent}}%.",
3242+
"fee": "Gebühr"
3243+
},
3244+
"PerpsAutoCloseModal": {
3245+
"priceBelow": "Preis darunter",
3246+
"takeProfit": "Gewinnmitnahme",
3247+
"youGain": "Du gewinnst",
3248+
"priceAbove": "Preis über",
3249+
"stopLossWhen": "Stop Loss Wenn",
3250+
"confirm": "Bestätigen",
3251+
"title": "Position automatisch schließen",
3252+
"takeProfitWhen": "Take Profit Wenn",
3253+
"noPosition": "Sie müssen zuerst die Margin eingeben.",
3254+
"takeProfitTipsShort": "Der Take-Profit-Preis muss unter dem aktuellen Preis liegen.",
3255+
"youLoss": "Du verlierst",
3256+
"takeProfitWhenPriceAbove": "Nehmen Sie Gewinn, wenn der Preis über",
3257+
"stopLoss": "Stop-Loss",
3258+
"takeProfitExpectedPNL": "Take Profit Erwarteter PNL",
3259+
"takeProfitWhenPriceBelow": "Take Profit, wenn der Preis unter",
3260+
"stopLossExpectedPNL": "Stop Loss Erwarteter PNL",
3261+
"stopLossWhenPriceAbove": "Stop Loss, wenn der Preis über",
3262+
"takeProfitTipsLong": "Der Take-Profit-Preis muss höher sein als der aktuelle Preis.",
3263+
"stopLossWhenPriceBelow": "Stop-Loss bei Preis unter",
3264+
"EntryAndCurrentPrice": "Eintritt: ${{entryPrice}} Aktuell: ${{currentPrice}}",
3265+
"currentPrice": "Aktueller Preis:",
3266+
"cancel": "Stornieren",
3267+
"stopLossTipsShortLiquidation": "Der Preis ist höher als der liq.Preis ({{price}})",
3268+
"stopLossTipsLong": "Der Stop-Loss-Preis muss unter dem aktuellen Preis liegen.",
3269+
"stopLossTipsLongLiquidation": "Der Preis liegt unter dem liq.price ({{price}})",
3270+
"stopLossTipsShort": "Der Stop-Loss-Preis muss über dem aktuellen Preis liegen."
3271+
}
31573272
}
31583273
},
31593274
"component": {

_raw/locales/es/messages.json

Lines changed: 121 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,8 @@
14481448
"noTestnetAssets": "Sin activos de red personalizados",
14491449
"addTokenEntryText": "Token",
14501450
"price": "PRECIO",
1451-
"side": "LADO"
1451+
"side": "LADO",
1452+
"openInTab": "Abrir en pestaña"
14521453
},
14531454
"hd": {
14541455
"howToConnectLedger": "¿Cómo Conectar Ledger?",
@@ -3035,7 +3036,9 @@
30353036
"toast": {
30363037
"setAutoCloseSuccess": "La posición de cierre automático se estableció con éxito.",
30373038
"closePositionSuccess": "Cerrado {{direction}} {{coin}}-USD: Tamaño {{size}} a Precio ${{price}}",
3038-
"openPositionSuccess": "Abierto {{direction}} {{coin}}-USD: Tamaño {{size}} a Precio ${{price}}"
3039+
"openPositionSuccess": "Abierto {{direction}} {{coin}}-USD: Tamaño {{size}} a Precio ${{price}}",
3040+
"stopLossSuccess": "Stop loss configurado con éxito",
3041+
"takeProfitSuccess": "Toma de ganancias establecida con éxito"
30393042
},
30403043
"closePositionPopup": {
30413044
"closeLong": "Cerrar Long",
@@ -3045,7 +3048,43 @@
30453048
"title": "Cerrar {{coin}}-USD {{direction}}"
30463049
},
30473050
"cross": "Cruz",
3048-
"isolated": "Aislado"
3051+
"isolated": "Aislado",
3052+
"closeAllPopup": {
3053+
"description": "Todas tus posiciones abiertas se cerrarán al precio de mercado.",
3054+
"title": "Confirmar cerrar todas las posiciones"
3055+
},
3056+
"riskLevel": {
3057+
"danger": {
3058+
"title": "Peligro",
3059+
"description": "Su posición está en alto riesgo de liquidación. La distancia al precio de liquidación es ≤3%. Considere agregar margen o cerrar su posición para evitar la liquidación."
3060+
},
3061+
"warning": {
3062+
"title": "Advertencia",
3063+
"description": "Tu posición se está acercando al riesgo de liquidación. La distancia al precio de liquidación está entre el 3% y el 8%. Monitorea tu posición cuidadosamente y considera agregar margen."
3064+
},
3065+
"safe": {
3066+
"title": "Seguro",
3067+
"description": "Tu posición está en un nivel seguro. La distancia al precio de liquidación es >8%. Sigue monitoreando las condiciones del mercado."
3068+
},
3069+
"liquidationPrice": "Precio de Liquidación",
3070+
"currentPrice": "Precio Actual",
3071+
"title": "Nivel de Riesgo",
3072+
"gotIt": "Entendido",
3073+
"subTitle": "Distancia de liquidación en tiempo real (%)",
3074+
"liquidationDistance": "Distancia de Liquidación",
3075+
"liquidationDistanceTips": "La Distancia de Liquidación (%) muestra qué tan lejos está el precio actual de tu precio de liquidación. Una mayor distancia indica una posición más segura, mientras que una distancia más pequeña significa un mayor riesgo de liquidación."
3076+
},
3077+
"searchPerpsPopup": {
3078+
"onePosition": "1 Posición",
3079+
"hasPosition": "Posición",
3080+
"empty": "No se encontraron mercados",
3081+
"searchPerps": "Buscar Perps",
3082+
"openPosition": "Abrir Posición",
3083+
"searchPosition": "Buscar posición",
3084+
"searchPlaceholder": "Buscar perps"
3085+
},
3086+
"closeAll": "Cerrar Todo",
3087+
"position": "Posición"
30493088
},
30503089
"selectToAddress": {
30513090
"emptyWhitelist": {
@@ -3154,6 +3193,85 @@
31543193
"approvals": "Aprobaciones",
31553194
"transactions": "Transacciones"
31563195
}
3196+
},
3197+
"perpsDetail": {
3198+
"PerpsOpenPositionPopup": {
3199+
"long": "Largo",
3200+
"margin": "Margen",
3201+
"short": "Corto",
3202+
"newPosition": "Abrir posición",
3203+
"rabbyFee": "Rabby Tarifa",
3204+
"invalidNumber": "Número inválido",
3205+
"free": "Gratis",
3206+
"size": "Tamaño",
3207+
"insufficientBalance": "Saldo insuficiente",
3208+
"leverage": "Apalancamiento",
3209+
"available": "Disponible",
3210+
"maximumOrderSize": "El tamaño máximo del pedido es {{amount}}",
3211+
"stopLossWhenPriceBelow": "Stop Loss Cuando el Precio Está por Debajo",
3212+
"takeProfitWhenPriceBelow": "Toma ganancias cuando el precio esté por debajo",
3213+
"minimumOrderSize": "El tamaño mínimo del pedido es de $10.",
3214+
"stopLossWhenPriceAbove": "Stop Loss Cuando el Precio Está por Encima",
3215+
"takeProfitWhenPriceAbove": "Toma de Ganancias Cuando el Precio Está por Encima",
3216+
"providerFee": "Tarifa de Hyperliquid",
3217+
"sizeTips": "El valor total o la cantidad de su operación, establecido por el margen y el apalancamiento."
3218+
},
3219+
"PerpsEditMarginPopup": {
3220+
"addMargin": "Agregar margen",
3221+
"margin": "Margen",
3222+
"reduceMargin": "Reducir Margen",
3223+
"currentPrice": "Precio Actual",
3224+
"available": "Disponible",
3225+
"confirm": "Confirmar",
3226+
"addMarginSuccess": "Margen añadida con éxito",
3227+
"title": "Ajustar Margen",
3228+
"liqPrice": "Precio de Liquidación:",
3229+
"insufficientBalance": "Saldo insuficiente",
3230+
"reduceMarginTooltip": "Margen insuficiente para reducir la posición.",
3231+
"perpsBalance": "Saldo de Perps",
3232+
"amountToReduce": "Cantidad a Reducir",
3233+
"exceedMaxReduction": "Excede la reducción máxima",
3234+
"amountToAdd": "Cantidad a agregar",
3235+
"reduceMarginSuccess": "Margen reducida con éxito"
3236+
},
3237+
"PerpsClosePositionPopup": {
3238+
"confirm": "Confirmar",
3239+
"total": "Total",
3240+
"amount": "Cantidad",
3241+
"title": "Cerrar Posición",
3242+
"fee": "Tarifa",
3243+
"closedPnl": "PNL Cerrado",
3244+
"receive": "Recibir",
3245+
"minimumWarning": "La cantidad mínima de cierre es del {{percent}}%"
3246+
},
3247+
"PerpsAutoCloseModal": {
3248+
"youLoss": "Pierdes",
3249+
"priceBelow": "Precio por debajo",
3250+
"priceAbove": "Precio por encima",
3251+
"currentPrice": "Precio actual:",
3252+
"stopLossExpectedPNL": "Stop Loss PNL Esperado",
3253+
"youGain": "Ganas",
3254+
"takeProfit": "Toma de Ganancias",
3255+
"confirm": "Confirmar",
3256+
"stopLoss": "Orden de Stop Loss",
3257+
"stopLossWhen": "Stop Loss Cuando",
3258+
"takeProfitExpectedPNL": "Toma de Beneficio PNL Esperado",
3259+
"stopLossWhenPriceBelow": "Stop Loss Cuando el Precio esté por Debajo",
3260+
"takeProfitWhenPriceAbove": "Toma de ganancias cuando el precio esté por encima",
3261+
"takeProfitWhen": "Toma de Ganancias Cuando",
3262+
"takeProfitTipsLong": "El precio de toma de ganancias debe ser más alto que el precio actual.",
3263+
"takeProfitWhenPriceBelow": "Toma de Beneficios Cuando el Precio Esté por Debajo",
3264+
"title": "Cerrar posición automáticamente",
3265+
"EntryAndCurrentPrice": "Entrada: ${{entryPrice}} Actual: ${{currentPrice}}",
3266+
"stopLossWhenPriceAbove": "Stop Loss Cuando el Precio Esté por Encima",
3267+
"noPosition": "Debes ingresar primero el margen.",
3268+
"takeProfitTipsShort": "El precio de toma de ganancias debe ser inferior al precio actual.",
3269+
"cancel": "Cancelar",
3270+
"stopLossTipsShort": "El precio de stop loss debe ser más alto que el precio actual.",
3271+
"stopLossTipsLong": "El precio de stop loss debe ser inferior al precio actual.",
3272+
"stopLossTipsShortLiquidation": "El precio es más alto que el liq.price ({{price}})",
3273+
"stopLossTipsLongLiquidation": "El precio es inferior al liq.price ({{price}})"
3274+
}
31573275
}
31583276
},
31593277
"component": {

0 commit comments

Comments
 (0)