From 49cda3d9b08e2c6cc800088edc1b4ab923d0682c Mon Sep 17 00:00:00 2001 From: cactusman Date: Mon, 17 Mar 2008 11:10:17 +0000 Subject: [PATCH] Add japanese resources git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7820 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/tasks/junit/ClassResult.java | 2 +- core/src/main/java/hudson/tasks/junit/PackageResult.java | 4 ++-- .../resources/hudson/tasks/junit/ClassResult/body.jelly | 8 ++++---- .../hudson/tasks/junit/ClassResult/body_ja.properties | 4 ++++ .../main/resources/hudson/tasks/junit/Messages.properties | 7 ++++++- .../resources/hudson/tasks/junit/Messages_ja.properties | 7 ++++++- 6 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 core/src/main/resources/hudson/tasks/junit/ClassResult/body_ja.properties diff --git a/core/src/main/java/hudson/tasks/junit/ClassResult.java b/core/src/main/java/hudson/tasks/junit/ClassResult.java index c8033c7e57..28951fff73 100644 --- a/core/src/main/java/hudson/tasks/junit/ClassResult.java +++ b/core/src/main/java/hudson/tasks/junit/ClassResult.java @@ -45,7 +45,7 @@ public final class ClassResult extends TabulatedResult implements Comparable -

All Tests

+

${%All Tests}

- - - + + + diff --git a/core/src/main/resources/hudson/tasks/junit/ClassResult/body_ja.properties b/core/src/main/resources/hudson/tasks/junit/ClassResult/body_ja.properties new file mode 100644 index 0000000000..e42e354268 --- /dev/null +++ b/core/src/main/resources/hudson/tasks/junit/ClassResult/body_ja.properties @@ -0,0 +1,4 @@ +All\ Tests=\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8 +Test\ name=\u30c6\u30b9\u30c8\u540d +Duration=\u30c6\u30b9\u30c8\u6240\u8981\u6642\u9593 +Status=\u72b6\u614b \ No newline at end of file diff --git a/core/src/main/resources/hudson/tasks/junit/Messages.properties b/core/src/main/resources/hudson/tasks/junit/Messages.properties index 26fa590253..9e00617b95 100644 --- a/core/src/main/resources/hudson/tasks/junit/Messages.properties +++ b/core/src/main/resources/hudson/tasks/junit/Messages.properties @@ -1,2 +1,7 @@ TestResult.getTitle=Test Result -TestResult.getChildTitle=Package \ No newline at end of file +TestResult.getChildTitle=Package + +PackageResult.getTitle=Test Result : {0} +PackageResult.getChildTitle=Class + +ClassResult.getTitle=Test Result : {0} \ No newline at end of file diff --git a/core/src/main/resources/hudson/tasks/junit/Messages_ja.properties b/core/src/main/resources/hudson/tasks/junit/Messages_ja.properties index d5e874469f..b7e963075a 100644 --- a/core/src/main/resources/hudson/tasks/junit/Messages_ja.properties +++ b/core/src/main/resources/hudson/tasks/junit/Messages_ja.properties @@ -1,2 +1,7 @@ TestResult.getTitle=\u30c6\u30b9\u30c8\u7d50\u679c -TestResult.getChildTitle=\u30d1\u30c3\u30b1\u30fc\u30b8 \ No newline at end of file +TestResult.getChildTitle=\u30d1\u30c3\u30b1\u30fc\u30b8 + +PackageResult.getTitle=\u30c6\u30b9\u30c8\u7d50\u679c : {0} +PackageResult.getChildTitle=\u30af\u30e9\u30b9 + +ClassResult.getTitle=\u30c6\u30b9\u30c8\u7d50\u679c : {0} \ No newline at end of file -- GitLab
Test nameDurationStatus${%Test name}${%Duration}${%Status}