mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2024-12-29 00:11:53 +00:00
33 lines
2.0 KiB
JSON
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."
|
|
}
|
|
|