mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 17:05:48 +00:00
GitHub API returns 404 instead of 401/403 when authentication is missing or insufficient. Add token validation, catch 401/403/404 responses with actionable translated error messages, and surface error details in snack notifications for both auto-create and two-way sync push failures.
23 lines
1.3 KiB
JSON
23 lines
1.3 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 بیش از?"
|
||
}
|
||
}
|