Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #3269

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 33 additions & 10 deletions src/i18n/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"page": {
"description": "Du benötigst deine Node-URL und einen Macaroon mit Lese- und Sendeberechtigung (z.B. admin.macaroon)",
"title": "Verbinden mit deiner LND Node"
}
},
"title": "LND"
},
"lndhub_go": {
"title": "LNDHub",
Expand Down Expand Up @@ -92,7 +93,8 @@
"rest_url": {
"label": "Indconnect REST URL",
"placeholder": "lndconnect://deinenode:8080?..."
}
},
"title": "myNode"
},
"umbrel": {
"page": {
Expand All @@ -102,7 +104,8 @@
"rest_url": {
"label": "Indconnect-REST URL",
"placeholder": "lndconnect://deinenode:8080?..."
}
},
"title": "Umbrel"
},
"description": "Verbinden mit deinem externen Lightning Wallet oder Node",
"citadel": {
Expand All @@ -116,7 +119,8 @@
"url": {
"label": "Citadel URL",
"placeholder": "http://citadel.local"
}
},
"title": "Citadel"
},
"raspiblitz": {
"page": {
Expand All @@ -127,7 +131,8 @@
"rest_api_host": {
"label": "REST API Host",
"placeholder": "deine-node-onion-adresse:port"
}
},
"title": "RaspiBlitz"
},
"eclair": {
"title": "Eclair",
Expand All @@ -151,7 +156,8 @@
"rest_url": {
"placeholder": "lndconnect://deinenode:8080?...",
"label": "Indconnect REST URL"
}
},
"title": "StartOS"
},
"blink": {
"page": {
Expand All @@ -163,7 +169,8 @@
},
"currency": {
"label": "Wallet auswählen"
}
},
"title": "Blink Wallet"
},
"bitcoin_jungle": {
"page": {
Expand All @@ -175,7 +182,8 @@
},
"currency": {
"label": "Wallet auswählen"
}
},
"title": "Bitcoin Jungle Wallet"
},
"btcpay": {
"config": {
Expand All @@ -188,7 +196,8 @@
"page": {
"instructions": "Navigiere zu deinem BTCPay Server und melde dich als Administrator an. Gehe zu Servereinstellungen > Dienste > LND REST - Informationen anzeigen. Klicke dann auf \"QR-Code-Informationen anzeigen\" und kopiere die QR-Code-Daten. Fügen sie unten ein:",
"title": "Verbindung zu BTCPay LND"
}
},
"title": "BTCPay Server"
},
"commando": {
"page": {
Expand Down Expand Up @@ -219,7 +228,8 @@
},
"errors": {
"connection_failed": "Verbindung fehlgeschlagen. Ist deine Core Lightning Node online und verwendet diese das Commando Plugin?"
}
},
"title": "Core Lightning"
},
"title": "Verbinde Lightning Wallet",
"lnc": {
Expand Down Expand Up @@ -305,6 +315,19 @@
},
"title": "LaWallet.io",
"private_key": "Privater Schlüssel"
},
"albyhub": {
"title": "Alby Hub",
"page": {
"instructions": "Öffne deinen Alby Hub, erstelle eine neue App-Verbindung und fügen das Verbindungsgeheimnis ein, um eine Verbindung herzustellen.",
"url": {
"label": "NWC-Verbindungsgeheimnis",
"placeholder": "nostr+walletconnect://69effe..."
},
"errors": {
"connection_failed": "Verbindung fehlgeschlagen. Ist dein Alby Hub online und die App-Verbindung aktiviert?"
}
}
}
},
"unlock": {
Expand Down
Loading