new plugins en translation

This commit is contained in:
Lemmy
2026-07-19 22:39:32 -04:00
parent 2dfad8c1d0
commit c24195d0c7
2 changed files with 16 additions and 16 deletions
+8 -8
View File
@@ -1,16 +1,16 @@
{
"settings": {
"cmdline": {
"label": "Command line",
"description": "The command should generate an image file to be displayed as the clock. `%output_file` will be replaced with the path to the output file. Then `%H`, `%M`, etc. will be replaced with the current time values. See `man strftime` for more formatting options."
},
"image_width": {
"label": "Image width",
"description": "The display width of the clock image in logical pixels. (Not the width of the generated image file.)"
"description": "The command should generate an image file to be displayed as the clock. `%output_file` will be replaced with the path to the output file. Then `%H`, `%M`, etc. will be replaced with the current time values. See `man strftime` for more formatting options.",
"label": "Command line"
},
"image_height": {
"label": "Image height",
"description": "The display height of the clock image in logical pixels. (Not the height of the generated image file.)"
"description": "The display height of the clock image in logical pixels. (Not the height of the generated image file.)",
"label": "Image height"
},
"image_width": {
"description": "The display width of the clock image in logical pixels. (Not the width of the generated image file.)",
"label": "Image width"
}
}
}