diff --git a/package.json b/package.json index 92622645..7f533e8e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index f4b05a19..f34dd411 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -15,7 +15,8 @@ "message": "Zum Bericht" }, "projectNameLabel": { - "message": "Ihr Projektname" + "message": "Projektname (wird im E-Mail-Betreff verwendet)", + "description": "Label für das Betreff-Feld der E-Mail." }, "projectNamePlaceholder": { "message": "Geben Sie Ihren Projektnamen ein" @@ -23,23 +24,23 @@ "githubUsernameLabel": { "message": "Ihr GitHub-Benutzername" }, + "gitlabUsernameLabel": { + "message": "Ihr GitLab-Benutzername" + }, "githubUsernamePlaceholder": { "message": "Erforderlich, um Ihre Beiträge abzurufen" }, "contributionsLabel": { "message": "Ihre Beiträge abrufen für:" }, - "last7DaysLabel": { - "message": "Letzte 7 Tage" - }, "last1DayLabel": { - "message": "Gestern" + "message": "Vorheriger Tag" }, "startDateLabel": { - "message": "Startdatum:" + "message": "Von:" }, "endDateLabel": { - "message": "Enddatum:" + "message": "Bis:" }, "showOpenClosedLabel": { "message": "Offen/Geschlossen-Status anzeigen" @@ -183,10 +184,7 @@ "message": "Erweiterung ist deaktiviert. Aktivieren Sie sie in den Einstellungen, um Scrum-Berichte zu erstellen." }, "notePoint1": { - "message": "Die abgerufenen PRs basieren auf der letzten Überprüfung durch einen beliebigen Beitragenden. Wenn Sie einen PR vor 10 Tagen überprüft haben und jemand anderes ihn vor 2 Tagen, wird er trotzdem in Ihrer Aktivität der letzten Woche angezeigt." - }, - "notePoint2": { - "message": "Bitte beachten Sie, dass es im generierten Scrum zu Abweichungen kommen kann. Wir empfehlen, den Bericht vor dem Teilen manuell zu überprüfen, um die Genauigkeit sicherzustellen." + "message": "Pull-Requests werden basierend auf der letzten Review-Aktivität eines beliebigen Beitragenden abgerufen, nicht nur Ihrer eigenen. Bitte überprüfen und passen Sie den generierten SCRUM-Bericht an, um sicherzustellen, dass er Ihre Arbeit korrekt widerspiegelt, bevor Sie ihn teilen." }, "noteSeeIssue": { "message": "Siehe dieses Issue" @@ -197,4 +195,4 @@ "usernameLabel": { "message": "Ihr Benutzername" } -} \ No newline at end of file +} diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 007b7c1b..acada7bf 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -1,266 +1,258 @@ { - "appName": { - "message": "Scrum Helper", - "description": "The name of the extension." - }, - "appDescription": { - "message": "Report your development progress by auto-fetching your Git activity for a selected period", - "description": "A brief description of what the extension does." - }, - "disableLabel": { - "message": "Disable", - "description": "Label for the toggle switch to disable the extension." - }, - "enableLabel": { - "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." - }, - "projectNamePlaceholder": { - "message": "Enter your project name", - "description": "Placeholder text for the project name input." - }, - "githubUsernameLabel": { - "message": "Your Github Username", - "description": "Label for the GitHub username input field." - }, - "githubUsernamePlaceholder": { - "message": "Required for fetching your contributions", - "description": "Placeholder text for the GitHub username input." - }, - "contributionsLabel": { - "message": "Fetch your contributions between:", - "description": "Label for the date range selection." - }, - "last7DaysLabel": { - "message": "Last 7 days", - "description": "Radio button option for the last 7 days." - }, - "last1DayLabel": { - "message": "Last 1 day", - "description": "Radio button option for the last 1 day." - }, - "startDateLabel": { - "message": "Start Date:", - "description": "Label for the start date picker." - }, - "endDateLabel": { - "message": "End Date:", - "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." - }, - "blockersLabel": { - "message": "What is blocking you from making progress?", - "description": "Label for the input field for blockers." - }, - "blockersPlaceholder": { - "message": "Enter your reason", - "description": "Placeholder text for the blockers input field." - }, - "scrumReportLabel": { - "message": "Scrum Report", - "description": "Heading for the generated scrum report." - }, - "generateReportButton": { - "message": "Generate Report", - "description": "Text for the 'Generate Report' button." - }, - "copyReportButton": { - "message": "Copy Report", - "description": "Text for the 'Copy Report' button." - }, - "settingsOrgNameLabel": { - "message": "Organization Name", - "description": "Label for the organization name input in settings." - }, - "settingsOrgNamePlaceholder": { - "message": "Enter organization name", - "description": "Placeholder for the organization name input." - }, - "setButton": { - "message": "Set", - "description": "Text for the 'Set' button for the organization." - }, - "githubTokenLabel": { - "message": "Your Github Token", - "description": "Label for the GitHub token input." - }, - "githubTokenPlaceholder": { - "message": "Required for making authenticated requests", - "description": "Placeholder for the GitHub token input." - }, - "showCommitsLabel": { - "message": "Show commits made within date range in Open PRs", - "description": "Label for the checkbox to show commits in open PRs." - }, - "cacheTTLLabel": { - "message": "Enter cache TTL", - "description": "Label for the cache time-to-live input." - }, - "cacheTTLUnit": { - "message": "(in minutes)", - "description": "Unit for the cache TTL." - }, - "cacheTTLPlaceholder": { - "message": "Write Cache TTL in minutes (Default 10 minutes)", - "description": "Placeholder for the cache TTL input." - }, - "refreshDataButton": { - "message": "Refresh Data (bypass cache)", - "description": "Text for the button to refresh data, ignoring the cache." - }, - "refreshDataInfo": { - "message": "Use this button to fetch fresh data immediately.", - "description": "Informational text below the refresh button." - }, - "noteTitle": { - "message": "Note:", - "description": "Title for the notes section." - }, - "viewCodeButton": { - "message": "View Code", - "description": "Text for the button to view the source code on GitHub." - }, - "reportIssueButton": { - "message": "Report Issue", - "description": "Text for the button to report an issue on GitHub." - }, - "repoFilterLabel": { - "message": "Filter by repositories", - "description": "Label for the repository filter section." - }, - "enableFilteringLabel": { - "message": "Enable filtering", - "description": "Label for the checkbox to enable repository filtering." - }, - "tokenRequiredWarning": { - "message": "A GitHub token is required for repository filtering. Please add one in the settings.", - "description": "Warning message shown when repo filtering is enabled without a token." - }, - "repoSearchPlaceholder": { - "message": "Search for a repository to add...", - "description": "Placeholder for the repository search input." - }, - "repoPlaceholder": { - "message": "No repositories selected (all will be included)", - "description": "Placeholder text when no repositories are selected for filtering." - }, - "repoCountNone": { - "message": "0 repositories selected", - "description": "Text showing the count of selected repositories when it's zero." - }, - "repoCount": { - "message": "$1 repositories selected", - "description": "Text showing the count of selected repositories. $1 is a placeholder for the number." - }, - "repoLoading": { - "message": "Loading repositories...", - "description": "Status message when repositories are being loaded." - }, - "repoLoaded": { - "message": "Loaded $1 repositories.", - "description": "Status message after repositories have been successfully loaded. $1 is a placeholder for the number." - }, - "repoNotFound": { - "message": "No repositories found", - "description": "Message shown in the dropdown when a search yields no results." - }, - "repoRefetching": { - "message": "Refetching repositories...", - "description": "Status message when repositories are being refetched." - }, - "repoLoadFailed": { - "message": "Failed to load repositories.", - "description": "Error message when repository loading fails." - }, - "repoTokenPrivate": { - "message": "Token is invalid or does not have rights for private repos.", - "description": "Error message when the token is invalid or lacks permissions." - }, - "repoRefetchFailed": { - "message": "Failed to refetch repositories.", - "description": "Error message when refetching repositories fails." - }, - "orgSetMessage": { - "message": "Organization set successfully.", - "description": "Success toast message when an organization is set." - }, - "orgClearedMessage": { - "message": "Organization cleared. Click 'Generate Report' to fetch all activities.", - "description": "Message shown when the organization is cleared." - }, - "orgNotFoundMessage": { - "message": "Organization not found on GitHub.", - "description": "Error toast message when an organization is not found." - }, - "orgValidationErrorMessage": { - "message": "Error validating organization.", - "description": "Error toast message for general organization validation errors." - }, - "refreshingButton": { - "message": "Refreshing...", - "description": "Text on the refresh button while it's in a loading state." - }, - "cacheClearFailed": { - "message": "Cache clear failed.", - "description": "Error message when clearing the cache fails." - }, - "madeWithLoveBy": { - "message": "Made with ❤️ by", - "description": "Footer credit text." - }, - "generatingButton": { - "message": "Generating...", - "description": "Text shown on the generate button when the report is being created." - }, - "copiedButton": { - "message": "Copied!", - "description": "Text shown on the copy button after a successful copy." - }, - "orgChangedMessage": { - "message": "Organization changed. Click Generate button to fetch the GitHub activities.", - "description": "Message shown in the report area after the organization is changed." - }, - "cacheClearedMessage": { - "message": "Cache cleared successfully. Click \"Generate Report\" to fetch fresh data.", - "description": "Message shown in the report area after the cache is cleared." - }, - "cacheClearedButton": { - "message": "Cache Cleared!", - "description": "Text on the refresh button after the cache is cleared." - }, - "extensionDisabledMessage": { - "message": "Extension is disabled. Enable it from the options to generate scrum reports.", - "description": "Message shown when the extension is disabled." - }, - "notePoint1": { - "message": "The PRs fetched are based on the most recent review by any contributor. If you reviewed a PR 10 days ago and someone else reviewed it 2 days ago, it will still appear in your activity for the past week.", - "description": "First point in the notes section." - }, - "notePoint2": { - "message": "Please note that some discrepancies may occur in the generated SCRUM. We recommend manually reviewing and editing the report to ensure accuracy before sharing.", - "description": "Second point in the notes section." - }, - "noteSeeIssue": { - "message": "See this issue", - "description": "Link text for the GitHub issue in the notes." - }, - "platformLabel": { - "message": "Platform", - "description": "Label for the platform selection header." - }, - "usernameLabel": { - "message": "Your Username", - "description": "Label for the username input header." - } -} \ No newline at end of file + "appName": { + "message": "Scrum Helper", + "description": "The name of the extension." + }, + "appDescription": { + "message": "Report your development progress by auto-fetching your Git activity for a selected period", + "description": "A brief description of what the extension does." + }, + "disableLabel": { + "message": "Disable", + "description": "Label for the toggle switch to disable the extension." + }, + "enableLabel": { + "message": "Enable", + "description": "Label for the toggle switch to enable the extension." + }, + "projectNameLabel": { + "message": "Project Name (used in email subject)", + "description": "Label for the project name input field." + }, + "projectNamePlaceholder": { + "message": "Enter your project name", + "description": "Placeholder text for the project name input." + }, + "githubUsernameLabel": { + "message": "Your Github Username", + "description": "Label for the GitHub username input field." + }, + "gitlabUsernameLabel": { + "message": "Your GitLab Username", + "description": "Label for the GitLab username input field." + }, + "githubUsernamePlaceholder": { + "message": "Required for fetching your contributions", + "description": "Placeholder text for the GitHub username input." + }, + "contributionsLabel": { + "message": "Fetch your contributions between:", + "description": "Label for the date range selection." + }, + "last1DayLabel": { + "message": "Previous day", + "description": "Radio button option for the last 1 day." + }, + "startDateLabel": { + "message": "From:", + "description": "Label for the start date picker." + }, + "endDateLabel": { + "message": "To:", + "description": "Label for the end date picker." + }, + "showOpenClosedLabel": { + "message": "Show PRs Labels", + "description": "Label for the checkbox to show PR labels." + }, + "blockersLabel": { + "message": "What is blocking you from making progress?", + "description": "Label for the input field for blockers." + }, + "blockersPlaceholder": { + "message": "Enter your reason", + "description": "Placeholder text for the blockers input field." + }, + "scrumReportLabel": { + "message": "Scrum Report", + "description": "Heading for the generated scrum report." + }, + "generateReportButton": { + "message": "Generate Report", + "description": "Text for the 'Generate Report' button." + }, + "copyReportButton": { + "message": "Copy Report", + "description": "Text for the 'Copy Report' button." + }, + "settingsOrgNameLabel": { + "message": "Organization Name", + "description": "Label for the organization name input in settings." + }, + "settingsOrgNamePlaceholder": { + "message": "Enter organization name", + "description": "Placeholder for the organization name input." + }, + "setButton": { + "message": "Set", + "description": "Text for the 'Set' button for the organization." + }, + "githubTokenLabel": { + "message": "Your Github Token", + "description": "Label for the GitHub token input." + }, + "githubTokenPlaceholder": { + "message": "Required for making authenticated requests", + "description": "Placeholder for the GitHub token input." + }, + "showCommitsLabel": { + "message": "Show commits on open PRs", + "description": "Label for the checkbox to show commits in open PRs." + }, + "cacheTTLLabel": { + "message": "Enter cache TTL", + "description": "Label for the cache time-to-live input." + }, + "cacheTTLUnit": { + "message": "(in minutes)", + "description": "Unit for the cache TTL." + }, + "cacheTTLPlaceholder": { + "message": "Write Cache TTL in minutes (Default 10 minutes)", + "description": "Placeholder for the cache TTL input." + }, + "refreshDataButton": { + "message": "Refresh Data (bypass cache)", + "description": "Text for the button to refresh data, ignoring the cache." + }, + "refreshDataInfo": { + "message": "Use this button to fetch fresh data immediately.", + "description": "Informational text below the refresh button." + }, + "noteTitle": { + "message": "Note:", + "description": "Title for the notes section." + }, + "viewCodeButton": { + "message": "View Code", + "description": "Text for the button to view the source code on GitHub." + }, + "reportIssueButton": { + "message": "Report Issue", + "description": "Text for the button to report an issue on GitHub." + }, + "repoFilterLabel": { + "message": "Filter by repositories", + "description": "Label for the repository filter section." + }, + "enableFilteringLabel": { + "message": "Enable filtering", + "description": "Label for the checkbox to enable repository filtering." + }, + "tokenRequiredWarning": { + "message": "A GitHub token is required for repository filtering. Please add one in the settings.", + "description": "Warning message shown when repo filtering is enabled without a token." + }, + "repoSearchPlaceholder": { + "message": "Search for a repository to add...", + "description": "Placeholder for the repository search input." + }, + "repoPlaceholder": { + "message": "No repositories selected (all will be included)", + "description": "Placeholder text when no repositories are selected for filtering." + }, + "repoCountNone": { + "message": "0 repositories selected", + "description": "Text showing the count of selected repositories when it's zero." + }, + "repoCount": { + "message": "$1 repositories selected", + "description": "Text showing the count of selected repositories. $1 is a placeholder for the number." + }, + "repoLoading": { + "message": "Loading repositories...", + "description": "Status message when repositories are being loaded." + }, + "repoLoaded": { + "message": "Loaded $1 repositories.", + "description": "Status message after repositories have been successfully loaded. $1 is a placeholder for the number." + }, + "repoNotFound": { + "message": "No repositories found", + "description": "Message shown in the dropdown when a search yields no results." + }, + "repoRefetching": { + "message": "Refetching repositories...", + "description": "Status message when repositories are being refetched." + }, + "repoLoadFailed": { + "message": "Failed to load repositories.", + "description": "Error message when repository loading fails." + }, + "repoTokenPrivate": { + "message": "Token is invalid or does not have rights for private repos.", + "description": "Error message when the token is invalid or lacks permissions." + }, + "repoRefetchFailed": { + "message": "Failed to refetch repositories.", + "description": "Error message when refetching repositories fails." + }, + "orgSetMessage": { + "message": "Organization set successfully.", + "description": "Success toast message when an organization is set." + }, + "orgClearedMessage": { + "message": "Organization cleared. Click 'Generate Report' to fetch all activities.", + "description": "Message shown when the organization is cleared." + }, + "orgNotFoundMessage": { + "message": "Organization not found on GitHub.", + "description": "Error toast message when an organization is not found." + }, + "orgValidationErrorMessage": { + "message": "Error validating organization.", + "description": "Error toast message for general organization validation errors." + }, + "refreshingButton": { + "message": "Refreshing...", + "description": "Text on the refresh button while it's in a loading state." + }, + "cacheClearFailed": { + "message": "Cache clear failed.", + "description": "Error message when clearing the cache fails." + }, + "madeWithLoveBy": { + "message": "Made with ❤️ by", + "description": "Footer credit text." + }, + "generatingButton": { + "message": "Generating...", + "description": "Text shown on the generate button when the report is being created." + }, + "copiedButton": { + "message": "Copied!", + "description": "Text shown on the copy button after a successful copy." + }, + "orgChangedMessage": { + "message": "Organization changed. Click Generate button to fetch the GitHub activities.", + "description": "Message shown in the report area after the organization is changed." + }, + "cacheClearedMessage": { + "message": "Cache cleared successfully. Click \"Generate Report\" to fetch fresh data.", + "description": "Message shown in the report area after the cache is cleared." + }, + "cacheClearedButton": { + "message": "Cache Cleared!", + "description": "Text on the refresh button after the cache is cleared." + }, + "extensionDisabledMessage": { + "message": "Extension is disabled. Enable it from the options to generate scrum reports.", + "description": "Message shown when the extension is disabled." + }, + "notePoint1": { + "message": "Pull requests are fetched based on the most recent review activity by any contributor, not just your own. Please review and adjust the generated SCRUM report to ensure it accurately reflects your work before sharing.", + "description": "First point in the notes section." + }, + "noteSeeIssue": { + "message": "See this issue", + "description": "Link text for the GitHub issue in the notes." + }, + "platformLabel": { + "message": "Platform", + "description": "Label for the platform selection header." + }, + "usernameLabel": { + "message": "Your Username", + "description": "Label for the username input header." + } +} diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json index cf0cdeb0..dc3dd884 100644 --- a/src/_locales/es/messages.json +++ b/src/_locales/es/messages.json @@ -15,7 +15,7 @@ "message": "Ir al informe" }, "projectNameLabel": { - "message": "Nombre de su proyecto" + "message": "Nombre del proyecto (usado en el asunto del correo)" }, "projectNamePlaceholder": { "message": "Ingrese el nombre de su proyecto" @@ -23,23 +23,23 @@ "githubUsernameLabel": { "message": "Su nombre de usuario de GitHub" }, + "gitlabUsernameLabel": { + "message": "Su nombre de usuario de GitLab" + }, "githubUsernamePlaceholder": { "message": "Requerido para obtener sus contribuciones" }, "contributionsLabel": { "message": "Obtener sus contribuciones de:" }, - "last7DaysLabel": { - "message": "Últimos 7 días" - }, "last1DayLabel": { - "message": "Ayer" + "message": "Día anterior" }, "startDateLabel": { - "message": "Fecha de inicio:" + "message": "Desde:" }, "endDateLabel": { - "message": "Fecha de fin:" + "message": "Hasta:" }, "showOpenClosedLabel": { "message": "Mostrar estado Abierto/Cerrado" @@ -180,13 +180,10 @@ "message": "¡Caché borrado!" }, "extensionDisabledMessage": { - "message": "La extensión está desactivada. Actívela desde los ajustes para generar informes de scrum." + "message": "La extensión está deshabilitada. Habilítela desde las opciones para generar informes de scrum." }, "notePoint1": { - "message": "Los PRs se obtienen según la revisión más reciente de cualquier contribuyente. Si revisó un PR hace 10 días y otra persona lo hizo hace 2 días, seguirá apareciendo en su actividad de la última semana." - }, - "notePoint2": { - "message": "Tenga en cuenta que pueden ocurrir algunas discrepancias en el Scrum generado. Recomendamos revisar y editar manualmente el informe para garantizar la precisión antes de compartirlo." + "message": "Las solicitudes de extracción se obtienen en función de la actividad de revisión más reciente de cualquier colaborador, no solo la suya. Revise y ajuste el informe SCRUM generado para asegurarse de que refleje con precisión su trabajo antes de compartirlo." }, "noteSeeIssue": { "message": "Ver este issue" @@ -197,4 +194,4 @@ "usernameLabel": { "message": "Su nombre de usuario" } -} \ No newline at end of file +} diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index a75f55f3..95c65193 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -15,7 +15,7 @@ "message": "Aller au rapport" }, "projectNameLabel": { - "message": "Nom de votre projet" + "message": "Nom du projet (utilisé dans l'objet de l'e-mail)" }, "projectNamePlaceholder": { "message": "Entrez le nom de votre projet" @@ -23,23 +23,23 @@ "githubUsernameLabel": { "message": "Votre nom d'utilisateur GitHub" }, + "gitlabUsernameLabel": { + "message": "Votre nom d'utilisateur GitLab" + }, "githubUsernamePlaceholder": { "message": "Requis pour récupérer vos contributions" }, "contributionsLabel": { "message": "Récupérer vos contributions de :" }, - "last7DaysLabel": { - "message": "7 derniers jours" - }, "last1DayLabel": { - "message": "Hier" + "message": "Jour précédent" }, "startDateLabel": { - "message": "Date de début :" + "message": "De :" }, "endDateLabel": { - "message": "Date de fin :" + "message": "À :" }, "showOpenClosedLabel": { "message": "Afficher le statut Ouvert/Fermé" @@ -183,10 +183,7 @@ "message": "L'extension est désactivée. Activez-la depuis les paramètres pour générer des rapports Scrum." }, "notePoint1": { - "message": "Les PR récupérés sont basés sur la révision la plus récente de n'importe quel contributeur. Si vous avez révisé un PR il y a 10 jours et qu'un autre l'a fait il y a 2 jours, il apparaîtra toujours dans votre activité de la semaine passée." - }, - "notePoint2": { - "message": "Veuillez noter que des divergences peuvent survenir dans le Scrum généré. Nous recommandons de réviser et de modifier manuellement le rapport pour garantir son exactitude avant de le partager." + "message": "Les pull requests sont récupérées en fonction de l'activité de revue la plus récente de n'importe quel contributeur, pas seulement la vôtre. Veuillez examiner et ajuster le rapport SCRUM généré pour vous assurer qu'il reflète fidèlement votre travail avant de le partager." }, "noteSeeIssue": { "message": "Voir ce ticket" @@ -197,4 +194,4 @@ "usernameLabel": { "message": "Votre nom d'utilisateur" } -} \ No newline at end of file +} diff --git a/src/_locales/hi/messages.json b/src/_locales/hi/messages.json index 92603a90..7dc9f9e4 100644 --- a/src/_locales/hi/messages.json +++ b/src/_locales/hi/messages.json @@ -15,7 +15,7 @@ "message": "रिपोर्ट पर जाएं" }, "projectNameLabel": { - "message": "आपकी परियोजना का नाम" + "message": "ईमेल विषय" }, "projectNamePlaceholder": { "message": "अपनी परियोजना का नाम दर्ज करें" @@ -23,17 +23,17 @@ "githubUsernameLabel": { "message": "आपका GitHub उपयोगकर्ता नाम" }, + "gitlabUsernameLabel": { + "message": "आपका GitLab उपयोगकर्ता नाम" + }, "githubUsernamePlaceholder": { - "message": "आपके योगदान प्राप्त करने के लिए आवश्यक" + "message": "आपके योगदानों को प्राप्त करने के लिए आवश्यक" }, "contributionsLabel": { "message": "इस अवधि के योगदान प्राप्त करें:" }, - "last7DaysLabel": { - "message": "पिछले 7 दिन" - }, "last1DayLabel": { - "message": "कल" + "message": "पिछला दिन" }, "startDateLabel": { "message": "प्रारंभ तिथि:" @@ -180,13 +180,10 @@ "message": "कैश साफ़ हो गया!" }, "extensionDisabledMessage": { - "message": "एक्सटेंशन अक्षम है। स्क्रम रिपोर्ट बनाने के लिए इसे सेटिंग्स से सक्षम करें।" + "message": "एक्सटेंशन अक्षम है। स्क्रम रिपोर्ट बनाने के लिए इसे विकल्पों से सक्षम करें।" }, "notePoint1": { - "message": "प्राप्त PRs किसी भी योगदानकर्ता द्वारा सबसे हालिया समीक्षा पर आधारित हैं। यदि आपने 10 दिन पहले एक PR की समीक्षा की और किसी और ने 2 दिन पहले, तो यह पिछले सप्ताह की आपकी गतिविधि में फिर भी दिखाई देगा।" - }, - "notePoint2": { - "message": "कृपया ध्यान दें कि उत्पन्न स्क्रम में कुछ विसंगतियां हो सकती हैं। हम साझा करने से पहले सटीकता सुनिश्चित करने के लिए रिपोर्ट की मैन्युअल रूप से समीक्षा और संपादन करने की सलाह देते हैं।" + "message": "पुल रिक्वेस्ट किसी भी योगदानकर्ता की सबसे हालिया समीक्षा गतिविधि के आधार पर प्राप्त की जाती हैं, न कि केवल आपकी अपनी। कृपया साझा करने से पहले उत्पन्न SCRUM रिपोर्ट की समीक्षा करें और उसे समायोजित करें ताकि यह सुनिश्चित हो सके कि यह आपके काम को सटीक रूप से दर्शाती है।" }, "noteSeeIssue": { "message": "यह समस्या देखें" diff --git a/src/_locales/id/messages.json b/src/_locales/id/messages.json index ec75f9a4..8fca0ee3 100644 --- a/src/_locales/id/messages.json +++ b/src/_locales/id/messages.json @@ -15,7 +15,7 @@ "message": "Buka Laporan" }, "projectNameLabel": { - "message": "Nama Proyek Anda" + "message": "Nama Proyek (digunakan di subjek email)" }, "projectNamePlaceholder": { "message": "Masukkan nama proyek Anda" @@ -23,23 +23,23 @@ "githubUsernameLabel": { "message": "Nama Pengguna GitHub Anda" }, + "gitlabUsernameLabel": { + "message": "Nama Pengguna GitLab Anda" + }, "githubUsernamePlaceholder": { "message": "Diperlukan untuk mengambil kontribusi Anda" }, "contributionsLabel": { "message": "Ambil kontribusi Anda untuk:" }, - "last7DaysLabel": { - "message": "7 hari terakhir" - }, "last1DayLabel": { - "message": "Kemarin" + "message": "Hari sebelumnya" }, "startDateLabel": { - "message": "Tanggal Mulai:" + "message": "Dari:" }, "endDateLabel": { - "message": "Tanggal Selesai:" + "message": "Hingga:" }, "showOpenClosedLabel": { "message": "Tampilkan status Buka/Tutup" @@ -180,13 +180,10 @@ "message": "Cache Dihapus!" }, "extensionDisabledMessage": { - "message": "Ekstensi dinonaktifkan. Aktifkan dari pengaturan untuk membuat laporan scrum." + "message": "Ekstensi dinonaktifkan. Aktifkan dari opsi untuk membuat laporan scrum." }, "notePoint1": { - "message": "PR yang diambil didasarkan pada ulasan terbaru oleh kontributor mana pun. Jika Anda meninjau PR 10 hari yang lalu dan orang lain meninjaunya 2 hari yang lalu, itu akan tetap muncul di aktivitas Anda selama seminggu terakhir." - }, - "notePoint2": { - "message": "Harap dicatat bahwa beberapa perbedaan mungkin terjadi pada Scrum yang dihasilkan. Kami menyarankan untuk meninjau dan mengedit laporan secara manual untuk memastikan akurasi sebelum membagikannya." + "message": "Pull request diambil berdasarkan aktivitas review terbaru oleh kontributor mana pun, bukan hanya milik Anda. Harap tinjau dan sesuaikan laporan SCRUM yang dihasilkan untuk memastikan laporan tersebut secara akurat mencerminkan pekerjaan Anda sebelum dibagikan." }, "noteSeeIssue": { "message": "Lihat masalah ini" diff --git a/src/_locales/ja/messages.json b/src/_locales/ja/messages.json index 00394eb4..e55e5940 100644 --- a/src/_locales/ja/messages.json +++ b/src/_locales/ja/messages.json @@ -15,31 +15,31 @@ "message": "レポートに移動" }, "projectNameLabel": { - "message": "プロジェクト名" + "message": "プロジェクト名(メールの件名に使用)" }, "projectNamePlaceholder": { - "message": "プロジェクト名を入力してください" + "message": "メール件名" }, "githubUsernameLabel": { "message": "GitHubユーザー名" }, + "gitlabUsernameLabel": { + "message": "GitLabユーザー名" + }, "githubUsernamePlaceholder": { "message": "コントリビューションの取得に必要です" }, "contributionsLabel": { "message": "取得するコントリビューションの期間:" }, - "last7DaysLabel": { - "message": "過去7日間" - }, "last1DayLabel": { - "message": "昨日" + "message": "前日" }, "startDateLabel": { - "message": "開始日:" + "message": "開始:" }, "endDateLabel": { - "message": "終了日:" + "message": "終了:" }, "showOpenClosedLabel": { "message": "オープン/クローズ状態を表示" @@ -180,13 +180,10 @@ "message": "キャッシュクリア!" }, "extensionDisabledMessage": { - "message": "拡張機能が無効です。スクラムレポートを生成するには、設定から有効にしてください。" + "message": "拡張機能が無効です。スクラムレポートを生成するには、オプションから有効にしてください。" }, "notePoint1": { - "message": "取得されるPRは、いずれかの貢献者による最新のレビューに基づきます。10日前にPRをレビューし、他の誰かが2日前にレビューした場合でも、過去1週間のアクティビティに表示されます。" - }, - "notePoint2": { - "message": "生成されたスクラムには不一致が生じる可能性があります。共有する前に、レポートを手動で確認・編集して正確性を確保することをお勧めします。" + "message": "プルリクエストは、自分だけでなく、任意のコントリビューターによる最新のレビューアクティビティに基づいて取得されます。共有する前に、生成されたSCRUMレポートを確認および調整して、作業が正確に反映されていることを確認してください。" }, "noteSeeIssue": { "message": "このIssueを参照" diff --git a/src/_locales/pt/messages.json b/src/_locales/pt/messages.json index dc7d4b3a..1b0df3c2 100644 --- a/src/_locales/pt/messages.json +++ b/src/_locales/pt/messages.json @@ -1,4 +1,5 @@ { + "appName": { "message": "Scrum Helper" }, @@ -15,13 +16,16 @@ "message": "Ir para o Relatório" }, "projectNameLabel": { - "message": "Nome do seu Projeto" + "message": "Nome do Projeto (usado no assunto do e-mail)" }, "projectNamePlaceholder": { "message": "Digite o nome do seu projeto" }, "githubUsernameLabel": { - "message": "Seu Nome de Usuário do Github" + "message": "Seu nome de usuário do GitHub" + }, + "gitlabUsernameLabel": { + "message": "Seu nome de usuário do GitLab" }, "githubUsernamePlaceholder": { "message": "Necessário para buscar suas contribuições" @@ -29,17 +33,14 @@ "contributionsLabel": { "message": "Buscar suas contribuições entre:" }, - "last7DaysLabel": { - "message": "Últimos 7 dias" - }, "last1DayLabel": { - "message": "Último dia" + "message": "Dia anterior" }, "startDateLabel": { - "message": "Data de Início:" + "message": "De:" }, "endDateLabel": { - "message": "Data de Fim:" + "message": "Até:" }, "showOpenClosedLabel": { "message": "Mostrar Rótulo Aberto/Fechado" @@ -123,10 +124,7 @@ "message": "A extensão está desativada. Ative-a nas opções para gerar relatórios scrum." }, "notePoint1": { - "message": "Os PRs buscados são baseados na revisão mais recente de qualquer contribuidor. Se você revisou um PR há 10 dias e outra pessoa o revisou há 2 dias, ele ainda aparecerá na sua atividade da última semana." - }, - "notePoint2": { - "message": "Observe que algumas discrepâncias podem ocorrer no SCRUM gerado. Recomendamos revisar e editar manualmente o relatório para garantir a precisão antes de compartilhar." + "message": "As solicitações de pull são buscadas com base na atividade de revisão mais recente de qualquer contribuidor, não apenas na sua. Revise e ajuste o relatório SCRUM gerado para garantir que ele reflita com precisão o seu trabalho antes de compartilhá-lo." }, "noteSeeIssue": { "message": "Veja este problema" diff --git a/src/_locales/pt_BR/messages.json b/src/_locales/pt_BR/messages.json index 67a20f6a..51b54e82 100644 --- a/src/_locales/pt_BR/messages.json +++ b/src/_locales/pt_BR/messages.json @@ -1,4 +1,5 @@ { + "appName": { "message": "Scrum Helper" }, @@ -15,7 +16,7 @@ "message": "Ir para o Relatório" }, "projectNameLabel": { - "message": "Nome do seu Projeto" + "message": "Nome do Projeto (usado no assunto do e-mail)" }, "projectNamePlaceholder": { "message": "Digite o nome do seu projeto" @@ -23,23 +24,23 @@ "githubUsernameLabel": { "message": "Seu nome de usuário do GitHub" }, + "gitlabUsernameLabel": { + "message": "Seu nome de usuário do GitLab" + }, "githubUsernamePlaceholder": { "message": "Necessário para buscar suas contribuições" }, "contributionsLabel": { "message": "Buscar suas contribuições de:" }, - "last7DaysLabel": { - "message": "Últimos 7 dias" - }, "last1DayLabel": { - "message": "Ontem" + "message": "Dia anterior" }, "startDateLabel": { - "message": "Data de Início:" + "message": "De:" }, "endDateLabel": { - "message": "Data de Fim:" + "message": "Até:" }, "showOpenClosedLabel": { "message": "Mostrar status Aberto/Fechado" @@ -183,10 +184,7 @@ "message": "A extensão está desativada. Ative-a nos ajustes para gerar relatórios scrum." }, "notePoint1": { - "message": "Os PRs buscados são baseados na revisão mais recente de qualquer contribuidor. Se você revisou um PR há 10 dias e outra pessoa o revisou há 2 dias, ele ainda aparecerá na sua atividade da última semana." - }, - "notePoint2": { - "message": "Observe que algumas discrepâncias podem ocorrer no Scrum gerado. Recomendamos revisar e editar manualmente o relatório para garantir a precisão antes de compartilhar." + "message": "As solicitações de pull são buscadas com base na atividade de revisão mais recente de qualquer contribuidor, não apenas na sua. Revise e ajuste o relatório SCRUM gerado para garantir que ele reflita com precisão o seu trabalho antes de compartilhá-lo." }, "noteSeeIssue": { "message": "Veja este issue" diff --git a/src/_locales/ru/messages.json b/src/_locales/ru/messages.json index ddff5f39..97d9833c 100644 --- a/src/_locales/ru/messages.json +++ b/src/_locales/ru/messages.json @@ -15,7 +15,7 @@ "message": "Перейти к отчету" }, "projectNameLabel": { - "message": "Название вашего проекта" + "message": "Название проекта (используется в теме письма)" }, "projectNamePlaceholder": { "message": "Введите название вашего проекта" @@ -23,23 +23,23 @@ "githubUsernameLabel": { "message": "Ваше имя пользователя GitHub" }, + "gitlabUsernameLabel": { + "message": "Ваше имя пользователя GitLab" + }, "githubUsernamePlaceholder": { "message": "Требуется для получения ваших вкладов" }, "contributionsLabel": { "message": "Получить ваши вклады за:" }, - "last7DaysLabel": { - "message": "Последние 7 дней" - }, "last1DayLabel": { - "message": "Вчера" + "message": "Предыдущий день" }, "startDateLabel": { - "message": "Дата начала:" + "message": "С:" }, "endDateLabel": { - "message": "Дата окончания:" + "message": "До:" }, "showOpenClosedLabel": { "message": "Показывать статус Открыто/Закрыто" @@ -183,10 +183,7 @@ "message": "Расширение отключено. Включите его в настройках, чтобы создавать scrum-отчеты." }, "notePoint1": { - "message": "Полученные PR основаны на последнем ревью любого участника. Если вы сделали ревью PR 10 дней назад, а кто-то другой — 2 дня назад, он все равно появится в вашей активности за последнюю неделю." - }, - "notePoint2": { - "message": "Обратите внимание, что в сгенерированном Scrum могут быть неточности. Мы рекомендуем вручную проверять и редактировать отчет для обеспечения точности перед отправкой." + "message": "Pull-реквесты извлекаются на основе последней активности по проверке любого участника, а не только вашей. Пожалуйста, просмотрите и скорректируйте сгенерированный отчет SCRUM, чтобы убедиться, что он точно отражает вашу работу, прежде чем делиться им." }, "noteSeeIssue": { "message": "Смотрите эту проблему" diff --git a/src/_locales/vi/messages.json b/src/_locales/vi/messages.json index 35dc1e13..249cf78e 100644 --- a/src/_locales/vi/messages.json +++ b/src/_locales/vi/messages.json @@ -15,7 +15,7 @@ "message": "Đi đến Báo cáo" }, "projectNameLabel": { - "message": "Tên dự án của bạn" + "message": "Tên dự án (sử dụng trong chủ đề email)" }, "projectNamePlaceholder": { "message": "Nhập tên dự án của bạn" @@ -23,23 +23,23 @@ "githubUsernameLabel": { "message": "Tên người dùng GitHub của bạn" }, + "gitlabUsernameLabel": { + "message": "Tên người dùng GitLab của bạn" + }, "githubUsernamePlaceholder": { - "message": "Bắt buộc để lấy đóng góp của bạn" + "message": "Bắt buộc để lấy các đóng góp của bạn" }, "contributionsLabel": { "message": "Lấy đóng góp của bạn trong:" }, - "last7DaysLabel": { - "message": "7 ngày qua" - }, "last1DayLabel": { - "message": "Hôm qua" + "message": "Ngày trước" }, "startDateLabel": { - "message": "Ngày bắt đầu:" + "message": "Từ:" }, "endDateLabel": { - "message": "Ngày kết thúc:" + "message": "Đến:" }, "showOpenClosedLabel": { "message": "Hiển thị trạng thái Mở/Đóng" @@ -183,10 +183,7 @@ "message": "Tiện ích mở rộng đã bị tắt. Bật nó từ cài đặt để tạo báo cáo scrum." }, "notePoint1": { - "message": "Các PR được lấy dựa trên lần review gần đây nhất của bất kỳ người đóng góp nào. Nếu bạn review một PR 10 ngày trước và người khác review nó 2 ngày trước, nó vẫn sẽ xuất hiện trong hoạt động của bạn trong tuần qua." - }, - "notePoint2": { - "message": "Xin lưu ý rằng có thể xảy ra một số khác biệt trong Scrum được tạo. Chúng tôi khuyên bạn nên xem xét và chỉnh sửa báo cáo thủ công để đảm bảo tính chính xác trước khi chia sẻ." + "message": "Pull request được lấy dựa trên hoạt động đánh giá gần đây nhất của bất kỳ người đóng góp nào, không chỉ của riêng bạn. Vui lòng xem xét và điều chỉnh báo cáo SCRUM được tạo để đảm bảo nó phản ánh chính xác công việc của bạn trước khi chia sẻ." }, "noteSeeIssue": { "message": "Xem vấn đề này" diff --git a/src/_locales/zh_CN/messages.json b/src/_locales/zh_CN/messages.json index d9aed18a..3da643bb 100644 --- a/src/_locales/zh_CN/messages.json +++ b/src/_locales/zh_CN/messages.json @@ -1,4 +1,5 @@ { + "appName": { "message": "Scrum Helper" }, @@ -15,7 +16,7 @@ "message": "前往报告" }, "projectNameLabel": { - "message": "您的项目名称" + "message": "项目名称(用于电子邮件主题)" }, "projectNamePlaceholder": { "message": "输入您的项目名称" @@ -23,23 +24,23 @@ "githubUsernameLabel": { "message": "您的 GitHub 用户名" }, + "gitlabUsernameLabel": { + "message": "您的 GitLab 用户名" + }, "githubUsernamePlaceholder": { "message": "获取您的贡献所必需" }, "contributionsLabel": { "message": "获取您在此期间的贡献:" }, - "last7DaysLabel": { - "message": "过去 7 天" - }, "last1DayLabel": { - "message": "昨天" + "message": "前一天" }, "startDateLabel": { - "message": "开始日期:" + "message": "从:" }, "endDateLabel": { - "message": "结束日期:" + "message": "到:" }, "showOpenClosedLabel": { "message": "显示“打开/关闭”状态" @@ -183,10 +184,7 @@ "message": "扩展已禁用。请在设置中启用它以生成 Scrum 报告。" }, "notePoint1": { - "message": "获取的 PR 基于任何贡献者的最新审查。如果您在 10 天前审查了某个 PR,而其他人在 2 天前审查了它,它仍将出现在您上周的活动中。" - }, - "notePoint2": { - "message": "请注意,生成的 Scrum 报告中可能会出现一些差异。我们建议在分享前手动审查和编辑报告以确保准确性。" + "message": "拉取请求是根据任何贡献者最近的审查活动来获取的,而不仅仅是您自己的。在分享之前,请审查并调整生成的SCRUM报告,以确保它准确地反映您的工作。" }, "noteSeeIssue": { "message": "查看此 issue" @@ -197,4 +195,4 @@ "usernameLabel": { "message": "您的用户名" } -} \ No newline at end of file +} diff --git a/src/_locales/zh_TW/messages.json b/src/_locales/zh_TW/messages.json index eb4ffd07..ddfea565 100644 --- a/src/_locales/zh_TW/messages.json +++ b/src/_locales/zh_TW/messages.json @@ -1,200 +1,197 @@ { - "appName": { - "message": "Scrum Helper" - }, - "appDescription": { - "message": "透過自動擷取選定時間段內的 Git 活動來報告您的開發進度。" - }, - "disableLabel": { - "message": "停用" - }, - "enableLabel": { - "message": "啟用" - }, - "homeButtonTitle": { - "message": "前往報告" - }, - "projectNameLabel": { - "message": "您的專案名稱" - }, - "projectNamePlaceholder": { - "message": "輸入您的專案名稱" - }, - "githubUsernameLabel": { - "message": "您的 GitHub 使用者名稱" - }, - "githubUsernamePlaceholder": { - "message": "擷取您的貢獻所必需" - }, - "contributionsLabel": { - "message": "擷取您在此期間的貢獻:" - }, - "last7DaysLabel": { - "message": "過去 7 天" - }, - "last1DayLabel": { - "message": "昨天" - }, - "startDateLabel": { - "message": "開始日期:" - }, - "endDateLabel": { - "message": "結束日期:" - }, - "showOpenClosedLabel": { - "message": "顯示「開啟/關閉」狀態" - }, - "blockersLabel": { - "message": "什麼阻礙了您的進度?" - }, - "blockersPlaceholder": { - "message": "輸入您的原因" - }, - "scrumReportLabel": { - "message": "Scrum 報告" - }, - "generateReportButton": { - "message": "產生報告" - }, - "copyReportButton": { - "message": "複製報告" - }, - "settingsOrgNameLabel": { - "message": "組織名稱" - }, - "settingsOrgNamePlaceholder": { - "message": "輸入組織名稱" - }, - "setButton": { - "message": "設定" - }, - "githubTokenLabel": { - "message": "您的 GitHub 權杖" - }, - "githubTokenPlaceholder": { - "message": "進行身分驗證請求所必需" - }, - "showCommitsLabel": { - "message": "顯示日期範圍內在進行中 PR 的提交" - }, - "cacheTTLLabel": { - "message": "輸入快取 TTL" - }, - "cacheTTLUnit": { - "message": "(分鐘)" - }, - "cacheTTLPlaceholder": { - "message": "以分鐘為單位輸入快取 TTL(預設為 10)" - }, - "refreshDataButton": { - "message": "重新整理資料(繞過快取)" - }, - "refreshDataInfo": { - "message": "使用此按鈕立即擷取新資料。" - }, - "noteTitle": { - "message": "注意:" - }, - "viewCodeButton": { - "message": "檢視程式碼" - }, - "reportIssueButton": { - "message": "回報問題" - }, - "repoFilterLabel": { - "message": "按儲存庫篩選" - }, - "enableFilteringLabel": { - "message": "啟用篩選" - }, - "tokenRequiredWarning": { - "message": "儲存庫篩選需要GitHub權杖。請在設定中新增一個。" - }, - "repoSearchPlaceholder": { - "message": "搜尋要新增的儲存庫..." - }, - "repoPlaceholder": { - "message": "未選擇任何儲存庫(將包含所有儲存庫)" - }, - "repoCountNone": { - "message": "已選擇 0 個儲存庫" - }, - "repoCount": { - "message": "已選擇 $1 個儲存庫" - }, - "repoLoading": { - "message": "正在載入儲存庫..." - }, - "repoLoaded": { - "message": "已載入 $1 個儲存庫。" - }, - "repoNotFound": { - "message": "找不到儲存庫" - }, - "repoRefetching": { - "message": "正在重新載入儲存庫..." - }, - "repoLoadFailed": { - "message": "載入儲存庫失敗。" - }, - "repoTokenPrivate": { - "message": "權杖無效或沒有私有儲存庫的權限。" - }, - "repoRefetchFailed": { - "message": "重新載入儲存庫失敗。" - }, - "orgSetMessage": { - "message": "組織設定成功。" - }, - "orgClearedMessage": { - "message": "組織已清除。點擊「產生報告」以擷取所有活動。" - }, - "orgNotFoundMessage": { - "message": "在GitHub上找不到組織。" - }, - "orgValidationErrorMessage": { - "message": "驗證組織時發生錯誤。" - }, - "refreshingButton": { - "message": "正在重新整理..." - }, - "cacheClearFailed": { - "message": "清除快取失敗。" - }, - "madeWithLoveBy": { - "message": "Made with ❤️ by" - }, - "generatingButton": { - "message": "正在產生..." - }, - "copiedButton": { - "message": "已複製!" - }, - "orgChangedMessage": { - "message": "組織已變更。點擊「產生報告」按鈕以擷取 GitHub 活動。" - }, - "cacheClearedMessage": { - "message": "快取已成功清除。點擊「產生報告」以擷取新資料。" - }, - "cacheClearedButton": { - "message": "快取已清除!" - }, - "extensionDisabledMessage": { - "message": "擴充功能已停用。請在設定中啟用它以產生 Scrum 報告。" - }, - "notePoint1": { - "message": "擷取的 PR 基於任何貢獻者的最新審查。如果您在 10 天前審查了某個 PR,而其他人在 2 天前審查了它,它仍將出現在您上週的活動中。" - }, - "notePoint2": { - "message": "請注意,產生的 Scrum 報告中可能會出現一些差異。我們建議在分享前手動審查和編輯報告以確保準確性。" - }, - "noteSeeIssue": { - "message": "查看此 issue" - }, - "platformLabel": { - "message": "平台" - }, - "usernameLabel": { - "message": "您的用戶名" - } -} \ No newline at end of file + "appName": { + "message": "Scrum Helper" + }, + "appDescription": { + "message": "透過自動擷取選定時間段內的 Git 活動來報告您的開發進度。" + }, + "disableLabel": { + "message": "停用" + }, + "enableLabel": { + "message": "啟用" + }, + "homeButtonTitle": { + "message": "前往報告" + }, + "projectNameLabel": { + "message": "專案名稱(用於電子郵件主旨)" + }, + "projectNamePlaceholder": { + "message": "輸入您的專案名稱" + }, + "githubUsernameLabel": { + "message": "您的 GitHub 使用者名稱" + }, + "gitlabUsernameLabel": { + "message": "您的 GitLab 使用者名稱" + }, + "githubUsernamePlaceholder": { + "message": "擷取您的貢獻所必需" + }, + "contributionsLabel": { + "message": "擷取您在此期間的貢獻:" + }, + "last1DayLabel": { + "message": "前一天" + }, + "startDateLabel": { + "message": "開始日期:" + }, + "endDateLabel": { + "message": "結束日期:" + }, + "showOpenClosedLabel": { + "message": "顯示「開啟/關閉」狀態" + }, + "blockersLabel": { + "message": "什麼阻礙了您的進度?" + }, + "blockersPlaceholder": { + "message": "輸入您的原因" + }, + "scrumReportLabel": { + "message": "Scrum 報告" + }, + "generateReportButton": { + "message": "產生報告" + }, + "copyReportButton": { + "message": "複製報告" + }, + "settingsOrgNameLabel": { + "message": "組織名稱" + }, + "settingsOrgNamePlaceholder": { + "message": "輸入組織名稱" + }, + "setButton": { + "message": "設定" + }, + "githubTokenLabel": { + "message": "您的 GitHub 權杖" + }, + "githubTokenPlaceholder": { + "message": "進行身分驗證請求所必需" + }, + "showCommitsLabel": { + "message": "顯示日期範圍內在進行中 PR 的提交" + }, + "cacheTTLLabel": { + "message": "輸入快取 TTL" + }, + "cacheTTLUnit": { + "message": "(分鐘)" + }, + "cacheTTLPlaceholder": { + "message": "以分鐘為單位輸入快取 TTL(預設為 10)" + }, + "refreshDataButton": { + "message": "重新整理資料(繞過快取)" + }, + "refreshDataInfo": { + "message": "使用此按鈕立即擷取新資料。" + }, + "noteTitle": { + "message": "注意:" + }, + "viewCodeButton": { + "message": "檢視程式碼" + }, + "reportIssueButton": { + "message": "回報問題" + }, + "repoFilterLabel": { + "message": "按儲存庫篩選" + }, + "enableFilteringLabel": { + "message": "啟用篩選" + }, + "tokenRequiredWarning": { + "message": "儲存庫篩選需要GitHub權杖。請在設定中新增一個。" + }, + "repoSearchPlaceholder": { + "message": "搜尋要新增的儲存庫..." + }, + "repoPlaceholder": { + "message": "未選擇任何儲存庫(將包含所有儲存庫)" + }, + "repoCountNone": { + "message": "已選擇 0 個儲存庫" + }, + "repoCount": { + "message": "已選擇 $1 個儲存庫" + }, + "repoLoading": { + "message": "正在載入儲存庫..." + }, + "repoLoaded": { + "message": "已載入 $1 個儲存庫。" + }, + "repoNotFound": { + "message": "找不到儲存庫" + }, + "repoRefetching": { + "message": "正在重新載入儲存庫..." + }, + "repoLoadFailed": { + "message": "載入儲存庫失敗。" + }, + "repoTokenPrivate": { + "message": "權杖無效或沒有私有儲存庫的權限。" + }, + "repoRefetchFailed": { + "message": "重新載入儲存庫失敗。" + }, + "orgSetMessage": { + "message": "組織設定成功。" + }, + "orgClearedMessage": { + "message": "組織已清除。點擊「產生報告」以擷取所有活動。" + }, + "orgNotFoundMessage": { + "message": "在GitHub上找不到組織。" + }, + "orgValidationErrorMessage": { + "message": "驗證組織時發生錯誤。" + }, + "refreshingButton": { + "message": "正在重新整理..." + }, + "cacheClearFailed": { + "message": "清除快取失敗。" + }, + "madeWithLoveBy": { + "message": "Made with ❤️ by" + }, + "generatingButton": { + "message": "正在產生..." + }, + "copiedButton": { + "message": "已複製!" + }, + "orgChangedMessage": { + "message": "組織已變更。點擊「產生報告」按鈕以擷取 GitHub 活動。" + }, + "cacheClearedMessage": { + "message": "快取已成功清除。點擊「產生報告」以擷取新資料。" + }, + "cacheClearedButton": { + "message": "快取已清除!" + }, + "extensionDisabledMessage": { + "message": "擴充功能已停用。請在設定中啟用它以產生 Scrum 報告。" + }, + "notePoint1": { + "message": "拉取請求是根據任何貢獻者最近的審查活動來獲取的,而不僅僅是您自己的。在分享之前,請審查並調整生成的SCRUM報告,以確保它準確地反映您的工作。" + }, + "noteSeeIssue": { + "message": "查看此 issue" + }, + "platformLabel": { + "message": "平台" + }, + "usernameLabel": { + "message": "您的用戶名" + } +} diff --git a/src/manifest.json b/src/manifest.json index 9edd2373..f3ccb83d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Scrum Helper", - "version": "1.0", + "version": "2.0", "description": "This extension simplifies writing development reports by auto-filling content based on your Git activity.", "action": { "default_popup": "popup.html", diff --git a/src/popup.html b/src/popup.html index 7f92bb74..71d83d21 100644 --- a/src/popup.html +++ b/src/popup.html @@ -45,7 +45,8 @@
Report your development progress by auto-fetching your Git @@ -64,12 +65,13 @@
Platform +
Project Name (used in email + subject)
- This is the name that appears in the subject line of your email, followed by - timestamp. + This project name will appear in the subject line of your email as part of: + "[Scrum] Project Name - Date”. Leave blank to skip. + - - +Your Username
+ placeholder="Required for fetching your contributions" + style="margin-top: 0.3rem; margin-bottom: 0.8rem;">Fetch your contributions between:
+Fetch your + contributions between:
-Pull requests are fetched based on the most recent review activity by any contributor, not just your own. Please review and adjust the generated SCRUM report to ensure it accurately reflects your work before sharing. +
+