Browse Source

Reword messages for PR auto merging (#2117)

for-closed-social
Angus Gibson 8 years ago
parent
commit
626dc1f0bd
2 changed files with 699 additions and 916 deletions
  1. +3
    -3
      conf/locale/locale_en-US.ini
  2. +696
    -913
      modules/bindata/bindata.go

+ 3
- 3
conf/locale/locale_en-US.ini View File

@ -510,9 +510,9 @@ pulls.merged = Merged
pulls.has_merged = This pull request has been merged successfully!
pulls.data_broken = Data of this pull request has been broken due to deletion of fork information.
pulls.is_checking = The conflict checking is still in progress, please refresh page in few moments.
pulls.can_auto_merge_desc = You can perform auto-merge operation on this pull request.
pulls.cannot_auto_merge_desc = You can't perform auto-merge operation because there are conflicts between commits.
pulls.cannot_auto_merge_helper = Please use command line tool to solve it.
pulls.can_auto_merge_desc = This pull request can be merged automatically.
pulls.cannot_auto_merge_desc = This pull request can't be merged automatically because there are conflicts.
pulls.cannot_auto_merge_helper = Please merge manually in order to resolve the conflicts.
pulls.merge_pull_request = Merge Pull Request
pulls.open_unmerged_pull_exists = `You can't perform reopen operation because there is already an open pull request (#%d) from same repository with same merge information and is waiting for merging.`

+ 696
- 913
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


Loading…
Cancel
Save