mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Fix misformed locale jsons
This commit is contained in:
parent
164a960b62
commit
482963a41b
@ -657,7 +657,8 @@ class TradeBox extends Component {
|
||||
</List>
|
||||
|
||||
<Grid item xs={12} align="center">
|
||||
<ToggleButtonGroup
|
||||
<ToggleButtonGroup
|
||||
size="small"
|
||||
value={this.state.receiveTab}
|
||||
exclusive >
|
||||
<ToggleButton value={0} disableRipple={true} onClick={() => this.setState({receiveTab:0})}>
|
||||
|
@ -345,7 +345,7 @@
|
||||
"Lightning Routing Failed":"Lightning-Weiterleitung fehlgeschlagen",
|
||||
"Your invoice has expired or more than 3 payment attempts have been made.":"Deine Invoice ist abgelaufen oder mehr als 3 Zahlungs-Versuche sind fehlgeschlagen. Reiche eine neue Invoice ein",
|
||||
"Check the list of compatible wallets":"Prüfe die Liste mit kompatiblen Wallets",
|
||||
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.""RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.":"RoboSats wird alle eine Minute 3 mal versuchen, deine Invoice auszuzahlen. Wenn es weiter fehlschlägt, kannst du eine neue Invoice einfügen. Prüfe deine Inbound-Liquidität. Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.",
|
||||
"RoboSats will try to pay your invoice 3 times with a one minute pause in between. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.":"RoboSats wird alle eine Minute 3 mal versuchen, deine Invoice auszuzahlen. Wenn es weiter fehlschlägt, kannst du eine neue Invoice einfügen. Prüfe deine Inbound-Liquidität. Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.Denk daran, dass deine Lightning-Node erreichbar sein muss, um die Zahlung zu erhalten.",
|
||||
"Next attempt in":"Nächster Versuch in",
|
||||
"Do you want to open a dispute?":"Möchtest du einen Fall eröffnen?",
|
||||
"The RoboSats staff will examine the statements and evidence provided. You need to build a complete case, as the staff cannot read the chat. It is best to provide a burner contact method with your statement. The satoshis in the trade escrow will be sent to the dispute winner, while the dispute loser will lose the bond.":"Das RoboSats-Team wird die Aussagen und Beweise prüfen. Du musst die vollständige Situation erklären, wir können den Chat nicht sehen. Benutze am besten Wegwerf-Kontakt-Infos. Die hinterlegten Satoshis gehen an den Fall-Gewinner, der Verlierer verliert seine Kaution.",
|
||||
|
@ -405,12 +405,7 @@
|
||||
"Lightning":"Lightning",
|
||||
"Onchain":"Onchain",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
"INFO DIALOG - InfoDiagog.js":"App information and clarifications and terms of use",
|
||||
"Close":"Close",
|
||||
"What is RoboSats?":"What is RoboSats?",
|
||||
|
@ -182,8 +182,7 @@
|
||||
"Join RoboSats' Subreddit":"Únete al subreddit de RoboSats",
|
||||
"RoboSats in Reddit":"RoboSats en Reddit",
|
||||
"Current onchain payout fee":"Coste actual de recibir onchain",
|
||||
"Lightning":"Lightning",
|
||||
"Onchain":"Onchain",
|
||||
|
||||
|
||||
"ORDER PAGE - OrderPage.js": "Order details page",
|
||||
"Order Box": "Orden",
|
||||
@ -256,6 +255,7 @@
|
||||
"You are not allowed to see this order": "No tienes permiso para ver esta orden",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Los Satoshis Robóticos del almacén no te entendieron. Por favor rellena un Bug Issue en Github https://github.com/reckless-satoshi/robosats/issues",
|
||||
|
||||
|
||||
"CHAT BOX - Chat.js": "Ventana del chat",
|
||||
"You": "Tú",
|
||||
"Peer": "Él",
|
||||
@ -395,7 +395,7 @@
|
||||
"This is not a bitcoin testnet address":"No es una dirección de testnet",
|
||||
"Submit payout info for {{amountSats}} Sats":"Envia info para recibir {{amountSats}} Sats",
|
||||
"Submit a valid invoice for {{amountSats}} Satoshis.": "Envía una factura por {{amountSats}} Sats",
|
||||
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.":"Antes de dejarte enviar {{amountFiat}} {{currencyCode}}, queremos asegurarnos de que puedes recibir el Bitcoin.",
|
||||
"Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC.":"Antes de dejarte enviar {{amountFiat}} {{currencyCode}}, queremos asegurarnos de que puedes recibir BTC.",
|
||||
"RoboSats will do a swap and send the Sats to your onchain address.":"RoboSats hará un swap y enviará los Sats a tu dirección en la cadena.",
|
||||
"Swap fee":"Comisión del swap",
|
||||
"Mining fee":"Comisión minera",
|
||||
@ -403,7 +403,8 @@
|
||||
"Final amount you will receive":"Monto final que vas a recibir",
|
||||
"Bitcoin Address":"Dirección Bitcoin",
|
||||
"Your TXID":"Tu TXID",
|
||||
|
||||
"Lightning":"Lightning",
|
||||
"Onchain":"Onchain",
|
||||
|
||||
"INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use",
|
||||
"Close": "Cerrar",
|
||||
|
Loading…
Reference in New Issue
Block a user