Files
community-plugins/zed-provider/translations/en.json
T
dd5d67b1e3 Add Zed Provider launcher plugin (#17)
* Add Zed Provider launcher plugin.

Expose recent Zed workspaces in the launcher so users can reopen projects quickly.

* Update Zed Provider thumbnail with launcher screenshot.

Use the official Noctalia thumbnail generator export for the plugin card.

* Address PR review feedback for Zed Provider.

Fix thumbnail category label, refresh project cache when the query is cleared,
and use noctalia.fuzzyScore for launcher filtering.

* fix(zed-provider): update thumbnail with launcher category label

* chore(zed-provider): reset manifest version to 1.0.0

* docs(zed-provider): align README with plugin documentation requirements

* fix(zed-provider): replace min_noctalia with plugin_api

* Add 'nohup' to plugin dependencies

---------

Co-authored-by: Lemmy <studio@quadbyte.net>
2026-07-17 20:31:04 -04:00

12 lines
458 B
JSON

{
"loading": "Loading…",
"loading-subtitle": "Reading Zed projects",
"no-projects-found": "No projects found",
"filter-empty": "Filter: \"{filter}\"",
"database-empty": "Zed database is empty or not found",
"settings.db_path.label": "Zed database path",
"settings.db_path.description": "Path to Zed's db.sqlite file.",
"settings.max_results.label": "Maximum results",
"settings.max_results.description": "Maximum number of projects to display."
}