From c35d2a68be90fff79c770f9f9377d4c264aa935c Mon Sep 17 00:00:00 2001 From: Seiji Sogabe Date: Fri, 27 Feb 2015 13:57:00 +0900 Subject: [PATCH] update japanese localization --- .../PluginManager/installed_ja.properties | 4 ++- .../logging/LogRecorder/index_ja.properties | 23 +++++++++++++ .../config_ja.properties | 1 + .../hudson/markup/Messages_ja.properties | 23 +++++++++++++ .../model/AbstractBuild/tasks_ja.properties | 6 +--- .../AbstractItem/noWorkspace_ja.properties | 2 +- .../configure-common_ja.properties | 1 - .../AbstractProject/sidepanel_ja.properties | 1 + .../hudson/model/Job/index_ja.properties | 3 +- .../hudson/scheduler/Messages_ja.properties | 2 ++ .../help-disableRememberMe_ja.html | 3 ++ .../SecurityRealm/signup_ja.properties | 26 +++++++++++++++ .../slaves/JNLPLauncher/main_ja.properties | 15 +++++---- .../SlaveComputer/systemInfo_ja.properties | 7 ++-- .../tasks/BuildTrigger/config_ja.properties | 3 +- .../hudson/tools/Messages_ja.properties | 5 +-- .../hudson/triggers/Messages_ja.properties | 2 ++ .../HsErrPidList/index_ja.properties | 31 ++++++++++++++++++ .../HsErrPidList/message_ja.properties | 23 +++++++++++++ .../message_ja.properties | 32 +++++++++++++++++++ .../DownloadSettings/config_ja.properties | 24 ++++++++++++++ .../DownloadSettings/help-useBrowser_ja.html | 7 ++++ .../AdminWhitelistRule/index_ja.properties | 25 +++++++++++++++ .../AdminWhitelistRule/index_pt_BR.properties | 2 +- .../jenkins/triggers/Messages_ja.properties | 24 ++++++++++++++ .../ReverseBuildTrigger/config_ja.properties | 26 +++++++++++++++ .../lib/hudson/executors_ja.properties | 5 ++- .../hudson/project/console-link_ja.properties | 24 ++++++++++++++ .../resources/lib/hudson/queue_ja.properties | 4 +-- .../resources/lib/layout/pane_ja.properties | 24 ++++++++++++++ 30 files changed, 349 insertions(+), 29 deletions(-) create mode 100644 core/src/main/resources/hudson/logging/LogRecorder/index_ja.properties create mode 100644 core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config_ja.properties create mode 100644 core/src/main/resources/hudson/markup/Messages_ja.properties create mode 100644 core/src/main/resources/hudson/security/GlobalSecurityConfiguration/help-disableRememberMe_ja.html create mode 100644 core/src/main/resources/hudson/security/SecurityRealm/signup_ja.properties create mode 100644 core/src/main/resources/jenkins/diagnosis/HsErrPidList/index_ja.properties create mode 100644 core/src/main/resources/jenkins/diagnosis/HsErrPidList/message_ja.properties create mode 100644 core/src/main/resources/jenkins/diagnostics/PinningIsBlockingBundledPluginMonitor/message_ja.properties create mode 100644 core/src/main/resources/jenkins/model/DownloadSettings/config_ja.properties create mode 100644 core/src/main/resources/jenkins/model/DownloadSettings/help-useBrowser_ja.html create mode 100644 core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_ja.properties create mode 100644 core/src/main/resources/jenkins/triggers/Messages_ja.properties create mode 100644 core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/config_ja.properties create mode 100644 core/src/main/resources/lib/hudson/project/console-link_ja.properties create mode 100644 core/src/main/resources/lib/layout/pane_ja.properties diff --git a/core/src/main/resources/hudson/PluginManager/installed_ja.properties b/core/src/main/resources/hudson/PluginManager/installed_ja.properties index 2734eafebe..cca9a2797f 100644 --- a/core/src/main/resources/hudson/PluginManager/installed_ja.properties +++ b/core/src/main/resources/hudson/PluginManager/installed_ja.properties @@ -33,5 +33,7 @@ wiki.url=http://wiki.jenkins-ci.org/display/JA/Pinned+Plugins Previously\ installed\ version=\u524d\u56de\u30d0\u30fc\u30b8\u30e7\u30f3 downgradeTo={0} \u306b\u30c0\u30a6\u30f3\u30b0\u30ec\u30fc\u30c9 Update\ Center=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc -Uninstall=\u30A2\u30F3\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB +Filter=\u30d5\u30a3\u30eb\u30bf\u30fc +No\ description\ available.=\u8aac\u660e\u304c\u3042\u308a\u307e\u305b\u3093\u3002 +Uninstall=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb Uninstallation\ pending=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5b9f\u884c\u5f85\u3061 diff --git a/core/src/main/resources/hudson/logging/LogRecorder/index_ja.properties b/core/src/main/resources/hudson/logging/LogRecorder/index_ja.properties new file mode 100644 index 0000000000..14d9e2bf96 --- /dev/null +++ b/core/src/main/resources/hudson/logging/LogRecorder/index_ja.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2015, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Clear\ This\ Log=\u30af\u30ea\u30a2 diff --git a/core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config_ja.properties b/core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config_ja.properties new file mode 100644 index 0000000000..996b78979c --- /dev/null +++ b/core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config_ja.properties @@ -0,0 +1 @@ +blurb=\u5165\u529b\u3092\u3059\u3079\u3066\u30c6\u30ad\u30b9\u30c8\u3068\u3057\u3066\u6271\u3044\u307e\u3059\u3002HTML\u3067\u5b89\u5168\u3067\u306a\u3044'<'\u3084'&'\u3092\u5bfe\u5fdc\u3059\u308b\u6587\u5b57\u53c2\u7167\u306b\u30a8\u30b9\u30b1\u30fc\u30d7\u3057\u307e\u3059\u3002 diff --git a/core/src/main/resources/hudson/markup/Messages_ja.properties b/core/src/main/resources/hudson/markup/Messages_ja.properties new file mode 100644 index 0000000000..e32b5aed7f --- /dev/null +++ b/core/src/main/resources/hudson/markup/Messages_ja.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2015, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +EscapedMarkupFormatter.DisplayName=HTML\u3092\u30a8\u30b9\u30b1\u30fc\u30d7 diff --git a/core/src/main/resources/hudson/model/AbstractBuild/tasks_ja.properties b/core/src/main/resources/hudson/model/AbstractBuild/tasks_ja.properties index 4ac300d2ee..1782f6be5e 100644 --- a/core/src/main/resources/hudson/model/AbstractBuild/tasks_ja.properties +++ b/core/src/main/resources/hudson/model/AbstractBuild/tasks_ja.properties @@ -1,6 +1,6 @@ # The MIT License # -# Copyright (c) 2004-2012, Sun Microsystems, Inc.,Seiji Sogabe +# Copyright (c) 2004-2015, Sun Microsystems, Inc.,Seiji Sogabe # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -23,8 +23,4 @@ Back\ to\ Project=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3078\u623b\u308b Status=\u72b6\u614b Changes=\u5909\u66f4\u5c65\u6b74 -Console\ Output=\u30b3\u30f3\u30bd\u30fc\u30eb\u51fa\u529b -View\ as\ plain\ text=\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u8868\u793A -raw=\u672a\u52a0\u5de5 Edit\ Build\ Information=\u8aac\u660e\u306e\u7de8\u96c6 -View\ Build\ Information=\u8aac\u660e\u3092\u53c2\u7167 diff --git a/core/src/main/resources/hudson/model/AbstractItem/noWorkspace_ja.properties b/core/src/main/resources/hudson/model/AbstractItem/noWorkspace_ja.properties index 16f95aea29..6f2a4b5185 100644 --- a/core/src/main/resources/hudson/model/AbstractItem/noWorkspace_ja.properties +++ b/core/src/main/resources/hudson/model/AbstractItem/noWorkspace_ja.properties @@ -32,4 +32,4 @@ The\ slave\ this\ project\ has\ run\ on\ for\ the\ last\ time\ was\ removed.=\ li3=\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\uff08{0}\uff09\u304cJenkins\u306e\u7ba1\u7406\u5916\u3078\u53d6\u308a\u9664\u304b\u308c\u305f\u3002 text=\u30d3\u30eb\u30c9\u3092\u5b9f\u884c\u3057\u3066\u3001\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002 The\ workspace\ was\ wiped\ out\ and\ no\ build\ has\ been\ done\ since\ then.=\ - \u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u304c\u524a\u9664\u3055\u308c\u3066\u304b\u3089\u4e00\u5ea6\u3082\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 + \u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u304c\u524a\u9664\u3055\u308c\u3066\u304b\u3089\u4e00\u5ea6\u3082\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \ No newline at end of file diff --git a/core/src/main/resources/hudson/model/AbstractProject/configure-common_ja.properties b/core/src/main/resources/hudson/model/AbstractProject/configure-common_ja.properties index 4f16cd9df2..e80eeec69e 100644 --- a/core/src/main/resources/hudson/model/AbstractProject/configure-common_ja.properties +++ b/core/src/main/resources/hudson/model/AbstractProject/configure-common_ja.properties @@ -22,6 +22,5 @@ JDK\ to\ be\ used\ for\ this\ project=\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u4f7f\u7528\u3059\u308bJDK Advanced\ Project\ Options=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u9ad8\u5ea6\u306a\u30aa\u30d7\u30b7\u30e7\u30f3 -default.value=\u30c7\u30d5\u30a9\u30eb\u30c8 Display\ Name=\u8868\u793a\u7528\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d Keep\ the\ build\ logs\ of\ dependencies=\u4f9d\u5b58\u3057\u3066\u3044\u308b\u4e0a\u6d41\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30d3\u30eb\u30c9\u3092\u4fdd\u5b58 diff --git a/core/src/main/resources/hudson/model/AbstractProject/sidepanel_ja.properties b/core/src/main/resources/hudson/model/AbstractProject/sidepanel_ja.properties index 4ec1e1eb7f..3c841671ad 100644 --- a/core/src/main/resources/hudson/model/AbstractProject/sidepanel_ja.properties +++ b/core/src/main/resources/hudson/model/AbstractProject/sidepanel_ja.properties @@ -26,3 +26,4 @@ Changes=\u5909\u66f4\u5c65\u6b74 Workspace=\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9 Wipe\ Out\ Workspace=\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u306e\u30af\u30ea\u30a2 wipe.out.confirm=\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u3092\u30af\u30ea\u30a2\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b? +Up=\u4e0a\u3078 \ No newline at end of file diff --git a/core/src/main/resources/hudson/model/Job/index_ja.properties b/core/src/main/resources/hudson/model/Job/index_ja.properties index f206a6b3bc..4cf10f00b9 100644 --- a/core/src/main/resources/hudson/model/Job/index_ja.properties +++ b/core/src/main/resources/hudson/model/Job/index_ja.properties @@ -20,4 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Project\ name=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d \ No newline at end of file +Project\ name=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d +Full\ project\ name=\u7d76\u5bfe\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d \ No newline at end of file diff --git a/core/src/main/resources/hudson/scheduler/Messages_ja.properties b/core/src/main/resources/hudson/scheduler/Messages_ja.properties index a5dbe17e16..c411cfa636 100644 --- a/core/src/main/resources/hudson/scheduler/Messages_ja.properties +++ b/core/src/main/resources/hudson/scheduler/Messages_ja.properties @@ -24,5 +24,7 @@ BaseParser.StartEndReversed={0}-{1}\u3067\u306f\u306a\u3044\u3067\u3059\u304b? BaseParser.MustBePositive=\u9593\u9694\u306f\u6b63\u3067\u306a\u304f\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u304c\u3001{0}\u306b\u306a\u3063\u3066\u3044\u307e\u3059 BaseParser.OutOfRange={0}\u306f\u4e0d\u6b63\u306a\u5024\u3067\u3059\u3002{1}\u304b\u3089{2}\u307e\u3067\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 CronTab.do_you_really_mean_every_minute_when_you="{0}"\u3068\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u672c\u5f53\u306b"\u6bce\u5206"\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b? \u305f\u3076\u3093\u3001"{1}"\u3067\u306f\u306a\u3044\u3067\u3059\u304b? +CronTab.short_cycles_in_the_day_of_month_field_w=\ +Short cycles in the day-of-month field will behave oddly near the end of a month CronTab.spread_load_evenly_by_using_rather_than_="{1}"\u3088\u308a\u3082\u3001"{0}"\u3092\u4f7f\u7528\u3057\u3066\u9593\u9694\u3092\u305b\u3063\u3066\u3044\u3057\u3066\u304f\u3060\u3055\u3044\u3002 CronTabList.InvalidInput=\u4e0d\u6b63\u306a\u5165\u529b: "{0}": {1} \ No newline at end of file diff --git a/core/src/main/resources/hudson/security/GlobalSecurityConfiguration/help-disableRememberMe_ja.html b/core/src/main/resources/hudson/security/GlobalSecurityConfiguration/help-disableRememberMe_ja.html new file mode 100644 index 0000000000..cf02243b62 --- /dev/null +++ b/core/src/main/resources/hudson/security/GlobalSecurityConfiguration/help-disableRememberMe_ja.html @@ -0,0 +1,3 @@ +
+ ログイン画面の"次回から入力を省略"を非表示にします。 +
\ No newline at end of file diff --git a/core/src/main/resources/hudson/security/SecurityRealm/signup_ja.properties b/core/src/main/resources/hudson/security/SecurityRealm/signup_ja.properties new file mode 100644 index 0000000000..1e1d19fa5d --- /dev/null +++ b/core/src/main/resources/hudson/security/SecurityRealm/signup_ja.properties @@ -0,0 +1,26 @@ +# The MIT License +# +# Copyright (c) 2004-2015, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Signup\ not\ supported=\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u672a\u5bfe\u5fdc +Sign\ up=\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7 +This\ is\ not\ supported\ in\ the\ current\ configuration.=\ +\u539f\u7f6a\u306e\u8a2d\u5b9a\u306f\u672a\u5bfe\u5fdc\u3067\u3059\u3002 diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_ja.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_ja.properties index 4de807fb48..224e551095 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_ja.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_ja.properties @@ -20,10 +20,11 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -slaveAgentPort.disabled=JNLP\u30B9\u30EC\u30FC\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u7528\u306ETCP\u30DD\u30FC\u30C8\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002 -Connect\ slave\ to\ Jenkins\ one\ of\ these\ ways\:=\u6B21\u306E\u3044\u305A\u308C\u304B\u306E\u65B9\u6CD5\u3067\u30B9\u30EC\u30FC\u30D6\u3092Jenkins\u306B\u63A5\u7D9A\u3057\u307E\u3059\u3002 -launch\ agent=\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u306E\u8D77\u52D5 -Launch\ agent\ from\ browser\ on\ slave=\u30B9\u30EC\u30FC\u30D6\u4E0A\u306E\u30D6\u30E9\u30A6\u30B6\u304B\u3089\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3092\u8D77\u52D5 -Run\ from\ slave\ command\ line\:=\u30B9\u30EC\u30FC\u30D6\u3067\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u304B\u3089\u8D77\u52D5: -Or\ if\ the\ slave\ is\ headless\:=\u3082\u3057\u304F\u306F\u3001\u30B9\u30EC\u30FC\u30D6\u3067X\u304C\u8D77\u52D5\u3057\u3066\u3044\u306A\u3044\u5834\u5408: -Connected\ via\ JNLP\ agent.=JNLP\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u7D4C\u7531\u3067\u63A5\u7D9A +slaveAgentPort.disabled=JNLP\u30b9\u30ec\u30fc\u30d6\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u7528\u306eTCP\u30dd\u30fc\u30c8\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002 +Connect\ slave\ to\ Jenkins\ one\ of\ these\ ways\:=\u6b21\u306e\u3044\u305a\u308c\u304b\u306e\u65b9\u6cd5\u3067\u30b9\u30ec\u30fc\u30d6\u3092Jenkins\u306b\u63a5\u7d9a\u3057\u307e\u3059\u3002 +launch\ agent=\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u306e\u8d77\u52d5 +Launch\ agent\ from\ browser\ on\ slave=\u30b9\u30ec\u30fc\u30d6\u4e0a\u306e\u30d6\u30e9\u30a6\u30b6\u304b\u3089\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3092\u8d77\u52d5 +Run\ from\ slave\ command\ line\:=\u30b9\u30ec\u30fc\u30d6\u3067\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u8d77\u52d5: +Or\ if\ the\ slave\ is\ headless\:=\u3082\u3057\u304f\u306f\u3001\u30b9\u30ec\u30fc\u30d6\u3067X\u304c\u8d77\u52d5\u3057\u3066\u3044\u306a\u3044\u5834\u5408: +Connected\ via\ JNLP\ agent.=JNLP\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u7d4c\u7531\u3067\u63a5\u7d9a +configure.link.text=\u30b0\u30ed\u30fc\u30d0\u30eb\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8\u3067\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \ No newline at end of file diff --git a/core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo_ja.properties b/core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo_ja.properties index a7794628e9..68f9d62e9f 100644 --- a/core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo_ja.properties +++ b/core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo_ja.properties @@ -20,7 +20,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -System\ Information=\u30B7\u30B9\u30C6\u30E0\u60C5\u5831 -System\ Properties=\u30B7\u30B9\u30C6\u30E0\u30D7\u30ED\u30D1\u30C6\u30A3 -Environment\ Variables=\u74B0\u5883\u5909\u6570 -Thread\ Dump=\u30B9\u30EC\u30C3\u30C9\u30C0\u30F3\u30D7 \ No newline at end of file +System\ Information=\u30b7\u30b9\u30c6\u30e0\u60c5\u5831 +System\ Information\ is\ unavailable\ when\ slave\ is\ offline.=\ +\u30b9\u30ec\u30fc\u30d6\u304c\u30aa\u30d5\u30e9\u30a4\u30f3\u306e\u5834\u5408\u306b\u306f\u3001\u30b7\u30b9\u30c6\u30e0\u60c5\u5831\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093\u3002 \ No newline at end of file diff --git a/core/src/main/resources/hudson/tasks/BuildTrigger/config_ja.properties b/core/src/main/resources/hudson/tasks/BuildTrigger/config_ja.properties index b52ea783d8..643f5a99f1 100644 --- a/core/src/main/resources/hudson/tasks/BuildTrigger/config_ja.properties +++ b/core/src/main/resources/hudson/tasks/BuildTrigger/config_ja.properties @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Projects\ to\ build=\u30d3\u30eb\u30c9\u3059\u308b\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 +Projects\ to\ build=\u5bfe\u8c61\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 +Trigger\ only\ if\ build\ is\ stable=\u5b89\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u8d77\u52d5 Trigger\ even\ if\ the\ build\ is\ unstable=\u4e0d\u5b89\u5b9a\u3067\u3082\u8d77\u52d5 Trigger\ even\ if\ the\ build\ fails=\u5931\u6557\u3057\u305f\u5834\u5408\u3067\u3082\u8d77\u52d5 \ No newline at end of file diff --git a/core/src/main/resources/hudson/tools/Messages_ja.properties b/core/src/main/resources/hudson/tools/Messages_ja.properties index af52f07e03..ac2fff6e07 100644 --- a/core/src/main/resources/hudson/tools/Messages_ja.properties +++ b/core/src/main/resources/hudson/tools/Messages_ja.properties @@ -24,11 +24,11 @@ ToolLocationNodeProperty.displayName=\u30c4\u30fc\u30eb\u30d1\u30b9 CommandInstaller.DescriptorImpl.displayName=\u30b3\u30de\u30f3\u30c9\u5b9f\u884c CommandInstaller.no_command=\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 CommandInstaller.no_toolHome=\u30c4\u30fc\u30eb\u306e\u30db\u30fc\u30e0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 -JDKInstaller.FailedToInstallJDK=JDK\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002Exit code={0}s +BatchCommandInstaller.DescriptorImpl.displayName=\u30d0\u30c3\u30c1\u30b3\u30de\u30f3\u30c9\u3092\u8d77\u52d5\u3057\u307e\u3059\u3002 +JDKInstaller.FailedToInstallJDK=JDK\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002Exit code={0} JDKInstaller.UnableToInstallUntilLicenseAccepted=\u4f7f\u7528\u8a31\u8afe\u306b\u540c\u610f\u3057\u306a\u3044\u3068\u81ea\u52d5\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3002 JDKInstaller.RequireOracleAccount=\ JDK\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u306fOracle\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u5fc5\u8981\u3067\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 - Installing JDK requires Oracle account. Please enter your username/password ZipExtractionInstaller.DescriptorImpl.displayName=*.zip/*.tar.gz\u5c55\u958b ZipExtractionInstaller.bad_connection=\u30b5\u30fc\u30d0\u304c\u63a5\u7d9a\u3092\u62d2\u5426\u3057\u307e\u3057\u305f\u3002 ZipExtractionInstaller.malformed_url=URL\u306e\u5f62\u5f0f\u304c\u8aa4\u3063\u3066\u3044\u307e\u3059\u3002 @@ -37,3 +37,4 @@ InstallSourceProperty.DescriptorImpl.displayName=\u81ea\u52d5\u30a4\u30f3\u30b9\ JDKInstaller.DescriptorImpl.displayName=java.sun.com\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb JDKInstaller.DescriptorImpl.doCheckId=JDK\u306eID\u3092\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002 JDKInstaller.DescriptorImpl.doCheckAcceptLicense=JDK\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4f7f\u7528\u8a31\u8afe\u306b\u540c\u610f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +ToolDescriptor.NotADirectory=\u30de\u30b9\u30bf\u30fc\u4e0a\u306e{0}\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093(\u30b9\u30ec\u30fc\u30d6\u306b\u306f\u3042\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093)\u3002 \ No newline at end of file diff --git a/core/src/main/resources/hudson/triggers/Messages_ja.properties b/core/src/main/resources/hudson/triggers/Messages_ja.properties index 26a0f53ff8..2979250b60 100644 --- a/core/src/main/resources/hudson/triggers/Messages_ja.properties +++ b/core/src/main/resources/hudson/triggers/Messages_ja.properties @@ -26,5 +26,7 @@ SCMTrigger.BuildAction.DisplayName=\u30dd\u30fc\u30ea\u30f3\u30b0 SCMTrigger.SCMTriggerCause.ShortDescription=SCM\u306e\u30dd\u30fc\u30ea\u30f3\u30b0\u304c\u5b9f\u884c TimerTrigger.DisplayName=\u5b9a\u671f\u7684\u306b\u5b9f\u884c TimerTrigger.MissingWhitespace=*\u3068*\u306e\u9593\u306e\u30b9\u30da\u30fc\u30b9\u304c\u306a\u3044\u3088\u3046\u3067\u3059\u3002 +TimerTrigger.no_schedules_so_will_never_run=\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u306e\u3067\u8d77\u52d5\u3057\u307e\u305b\u3093\u3002 TimerTrigger.TimerTriggerCause.ShortDescription=\u5b9a\u671f\u7684\u306b\u5b9f\u884c +TimerTrigger.would_last_have_run_at_would_next_run_at=\u524d\u56de\u306f{0}\u306b\u8d77\u52d5\u3057\u307e\u3057\u305f\u3002\u6b21\u306f{1}\u306b\u8d77\u52d5\u3057\u307e\u3059\u3002 Trigger.init=\u30c8\u30ea\u30ac\u30fc\u7528\u306e\u30bf\u30a4\u30de\u30fc\u3092\u521d\u671f\u5316\u4e2d diff --git a/core/src/main/resources/jenkins/diagnosis/HsErrPidList/index_ja.properties b/core/src/main/resources/jenkins/diagnosis/HsErrPidList/index_ja.properties new file mode 100644 index 0000000000..87ab4dcf68 --- /dev/null +++ b/core/src/main/resources/jenkins/diagnosis/HsErrPidList/index_ja.properties @@ -0,0 +1,31 @@ +# The MIT License +# +# Copyright (c) 2004-2015, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Java\ VM\ Crash\ Reports=JVM\u30af\u30e9\u30c3\u30b7\u30e5\u30ec\u30dd\u30fc\u30c8 +Name=\u540d\u524d +Date=\u5e74\u6708\u65e5 +Delete=\u524a\u9664 +blurb=Jenkins\u306eJVM\u30af\u30e9\u30c3\u30b7\u30e5\u30ec\u30dd\u30fc\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002\ + Jenkins\u306e\u554f\u984c\u3067\u3042\u308c\u3070\u3001\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \ + Jenkins relies on some heuristics to find these files. \u3088\u308a\u6b63\u78ba\u306b\u898b\u3064\u3051\u308b\u306b\u306f\u3001\ + JVM\u30aa\u30d7\u30b7\u30e7\u30f3\u306b-XX:ErrorFile=/path/to/hs_err_pid%p.log\u3092\u8ffd\u52a0\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +ago={0} \u524d \ No newline at end of file diff --git a/core/src/main/resources/jenkins/diagnosis/HsErrPidList/message_ja.properties b/core/src/main/resources/jenkins/diagnosis/HsErrPidList/message_ja.properties new file mode 100644 index 0000000000..ab0409a9a4 --- /dev/null +++ b/core/src/main/resources/jenkins/diagnosis/HsErrPidList/message_ja.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2015, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +blurb=\u3053\u306eJenkins\u306f\u30af\u30e9\u30c3\u30b7\u30e5\u3057\u305f\u3088\u3046\u3067\u3059\u3002\u30ed\u30b0\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \ No newline at end of file diff --git a/core/src/main/resources/jenkins/diagnostics/PinningIsBlockingBundledPluginMonitor/message_ja.properties b/core/src/main/resources/jenkins/diagnostics/PinningIsBlockingBundledPluginMonitor/message_ja.properties new file mode 100644 index 0000000000..b0eb2a9b60 --- /dev/null +++ b/core/src/main/resources/jenkins/diagnostics/PinningIsBlockingBundledPluginMonitor/message_ja.properties @@ -0,0 +1,32 @@ +# The MIT License +# +# Copyright (c) 2015, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +# This version of Jenkins comes with new versions of the following plugins that are currently \ +# pinned in \ +# the plugin manager. \ +# It is recommended to upgrade them to at least the version bundled with Jenkins. + + +blurb=\u3053\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306eJenkins\u3067\u306f\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3067\ +\u30d4\u30f3\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\ +\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u3059\u3002\ +\u30d4\u30f3\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u3001\u5c11\u306a\u304f\u3068\u3082Jenkins\u306b\u30d0\u30f3\u30c9\u30eb\u3055\u308c\u3066\u3044\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3059\u308b\u3053\u3068\u3092\u63a8\u5968\u3057\u307e\u3059\u3002 diff --git a/core/src/main/resources/jenkins/model/DownloadSettings/config_ja.properties b/core/src/main/resources/jenkins/model/DownloadSettings/config_ja.properties new file mode 100644 index 0000000000..9d4a1dad1e --- /dev/null +++ b/core/src/main/resources/jenkins/model/DownloadSettings/config_ja.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2014-2015, Harald Albers, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Download\ Preferences = \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9 +Use\ Browser = \u30d6\u30e9\u30a6\u30b6\u3092\u4f7f\u7528 diff --git a/core/src/main/resources/jenkins/model/DownloadSettings/help-useBrowser_ja.html b/core/src/main/resources/jenkins/model/DownloadSettings/help-useBrowser_ja.html new file mode 100644 index 0000000000..5d819f0ae2 --- /dev/null +++ b/core/src/main/resources/jenkins/model/DownloadSettings/help-useBrowser_ja.html @@ -0,0 +1,7 @@ +
+ チェックすると、Jenkinsではなく使用しているブラウザで、使用可能なプラグインやツールなどのメタ情報をダウンロードします。 + プラグインやツールのファイルはjenkins自身がダウンロードしますが、 + ブラウザを使用することで、Jenkinsがインターネットにアクセスできないときでも、少なくとも新規のメタ情報を参照することができます + (おそらく、ある特別なプロキシーを使用していて、Jenkinsがそれを使用するように設定できなくても、 + ブラウザは設定できるでしょう)。 +
diff --git a/core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_ja.properties b/core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_ja.properties new file mode 100644 index 0000000000..4b360251eb --- /dev/null +++ b/core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_ja.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributers +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Slave\ &\#8594;\ Master\ Access\ Control=\u30b9\u30ec\u30fc\u30d6 - \u30de\u30b9\u30bf\u9593 \u30a2\u30af\u30bb\u30b9\u5236\u5fa1 +Whitelist=\u30db\u30ef\u30a4\u30c8\u30ea\u30b9\u30c8 +Update=\u66f4\u65b0 diff --git a/core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_pt_BR.properties b/core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_pt_BR.properties index 708dd2f2e7..8ec4887e0e 100644 --- a/core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_pt_BR.properties +++ b/core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_pt_BR.properties @@ -1,6 +1,6 @@ # The MIT License # -# Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributers +# Copyright (c) 2004-2015, Seiji Sogabe # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/main/resources/jenkins/triggers/Messages_ja.properties b/core/src/main/resources/jenkins/triggers/Messages_ja.properties new file mode 100644 index 0000000000..24f8bce182 --- /dev/null +++ b/core/src/main/resources/jenkins/triggers/Messages_ja.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright 2015 Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +ReverseBuildTrigger.build_after_other_projects_are_built=\u4ed6\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u5f8c\u306b\u30d3\u30eb\u30c9 +ReverseBuildTrigger.running_as_cannot_even_see_for_trigger_f=Running as {0} cannot even see {1} for trigger from {2} diff --git a/core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/config_ja.properties b/core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/config_ja.properties new file mode 100644 index 0000000000..377a8abc43 --- /dev/null +++ b/core/src/main/resources/jenkins/triggers/ReverseBuildTrigger/config_ja.properties @@ -0,0 +1,26 @@ +# The MIT License +# +# Copyright 2015 Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Projects\ to\ watch=\u5bfe\u8c61\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 +Trigger\ only\ if\ build\ is\ stable=\u5b89\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u8d77\u52d5 +Trigger\ even\ if\ the\ build\ is\ unstable=\u4e0d\u5b89\u5b9a\u3067\u3082\u8d77\u52d5 +Trigger\ even\ if\ the\ build\ fails=\u5931\u6557\u3057\u305f\u5834\u5408\u3067\u3082\u8d77\u52d5 diff --git a/core/src/main/resources/lib/hudson/executors_ja.properties b/core/src/main/resources/lib/hudson/executors_ja.properties index 0f4593c4fe..48907df12e 100644 --- a/core/src/main/resources/lib/hudson/executors_ja.properties +++ b/core/src/main/resources/lib/hudson/executors_ja.properties @@ -22,12 +22,11 @@ # THE SOFTWARE. Build\ Executor\ Status=\u30d3\u30eb\u30c9\u5b9f\u884c\u72b6\u614b -Status=\u72b6\u614b Idle=\u5f85\u6a5f\u4e2d -Building=\u30d3\u30eb\u30c9\u4e2d terminate\ this\ build=\u30d3\u30eb\u30c9\u7d42\u4e86 offline=\u30aa\u30d5\u30e9\u30a4\u30f3 Offline=\u30aa\u30d5\u30e9\u30a4\u30f3 Dead=\u6b7b\u4ea1 suspended=\u4e00\u6642\u4e2d\u6b62 -Unknown\ Task=\u672a\u77e5\u306e\u30bf\u30b9\u30af \ No newline at end of file +Unknown\ Task=\u672a\u77e5\u306e\u30bf\u30b9\u30af +Computers=master{0,choice,0#|1# + {0,number} computer ({1} of {2} executors)|1< + {0,number} computers ({1} of {2} executors)} \ No newline at end of file diff --git a/core/src/main/resources/lib/hudson/project/console-link_ja.properties b/core/src/main/resources/lib/hudson/project/console-link_ja.properties new file mode 100644 index 0000000000..c186b6f27e --- /dev/null +++ b/core/src/main/resources/lib/hudson/project/console-link_ja.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2015, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +View\ as\ plain\ text=\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u8868\u793a +Console\ Output=\u30b3\u30f3\u30bd\u30fc\u30eb\u51fa\u529b diff --git a/core/src/main/resources/lib/hudson/queue_ja.properties b/core/src/main/resources/lib/hudson/queue_ja.properties index 9612cac659..1a154f8b62 100644 --- a/core/src/main/resources/lib/hudson/queue_ja.properties +++ b/core/src/main/resources/lib/hudson/queue_ja.properties @@ -21,9 +21,9 @@ # THE SOFTWARE. Build\ Queue=\u30d3\u30eb\u30c9\u30ad\u30e5\u30fc{0,choice,0#|0< ({0,number})} -No\ builds\ in\ the\ queue.=\u30D3\u30EB\u30C9\u5F85\u3061 +No\ builds\ in\ the\ queue.=\u30d3\u30eb\u30c9\u5f85\u3061 Jenkins\ is\ going\ to\ shut\ down.\ No\ further\ builds\ will\ be\ performed.=\ Jenkins\u306f\u7d42\u4e86\u6e96\u5099\u4e2d\u306e\u305f\u3081\u30d3\u30eb\u30c9\u306f\u5b9f\u884c\u3055\u308c\u307e\u305b\u3093\u3002 cancel=\u30ad\u30e3\u30f3\u30bb\u30eb Unknown\ Task=\u672a\u77e5\u306e\u30bf\u30b9\u30af -WaitingFor={0} \u306E\u305F\u3081\u306B\u5F85\u6A5F\u3057\u3066\u3044\u307E\u3059 +WaitingFor={0} \u5f85\u6a5f\u3057\u3066\u3044\u307e\u3059 diff --git a/core/src/main/resources/lib/layout/pane_ja.properties b/core/src/main/resources/lib/layout/pane_ja.properties new file mode 100644 index 0000000000..734322685d --- /dev/null +++ b/core/src/main/resources/lib/layout/pane_ja.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2015, Seiji Sogabe +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +expand=\u62e1\u5f35 +collapse=\u9589\u3058\u308b -- GitLab