Files
community-plugins/dropwall/translations/en.json
T

42 lines
1.8 KiB
JSON

{
"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"
}