super-productivity/packages/plugin-dev/github-issue-provider/i18n/zh-tw.json
Johannes Millan 7441eb9713 fix(plugins): improve error handling for GitHub issue creation and sync
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.
2026-03-10 19:06:00 +01:00

23 lines
1.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"CFG": {
"REPO": "使用者名稱/程式碼庫名稱",
"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>在此您可以設定 SuperProductivity 在每日規劃檢視的工作建立面板中列出特定程式碼庫的開放 GitHub 議題。它們將作為建議列出,並提供議題的連結以及更多相關資訊。</p> <p>此外,您可以自動匯入所有開放議題。</p><p>為了繞過使用限制並存取,您可以提供存取權杖。<a href='https://docs.github.com/en/free-pro-team@latest/developers/apps/scopes-for-oauth-apps'>更多關於範圍的資訊可以在這裡找到</a>。",
"ERRORS": {
"CONFIG_ERROR": "GitHub對應資料時發生錯誤。您的程式碼庫名稱是否正確",
"ERR_UNKNOWN": "GitHub未知錯誤 {{statusCode}} {{errorMsg}}。是否超過 API 使用限制?"
}
}