|
1448 | 1448 | "noTestnetAssets": "Keine benutzerdefinierten Netzwerk-Assets", |
1449 | 1449 | "addTokenEntryText": "Token", |
1450 | 1450 | "price": "PREIS", |
1451 | | - "side": "SEITE" |
| 1451 | + "side": "SEITE", |
| 1452 | + "openInTab": "Im Tab öffnen" |
1452 | 1453 | }, |
1453 | 1454 | "hd": { |
1454 | 1455 | "howToConnectLedger": "Wie man den Ledger verbindet", |
|
3035 | 3036 | "toast": { |
3036 | 3037 | "setAutoCloseSuccess": "Auto close position erfolgreich festgelegt", |
3037 | 3038 | "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" |
3039 | 3042 | }, |
3040 | 3043 | "closePositionPopup": { |
3041 | 3044 | "closeLong": "Long schließen", |
|
3045 | 3048 | "title": "Schließe {{coin}}-USD {{direction}}" |
3046 | 3049 | }, |
3047 | 3050 | "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" |
3049 | 3086 | }, |
3050 | 3087 | "selectToAddress": { |
3051 | 3088 | "emptyWhitelist": { |
|
3154 | 3191 | "transactions": "Transaktionen", |
3155 | 3192 | "approvals": "Genehmigungen" |
3156 | 3193 | } |
| 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 | + } |
3157 | 3272 | } |
3158 | 3273 | }, |
3159 | 3274 | "component": { |
|
0 commit comments