mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-19 03:53:37 +08:00
chore: lowercase
This commit is contained in:
parent
5c35d88110
commit
67797f5ac0
|
@ -1685,9 +1685,9 @@ issues.dependency.issue_close_blocked = You need to close all issues blocking th
|
||||||
issues.dependency.issue_batch_close_blocked = "Cannot batch close issues that you choose, because issue #%d still has open dependencies"
|
issues.dependency.issue_batch_close_blocked = "Cannot batch close issues that you choose, because issue #%d still has open dependencies"
|
||||||
issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
|
issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
|
||||||
issues.dependency.blocks_short = Blocks
|
issues.dependency.blocks_short = Blocks
|
||||||
issues.dependency.blocks_following = Blocks: %s
|
issues.dependency.blocks_following = blocks: %s
|
||||||
issues.dependency.blocked_by_short = Depends on
|
issues.dependency.blocked_by_short = Depends on
|
||||||
issues.dependency.blocked_by_following = Depends on: %s
|
issues.dependency.blocked_by_following = depends on: %s
|
||||||
issues.dependency.remove_header = Remove Dependency
|
issues.dependency.remove_header = Remove Dependency
|
||||||
issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue?
|
issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue?
|
||||||
issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue?
|
issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user