Gitea-Workflow/gitea-git-clone/i18n/package.nls.json
Peter 5f749c57c8 Support of multiple Gitea instances
* chore(gitea-git-clone): update CHANGELOG.md and README.md
* feat(gitea-git-clone): add support for multiple Gitea instances
* feat(gitea-git-clone): enhance status bar integration with branch and build status
* fix(gitea-git-clone): fix issues with status bar items not updating correctly
* fix(gitea-git-clone): fix issues with long commit messages causing errors when creating pull requests
2024-10-23 20:11:31 +02:00

41 lines
2.5 KiB
JSON

{
"giteaClone.selectInstance": "Select a Gitea instance",
"giteaClone.noInstanceSelected": "No Gitea instance selected.",
"giteaClone.invalidInstance": "Invalid Gitea instance selected.",
"giteaClone.configMissing": "No Gitea instances are configured.",
"giteaClone.authSuccess": "Authentication successful: {0}",
"giteaClone.authFailed": "Authentication failed: {0}",
"giteaClone.configUpdated": "Gitea configuration updated.",
"giteaClone.enterInstanceUrl": "Enter Gitea instance URL",
"giteaClone.enterToken": "Enter Gitea Personal Access Token",
"giteaClone.selectRepo": "Select a repository to clone",
"giteaClone.noRepos": "No repositories found.",
"giteaClone.noRepoSelected": "No repository selected.",
"giteaClone.selectFolder": "Select folder to clone into",
"giteaClone.targetExists": "The target directory \"{0}\" already exists.",
"giteaClone.cloningRepo": "Cloning {0}",
"giteaClone.cloningProgress": "Cloning in progress...",
"giteaClone.cloneComplete": "Repository cloned successfully.",
"giteaClone.cloneSuccess": "Repository {0} cloned successfully.",
"giteaClone.openRepoError": "Error opening the cloned repository.",
"giteaClone.createPullRequest": "Create Gitea PR",
"giteaClone.createPullRequestTooltip": "Create a Pull Request in Gitea",
"giteaClone.pullRequestCreated": "Pull request created successfully and opened in the browser.",
"giteaClone.noRemoteUrl": "Could not retrieve Git remote URL.",
"giteaClone.noBranch": "Could not determine the branch.",
"giteaClone.titleTruncated": "The commit message was too long and has been truncated for the pull request title.",
"giteaClone.bodyTruncated": "The commit message body was too long and has been truncated for the pull request description.",
"giteaClone.pullRequestError": "Error creating pull request: {0}",
"giteaClone.commitError": "Error retrieving the last commit.",
"giteaClone.branchError": "Error retrieving the branch.",
"giteaClone.defaultBranchError": "Error retrieving the base branch: {0}",
"giteaClone.repoError": "Error retrieving repositories.",
"giteaClone.repoInfoError": "Could not retrieve repository information.",
"giteaClone.pullRequestsError": "Error retrieving pull requests: {0}",
"giteaClone.noOpenPRs": "No open pull requests available.",
"giteaClone.selectPullRequest": "Select a pull request to view",
"giteaClone.showOpenPullRequestsTooltip": "Show open pull requests",
"giteaClone.branchStatusTooltip": "Current branch status",
"giteaClone.buildStatusTooltip": "Build status of the current commit"
}