28 lines
1.9 KiB
JSON
28 lines
1.9 KiB
JSON
{
|
|
"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."
|
|
}
|