feat: copy & download qr code as png (#2521)

* copy & download qr code as png

* i18n, accessibility

* improve error handling
This commit is contained in:
Bernd Storath
2026-03-05 13:39:31 +01:00
committed by GitHub
parent 7cde04de81
commit bc4dfd03df
6 changed files with 120 additions and 5 deletions
+5 -2
View File
@@ -122,7 +122,9 @@
"config": "Configuration",
"viewConfig": "View Configuration",
"firewallIps": "Firewall Allowed IPs",
"firewallIpsDesc": "Destination IPs/CIDRs this client can access (server-side enforcement). Leave empty to use Allowed IPs. Supports optional port and protocol filtering. See docs for syntax."
"firewallIpsDesc": "Destination IPs/CIDRs this client can access (server-side enforcement). Leave empty to use Allowed IPs. Supports optional port and protocol filtering. See docs for syntax.",
"downloadPng": "Download PNG",
"copyPng": "Copy PNG"
},
"dialog": {
"change": "Change",
@@ -132,7 +134,8 @@
"toast": {
"success": "Success",
"saved": "Saved",
"error": "Error"
"error": "Error",
"unknown": "Unknown error. See console for more details"
},
"form": {
"actions": "Actions",