aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
authorCirnoT <1447794+CirnoT@users.noreply.github.com>2020-04-16 21:08:20 +0200
committerGitHub <noreply@github.com>2020-04-16 14:08:20 -0500
commite93826675c387ff3a1a2b969f69186071eb832c1 (patch)
treedf08103e1f9cf3b93751e4e9979e49c5de98a5f6 /options/locale
parent9ffa89249e707d2f977a6fb11a1b56a527fa2640 (diff)
downloadgitea-e93826675c387ff3a1a2b969f69186071eb832c1.tar.gz
gitea-e93826675c387ff3a1a2b969f69186071eb832c1.zip
Add missing commit states to PR checks template (#11085)
* Add missing commit states to PR checks template * Add separate translation strings for warning and error * Fix failure status string * Revert accidental change with whitespace
Diffstat (limited to 'options/locale')
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index cf1c547b03..af2aec7e98 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1134,7 +1134,9 @@ pulls.push_rejected_no_message = Merge Failed: The push was rejected but there w
pulls.open_unmerged_pull_exists = `You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.`
pulls.status_checking = Some checks are pending
pulls.status_checks_success = All checks were successful
-pulls.status_checks_error = Some checks failed
+pulls.status_checks_warning = Some checks reported warnings
+pulls.status_checks_failure = Some checks failed
+pulls.status_checks_error = Some checks reported errors
pulls.update_branch = Update branch
pulls.update_branch_success = Branch update was successful
pulls.update_not_allowed = You are not allowed to update branch