Skip to content

Commit

Permalink
Update for 3c36d80..4d88c35
Browse files Browse the repository at this point in the history
  • Loading branch information
MMP0 committed Mar 31, 2024
1 parent 785c6b2 commit 86b333d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Platform/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@
"Description" = "説明";

// ContentView.swift
"Download VM" = "仮想マシンをダウンロード";
"Do you want to download '%@'?" = "“%@”をダウンロードしますか?";
"Your version of iOS does not support running VMs while unmodified. You must either run UTM while jailbroken or with a remote debugger attached. See https://getutm.app/install/ for more details." = "お使いのiOSバージョンは改造されていない状態での仮想マシンの実行に対応していません。脱獄(ジェイルブレイク)、またはリモートデバッガに接続された状態でUTMを実行する必要があります。詳細については、https://getutm.app/install/ を参照してください。";

// DefaultTextField.swift
Expand Down Expand Up @@ -911,8 +913,7 @@
"Failed to clone VM." = "仮想マシンの複製に失敗しました。";
"Unable to add a shortcut to the new location." = "新しい場所にショートカットを追加できません。";
"Cannot import this VM. Either the configuration is invalid, created in a newer version of UTM, or on a platform that is incompatible with this version of UTM." = "この仮想マシンは読み込めません。構成が無効であるか、新しいバージョンのUTM、またはこのバージョンのUTMと互換性のないプラットフォームで作成されています。";
"Failed to parse imported VM." = "読み込まれた仮想マシンのパースに失敗しました。";
"Failed to parse download URL." = "ダウンロードURLのパースに失敗しました。";
"Failed to parse imported VM." = "読み込まれた仮想マシンの解析に失敗しました。";
"Cannot find AltServer for JIT enable. You cannot run VMs until JIT is enabled." = "JITを有効にするためのAltServerを見つけられません。JITが有効になるまで仮想マシンを実行できません。";
"AltJIT error: %@" = "AltJITエラー: %@";
"Failed to attach to JitStreamer:\n%@" = "JitStreamerへのアタッチに失敗しました:\n%@";
Expand All @@ -924,7 +925,7 @@

// UTMDownloadVMTask.swift
"There is no UTM file in the downloaded ZIP archive." = "ダウンロードされたZIPアーカイブ内にUTMファイルがありません。";
"Failed to parse the downloaded VM." = "ダウンロードされた仮想マシンのパースに失敗しました。";
"Failed to parse the downloaded VM." = "ダウンロードされた仮想マシンの解析に失敗しました。";

// UTMDownloadSupportToolsTask.swift
"Windows Guest Support Tools" = "Windowsゲストサポートツール";
Expand Down Expand Up @@ -1033,7 +1034,7 @@
"Mismatched id from guest-sync-delimited." = "guest-sync-delimitedからのIDが一致しません。";

// UTMJSONStream.m
"Error parsing JSON." = "JSONのパース中にエラーが発生しました。";
"Error parsing JSON." = "JSONの解析中にエラーが発生しました。";
"Port is not connected." = "ポートが接続されていません。";

// UTMQemuManager.m
Expand Down

0 comments on commit 86b333d

Please sign in to comment.