Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8334319: Missing keys in jpackage resource bundle #22533

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -57,8 +57,6 @@ error.unlock-resource=Aufheben der Sperre nicht erfolgreich: {0}
error.read-wix-l10n-file=Datei {0} konnte nicht geparst werden
error.extract-culture-from-wix-l10n-file=Kulturwert konnte nicht aus Datei {0} gelesen werden
error.short-path-conv-fail=Failed to get short version of "{0}" path
error.missing-service-installer='service-installer.exe' service installer not found in the resource directory
error.missing-service-installer.advice=Add 'service-installer.exe' service installer to the resource directory

message.icon-not-ico=Das angegebene Symbol "{0}" ist keine ICO-Datei und wird nicht verwendet. Stattdessen wird das Standardsymbol verwendet.
message.potential.windows.defender.issue=Warnung: Windows Defender verhindert eventuell die korrekte Ausführung von jpackage. Wenn ein Problem auftritt, deaktivieren Sie das Echtzeitmonitoring, oder fügen Sie einen Ausschluss für das Verzeichnis "{0}" hinzu.
Original file line number Diff line number Diff line change
@@ -57,8 +57,6 @@ error.unlock-resource=ロック解除に失敗しました: {0}
error.read-wix-l10n-file={0}ファイルの解析に失敗しました
error.extract-culture-from-wix-l10n-file={0}ファイルからのカルチャの値の読取りに失敗しました
error.short-path-conv-fail=Failed to get short version of "{0}" path
error.missing-service-installer='service-installer.exe' service installer not found in the resource directory
error.missing-service-installer.advice=Add 'service-installer.exe' service installer to the resource directory

message.icon-not-ico=指定したアイコン"{0}"はICOファイルではなく、使用されません。デフォルト・アイコンがその位置に使用されます。
message.potential.windows.defender.issue=警告: Windows Defenderが原因でjpackageが機能しないことがあります。問題が発生した場合は、リアルタイム・モニタリングを無効にするか、ディレクトリ"{0}"の除外を追加することにより、問題に対処できます。
Original file line number Diff line number Diff line change
@@ -57,8 +57,6 @@ error.unlock-resource=无法解锁:{0}
error.read-wix-l10n-file=无法解析 {0} 文件
error.extract-culture-from-wix-l10n-file=无法从 {0} 文件读取文化值
error.short-path-conv-fail=Failed to get short version of "{0}" path
error.missing-service-installer='service-installer.exe' service installer not found in the resource directory
error.missing-service-installer.advice=Add 'service-installer.exe' service installer to the resource directory

message.icon-not-ico=指定的图标 "{0}" 不是 ICO 文件, 不会使用。将使用默认图标代替。
message.potential.windows.defender.issue=警告:Windows Defender 可能会阻止 jpackage 正常工作。如果存在问题,可以通过禁用实时监视或者为目录 "{0}" 添加排除项来解决。