Files
community-plugins/qrcode/translations/en.json
T
2026-08-05 17:59:17 -04:00

67 lines
1.9 KiB
JSON

{
"panel": {
"error": {
"copy_failed": "failed to copy the QR code.",
"generate_failed": "failed to generate the QR code.",
"missing_qrencode": "qrencode not installed."
},
"placeholder": "Enter text or url...",
"status": {
"copied": "QR code copied to clipboard.",
"error": "Error: {message}",
"generating": "Generating...",
"idle": "Enter some text, then press Generate.",
"idlebis": "Enter some text, then press Enter.",
"ready": "QR code ready. Scan it here or click it to copy."
}
},
"settings": {
"close_on_copy": {
"description": "Close the panel when copying the QR code.",
"label": "Close on Copy"
},
"correction_level": {
"description": "Specify error correction level.",
"h": "Highest",
"l": "Lowest",
"label": "Correction Level",
"m": "Medium",
"q": "High"
},
"generate_button": {
"description": "Disable will submit on enter.",
"label": "Show Generate Button"
},
"keep_on_close": {
"description": "Keep the input, QR Code, status etc when closing the panel.",
"label": "Keep on Close"
},
"notify": {
"all": "All",
"description": "Controls the notifications, minimal only notifies when Close on Copy is used.",
"label": "Notify",
"minimal": "Minimal",
"none": "None"
},
"size": {
"description": "Specify module size in dots (pixels).",
"label": "QR Code Size"
},
"titlebar": {
"description": "Show panel name and buttons like settings and close.",
"label": "Show Titlebar"
}
},
"widget": {
"custom_image": {
"description": "Path to a custom image; leave empty to use the icon glyph",
"label": "Custom image"
},
"glyph": {
"description": "Icon glyph name",
"label": "Glyph"
},
"tooltip": "Generate a QR Code"
}
}