Gitea-Workflow/gitea-git-clone/i18n/package.nls.json
Peter 7544998d93 * feat(extension.ts): add support for localization in Gitea Git Clone extension
* feat(extension.ts): add command to clone a repository from Gitea
2024-10-21 10:17:08 +02:00

33 lines
2.0 KiB
JSON

{
"giteaClone.configMissing": "Gitea URL or Token is not configured.",
"giteaClone.noValidRepo": "No valid Git repository found in the current workspace.",
"giteaClone.noRemoteUrl": "Could not retrieve Git remote URL.",
"giteaClone.noBranch": "Could not determine the branch.",
"giteaClone.pullRequestCreated": "Pull request created successfully and opened in the browser.",
"giteaClone.pullRequestError": "Error creating pull request: {0}",
"giteaClone.commitError": "Error retrieving the last commit.",
"giteaClone.branchError": "Error retrieving the branch.",
"giteaClone.defaultBranchError": "Could not determine the base branch. Defaulting to \"main\".",
"giteaClone.createPullRequest": "Create Gitea PR",
"giteaClone.createPullRequestTooltip": "Create a Pull Request in Gitea",
"giteaClone.authSuccess": "Authentication successful: {0}",
"giteaClone.authFailed": "Authentication failed.",
"giteaClone.configUpdated": "Gitea configuration updated.",
"giteaClone.enterInstanceUrl": "Enter Gitea instance URL",
"giteaClone.enterToken": "Enter Gitea Personal Access Token",
"giteaClone.repoError": "Error retrieving repositories.",
"giteaClone.apiError": "Error connecting to Gitea API.",
"giteaClone.noRepos": "No repositories found.",
"giteaClone.selectRepo": "Select a repository to clone",
"giteaClone.noRepoSelected": "No repository selected.",
"giteaClone.selectFolder": "Select folder to clone into",
"giteaClone.cloningRepo": "Cloning {0}",
"giteaClone.cloningProgress": "Cloning in progress...",
"giteaClone.cloneComplete": "Repository cloned successfully.",
"giteaClone.cloneSuccess": "Repository {0} cloned successfully.",
"giteaClone.cloneError": "Error cloning the repository.",
"giteaClone.noFolderSelected": "No target folder selected.",
"giteaClone.noSshUrl": "Could not find SSH clone URL.",
"giteaClone.openRepoError": "Error opening the cloned repository."
}