You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2679,6 +2679,12 @@ release.add_tag_msg = Use the title and content of release as tag message.
2679
2679
release.add_tag = Create Tag Only
2680
2680
release.releases_for = Releases for %s
2681
2681
release.tags_for = Tags for %s
2682
+
release.existing_tag_header = New release with an old tag
2683
+
release.existing_tag_draft_header = Draft release with an old tag
2684
+
release.existing_tag = You are about to create a new release with an <b>existing tag</b>. Make sure that the tag is pointing to the right commit.
2685
+
release.existing_draft_tag = You are about to create a draft release with an <b>existing tag</b>. Make sure that the tag is pointing to the right commit.
2686
+
release.create_confirmation = Do you want to continue with the release creation?
2687
+
release.create_draft_confirmation = Do you want to continue with the release draft creation?
2682
2688
2683
2689
branch.name = Branch Name
2684
2690
branch.already_exists = A branch named "%s" already exists.
0 commit comments