49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"color_copied": "Color {color} copied.",
|
|
"color_picked": "Color {color} picked.",
|
|
"color_picker": "Color Picker",
|
|
"could_not_parse": "could not parse hyprpicker output.",
|
|
"glyph": "Glyph",
|
|
"hex": "HEX",
|
|
"hyprpicker_not_installed": "hyprpicker is not installed.",
|
|
"no_color_picked": "No color picked yet.",
|
|
"no_history": "No colors in history yet.",
|
|
"opacity": "Opacity",
|
|
"recent_colors": "Recent Colors",
|
|
"rgb": "RGB",
|
|
"settings": {
|
|
"hyprpicker_cursor": {
|
|
"description": "Includes the cursor in the frozen screen preview.",
|
|
"label": "Show cursor"
|
|
},
|
|
"hyprpicker_disable_preview": {
|
|
"description": "Turns off the live color preview while picking.",
|
|
"label": "Disable Live Preview"
|
|
},
|
|
"hyprpicker_format": {
|
|
"description": "Default color format to copy to clipboard (Hex or RGB).",
|
|
"label": "Default Format"
|
|
},
|
|
"hyprpicker_lowercase": {
|
|
"description": "Outputs the hexcode in lowercase.",
|
|
"label": "Lowercase Hex"
|
|
},
|
|
"hyprpicker_no_zoom": {
|
|
"description": "Turns off the magnifying zoom lens while picking.",
|
|
"label": "Disable Zoom Lens"
|
|
},
|
|
"hyprpicker_radius": {
|
|
"description": "Zoom lens circle radius in pixels, from 1 to 1000.",
|
|
"label": "Zoom Radius"
|
|
},
|
|
"hyprpicker_scale": {
|
|
"description": "Zoom lens magnification, from 1 to 10.",
|
|
"label": "Zoom Scale"
|
|
},
|
|
"swatch_radius": {
|
|
"description": "Corner radius of the history swatches and current-color preview.",
|
|
"label": "Swatches Corner Roundness"
|
|
}
|
|
}
|
|
}
|