mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-19 01:17:31 +00:00
Add a plugin-based issue provider architecture that allows plugins to register as issue providers alongside the existing built-in providers. - Plugin API: types for search, display, comments, two-way sync, and field mappings in @super-productivity/plugin-api - Registry service to manage plugin provider lifecycle - HTTP proxy with SSRF protection for plugin network requests - Adapter service implementing IssueServiceInterface for plugins - Sync adapter for plugin-based two-way sync - Plugin config UI in the issue provider edit dialog - Plugin providers shown in setup overview and issue panel Migrate GitHub from built-in to plugin as first proof: - Bundled github-issue-provider plugin with full feature parity - Reducer migration converts old GitHub data to plugin format while preserving legacy fields for cross-version compatibility - Auto-enable plugin when existing GitHub providers are detected - Plugin registers under 'GITHUB' key via MigratedIssueProviderKey - GitHub translations moved to plugin i18n bundles Mark Two-Way Sync as experimental in the UI.
25 lines
1.5 KiB
JSON
25 lines
1.5 KiB
JSON
{
|
||
"CFG": {
|
||
"REPO": "\"نام کاربری / مخزن نام\" برای مخزن git مورد نظر برای پیگیری",
|
||
"TOKEN": "توکن دسترسی",
|
||
"FILTER_USERNAME": "نام کاربری (مثلا برای فیلتر کردن تغییراتی که خودتان انجام دادید)",
|
||
"BACKLOG_QUERY": "Backlog query (default: \"sort:updated state:open assignee:@me\")",
|
||
"HOW_TO_GET_TOKEN": "How to get a token"
|
||
},
|
||
"DISPLAY": {
|
||
"SUMMARY": "خلاصه",
|
||
"STATE": "وضعیت",
|
||
"ASSIGNEE": "مسئول",
|
||
"LABELS": "برچسب ها",
|
||
"MILESTONE": "Milestone",
|
||
"CREATOR": "Created by",
|
||
"DESCRIPTION": "توضیحات"
|
||
},
|
||
"FORM_HELP": "<p>Here you can configure SuperProductivity to list open GitHub issues for a specific repository in the task creation panel in the daily planning view. They will be listed as suggestions and will provide a link to the issue as well as more information about it.</p> <p>In addition you can automatically add and sync all open issues to your task backlog.</p>",
|
||
"ERRORS": {
|
||
"CONFIG_ERROR": "GitHub: خطا در هنگام نقشه برداری داده ها. آیا نام مخزن شما صحیح است؟",
|
||
"ERR_UNKNOWN": "GitHub: خطای ناشناخته{{errorMsg}} {{statusCode}} . محدودیت نرخ Api بیش از?",
|
||
"TWO_WAY_SYNC_INSUFFICIENT_PERMISSIONS": "GitHub: Must have admin rights to update issues. Your token needs the 'repo' scope.",
|
||
"AUTO_CREATE_ISSUE_FAILED": "GitHub: Failed to auto-create issue"
|
||
}
|
||
}
|