From c24195d0c7c7e314699be9ba8ec86e54cc2ff7e2 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Sun, 19 Jul 2026 22:39:32 -0400 Subject: [PATCH] new plugins en translation --- ds4-color/translations/en.json | 16 ++++++++-------- imagemagick-clock/translations/en.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ds4-color/translations/en.json b/ds4-color/translations/en.json index 949591a..207ceec 100644 --- a/ds4-color/translations/en.json +++ b/ds4-color/translations/en.json @@ -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." } diff --git a/imagemagick-clock/translations/en.json b/imagemagick-clock/translations/en.json index 6c8260f..df448d7 100644 --- a/imagemagick-clock/translations/en.json +++ b/imagemagick-clock/translations/en.json @@ -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" } } }