diff options
author | sillyguodong <33891828+sillyguodong@users.noreply.github.com> | 2023-04-30 23:08:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-30 23:08:51 +0800 |
commit | e8173c2c33f1dd5b0a2c044255434d414cab62d2 (patch) | |
tree | 0a0730d0a19910a4898dba07094424838e900c9c /options/locale/locale_en-US.ini | |
parent | 3f0651d4d61d62a16e1bb672056014ab02db5746 (diff) | |
download | gitea-e8173c2c33f1dd5b0a2c044255434d414cab62d2.tar.gz gitea-e8173c2c33f1dd5b0a2c044255434d414cab62d2.zip |
Move `Rename branch` from repo settings page to the page of branches list (#24380)
Co-Author: @wxiaoguang
It is more convenient that user just need to enter a new branch name after he selects the branch which he want to rename.
So this PR move the function of renaming branch to the page of branches list.
This PR also restyle the button of `new branch`, `download`, `delete`....
https://user-images.githubusercontent.com/33891828/235277997-413060bb-759f-430a-b5c4-df5e40ffcd28.mov
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 1d2a0edfb3..3634121833 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2406,10 +2406,13 @@ branch.protected_deletion_failed = Branch "%s" is protected. It cannot be delete branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be deleted. branch.restore = Restore Branch "%s" branch.download = Download Branch "%s" +branch.rename = Rename Branch "%s" branch.included_desc = This branch is part of the default branch branch.included = Included branch.create_new_branch = Create branch from branch: branch.confirm_create_branch = Create branch +branch.rename_branch_to = Rename "%s" to: +branch.confirm_rename_branch = Rename branch branch.create_branch_operation = Create branch branch.new_branch = Create new branch branch.new_branch_from = Create new branch from "%s" |