diff --git a/package.nls.json b/package.nls.json index 88e3999f7d..c5234010ff 100644 --- a/package.nls.json +++ b/package.nls.json @@ -1,10 +1,10 @@ { "displayName": "GitHub Pull Requests", - "description": "Pull Request and Issue Provider for GitHub", + "description": "Pull Request and Issue Provider for GitHub.", "githubPullRequests.pullRequestDescription.description": "The description used when creating pull requests.", - "githubPullRequests.pullRequestDescription.template": "Use a pull request template and commit description, or just use the commit description if no templates were found", - "githubPullRequests.pullRequestDescription.commit": "Use the latest commit message only", - "githubPullRequests.pullRequestDescription.none": "Do not have a default description", + "githubPullRequests.pullRequestDescription.template": "Use a pull request template and commit description, or just use the commit description if no templates were found.", + "githubPullRequests.pullRequestDescription.commit": "Use the latest commit message only.", + "githubPullRequests.pullRequestDescription.none": "Do not have a default description.", "githubPullRequests.pullRequestDescription.copilot": "Generate a pull request title and description from GitHub Copilot. Requires that the GitHub Copilot extension is installed and authenticated. Will fall back to `commit` if Copilot is not set up.", "githubPullRequests.defaultCreateOption.description": "The create option that the \"Create\" button will default to when creating a pull request.", "githubPullRequests.defaultCreateOption.lastUsed": "The most recently used create option.", @@ -12,7 +12,7 @@ "githubPullRequests.defaultCreateOption.createDraft": "The pull request will be created as a draft.", "githubPullRequests.defaultCreateOption.createAutoMerge": "The pull request will be created with auto-merge enabled. The merge method selected will be the default for the repo or the value of `githubPullRequests.defaultMergeMethod` if set.", "githubPullRequests.createDraft": "Whether the \"Draft\" checkbox will be checked by default when creating a pull request.", - "githubPullRequests.logLevel.description": "Logging for GitHub Pull Request extension. The log is emitted to the output channel named as GitHub Pull Request.", + "githubPullRequests.logLevel.description": "Logging for GitHub Pull Request extension. The log is emitted to the output channel named 'GitHub Pull Requests'.", "githubPullRequests.logLevel.markdownDeprecationMessage": { "message": "Log level is now controlled by the [Developer: Set Log Level...](command:workbench.action.setLogLevel) command. You can set the log level for the current session and also the default log level from there.", "comment": [ @@ -22,10 +22,10 @@ }, "githubPullRequests.codingAgent.description": "Enables integration with the asynchronous Copilot coding agent. The '#copilotCodingAgent' tool will be available in agent mode when this setting is enabled.", "githubPullRequests.codingAgent.uiIntegration.description": "Enables UI integration within VS Code to create new coding agent sessions.", - "githubPullRequests.codingAgent.autoCommitAndPush.description": "Allow automatic git operations (commit, push) to be performed when starting a coding agent session", + "githubPullRequests.codingAgent.autoCommitAndPush.description": "Allow automatic git operations (commit, push) to be performed when starting a coding agent session.", "githubPullRequests.remotes.markdownDescription": "List of remotes, by name, to fetch pull requests from.", "githubPullRequests.queries.markdownDescription": "Specifies what queries should be used in the GitHub Pull Requests tree. All queries are made against **the currently opened repos**. Each query object has a `label` that will be shown in the tree and a search `query` using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax). The following variables can be used: \n - `${user}` will resolve to the currently logged in user \n - `${owner}` will resolve to the owner of the current repository, ex. `microsoft` in `microsoft/vscode` \n - `${repository}` will resolve to the repository name, ex. `vscode` in `microsoft/vscode` \n - `${today-Nd}`, where `N` is the number of days ago, will resolve to a date, ex. `2025-01-04`. \n\n By default these queries define the categories \"Waiting For My Review\", \"Assigned To Me\" and \"Created By Me\". If you want to preserve these, make sure they are still in the array when you modify the setting.", - "githubPullRequests.queries.label.description": "The label to display for the query in the Pull Requests tree", + "githubPullRequests.queries.label.description": "The label to display for the query in the Pull Requests tree.", "githubPullRequests.queries.query.description": "The query used for searching pull requests.", "githubPullRequests.queries.copilotOnMyBehalf": "Copilot on My Behalf", "githubPullRequests.queries.waitingForMyReview": "Waiting For My Review", @@ -33,19 +33,19 @@ "githubPullRequests.queries.createdByMe": "Created By Me", "githubPullRequests.defaultMergeMethod.description": "The method to use when merging pull requests.", "githubPullRequests.notifications.description": "If GitHub notifications should be shown to the user.", - "githubPullRequests.fileListLayout.description": "The layout to use when displaying changed files list.", + "githubPullRequests.fileListLayout.description": "The layout to use when displaying the changed files list.", "githubPullRequests.defaultDeletionMethod.selectLocalBranch.description": "When true, the option to delete the local branch will be selected by default when deleting a branch from a pull request.", "githubPullRequests.defaultDeletionMethod.selectRemote.description": "When true, the option to delete the remote will be selected by default when deleting a branch from a pull request.", "githubPullRequests.terminalLinksHandler.description": "Default handler for terminal links.", - "githubPullRequests.terminalLinksHandler.github": "Create the pull request on GitHub", - "githubPullRequests.terminalLinksHandler.vscode": "Create the pull request in VS Code", - "githubPullRequests.terminalLinksHandler.ask": "Ask which method to use", + "githubPullRequests.terminalLinksHandler.github": "Create the pull request on GitHub.", + "githubPullRequests.terminalLinksHandler.vscode": "Create the pull request in VS Code.", + "githubPullRequests.terminalLinksHandler.ask": "Ask which method to use.", "githubPullRequests.createOnPublishBranch.description": "Create a pull request when a branch is published.", "githubPullRequests.createOnPublishBranch.never": "Never create a pull request when a branch is published.", "githubPullRequests.createOnPublishBranch.ask": "Ask if you want to create a pull request when a branch is published.", "githubPullRequests.commentExpandState.description": "Controls whether comments are expanded when a document with comments is opened. Requires a reload to take effect for comments that have already been added.", "githubPullRequests.commentExpandState.expandUnresolved": "All unresolved comments will be expanded.", - "githubPullRequests.commentExpandState.collapseAll": "All comments will be collapsed", + "githubPullRequests.commentExpandState.collapseAll": "All comments will be collapsed.", "githubPullRequests.useReviewMode.description": "Choose which pull request states will use review mode. \"Open\" pull requests will always use review mode. Setting to \"auto\" will use review mode for open, closed, and merged pull requests in web, but only open pull requests on desktop.", "githubPullRequests.useReviewMode.merged": "Use review mode for merged pull requests.", "githubPullRequests.useReviewMode.closed": "Use review mode for closed pull requests. Merged pull requests are not considered \"closed\".", @@ -70,35 +70,35 @@ "githubPullRequests.overrideDefaultBranch.description": "The default branch for a repository is set on github.com. With this setting, you can override that default with another branch.", "githubPullRequests.postCreate.description": "The action to take after creating a pull request.", "githubPullRequests.postCreate.none": "No action", - "githubPullRequests.postCreate.openOverview": "Open the overview page of the pull request", - "githubPullRequests.postCreate.checkoutDefaultBranch": "Checkout the default branch of the repository", - "githubPullRequests.postCreate.checkoutDefaultBranchAndShow": "Checkout the default branch of the repository and show the pull request in the Pull Requests view", - "githubPullRequests.postCreate.checkoutDefaultBranchAndCopy": "Checkout the default branch of the repository and copy a link to the pull request to the clipboard", - "githubPullRequests.defaultCommentType.description": "The default comment type to use when submitting a comment and there is no active review", - "githubPullRequests.defaultCommentType.single": "Submits the comment as a single comment that will be immediately visible to other users", - "githubPullRequests.defaultCommentType.review": "Submits the comment as a review comment that will be visible to other users once the review is submitted", + "githubPullRequests.postCreate.openOverview": "Open the overview page of the pull request.", + "githubPullRequests.postCreate.checkoutDefaultBranch": "Checkout the default branch of the repository.", + "githubPullRequests.postCreate.checkoutDefaultBranchAndShow": "Checkout the default branch of the repository and show the pull request in the Pull Requests view.", + "githubPullRequests.postCreate.checkoutDefaultBranchAndCopy": "Checkout the default branch of the repository and copy a link to the pull request to the clipboard.", + "githubPullRequests.defaultCommentType.description": "The default comment type to use when submitting a comment and there is no active review.", + "githubPullRequests.defaultCommentType.single": "Submits the comment as a single comment that will be immediately visible to other users.", + "githubPullRequests.defaultCommentType.review": "Submits the comment as a review comment that will be visible to other users once the review is submitted.", "githubPullRequests.setAutoMerge.description": "Checks the \"Auto-merge\" checkbox in the \"Create Pull Request\" view.", - "githubPullRequests.pullPullRequestBranchBeforeCheckout.description": "Controls whether the pull request branch is pulled before checkout. Can also be set to additionally merge updates from the base branch.", + "githubPullRequests.pullPullRequestBranchBeforeCheckout.description": "Controls whether the pull request branch is pulled before checkout. Or it can be set to merge updates from the base branch.", "githubPullRequests.pullPullRequestBranchBeforeCheckout.never": "Never pull the pull request branch before checkout.", "githubPullRequests.pullPullRequestBranchBeforeCheckout.pull": "Pull the pull request branch before checkout.", "githubPullRequests.pullPullRequestBranchBeforeCheckout.pullAndMergeBase": "Pull the pull request branch before checkout, fetch the base branch, and merge the base branch into the pull request branch.", "githubPullRequests.pullPullRequestBranchBeforeCheckout.pullAndUpdateBase": "Pull the pull request branch before checkout, fetch the base branch, merge the base branch into the pull request branch, and finally push the pull request branch to the remote.", - "githubPullRequests.upstreamRemote.description": "Controls whether an `upstream` remote is automatically added for forks", - "githubPullRequests.upstreamRemote.add": "An `upstream` remote will be automatically added for forks", - "githubPullRequests.upstreamRemote.never": "An `upstream` remote will never be automatically added for forks", - "githubPullRequests.createDefaultBaseBranch.description": "Controls what the base branch picker defaults to when creating a pull request", + "githubPullRequests.upstreamRemote.description": "Controls whether an `upstream` remote is automatically added for forks.", + "githubPullRequests.upstreamRemote.add": "An `upstream` remote will be automatically added for forks.", + "githubPullRequests.upstreamRemote.never": "An `upstream` remote will never be automatically added for forks.", + "githubPullRequests.createDefaultBaseBranch.description": "Controls what the base branch picker defaults to when creating a pull request.", "githubPullRequests.createDefaultBaseBranch.repositoryDefault": "The default branch of the repository", - "githubPullRequests.createDefaultBaseBranch.createdFromBranch": "The branch that the current branch was created from, if known", + "githubPullRequests.createDefaultBaseBranch.createdFromBranch": "The branch that the current branch was created from, if known.", "githubPullRequests.createDefaultBaseBranch.auto": "When the current repository is a fork, this will work like \"repositoryDefault\". Otherwise, it will work like \"createdFromBranch\".", "githubPullRequests.experimental.chat.description": "Enables the `@githubpr` Copilot chat participant in the chat view. `@githubpr` can help search for issues and pull requests, suggest fixes for issues, and summarize issues, pull requests, and notifications.", - "githubPullRequests.experimental.notificationsView.description": "Enables the notifications view, which shows a list of your GitHub notifications. When combined with `#githubPullRequests.experimental.chat#`, you can have Copilot sort and summarize your notifications. View will not show in a Codespace accessed from the browser.", + "githubPullRequests.experimental.notificationsView.description": "Enables the Notifications view, which shows a list of your GitHub notifications. You can have Copilot sort and summarize your notifications by combining with `#githubPullRequests.experimental.chat#`. Note that the Notifications view is not available when accessing a Codespace through a web browser.", "githubPullRequests.experimental.notificationsMarkPullRequests.description": "Adds an action in the Notifications view to mark pull requests with no non-empty reviews, comments, or commits since you last viewed the pull request as read.", "githubPullRequests.experimental.useQuickChat.description": "Controls whether the Copilot \"Summarize\" commands in the Pull Requests, Issues, and Notifications views will use quick chat. Only has an effect if `#githubPullRequests.experimental.chat#` is enabled.", "githubPullRequests.webviewRefreshInterval.description": "The interval, in seconds, at which the pull request and issues webviews are refreshed when the webview is the active tab.", - "githubIssues.ignoreMilestones.description": "An array of milestones titles to never show issues from.", + "githubIssues.ignoreMilestones.description": "An array of Milestones titles whose issues will not be displayed.", "githubIssues.createIssueTriggers.description": "Strings that will cause the 'Create issue from comment' code action to show.", "githubIssues.createIssueTriggers.items": "String that enables the 'Create issue from comment' code action. Should not contain whitespace.", - "githubIssues.createInsertFormat.description": "Controls whether an issue number (ex. #1234) or a full url (ex. https://github.com/owner/name/issues/1234) is inserted when the Create Issue code action is run.", + "githubIssues.createInsertFormat.description": "Controls whether an issue number (ex., #1234) or a full URL (ex., https://github.com/owner/name/issues/1234) is inserted when the Create Issue code action is run.", "githubIssues.issueCompletions.enabled.description": "Controls whether completion suggestions are shown for issues.", "githubIssues.userCompletions.enabled.description": "Controls whether completion suggestions are shown for users.", "githubIssues.ignoreCompletionTrigger.description": "Languages that the '#' character should not be used to trigger issue completion suggestions.", @@ -106,7 +106,7 @@ "githubIssues.ignoreUserCompletionTrigger.description": "Languages that the '@' character should not be used to trigger user completion suggestions.", "githubIssues.ignoreUserCompletionTrigger.items": "Language that user completions should not trigger on '@'.", "githubIssues.issueBranchTitle.markdownDescription": { - "message": "Advanced settings for the name of the branch that is created when you start working on an issue. \n- `${user}` will be replace with the currently logged in username \n- `${issueNumber}` will be replaced with the current issue number \n- `${sanitizedIssueTitle}` will be replaced with the issue title, with all spaces and unsupported characters (https://git-scm.com/docs/git-check-ref-format) removed. For lowercase, use `${sanitizedLowercaseIssueTitle}` ", + "message": "Advanced settings for the name of the branch that is created when you start working on an issue. \n- `${user}` will be replaced with the currently logged in username \n- `${issueNumber}` will be replaced with the current issue number \n- `${sanitizedIssueTitle}` will be replaced with the issue title and all spaces and unsupported characters (https://git-scm.com/docs/git-check-ref-format) removed. For lowercase, use `${sanitizedLowercaseIssueTitle}` ", "comment": [ "{Locked='${...}'}", "Do not translate what's inside of the '${..}'. It is an internal syntax for the extension" @@ -121,23 +121,23 @@ }, "githubIssues.useBranchForIssues.on": "A branch will always be checked out when you start working on an issue. If the branch doesn't exist, it will be created.", "githubIssues.useBranchForIssues.off": "A branch will not be created when you start working on an issue. If you have worked on an issue before and a branch was created for it, that same branch will be checked out.", - "githubIssues.useBranchForIssues.prompt": "A prompt will show for setting the name of the branch that will be created and checked out.", + "githubIssues.useBranchForIssues.prompt": "A prompt will show for setting the name of the branch that will be created when a URL is checked out.", "githubIssues.issueCompletionFormatScm.markdownDescription": { - "message": "Sets the format of issue completions in the SCM inputbox. \n- `${user}` will be replace with the currently logged in username \n- `${issueNumber}` will be replaced with the current issue number \n- `${issueNumberLabel}` will be replaced with a label formatted as #number or owner/repository#number, depending on whether the issue is in the current repository", + "message": "Sets the format of issue completions in the SCM input box. \n- `${user}` will be replace with the currently logged in username \n- `${issueNumber}` will be replaced with the current issue number \n- `${issueNumberLabel}` will be replaced with a label formatted as #number or owner/repository#number, depending on whether the issue is in the current repository.", "comment": [ "Do not translate what's inside of the ${...}. It is an internal syntax for the extension." ] }, "githubIssues.workingIssueFormatScm.markdownDescription": { - "message": "Sets the format of the commit message that is set in the SCM inputbox when you **Start Working on an Issue**. Defaults to `${issueTitle} \nFixes ${issueNumberLabel}`", + "message": "Sets the format of the commit message that is set in the SCM input box when you **Start Working on an Issue**. Defaults to `${issueTitle} \nFixes ${issueNumberLabel}`", "comment": [ "Do not translate what's inside of the ${...}. It is an internal syntax for the extension." ] }, "githubIssues.queries.markdownDescription": "Specifies what queries should be used in the GitHub issues tree using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax) with variables. The first query listed will be expanded in the Issues view. The \"default\" query includes issues assigned to you by Milestone. If you want to preserve these, make sure they are still in the array when you modify the setting.", "githubIssues.queries.label": "The label to display for the query in the Issues tree.", - "githubIssues.queries.query": "The search query using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax) with variables. The variable `${user}` can be used to specify the logged in user within a search. `${owner}` and `${repository}` can be used to specify the repository by using `repo:${owner}/${repository}`.", - "githubIssues.queries.groupBy": "The categories to group issues by when displaying them, in the order in which they should be grouped", + "githubIssues.queries.query": "The search query using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax) with variables. The variable `${user}` can be used to specify the logged-in user within a search. `${owner}` and `${repository}` can be used to specify the repository by using `repo:${owner}/${repository}`.", + "githubIssues.queries.groupBy": "The categories to group issues by when displaying them, in the order in which they should be grouped.", "githubIssues.queries.groupBy.repository": "Group issues by their repository.", "githubIssues.queries.groupBy.milestone": "Group issues by their milestone.", "githubIssues.queries.default.myIssues": "My Issues", @@ -151,7 +151,7 @@ "githubPullRequests.focusedMode.false": "Do not change the layout.", "githubPullRequests.showPullRequestNumberInTree.description": "Shows the pull request number in the tree view.", "githubPullRequests.labelCreated.description": "Group of labels that you want to add to the pull request automatically. Labels that don't exist in the repository won't be added.", - "githubPullRequests.labelCreated.label.description": "Each string element is value of label that you want to add", + "githubPullRequests.labelCreated.label.description": "Each string element is the value of a label you want to add.", "githubIssues.alwaysPromptForNewIssueRepo.description": "Enabling will always prompt which repository to create an issue in instead of basing off the current open file.", "view.github.pull.requests.name": "GitHub", "view.github.pull.request.name": "GitHub Pull Request", @@ -344,13 +344,13 @@ "{Locked='](command:workbench.action.files.openFolder)'}" ] }, - "welcome.pr.github.noRepo.contents": "No git repositories found", + "welcome.pr.github.noRepo.contents": "No git repositories found.", "welcome.pr.github.parentRepo.contents": { "message": "A git repository was found in the parent folders of the workspace or the open file(s).\n[Open Repository](command:git.openRepositoriesInParentFolders)\nUse the [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) setting to control whether git repositories in parent folders of workspaces or open files are opened. To learn more [read our docs](https://aka.ms/vscode-git-repository-in-parent-folders).", "comment": [ "{Locked='](command:git.openRepositoriesInParentFolders'}", "{Locked='](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D'}", - "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code", + "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code.", "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links" ] }, @@ -359,7 +359,7 @@ "comment": [ "{Locked='](command:git.openRepositoriesInParentFolders'}", "{Locked='](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D'}", - "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code", + "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code.", "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links" ] }, @@ -367,7 +367,7 @@ "welcome.github.notifications.contents": "No notifications, your inbox is empty $(rocket)", "welcome.issues.github.uninitialized.contents": "Loading...", "welcome.issues.github.noFolder.contents": "You have not yet opened a folder.", - "welcome.issues.github.noRepo.contents": "No git repositories found", + "welcome.issues.github.noRepo.contents": "No git repositories found.", "welcome.github.activePullRequest.contents": "Loading...", "languageModelTools.github-pull-request_issue_fetch.displayName": "Get a GitHub Issue or PR", "languageModelTools.github-pull-request_issue_summarize.displayName": "Summarize a GitHub Issue or PR", @@ -380,5 +380,5 @@ "languageModelTools.github-pull-request_activePullRequest.displayName": "Active Pull Request", "languageModelTools.github-pull-request_activePullRequest.description": "Get information about the active GitHub pull request. This information includes: comments, files changed, pull request title + description, pull request state, and pull request status checks/CI.", "languageModelTools.github-pull-request_copilot-coding-agent.displayName": "Copilot coding agent", - "languageModelTools.github-pull-request_copilot-coding-agent.userDescription": "Completes the provided task using an asynchronous coding agent. Use when the user wants copilot continue completing a task in the background or asynchronously. Launch an autonomous GitHub Copilot agent to work on coding tasks in the background. The agent will create a new branch, implement the requested changes, and open a pull request with the completed work." -} \ No newline at end of file + "languageModelTools.github-pull-request_copilot-coding-agent.userDescription": "Completes the provided task using an asynchronous coding agent. Use when the user wants Copilot to complete a task in the background or asynchronously. Launch an autonomous GitHub Copilot agent to work on coding tasks in the background. The agent will create a new branch, implement the requested changes, and open a pull request with the completed work." +}