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

app.bundler.name=Windowsアプリケーション・イメージ
exe.bundler.name=EXEインストーラ・パッケージ
msi.bundler.name=MSIインストーラ・パッケージ

param.menu-group.default=不明

resource.executable-properties-template=実行可能なプロパティ・ファイル作成用のテンプレート
resource.setup-icon=設定ダイアログ・アイコン
resource.post-app-image-script=アプリケーション・イメージを移入した後に実行するスクリプト
resource.post-msi-script=exeインストーラのmsiファイルが作成された後に実行するスクリプト
resource.wxl-file=WiXローカリゼーション・ファイル
resource.main-wix-file=メインWiXプロジェクト・ファイル
resource.overrides-wix-file=WiXプロジェクト・ファイルのオーバーライド
resource.shortcutpromptdlg-wix-file=ショートカット・プロンプト・ダイアログWiXプロジェクト・ファイル
resource.installdirnotemptydlg-wix-file=インストール・ディレクトリ・ダイアログのWiXプロジェクト・ファイルが空ではありません
resource.launcher-as-service-wix-file=サービス・インストーラWiXプロジェクト・ファイル
resource.wix-src-conv=WiXソースをWiX v3からWiX v4フォーマットに変換するXSLTスタイルシート

error.no-wix-tools=WiXツールが見つかりません。WiX v3 light.exeとcandle.exeまたはWiX v4/v5 wix.exeを探しましたが、いずれも見つかりませんでした
error.no-wix-tools.advice=WiX 3.0以降をhttps://wixtoolset.orgからダウンロードし、PATHに追加します。
error.version-string-wrong-format.advice=--app-versionパラメータの値を有効なWindows Installer ProductVersionに設定します。
error.msi-product-version-components=バージョン文字列[{0}]には、2から4つのコンポーネントが含まれている必要があります。
error.msi-product-version-major-out-of-range=メジャー・バージョンは範囲[0, 255]内である必要があります
error.msi-product-version-build-out-of-range=バージョンのビルド部分は範囲[0, 65535]内である必要があります
error.msi-product-version-minor-out-of-range=マイナー・バージョンは範囲[0, 255]内である必要があります
error.version-swap={0}のバージョン情報の更新に失敗しました
error.icon-swap={0}のアイコンの更新に失敗しました
error.invalid-envvar={0}環境変数の値が無効です
error.lock-resource=ロックに失敗しました: {0}
error.unlock-resource=ロック解除に失敗しました: {0}
error.read-wix-l10n-file={0}ファイルの解析に失敗しました
error.extract-culture-from-wix-l10n-file={0}ファイルからのカルチャの値の読取りに失敗しました
error.short-path-conv-fail="{0}"パスの短縮バージョンの取得に失敗しました
error.missing-service-installer=リソース・ディレクトリに'service-installer.exe'サービス・インストーラが見つかりません
error.missing-service-installer.advice=リソース・ディレクトリに'service-installer.exe'サービス・インストーラを追加します

message.icon-not-ico=指定したアイコン"{0}"はICOファイルではなく、使用されません。デフォルト・アイコンがその位置に使用されます。
message.potential.windows.defender.issue=警告: Windows Defenderが原因でjpackageが機能しないことがあります。問題が発生した場合は、リアルタイム・モニタリングを無効にするか、ディレクトリ"{0}"の除外を追加することにより、問題に対処できます。
message.outputting-to-location=インストーラのEXEを次に生成しています: {0}
message.output-location=インストーラ(.exe)は次に保存されました: {0}
message.tool-version=[{0}]バージョン[{1}]が検出されました。
message.creating-association-with-null-extension=null拡張子との関連付けを作成しています。
message.wrong-tool-version=[{0}]バージョン{1}が検出されましたが、バージョン{2}が必要です。
message.version-string-too-many-components=バージョン文字列には、コンポーネントを3つ(メジャー.マイナー.ビルド)まで含めることができます。
message.use-wix36-features=WiX {0}が検出されました。拡張クリーンアップ・アクションを有効化しています。
message.product-code=MSI ProductCode: {0}。
message.upgrade-code=MSI UpgradeCode: {0}。
message.preparing-msi-config=MSI構成を準備しています: {0}
message.generating-msi=MSIを生成しています: {0}。
message.invalid.install.dir=警告: インストール・ディレクトリ{0}が無効です。インストール・ディレクトリはデフォルトのインストール場所("プログラム・ファイル"など)の下の相対サブパスである必要があります。アプリケーション名"{1}"にデフォルト設定されています。

