super-productivity/packages/plugin-dev/github-issue-provider/i18n/ko.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

{
"CFG": {
"REPO": "추적하고자하는 git 저장소의 \"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 문제를 나열하도록 SuperProductivity를 구성할 수 있습니다. 제안으로 나열 되며 문제에 대 한 링크 뿐만 아니라 그것에 대 한 자세한 정보를 제공 합니다.</p> <p>또한 자동으로 추가하고 작업 백로그에 열려있는 모든 문제를 동기화 할 수 있습니다.</p>",
"ERRORS": {
"CONFIG_ERROR": "GitHub: 데이터를 매핑하는 동안 오류가 발생했습니다. 리포지토리 이름이 맞나요?",
"ERR_UNKNOWN": "GitHub : 알 수없는 오류 {{statusCode}} {{errorMsg}}"
}
}