ci(i18n): first pull, only automatic a-z re-ordering

This commit is contained in:
Lemmy
2026-07-18 01:36:29 -04:00
parent cd74418265
commit 1e23c02e0b
24 changed files with 881 additions and 671 deletions
+39 -25
View File
@@ -1,27 +1,41 @@
{
"title": "DropWall",
"settings.per_monitor.label": "Per-monitor drop",
"settings.per_monitor.description": "Set the wallpaper only on the monitor the image was dropped on. When off, apply it to every output.",
"settings.copy_to_wallpaper_dir.label": "Copy into wallpaper directory",
"settings.copy_to_wallpaper_dir.description": "Copy the dropped image into the system wallpaper directory before applying. Existing files are never replaced; a numeric suffix is added when needed.",
"settings.notify_on_set.label": "Notify on set",
"settings.notify_on_set.description": "Show a notification when a dropped image is applied.",
"settings.layer.label": "Drop surface layer",
"settings.layer.description": "Layer-shell layer for the invisible drop surface. \"Background\" is the least intrusive; use \"Bottom\" if drops don't register.",
"settings.layer.options.background": "Background",
"settings.layer.options.bottom": "Bottom",
"notify.set_title": "Wallpaper set",
"notify.invalid_title": "Not an image (jpg, png, webp, bmp, gif)",
"notify.missing_title": "Dropped file not found",
"notify.output_error_title": "Could not identify the target monitor",
"notify.helper_error_title": "DropWall helper error",
"notify.python_missing": "python3 is not available on PATH.",
"notify.plugin_dir_missing": "Noctalia did not provide the plugin directory.",
"notify.helper_file_missing": "The DropWall supervisor file is missing.",
"notify.helper_start_failed": "Noctalia could not open the helper stream.",
"notify.helper_busy": "Another DropWall helper is still running. The plugin will keep retrying.",
"notify.no_outputs": "The helper could not create a drop target for any output.",
"notify.copy_dir_title": "Wallpaper was not copied",
"notify.copy_dir_missing": "No wallpaper directory is configured; the original file will be used.",
"notify.copy_failed": "The safe copy failed; the original file will be used."
"notify": {
"copy_dir_missing": "No wallpaper directory is configured; the original file will be used.",
"copy_dir_title": "Wallpaper was not copied",
"copy_failed": "The safe copy failed; the original file will be used.",
"helper_busy": "Another DropWall helper is still running. The plugin will keep retrying.",
"helper_error_title": "DropWall helper error",
"helper_file_missing": "The DropWall supervisor file is missing.",
"helper_start_failed": "Noctalia could not open the helper stream.",
"invalid_title": "Not an image (jpg, png, webp, bmp, gif)",
"missing_title": "Dropped file not found",
"no_outputs": "The helper could not create a drop target for any output.",
"output_error_title": "Could not identify the target monitor",
"plugin_dir_missing": "Noctalia did not provide the plugin directory.",
"python_missing": "python3 is not available on PATH.",
"set_title": "Wallpaper set"
},
"settings": {
"copy_to_wallpaper_dir": {
"description": "Copy the dropped image into the system wallpaper directory before applying. Existing files are never replaced; a numeric suffix is added when needed.",
"label": "Copy into wallpaper directory"
},
"layer": {
"description": "Layer-shell layer for the invisible drop surface. \"Background\" is the least intrusive; use \"Bottom\" if drops don't register.",
"label": "Drop surface layer",
"options": {
"background": "Background",
"bottom": "Bottom"
}
},
"notify_on_set": {
"description": "Show a notification when a dropped image is applied.",
"label": "Notify on set"
},
"per_monitor": {
"description": "Set the wallpaper only on the monitor the image was dropped on. When off, apply it to every output.",
"label": "Per-monitor drop"
}
},
"title": "DropWall"
}