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,17 +1,17 @@
{
"applied": "Lightbar set to #{color}",
"apply": "Apply",
"bad_color": "Invalid hex color.",
"ds4_color": "DS4 Color",
"no_controller": "No DualShock 4 detected.",
"presets": "Presets",
"save": "Save",
"apply": "Apply",
"applied": "Lightbar set to #{color}",
"saved": "Color #{color} saved",
"bad_color": "Invalid hex color.",
"no_controller": "No DualShock 4 detected.",
"write_error": "Failed to write to controller.",
"settings": {
"glyph": {
"label": "Bar Glyph",
"description": "Icon shown on the bar button."
"description": "Icon shown on the bar button.",
"label": "Bar Glyph"
}
}
},
"write_error": "Failed to write to controller."
}
+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"
}
}
}