mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-08 14:03:24 +09:00
enhance: improve commit page header (#39229)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -2578,6 +2578,7 @@
|
||||
"repo.settings.rename_branch": "Rename branch",
|
||||
"repo.diff.browse_source": "Browse Source",
|
||||
"repo.diff.parent": "parent",
|
||||
"repo.diff.parents": "parents",
|
||||
"repo.diff.commit": "commit",
|
||||
"repo.diff.git-notes": "Notes",
|
||||
"repo.diff.data_not_available": "Diff Content Not Available",
|
||||
@@ -2627,8 +2628,8 @@
|
||||
"repo.diff.review.self_reject": "Pull request authors can't request changes on their own pull request",
|
||||
"repo.diff.review.reject": "Request changes",
|
||||
"repo.diff.review.self_approve": "Pull request authors can't approve their own pull request",
|
||||
"repo.diff.committed_by": "committed by",
|
||||
"repo.diff.coauthored_by": "co-authored by",
|
||||
"repo.diff.committed_at": "%[1]s committed %[2]s",
|
||||
"repo.diff.authored_committed_at": "%[1]s authored and %[2]s committed %[3]s",
|
||||
"repo.commits.avatar_stack_and": "and",
|
||||
"repo.commits.avatar_stack_people": "%d people",
|
||||
"repo.diff.protected": "Protected",
|
||||
|
||||
Reference in New Issue
Block a user