< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_ja.properties

Print this page


   1 #
   2 # Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


  83 
  84 main.opt.dotoutput=\  -dotoutput <dir>\n  --dot-output <dir>            DOTファイル出力の宛先ディレクトリ
  85 
  86 main.opt.jdkinternals=\  -jdkinternals\n  --jdk-internals               JDK内部APIのクラスレベルの依存性を検出します。\n                                デフォルトでは、-includeオプションを指定しないと、\n                                --class-pathのすべてのクラスと入力ファイルを分析します。\n                                このオプションは-p、-eおよび-sオプションと一緒に\n                                使用できません。\n                                警告: JDK内部APIは、アクセスできなくなります。
  87 
  88 main.opt.list-deps=\  --list-deps                   モジュール依存性をリストします。参照されている\n                                場合、任意の内部APIパッケージも出力します。\n                                このオプションは、参照されている場合、クラスパスと\n                                モジュール・パスのライブラリを推移的に分析します。\n                                非推移的な依存性の分析には、--no-recursiveオプション\n                                を使用してください。
  89 
  90 main.opt.list-reduced-deps=\  --list-reduced-deps           --list-depsと同じですが、モジュール・グラフ\n                                から含意された読取りエッジをリストしません。\n                                モジュールM1がM2を読み取り、M2がM3での推移を\n                                必要とする場合、M3を読み取るM1は含意されており、\n                                グラフには表示されません。
  91 
  92 main.opt.print-module-deps=\  --print-module-deps           モジュール依存性のカンマ区切りリスト\n                                を出力する--list-reduced-depsと同じです。\n                                この出力は、これらのモジュールとその推移的な\n                                依存性を含むカスタム・イメージを作成するために\n                                jlink --add-modulesで使用できます。
  93 
  94 main.opt.depth=\  -depth=<depth>                推移的な依存性分析の深さを\n                                指定します
  95 
  96 main.opt.q=\  -q       -quiet               警告メッセージを表示しないようにします
  97 
  98 main.opt.multi-release=\  --multi-release <version>     マルチリリースjarファイルを処理する際のバージョンを\n                                指定します。<version>は、9またはベース以上の\n                                整数である必要があります。
  99 
 100 err.command.set=オプション{0}と{1}が指定されています。
 101 err.unknown.option=不明なオプション: {0}
 102 err.missing.arg={0}に値が指定されていません
 103 err.missing.dependences=依存性が欠落しています
 104 err.invalid.arg.for.option=オプションの引数が無効です: {0}
 105 err.option.after.class=オプションはクラスの前に指定する必要があります: {0}
 106 err.genmoduleinfo.not.jarfile={0}は、--generate-module-infoオプションとともに指定できないモジュラJARファイルです
 107 err.genmoduleinfo.unnamed.package={0}には、モジュールで許可されない名前のないパッケージが含まれます
 108 err.profiles.msg=プロファイル情報がありません
 109 err.exception.message={0}
 110 err.invalid.path=無効なパス: {0}
 111 err.invalid.options={0}は{1}オプションと一緒に使用できません
 112 err.module.not.found=モジュールが見つかりません: {0}
 113 err.root.module.not.set=ルート・モジュール・セットが空です
 114 err.option.already.specified={0}オプションが複数回指定されています。
 115 err.filter.not.specified=--package (-p)、--regex (-e)、--requireオプションを指定する必要があります
 116 err.multirelease.option.exists={0}はマルチリリースjarファイルではありませんが--multi-releaseオプションが設定されています
 117 err.multirelease.option.notfound={0}はマルチリリースjarファイルですが--multi-releaseオプションが設定されていません
 118 err.multirelease.version.associated=クラス{0}はすでにバージョン{1}に関連付けられています。バージョン{2}の追加を試みます
 119 err.multirelease.jar.malformed=不正なマルチリリースjar、{0}、不正なエントリ: {1}
 120 err.cant.list.module.deps=モジュール・パスとクラスパスからの依存性が欠落しています。\nこのエラーを抑止するには、--ignore-missing-depsを使用して続行してください。
 121 
 122 warn.invalid.arg=パスが存在しません: {0}
 123 warn.skipped.entry={0}
 124 warn.split.package=分割パッケージ: {0} {1}
 125 warn.replace.useJDKInternals=JDK内部APIはサポートされておらず、JDK実装専用ですが、互換性なしで\n削除または変更される場合があり、アプリケーションを中断させる可能性があります。\nJDK内部APIの依存性を削除するようコードを変更してください。\nJDK内部APIの置換に関する最新の更新については、次を確認してください:\n{0}
 126 
 127 inverse.transitive.dependencies.on={0}上で推移的な依存性を逆転します
 128 inverse.transitive.dependencies.matching={0}に一致する推移的な依存性を逆転します
 129 internal.api.column.header=JDK内部API
 130 public.api.replacement.column.header=修正候補
 131 artifact.not.found=見つかりません
 132 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool
   1 #
   2 # Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


  83 
  84 main.opt.dotoutput=\  -dotoutput <dir>\n  --dot-output <dir>            DOTファイル出力の宛先ディレクトリ
  85 
  86 main.opt.jdkinternals=\  -jdkinternals\n  --jdk-internals               JDK内部APIのクラスレベルの依存性を検出します。\n                                デフォルトでは、-includeオプションを指定しないと、\n                                --class-pathのすべてのクラスと入力ファイルを分析します。\n                                このオプションは-p、-eおよび-sオプションと一緒に\n                                使用できません。\n                                警告: JDK内部APIは、アクセスできなくなります。
  87 
  88 main.opt.list-deps=\  --list-deps                   モジュール依存性をリストします。参照されている\n                                場合、任意の内部APIパッケージも出力します。\n                                このオプションは、参照されている場合、クラスパスと\n                                モジュール・パスのライブラリを推移的に分析します。\n                                非推移的な依存性の分析には、--no-recursiveオプション\n                                を使用してください。
  89 
  90 main.opt.list-reduced-deps=\  --list-reduced-deps           --list-depsと同じですが、モジュール・グラフ\n                                から含意された読取りエッジをリストしません。\n                                モジュールM1がM2を読み取り、M2がM3での推移を\n                                必要とする場合、M3を読み取るM1は含意されており、\n                                グラフには表示されません。
  91 
  92 main.opt.print-module-deps=\  --print-module-deps           モジュール依存性のカンマ区切りリスト\n                                を出力する--list-reduced-depsと同じです。\n                                この出力は、これらのモジュールとその推移的な\n                                依存性を含むカスタム・イメージを作成するために\n                                jlink --add-modulesで使用できます。
  93 
  94 main.opt.depth=\  -depth=<depth>                推移的な依存性分析の深さを\n                                指定します
  95 
  96 main.opt.q=\  -q       -quiet               警告メッセージを表示しないようにします
  97 
  98 main.opt.multi-release=\  --multi-release <version>     マルチリリースjarファイルを処理する際のバージョンを\n                                指定します。<version>は、9またはベース以上の\n                                整数である必要があります。
  99 
 100 err.command.set=オプション{0}と{1}が指定されています。
 101 err.unknown.option=不明なオプション: {0}
 102 err.missing.arg={0}に値が指定されていません

 103 err.invalid.arg.for.option=オプションの引数が無効です: {0}
 104 err.option.after.class=オプションはクラスの前に指定する必要があります: {0}
 105 err.genmoduleinfo.not.jarfile={0}は、--generate-module-infoオプションとともに指定できないモジュラJARファイルです
 106 err.genmoduleinfo.unnamed.package={0}には、モジュールで許可されない名前のないパッケージが含まれます
 107 err.profiles.msg=プロファイル情報がありません
 108 err.exception.message={0}
 109 err.invalid.path=無効なパス: {0}
 110 err.invalid.options={0}は{1}オプションと一緒に使用できません
 111 err.module.not.found=モジュールが見つかりません: {0}
 112 err.root.module.not.set=ルート・モジュール・セットが空です
 113 err.option.already.specified={0}オプションが複数回指定されています。
 114 err.filter.not.specified=--package (-p)、--regex (-e)、--requireオプションを指定する必要があります
 115 err.multirelease.option.exists={0}はマルチリリースjarファイルではありませんが--multi-releaseオプションが設定されています
 116 err.multirelease.option.notfound={0}はマルチリリースjarファイルですが--multi-releaseオプションが設定されていません
 117 err.multirelease.version.associated=クラス{0}はすでにバージョン{1}に関連付けられています。バージョン{2}の追加を試みます
 118 err.multirelease.jar.malformed=不正なマルチリリースjar、{0}、不正なエントリ: {1}
 119 err.missing.dependences=依存性の欠落:モジュール・パスとクラスパスからクラスが見つかりません。\nこのエラーを抑止するには、--ignore-missing-depsを使用して続行してください。
 120 
 121 warn.invalid.arg=パスが存在しません: {0}
 122 warn.skipped.entry={0}
 123 warn.split.package=分割パッケージ: {0} {1}
 124 warn.replace.useJDKInternals=JDK内部APIはサポートされておらず、JDK実装専用ですが、互換性なしで\n削除または変更される場合があり、アプリケーションを中断させる可能性があります。\nJDK内部APIの依存性を削除するようコードを変更してください。\nJDK内部APIの置換に関する最新の更新については、次を確認してください:\n{0}
 125 
 126 inverse.transitive.dependencies.on={0}上で推移的な依存性を逆転します
 127 inverse.transitive.dependencies.matching={0}に一致する推移的な依存性を逆転します
 128 internal.api.column.header=JDK内部API
 129 public.api.replacement.column.header=修正候補
 130 artifact.not.found=見つかりません
 131 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool
< prev index next >