* feat: add gSlapper wallpaper plugin * docs: clarify gSlapper installation and testing * docs: state Noctalia v5 requirement * docs: use generated plugin thumbnail * fix: keep gSlapper videos playing by default
103 lines
3.0 KiB
JSON
103 lines
3.0 KiB
JSON
{
|
|
"panel": {
|
|
"title": "Wallpaper",
|
|
"media_count": "{count} items",
|
|
"thumbnail_unavailable": "Video preview unavailable",
|
|
"settings": "Settings",
|
|
"close": "Close",
|
|
"search": "Search wallpapers",
|
|
"all_outputs": "All outputs",
|
|
"filter_all": "All",
|
|
"filter_images": "Images",
|
|
"filter_videos": "Videos",
|
|
"folders": "Folders",
|
|
"up": "Up",
|
|
"checking_dependencies": "Checking video support…",
|
|
"scanning": "Indexing wallpaper library…",
|
|
"preparing_library": "Preparing wallpaper library…",
|
|
"generating_previews": "Generating previews · {count} / {total}",
|
|
"video_unavailable": "Video wallpapers are unavailable",
|
|
"video_badge": "VIDEO",
|
|
"partial_badge": "{count} / {total}",
|
|
"mixed_summary": "{outputs} outputs · {videos} video · {images} image",
|
|
"pause_videos": "Pause videos",
|
|
"resume_videos": "Resume videos",
|
|
"restore_all": "Restore all",
|
|
"pause": "Pause",
|
|
"resume": "Resume",
|
|
"restore": "Restore",
|
|
"status_static": "Static",
|
|
"status_starting": "Starting",
|
|
"status_playing": "Playing",
|
|
"status_paused": "Paused",
|
|
"status_error": "Error",
|
|
"applying": "Applying wallpaper…",
|
|
"navigation_blocked": "The selected directory is outside its wallpaper root.",
|
|
"directory_unreadable": "Directory unavailable",
|
|
"directory_empty": "No supported wallpapers in this directory",
|
|
"no_search_results": "No wallpapers match your search",
|
|
"page": "{page} / {pages}"
|
|
},
|
|
"widget": {
|
|
"tooltip": "Choose wallpaper"
|
|
},
|
|
"service": {
|
|
"self_test_passed": "Self-test passed.",
|
|
"self_test_failed": "Self-test failed."
|
|
},
|
|
"settings": {
|
|
"video_directory": {
|
|
"label": "Video directory",
|
|
"description": "Directory containing video wallpapers."
|
|
},
|
|
"scale": {
|
|
"label": "Video scale",
|
|
"description": "How videos fit the output.",
|
|
"options": {
|
|
"fill": "Fill",
|
|
"stretch": "Stretch",
|
|
"original": "Original",
|
|
"panscan": "Panscan"
|
|
}
|
|
},
|
|
"hidden_behavior": {
|
|
"label": "When hidden",
|
|
"description": "Playback control when the wallpaper is hidden.",
|
|
"options": {
|
|
"none": "None",
|
|
"auto_pause": "Auto Pause",
|
|
"auto_stop": "Auto Stop"
|
|
}
|
|
},
|
|
"loop": {
|
|
"label": "Loop videos",
|
|
"description": "Restart a video when it reaches the end."
|
|
},
|
|
"fps_cap": {
|
|
"label": "FPS cap",
|
|
"description": "Maximum video wallpaper frame rate.",
|
|
"options": {
|
|
"fps_30": "30",
|
|
"fps_60": "60",
|
|
"fps_100": "100"
|
|
}
|
|
},
|
|
"fade": {
|
|
"label": "Fade between videos",
|
|
"description": "Use a fade when changing media."
|
|
},
|
|
"fade_duration": {
|
|
"label": "Fade duration",
|
|
"description": "Fade duration in seconds."
|
|
},
|
|
"gst_options": {
|
|
"label": "Additional GStreamer options",
|
|
"description": "Extra options passed to gSlapper's GStreamer pipeline."
|
|
},
|
|
"glyph": {
|
|
"label": "Widget glyph",
|
|
"description": "Glyph shown in the bar."
|
|
}
|
|
}
|
|
}
|