< prev index next >

src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/resources/MainResources_ja.properties

Print this page




   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
  23 # questions.
  24 #
  25 #
  26 
  27 param.copyright.default=Copyright (C) {0,date,YYYY}
  28 param.description.default=None
  29 param.vendor.default=Unknown
  30 
  31 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize).
  32 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize).
  33 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}).
  34 message.using-custom-resource=Using custom package resource {0} (loaded from {1}).
  35 message.creating-app-bundle=Creating app package: {0} in {1}
  36 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists
  37 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  38 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}: {1} does not exists
  39 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
  40 message.debug-working-directory=Kept working directory for debug: {0}
  41 message.bundle-created=Succeeded in building {0} package
  42 message.module-version=Using version "{0}" from module "{1}" as application version
  43 message.module-class=Using class "{0}" from module "{1}" as application main class
  44 
  45 error.cannot-create-output-dir=Destination directory {0} cannot be created
  46 error.cannot-write-to-output-dir=Destination directory {0} is not writable
  47 error.root-exists=Error: Application destination directory {0} already exists
  48 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}
  49 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest
  50 error.no-main-class=A main class was not specified nor was one found in the supplied application resources
  51 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest
  52 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory
  53 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the input directory (not an absolute path), and must exist within that directory
  54 
  55 error.tool-not-found=Can not find {0}. Reason: {1}
  56 error.tool-not-found.advice=Please install {0}
  57 error.tool-old-version=Can not find {0} {1} or newer
  58 error.tool-old-version.advice=Please install {0} {1} or newer
  59 error.jlink.failed=jlink failed with: {0}
  60 
  61 warning.module.does.not.exist=Module [{0}] does not exist
  62 warning.no.jdk.modules.found=Warning: No JDK Modules found
  63 
  64 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a package
  65 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1} \n\
  66 Advice to fix: {2}
  67 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}
  68 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
  69 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a package
  70 
  71 ERR_NoMainClass=Error: Main application class is missing
  72 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform
  73 ERR_InvalidTypeOption=Error: Option [{0}] is not valid with type [{1}]
  74 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option
  75 ERR_MutuallyExclusiveOptions="Error: Mutually exclusive options [{0}] and [{1}]
  76 
  77 ERR_MissingArgument=Error: Missing argument: {0}
  78 ERR_MissingAppResources=Error: No application jars found
  79 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
  80 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>)
  81 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name
  82 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter
  83 ERR_InvalidAppName=Error: Invalid Application name: {0}
  84 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}
  85 ERR_LicenseFileNotExit=Error: Specified license file does not exist
  86 ERR_BuildRootInvalid=Error: temp ({0}) must be non-existant or empty directory
  87 ERR_InvalidOption=Error: Invalid Option: [{0}]
  88 ERR_InvalidInstallerType=Error: Invalid or unsupported type: [{0}]
  89 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options
  90 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option
  91 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}
  92 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}
  93 ERR_CannotParseOptions=Error: Processing @filename option: {0}


   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
  23 # questions.
  24 #
  25 #
  26 
  27 param.copyright.default=Copyright (C) {0,date,YYYY}
  28 param.description.default=なし
  29 param.vendor.default=不明
  30 
  31 message.using-default-resource=デフォルトのパッケージ・リソース{0} {1}の使用({2}をresource-dirに追加してカスタマイズ)。
  32 message.no-default-resource=デフォルトのパッケージ・リソース{0} {1}なし({2}をresource-dirに追加してカスタマイズ)。
  33 message.using-custom-resource-from-file=カスタム・パッケージ・リソース{0}の使用(ファイル{1}からロード済)
  34 message.using-custom-resource=カスタム・パッケージ・リソース{0}の使用({1}からロード済)
  35 message.creating-app-bundle=アプリケーション・パッケージを作成しています: {1}内の{0}
  36 message.app-image-dir-does-not-exist=指定されたアプリケーション・イメージ・ディレクトリ {0}: {1}は存在しません
  37 message.app-image-dir-does-not-exist.advice={0}の値が存在することを確認してください
  38 message.runtime-image-dir-does-not-exist=指定されたランタイム・イメージ・ディレクトリ {0}: {1}は存在しません
  39 message.runtime-image-dir-does-not-exist.advice={0}の値が存在することを確認してください
  40 message.debug-working-directory=デバッグの作業ディレクトリが保持されました: {0}
  41 message.bundle-created={0}パッケージの作成に成功しました
  42 message.module-version=モジュール"{1}"のバージョン"{0}"をアプリケーション・バージョンとして使用
  43 message.module-class=モジュール"{1}"のクラス"{0}"をアプリケーション・メイン・クラスとして使用
  44 
  45 error.cannot-create-output-dir=宛先ディレクトリ{0}を作成できません。
  46 error.cannot-write-to-output-dir=宛先ディレクトリ{0}は書込み不可です
  47 error.root-exists=エラー: アプリケーションの宛先ディレクトリ{0}はすでに存在します
  48 error.no-main-class-with-main-jar=メイン・クラスが指定されていなかったか、jar {0}に見つかりませんでした
  49 error.no-main-class-with-main-jar.advice=メイン・クラスを指定するか、jar {0}がマニフェストで指定していることを確認してください
  50 error.no-main-class=メイン・クラスが指定されていなかったか、指定されたアプリケーション・リソースに見つかりませんでした
  51 error.no-main-class.advice=アプリケーション・クラスを指定するか、マニフェストでappResourcesにアプリケーション・クラスを含むjarがあることを確認してください
  52 error.main-jar-does-not-exist=入力ディレクトリで、構成されたメインjarが{0}に存在しません
  53 error.main-jar-does-not-exist.advice=入力ディレクトリに対して相対的に(絶対パスではない)メインjarを指定する必要があり、そのディレクトリ内に存在する必要があります
  54 
  55 error.tool-not-found={0}が見つかりません。理由: {1}
  56 error.tool-not-found.advice={0}をインストールしてください
  57 error.tool-old-version={0} {1}以降が見つかりません
  58 error.tool-old-version.advice={0} {1}以降をインストールしてください
  59 error.jlink.failed=jlinkが次で失敗しました: {0}
  60 
  61 warning.module.does.not.exist=モジュール[{0}]は存在しません
  62 warning.no.jdk.modules.found=警告: JDKモジュールが見つかりません
  63 
  64 MSG_BundlerFailed=エラー: バンドラ"{1}" ({0})がパッケージの生成に失敗しました
  65 MSG_BundlerConfigException=構成の問題のため、バンドラ{0}がスキップされました: {1} \n次の修正を行ってください: {2}
  66 MSG_BundlerConfigExceptionNoAdvice=構成の問題のため、バンドラ{0}がスキップされました: {1}
  67 MSG_BundlerRuntimeException={1}のため、バンドラ{0}が失敗しました
  68 MSG_BundlerFailed=エラー: バンドラ"{1}" ({0})がパッケージの生成に失敗しました
  69 
  70 ERR_NoMainClass=エラー: メイン・アプリケーション・クラスがありません
  71 ERR_UnsupportedOption=エラー: オプション[{0}]は、このプラットフォームでは無効です
  72 ERR_InvalidTypeOption=エラー: オプション[{0}]は、タイプ[{1}]では無効です
  73 ERR_NoInstallerEntryPoint=エラー: オプション[{0}]は、--moduleまたは--main-jarエントリ・ポイント・オプションなしでは無効です
  74 ERR_MutuallyExclusiveOptions="エラー: 相互排他的なオプション[{0}]と[{1}]
  75 
  76 ERR_MissingArgument=エラー: 引数がありません: {0}
  77 ERR_MissingAppResources=エラー: アプリケーションjarが見つかりませんでした
  78 ERR_AppImageNotExist=エラー: アプリケーション・イメージ・ディレクトリ"{0}"は存在しません
  79 ERR_NoAddLauncherName=エラー: --add-launcherオプションには名前およびファイル・パスが必要です(--add-launcher <name>=<file path>)
  80 ERR_NoUniqueName=エラー: --add-launcher <name>=<file path>には一意の名前が必要です
  81 ERR_NoJreInstallerName=エラー: Jreインストーラには名前パラメータが必要です
  82 ERR_InvalidAppName=エラー: 無効なアプリケーション名: {0}
  83 ERR_InvalidSLName=エラー: 無効な追加ランチャ名: {0}
  84 ERR_LicenseFileNotExit=エラー: 指定されたライセンス・ファイルは存在しません
  85 ERR_BuildRootInvalid=エラー: 一時({0})は存在しないか、空のディレクトリである必要があります
  86 ERR_InvalidOption=エラー: 無効なオプション: [{0}]
  87 ERR_InvalidInstallerType=エラー: 無効またはサポートされていないタイプ: [{0}]
  88 ERR_BothMainJarAndModule=エラー: --main-jarオプションと--moduleオプションの両方を指定することはできません
  89 ERR_NoEntryPoint=エラー: アプリケーション・イメージの作成には--main-jarまたは--moduleオプションが必要です
  90 ERR_InputNotDirectory=エラー: 指定された入力ディレクトリはディレクトリではありません: {0}
  91 ERR_CannotReadInputDir=エラー: 入力ディレクトリから読み取る権限がありません: {0}
  92 ERR_CannotParseOptions=エラー: @filenameオプションの処理: {0}

< prev index next >