mirror of
https://github.com/go-gitea/gitea
synced 2025-02-08 15:54:43 +00:00
Add missing locale string
This commit is contained in:
parent
051b42a4a8
commit
f2a28d0980
@ -2684,6 +2684,7 @@ branch.create_from = from "%s"
|
|||||||
branch.create_success = Branch "%s" has been created.
|
branch.create_success = Branch "%s" has been created.
|
||||||
branch.branch_already_exists = Branch "%s" already exists in this repository.
|
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_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.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.deleted_by = Deleted by %s
|
||||||
branch.restore_success = Branch "%s" has been restored.
|
branch.restore_success = Branch "%s" has been restored.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user