Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrum-helper",
"version": "1.0.0",
"version": "2.0.0",
"description": "This extension simplifies writing development reports by auto-filling content based on your Git activity.",
"repository": {
"type": "git",
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "Berichten Sie über Ihren Entwicklungsfortschritt, indem Sie Ihre Git-Aktivität für einen ausgewählten Zeitraum automatisch abrufen" },
"disableLabel": { "message": "Deaktivieren" },
"enableLabel": { "message": "Aktivieren" },
"homeButtonTitle": { "message": "Zum Bericht" },
"projectNameLabel": { "message": "Ihr Projektname" },
"projectNamePlaceholder": { "message": "Geben Sie Ihren Projektnamen ein" },
"githubUsernameLabel": { "message": "Ihr GitHub-Benutzername" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "Gestern" },
"startDateLabel": { "message": "Startdatum:" },
"endDateLabel": { "message": "Enddatum:" },
"showOpenClosedLabel": { "message": "Offen/Geschlossen-Status anzeigen" },
"showOpenClosedLabel": { "message": "PR-Labels anzeigen" },
"blockersLabel": { "message": "Was hindert Sie am Fortschritt?" },
"blockersPlaceholder": { "message": "Geben Sie hier den Grund ein" },
"scrumReportLabel": { "message": "Scrum-Bericht" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "Festlegen" },
"githubTokenLabel": { "message": "Ihr GitHub-Token" },
"githubTokenPlaceholder": { "message": "Für authentifizierte Anfragen erforderlich" },
"showCommitsLabel": { "message": "Commits in offenen PRs innerhalb des Zeitraums anzeigen" },
"showCommitsLabel": { "message": "Commits in offenen PRs anzeigen" },
"cacheTTLLabel": { "message": "Cache-TTL eingeben" },
"cacheTTLUnit": { "message": "(in Minuten)" },
"cacheTTLPlaceholder": { "message": "Cache-TTL in Minuten (Standard: 10)" },
Expand Down
10 changes: 3 additions & 7 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"message": "Enable",
"description": "Label for the toggle switch to enable the extension."
},
"homeButtonTitle": {
"message": "Go to Report",
"description": "Tooltip for the home button."
},
"projectNameLabel": {
"message": "Your Project Name",
"description": "Label for the project name input field."
Expand Down Expand Up @@ -56,8 +52,8 @@
"description": "Label for the end date picker."
},
"showOpenClosedLabel": {
"message": "Show Open/Closed Label",
"description": "Label for the checkbox to show open/closed status on PRs/issues."
"message": "Show PRs Labels",
"description": "Label for the checkbox to show PR labels."
},
"blockersLabel": {
"message": "What is blocking you from making progress?",
Expand Down Expand Up @@ -100,7 +96,7 @@
"description": "Placeholder for the GitHub token input."
},
"showCommitsLabel": {
"message": "Show commits made within date range in Open PRs",
"message": "Show commits on open PRs",
"description": "Label for the checkbox to show commits in open PRs."
},
"cacheTTLLabel": {
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "Informe sobre su progreso de desarrollo obteniendo automáticamente su actividad de Git para un período seleccionado." },
"disableLabel": { "message": "Desactivar" },
"enableLabel": { "message": "Activar" },
"homeButtonTitle": { "message": "Ir al informe" },
"projectNameLabel": { "message": "Nombre de su proyecto" },
"projectNamePlaceholder": { "message": "Ingrese el nombre de su proyecto" },
"githubUsernameLabel": { "message": "Su nombre de usuario de GitHub" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "Ayer" },
"startDateLabel": { "message": "Fecha de inicio:" },
"endDateLabel": { "message": "Fecha de fin:" },
"showOpenClosedLabel": { "message": "Mostrar estado Abierto/Cerrado" },
"showOpenClosedLabel": { "message": "Mostrar etiquetas de PRs" },
"blockersLabel": { "message": "¿Qué le impide progresar?" },
"blockersPlaceholder": { "message": "Ingrese su motivo" },
"scrumReportLabel": { "message": "Informe de Scrum" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "Establecer" },
"githubTokenLabel": { "message": "Su token de GitHub" },
"githubTokenPlaceholder": { "message": "Requerido para realizar solicitudes autenticadas" },
"showCommitsLabel": { "message": "Mostrar commits en PRs abiertos dentro del rango de fechas" },
"showCommitsLabel": { "message": "Mostrar commits en PRs abiertos" },
"cacheTTLLabel": { "message": "Ingresar TTL del caché" },
"cacheTTLUnit": { "message": "(en minutos)" },
"cacheTTLPlaceholder": { "message": "Escriba el TTL del caché en minutos (Predeterminado: 10)" },
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "Rendez compte de votre progression en récupérant automatiquement votre activité Git pour une période sélectionnée." },
"disableLabel": { "message": "Désactiver" },
"enableLabel": { "message": "Activer" },
"homeButtonTitle": { "message": "Aller au rapport" },
"projectNameLabel": { "message": "Nom de votre projet" },
"projectNamePlaceholder": { "message": "Entrez le nom de votre projet" },
"githubUsernameLabel": { "message": "Votre nom d'utilisateur GitHub" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "Hier" },
"startDateLabel": { "message": "Date de début :" },
"endDateLabel": { "message": "Date de fin :" },
"showOpenClosedLabel": { "message": "Afficher le statut Ouvert/Fermé" },
"showOpenClosedLabel": { "message": "Afficher les labels PRs" },
"blockersLabel": { "message": "Qu'est-ce qui vous empêche de progresser ?" },
"blockersPlaceholder": { "message": "Entrez votre raison" },
"scrumReportLabel": { "message": "Rapport Scrum" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "Définir" },
"githubTokenLabel": { "message": "Votre jeton GitHub" },
"githubTokenPlaceholder": { "message": "Requis pour les requêtes authentifiées" },
"showCommitsLabel": { "message": "Afficher les commits dans les PR ouverts pour la période sélectionnée" },
"showCommitsLabel": { "message": "Afficher les commits sur les PRs ouverts" },
"cacheTTLLabel": { "message": "Entrer le TTL du cache" },
"cacheTTLUnit": { "message": "(en minutes)" },
"cacheTTLPlaceholder": { "message": "Entrez le TTL du cache en minutes (Défaut : 10)" },
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/hi/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "एक चयनित अवधि के लिए अपनी Git गतिविधि को स्वतः प्राप्त करके अपनी विकास प्रगति की रिपोर्ट करें।" },
"disableLabel": { "message": "अक्षम करें" },
"enableLabel": { "message": "सक्षम करें" },
"homeButtonTitle": { "message": "रिपोर्ट पर जाएं" },
"projectNameLabel": { "message": "आपकी परियोजना का नाम" },
"projectNamePlaceholder": { "message": "अपनी परियोजना का नाम दर्ज करें" },
"githubUsernameLabel": { "message": "आपका GitHub उपयोगकर्ता नाम" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "कल" },
"startDateLabel": { "message": "प्रारंभ तिथि:" },
"endDateLabel": { "message": "अंतिम तिथि:" },
"showOpenClosedLabel": { "message": "खुला/बंद स्थिति दिखाएं" },
"showOpenClosedLabel": { "message": "PRs लेबल दिखाएँ" },
"blockersLabel": { "message": "आपको प्रगति करने से क्या रोक रहा है?" },
"blockersPlaceholder": { "message": "अपना कारण दर्ज करें" },
"scrumReportLabel": { "message": "स्क्रम रिपोर्ट" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "सेट करें" },
"githubTokenLabel": { "message": "आपका GitHub टोकन" },
"githubTokenPlaceholder": { "message": "प्रमाणित अनुरोधों के लिए आवश्यक" },
"showCommitsLabel": { "message": "चयनित अवधि में खुले PRs में किए गए कमिट दिखाएं" },
"showCommitsLabel": { "message": "खुले PRs में कमिट दिखाएँ" },
"cacheTTLLabel": { "message": "कैश TTL दर्ज करें" },
"cacheTTLUnit": { "message": "(मिनटों में)" },
"cacheTTLPlaceholder": { "message": "कैश TTL मिनटों में लिखें (डिफ़ॉल्ट: 10)" },
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/id/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "Laporkan kemajuan pengembangan Anda dengan mengambil aktivitas Git Anda secara otomatis untuk periode yang dipilih." },
"disableLabel": { "message": "Nonaktifkan" },
"enableLabel": { "message": "Aktifkan" },
"homeButtonTitle": { "message": "Buka Laporan" },
"projectNameLabel": { "message": "Nama Proyek Anda" },
"projectNamePlaceholder": { "message": "Masukkan nama proyek Anda" },
"githubUsernameLabel": { "message": "Nama Pengguna GitHub Anda" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "Kemarin" },
"startDateLabel": { "message": "Tanggal Mulai:" },
"endDateLabel": { "message": "Tanggal Selesai:" },
"showOpenClosedLabel": { "message": "Tampilkan status Buka/Tutup" },
"showOpenClosedLabel": { "message": "Tampilkan Label PRs" },
"blockersLabel": { "message": "Apa yang menghalangi kemajuan Anda?" },
"blockersPlaceholder": { "message": "Masukkan alasan Anda" },
"scrumReportLabel": { "message": "Laporan Scrum" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "Atur" },
"githubTokenLabel": { "message": "Token GitHub Anda" },
"githubTokenPlaceholder": { "message": "Diperlukan untuk permintaan terotentikasi" },
"showCommitsLabel": { "message": "Tampilkan commit di PR terbuka dalam rentang tanggal" },
"showCommitsLabel": { "message": "Tampilkan commit pada PR terbuka" },
"cacheTTLLabel": { "message": "Masukkan TTL cache" },
"cacheTTLUnit": { "message": "(dalam menit)" },
"cacheTTLPlaceholder": { "message": "Tulis TTL Cache dalam menit (Default: 10)" },
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "選択した期間のGitアクティビティを自動的に取得して、開発の進捗を報告します。" },
"disableLabel": { "message": "無効にする" },
"enableLabel": { "message": "有効にする" },
"homeButtonTitle": { "message": "レポートに移動" },
"projectNameLabel": { "message": "プロジェクト名" },
"projectNamePlaceholder": { "message": "プロジェクト名を入力してください" },
"githubUsernameLabel": { "message": "GitHubユーザー名" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "昨日" },
"startDateLabel": { "message": "開始日:" },
"endDateLabel": { "message": "終了日:" },
"showOpenClosedLabel": { "message": "オープン/クローズ状態を表示" },
"showOpenClosedLabel": { "message": "PRラベルを表示" },
"blockersLabel": { "message": "進捗の妨げになっているものは何ですか?" },
"blockersPlaceholder": { "message": "理由を入力してください" },
"scrumReportLabel": { "message": "スクラムレポート" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "設定" },
"githubTokenLabel": { "message": "GitHubトークン" },
"githubTokenPlaceholder": { "message": "認証済みリクエストに必要です" },
"showCommitsLabel": { "message": "期間内のオープンなPRのコミットを表示" },
"showCommitsLabel": { "message": "オープンPRのコミットを表示" },
"cacheTTLLabel": { "message": "キャッシュTTLを入力" },
"cacheTTLUnit": { "message": "(分)" },
"cacheTTLPlaceholder": { "message": "キャッシュTTLを分単位で入力 (デフォルト: 10)" },
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/pt/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "Relate o seu progresso de desenvolvimento buscando automaticamente a sua atividade no Git para um período selecionado" },
"disableLabel": { "message": "Desativar" },
"enableLabel": { "message": "Ativar" },
"homeButtonTitle": { "message": "Ir para o Relatório" },
"projectNameLabel": { "message": "Nome do seu Projeto" },
"projectNamePlaceholder": { "message": "Digite o nome do seu projeto" },
"githubUsernameLabel": { "message": "Seu Nome de Usuário do Github" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "Último dia" },
"startDateLabel": { "message": "Data de Início:" },
"endDateLabel": { "message": "Data de Fim:" },
"showOpenClosedLabel": { "message": "Mostrar Rótulo Aberto/Fechado" },
"showOpenClosedLabel": { "message": "Mostrar rótulos de PRs" },
"blockersLabel": { "message": "O que está impedindo você de progredir?" },
"blockersPlaceholder": { "message": "Digite o seu motivo" },
"scrumReportLabel": { "message": "Relatório Scrum" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "Definir" },
"githubTokenLabel": { "message": "Seu Token do Github" },
"githubTokenPlaceholder": { "message": "Necessário para fazer solicitações autenticadas" },
"showCommitsLabel": { "message": "Mostrar commits feitos dentro do intervalo de datas em PRs abertos" },
"showCommitsLabel": { "message": "Mostrar commits em PRs abertos" },
"cacheTTLLabel": { "message": "Digite o TTL do cache" },
"cacheTTLUnit": { "message": "(em minutos)" },
"cacheTTLPlaceholder": { "message": "Escreva o TTL do cache em minutos (Padrão 10 minutos)" },
Expand Down
3 changes: 1 addition & 2 deletions src/_locales/pt_BR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "Relate seu progresso de desenvolvimento buscando automaticamente sua atividade no Git para um período selecionado." },
"disableLabel": { "message": "Desativar" },
"enableLabel": { "message": "Ativar" },
"homeButtonTitle": { "message": "Ir para o Relatório" },
"projectNameLabel": { "message": "Nome do seu Projeto" },
"projectNamePlaceholder": { "message": "Digite o nome do seu projeto" },
"githubUsernameLabel": { "message": "Seu nome de usuário do GitHub" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "Definir" },
"githubTokenLabel": { "message": "Seu Token do GitHub" },
"githubTokenPlaceholder": { "message": "Necessário para solicitações autenticadas" },
"showCommitsLabel": { "message": "Mostrar commits em PRs abertos no período" },
"showCommitsLabel": { "message": "Mostrar commits em PRs abertos" },
"cacheTTLLabel": { "message": "Digite o TTL do cache" },
"cacheTTLUnit": { "message": "(em minutos)" },
"cacheTTLPlaceholder": { "message": "Digite o TTL do cache em minutos (Padrão: 10)" },
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "Сообщайте о своем прогрессе в разработке, автоматически получая данные о вашей активности в Git за выбранный период." },
"disableLabel": { "message": "Отключить" },
"enableLabel": { "message": "Включить" },
"homeButtonTitle": { "message": "Перейти к отчету" },
"projectNameLabel": { "message": "Название вашего проекта" },
"projectNamePlaceholder": { "message": "Введите название вашего проекта" },
"githubUsernameLabel": { "message": "Ваше имя пользователя GitHub" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "Вчера" },
"startDateLabel": { "message": "Дата начала:" },
"endDateLabel": { "message": "Дата окончания:" },
"showOpenClosedLabel": { "message": "Показывать статус Открыто/Закрыто" },
"showOpenClosedLabel": { "message": "Показать метки PR" },
"blockersLabel": { "message": "Что мешает вашему прогрессу?" },
"blockersPlaceholder": { "message": "Введите причину" },
"scrumReportLabel": { "message": "Scrum-отчет" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "Установить" },
"githubTokenLabel": { "message": "Ваш токен GitHub" },
"githubTokenPlaceholder": { "message": "Требуется для аутентифицированных запросов" },
"showCommitsLabel": { "message": "Показывать коммиты в открытых PR за указанный период" },
"showCommitsLabel": { "message": "Показать коммиты в открытых PR" },
"cacheTTLLabel": { "message": "Введите TTL кэша" },
"cacheTTLUnit": { "message": "(в минутах)" },
"cacheTTLPlaceholder": { "message": "Укажите TTL кэша в минутах (по умолчанию: 10)" },
Expand Down
5 changes: 2 additions & 3 deletions src/_locales/vi/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"appDescription": { "message": "Báo cáo tiến độ phát triển của bạn bằng cách tự động lấy hoạt động Git trong một khoảng thời gian đã chọn." },
"disableLabel": { "message": "Tắt" },
"enableLabel": { "message": "Bật" },
"homeButtonTitle": { "message": "Đi đến Báo cáo" },
"projectNameLabel": { "message": "Tên dự án của bạn" },
"projectNamePlaceholder": { "message": "Nhập tên dự án của bạn" },
"githubUsernameLabel": { "message": "Tên người dùng GitHub của bạn" },
Expand All @@ -13,7 +12,7 @@
"last1DayLabel": { "message": "Hôm qua" },
"startDateLabel": { "message": "Ngày bắt đầu:" },
"endDateLabel": { "message": "Ngày kết thúc:" },
"showOpenClosedLabel": { "message": "Hiển thị trạng thái Mở/Đóng" },
"showOpenClosedLabel": { "message": "Hiển thị nhãn PRs" },
"blockersLabel": { "message": "Điều gì đang cản trở bạn?" },
"blockersPlaceholder": { "message": "Nhập lý do của bạn" },
"scrumReportLabel": { "message": "Báo cáo Scrum" },
Expand All @@ -24,7 +23,7 @@
"setButton": { "message": "Đặt" },
"githubTokenLabel": { "message": "Mã token GitHub của bạn" },
"githubTokenPlaceholder": { "message": "Bắt buộc cho các yêu cầu đã xác thực" },
"showCommitsLabel": { "message": "Hiển thị các commit trong PR đang mở theo khoảng ngày" },
"showCommitsLabel": { "message": "Hiển thị commit trên PR mở" },
"cacheTTLLabel": { "message": "Nhập TTL bộ nhớ đệm" },
"cacheTTLUnit": { "message": "(tính bằng phút)" },
"cacheTTLPlaceholder": { "message": "Nhập TTL bộ nhớ đệm bằng phút (Mặc định: 10)" },
Expand Down
Loading