feat: Tor hidden service, PDF paid details, subaddress placeholder
- Tor onion: mc6wfeaqc7oijgdcudrr5zsotmwok3jzk3tu2uezzyjisn7nzzjjizyd.onion - Onion link in footer and README - PDF "BEZAHLT" block shows TX hash + date in second line - Address placeholder 8... (encourages subaddress usage)
This commit is contained in:
8
i18n.js
8
i18n.js
@@ -10,7 +10,7 @@ var I18n = (function () {
|
||||
de: {
|
||||
subtitle: 'Monero-Zahlungsanforderung in Sekunden',
|
||||
label_addr: 'XMR-Adresse',
|
||||
placeholder_addr: '4...',
|
||||
placeholder_addr: '8...',
|
||||
label_amount: 'Betrag',
|
||||
label_desc: 'Beschreibung (optional)',
|
||||
placeholder_desc: 'z.B. Rechnung #42, Freelance-Arbeit...',
|
||||
@@ -31,7 +31,7 @@ var I18n = (function () {
|
||||
pdf_scan_qr: 'QR-Code scannen zum Bezahlen',
|
||||
pdf_footer: 'Erstellt mit xmrpay.link — Keine Registrierung, kein KYC',
|
||||
qr_hint: 'Klick auf QR zum Speichern',
|
||||
footer: 'Open Source · Kein Backend · Kein KYC · <a href="https://gitea.schmidt.eco/schmidt1024/xmrpay.link" target="_blank">Source</a>',
|
||||
footer: 'Open Source · Kein Backend · Kein KYC · <a href="https://gitea.schmidt.eco/schmidt1024/xmrpay.link" target="_blank">Source</a> · <a href="http://mc6wfeaqc7oijgdcudrr5zsotmwok3jzk3tu2uezzyjisn7nzzjjizyd.onion" title="Tor Hidden Service">Onion</a>',
|
||||
aria_currency: 'Währung',
|
||||
label_uri_details: 'Monero-URI anzeigen',
|
||||
label_share_link: 'Teilbarer Link',
|
||||
@@ -57,7 +57,7 @@ var I18n = (function () {
|
||||
en: {
|
||||
subtitle: 'Monero payment request in seconds',
|
||||
label_addr: 'XMR Address',
|
||||
placeholder_addr: '4...',
|
||||
placeholder_addr: '8...',
|
||||
label_amount: 'Amount',
|
||||
label_desc: 'Description (optional)',
|
||||
placeholder_desc: 'e.g. Invoice #42, freelance work...',
|
||||
@@ -78,7 +78,7 @@ var I18n = (function () {
|
||||
pdf_scan_qr: 'Scan QR code to pay',
|
||||
pdf_footer: 'Created with xmrpay.link — No registration, no KYC',
|
||||
qr_hint: 'Click QR to save',
|
||||
footer: 'Open Source · No Backend · No KYC · <a href="https://gitea.schmidt.eco/schmidt1024/xmrpay.link" target="_blank">Source</a>',
|
||||
footer: 'Open Source · No Backend · No KYC · <a href="https://gitea.schmidt.eco/schmidt1024/xmrpay.link" target="_blank">Source</a> · <a href="http://mc6wfeaqc7oijgdcudrr5zsotmwok3jzk3tu2uezzyjisn7nzzjjizyd.onion" title="Tor Hidden Service">Onion</a>',
|
||||
aria_currency: 'Currency',
|
||||
label_uri_details: 'Show Monero URI',
|
||||
label_share_link: 'Shareable link',
|
||||
|
||||
Reference in New Issue
Block a user