super-productivity/packages/plugin-dev/github-issue-provider/i18n/tr.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.1 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": "kullanıcı adı/depoAdı",
"TOKEN": "Erişim Simgesi",
"FILTER_USERNAME": "Kullanıcı adı (örneğin değişiklikleri kendiniz filtrelemek için)",
"BACKLOG_QUERY": "Backlog query (default: \"sort:updated state:open assignee:@me\")",
"HOW_TO_GET_TOKEN": "How to get a token"
},
"DISPLAY": {
"SUMMARY": "Özet",
"STATE": "Durum",
"ASSIGNEE": "Atanan",
"LABELS": "Etiketler",
"MILESTONE": "Milestone",
"CREATOR": "Created by",
"DESCRIPTION": "Açıklama"
},
"FORM_HELP": "<p>Burada Süper Verimliliği, günlük planlama görünümünde görev oluşturma panelinde belirli bir depo için açık GitHub sorunlarını listeleyecek şekilde yapılandırabilirsiniz. Öneriler olarak listelenecekler ve konuyla ilgili daha fazla bilgi sunacaklar.</p> <p>Ek olarak, tüm açık sorunları otomatik olarak görev biriktirme listesine ekleyebilir ve senkronize edebilirsiniz.</p>",
"ERRORS": {
"CONFIG_ERROR": "GitHub: Veri eşlenirken hata oluştu. Depo adınız doğru mu?",
"ERR_UNKNOWN": "GitHub: Bilinmeyen hata {{statusCode}} {{errorMsg}}. Api Hızı sınırııldı?"
}
}