1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-08 07:44:44 +00:00

Add missing locale string

This commit is contained in:
Lunny Xiao 2024-12-04 15:44:24 -08:00
parent 051b42a4a8
commit f2a28d0980
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -2684,6 +2684,7 @@ branch.create_from = from "%s"
branch.create_success = Branch "%s" has been created.
branch.branch_already_exists = Branch "%s" already exists in this repository.
branch.branch_name_conflict = Branch name "%s" conflicts with the already existing branch "%s".
branch.branch_not_exist = Branch "%s" do not exists in this repository.
branch.tag_collision = Branch "%s" cannot be created as a tag with same name already exists in the repository.
branch.deleted_by = Deleted by %s
branch.restore_success = Branch "%s" has been restored.