You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/en.json
+43-2Lines changed: 43 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,9 @@
71
71
"scanFailed": "Scan failed",
72
72
"expectedConfirmation": "Expected confirmation",
73
73
"seconds_approx": "~5 seconds",
74
-
"balance": "Balance"
74
+
"balance": "Balance",
75
+
"update": "Update",
76
+
"test": "Test"
75
77
},
76
78
"horizen": {
77
79
"network": "Horizen Testnet / ETH",
@@ -95,7 +97,46 @@
95
97
"announcerContractName": "Soroban",
96
98
"networkFeeAmount": "100 stroops",
97
99
"recipientPlaceholder": "st:xlm:...",
98
-
"validMetaAddressError": "Enter a valid Stellar meta-address (st:xlm:...)"
100
+
"validMetaAddressError": "Enter a valid Stellar meta-address (st:xlm:...)",
101
+
"scanningStrategy": "Scanning Strategy",
102
+
"scanningStrategyDescription": "Choose how the Stellar receive scanner filters announcements. Changes take effect immediately on the next scan.",
103
+
"strategyFast": "Fast",
104
+
"strategyFastDescription": "View-tag only prefilter. Skips expensive shared secret computation.",
105
+
"strategyFastTooltip": "The view-tag reveals one byte of correlation to a passive observer of the RPC.",
106
+
"strategyBalanced": "Balanced",
107
+
"strategyBalancedDescription": "View-tag prefilter + full scan. Default behavior.",
108
+
"strategyBalancedTooltip": "The view-tag reveals one byte of correlation to a passive observer of the RPC.",
109
+
"strategyFull": "Full",
110
+
"strategyFullDescription": "Ignore view-tag. Full shared secret computation on all announcements.",
111
+
"strategyFullTooltip": "Most thorough scan but slowest. Ignores view-tag optimization.",
112
+
"activeStrategy": "Active Strategy",
113
+
"changeInSettings": "change in Settings",
114
+
"webPush": "Web Push Notifications",
115
+
"webPushDescription": "Receive stealth payment alerts even when the app is closed. Uses a privacy-first relay that only receives your meta-address hash (no personal data).",
116
+
"webPushNotSupported": "Web Push is not supported in this browser. Please use Chrome, Edge, or Firefox on desktop or Android.",
117
+
"webPushPermissionDenied": "Notification permission denied. Enable notifications in your browser settings to use Web Push.",
"subscribedNotice": "You will receive stealth payment alerts via Web Push even when the app is closed.",
124
+
"subscribeToAlerts": "Subscribe to Alerts",
125
+
"unsubscribe": "Unsubscribe",
126
+
"subscribing": "Subscribing...",
127
+
"unsubscribing": "Unsubscribing...",
128
+
"testing": "Testing...",
129
+
"privacyNotice": "Privacy Notice",
130
+
"privacyNoticeText": "Only the SHA-256 hash of your meta-address is sent to the relay. No personal data, wallet addresses, or keys are transmitted. You can self-host the relay for complete control.",
131
+
"noActiveMetaAddress": "No active meta-address. Derive keys on the Receive page first.",
132
+
"subscribeSuccess": "Successfully subscribed to stealth payment alerts via Web Push.",
133
+
"subscribeFailed": "Failed to subscribe to Web Push.",
134
+
"unsubscribeSuccess": "Successfully unsubscribed from Web Push notifications.",
135
+
"unsubscribeFailed": "Failed to unsubscribe from Web Push.",
136
+
"relayReachable": "Relay is reachable and healthy.",
137
+
"relayNotReachable": "Relay is not reachable. Check the URL and try again.",
138
+
"relayUrlUpdated": "Relay URL updated. Test connectivity to verify.",
139
+
"relayTestFailed": "Failed to test relay connectivity."
0 commit comments