We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051b42a commit f2a28d0Copy full SHA for f2a28d0
options/locale/locale_en-US.ini
@@ -2684,6 +2684,7 @@ branch.create_from = from "%s"
2684
branch.create_success = Branch "%s" has been created.
2685
branch.branch_already_exists = Branch "%s" already exists in this repository.
2686
branch.branch_name_conflict = Branch name "%s" conflicts with the already existing branch "%s".
2687
+branch.branch_not_exist = Branch "%s" do not exists in this repository.
2688
branch.tag_collision = Branch "%s" cannot be created as a tag with same name already exists in the repository.
2689
branch.deleted_by = Deleted by %s
2690
branch.restore_success = Branch "%s" has been restored.
0 commit comments