@@ -1075,6 +1075,10 @@ editor.add_tmpl = Add '<filename>'
10751075editor.add = Add ' %s'
10761076editor.update = Update ' %s'
10771077editor.delete = Delete ' %s'
1078+ editor.patch = Apply Patch
1079+ editor.patching = Patching:
1080+ editor.fail_to_apply_patch = Unable to apply patch ' %s'
1081+ editor.new_patch = New Patch
10781082editor.commit_message_desc = Add an optional extended description…
10791083editor.signoff_desc = Add a Signed-off-by trailer by the committer at the end of the commit log message.
10801084editor.commit_directly_to_this_branch = Commit directly to the <strong class =" branch-name" >%s</strong> branch.
@@ -1110,6 +1114,8 @@ editor.cannot_commit_to_protected_branch = Cannot commit to protected branch '%s
11101114editor.no_commit_to_branch = Unable to commit directly to branch because:
11111115editor.user_no_push_to_branch = User cannot push to branch
11121116editor.require_signed_commit = Branch requires a signed commit
1117+ editor.cherry_pick = Cherry-pick %s onto:
1118+ editor.revert = Revert %s onto:
11131119
11141120commits.desc = Browse source code change history.
11151121commits.commits = Commits
@@ -1130,6 +1136,14 @@ commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does n
11301136commits.gpg_key_id = GPG Key ID
11311137commits.ssh_key_fingerprint = SSH Key Fingerprint
11321138
1139+ commit.actions = Actions
1140+ commit.revert = Revert
1141+ commit.revert-header = Revert: %s
1142+ commit.revert-content = Select branch to revert onto:
1143+ commit.cherry-pick = Cherry-pick
1144+ commit.cherry-pick-header = Cherry-pick: %s
1145+ commit.cherry-pick-content = Select branch to cherry-pick onto:
1146+
11331147ext_issues = Access to External Issues
11341148ext_issues.desc = Link to an external issue tracker.
11351149
@@ -2215,11 +2229,16 @@ branch.included_desc = This branch is part of the default branch
22152229branch.included = Included
22162230branch.create_new_branch = Create branch from branch:
22172231branch.confirm_create_branch = Create branch
2232+ branch.create_branch_operation = Create branch
22182233branch.new_branch = Create new branch
22192234branch.new_branch_from = Create new branch from ' %s'
22202235branch.renamed = Branch %s was renamed to %s.
22212236
22222237tag.create_tag = Create tag <strong>%s</strong>
2238+ tag.create_tag_operation = Create tag
2239+ tag.confirm_create_tag = Create tag
2240+ tag.create_tag_from = Create new tag from ' %s'
2241+
22232242tag.create_success = Tag ' %s' has been created.
22242243
22252244topic.manage_topics = Manage Topics
0 commit comments