What changed, and why it matters
This commit only adds new translation strings (empty placeholder entries for future localization) to a single C# file. There are no code logic changes, no security fixes, and no functional behavior changes.
No security action required. This is a routine localization update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds eight empty string values to Translations.Default.cs for keys such as ‘{0} minutes’, ‘Created at’, ‘Delay’, ‘Delivered at’, etc. These are resource dictionary entries used by the application’s localization system. No executable code was modified.
Changed components
BTCPayServer/Services/Translations.Default.csInspect captured patch +8 / −0
diff --git a/BTCPayServer/Services/Translations.Default.cs b/BTCPayServer/Services/Translations.Default.cs
index 5910f44..af20393 100644
--- a/BTCPayServer/Services/Translations.Default.cs
+++ b/BTCPayServer/Services/Translations.Default.cs
@@ -34,6 +34,7 @@ namespace BTCPayServer.Services
"{0} Lightning node updated.": "",
"{0} Lightning Settings": "",
"{0} Lightning settings successfully updated.": "",
+ "{0} minutes": "",
"{0} Node": "",
"{0} provider is not supported": "",
"{0} selected": "",
@@ -70,6 +71,7 @@ namespace BTCPayServer.Services
"A \"Contact Us\" button with this link will be shown on the checkout page. Can contain the placeholders <code>{OrderId}</code> and <code>{InvoiceId}</code>. Can be any valid URI, such as a website, email, and Nostr.": "",
"A <code>POST</code> callback will be sent to the specified <code>notificationUrl</code> (for on-chain transactions when there are sufficient confirmations):": "",
"A camera was not detected on your device.": "",
+ "A delay means your service either failed to process earlier deliveries or is taking too long to respond.": "",
"A given currency pair match the most specific rule. If two rules are matching and are as specific, the first\n rule\n will be chosen.": "",
"A malicious actor with access to this QR Code can affect the performances of your server.": "",
"A malicious actor with access to this QR Code could affect the performances of your server and might steal your funds.": "",
@@ -414,6 +416,7 @@ namespace BTCPayServer.Services
"Create your store": "",
"Created": "",
"Created after date:": "",
+ "Created at": "",
"Created before date:": "",
"Credentials": "",
"Credit": "",
@@ -464,6 +467,7 @@ namespace BTCPayServer.Services
"Default store template": "",
"Default Tax Rate": "",
"Default Value": "",
+ "Delay": "",
"Delete": "",
"DELETE": "",
"Delete Account": "",
@@ -483,6 +487,7 @@ namespace BTCPayServer.Services
"Delete unused Docker images present on your system.": "",
"Delete user": "",
"Delete Webhook": "",
+ "Delivered at": "",
"Demonetize": "",
"Dependencies": "",
"Dependencies not met.": "",
@@ -1026,6 +1031,7 @@ namespace BTCPayServer.Services
"Normal": "",
"Not all payout methods are supported": "",
"Not allowed to cancel this invoice": "",
+ "Not available in Keypad POS": "",
"Not configured": "",
"Not recommended": "",
"Not recommended for customer self-checkout.": "",
@@ -1759,6 +1765,8 @@ namespace BTCPayServer.Services
"This is an overpayment of the initial amount.": "",
"This is the only admin, so their role can't be removed until another admin is added.": "",
"This key, also called \"xpub\", is used to generate individual destination addresses for your invoices.": "",
+ "This label cannot be deleted.": "",
+ "This label cannot be renamed.": "",
"This label will be deleted from all payment requests.": "",
"This label will be deleted from this wallet and its associated transactions.": "",
"This Lightning Address will be removed.": "",
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.