super-productivity/packages/plugin-dev/github-issue-provider/i18n/ja.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": "username/repositoryName",
"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>ここでは、毎日の計画ビューのタスク作成パネルに、特定のリポジトリの未解決のGitHub issueを一覧表示するようにSuperProductivityを設定できます。それらは提案としてリストされ、課題へのリンクとそれに関する詳細情報を提供します。</p> <p>さらに、未解決の課題をすべて自動的にタスクバックログに追加して同期できます。</p>",
"ERRORS": {
"CONFIG_ERROR": "GitHubデータのマッピング中にエラーが発生しました。リポジトリ名は正しいですか",
"ERR_UNKNOWN": "GitHub不明なエラー {{statusCode}} {{errorMsg}}"
}
}