diff options
author | Phil Hughes <me@iamphill.com> | 2018-08-03 13:24:48 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-08-03 13:24:48 +0000 |
commit | 8a9421429d15a805ef07b8200bcba551fe7314ff (patch) | |
tree | 175bdc21d5f7d0a4f029df3997a4830f8931c338 /locale | |
parent | beda5ca507ba2c5ce1617be4c21d3a3076f25d3e (diff) | |
parent | 94981308a028a1e6c8996701f324d0e0c0339e73 (diff) | |
download | gitlab-ce-8a9421429d15a805ef07b8200bcba551fe7314ff.tar.gz |
Merge branch '45318-junit-FE' into 'master'
Frontend code for "JUnit XML Test Summary In MR widget"
See merge request gitlab-org/gitlab-ce!20936
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index dd3c8692954..c1b80cd114c 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -36,6 +36,16 @@ msgid_plural "%d exporters" msgstr[0] "" msgstr[1] "" +msgid "%d failed test result" +msgid_plural "%d failed test results" +msgstr[0] "" +msgstr[1] "" + +msgid "%d fixed test result" +msgid_plural "%d fixed test results" +msgstr[0] "" +msgstr[1] "" + msgid "%d issue" msgid_plural "%d issues" msgstr[0] "" @@ -4390,6 +4400,33 @@ msgstr "" msgid "Reply to this email directly or %{view_it_on_gitlab}." msgstr "" +msgid "Reports|%{failedString} and %{resolvedString}" +msgstr "" + +msgid "Reports|Class" +msgstr "" + +msgid "Reports|Execution time" +msgstr "" + +msgid "Reports|Failure" +msgstr "" + +msgid "Reports|System output" +msgstr "" + +msgid "Reports|Test summary" +msgstr "" + +msgid "Reports|Test summary failed loading results" +msgstr "" + +msgid "Reports|Test summary results are being parsed" +msgstr "" + +msgid "Reports|no changed test results" +msgstr "" + msgid "Repository" msgstr "" @@ -6273,6 +6310,11 @@ msgstr "" msgid "or" msgstr "" +msgid "out of %d total test" +msgid_plural "out of %d total tests" +msgstr[0] "" +msgstr[1] "" + msgid "parent" msgid_plural "parents" msgstr[0] "" |