|
286 | 286 |
|
287 | 287 | // Display/VMDisplayAppleDisplayWindowController.swift |
288 | 288 | "%@ (Terminal %lld)" = "%1$@(ターミナル%2$lld)"; |
289 | | - |
290 | | -// Display/VMDisplayQemuDisplayController.swift |
291 | | -"Disposable Mode" = "使い捨てモード"; |
292 | 289 | "Querying drives status..." = "ドライブの状態を確認中…"; |
293 | 290 | "No drives connected." = "デバイスが接続されていません。"; |
294 | | -"Install Windows Guest Tools…" = "Windowsゲストツールをインストール…"; |
| 291 | +"Install Guest Tools…" = "ゲストツールをインストール…"; |
295 | 292 | "Eject" = "取り出す"; |
296 | 293 | "Change" = "変更"; |
297 | 294 | "Select Drive Image" = "ドライブイメージを選択してください"; |
| 295 | +"USB Mass Storage: %@" = "USB Mass Storage: %@"; |
| 296 | +"An USB device containing the installer will be mounted in the virtual machine. Only macOS Sequoia (15.0) and newer guests are supported." = "インストーラを含むUSBデバイスが仮想マシンにマウントされます。macOS Sequoia(15.0)以降のゲストにのみ対応しています。"; |
| 297 | + |
| 298 | +// Display/VMDisplayQemuDisplayController.swift |
| 299 | +"Disposable Mode" = "使い捨てモード"; |
| 300 | +"Install Windows Guest Tools…" = "Windowsゲストツールをインストール…"; |
298 | 301 | "USB Device" = "USBデバイス"; |
299 | 302 | "Confirm" = "確定"; |
300 | 303 | "Querying USB devices..." = "USBデバイスを確認中…"; |
|
554 | 557 | "Section" = "セクション"; |
555 | 558 | "Description" = "説明"; |
556 | 559 |
|
557 | | -// ContentView.swift |
| 560 | +// BusyOverlay.swift |
558 | 561 | "Download VM" = "仮想マシンをダウンロード"; |
559 | 562 | "Do you want to download '%@'?" = "“%@”をダウンロードしますか?"; |
| 563 | + |
| 564 | +// ContentView.swift |
560 | 565 | "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/ を参照してください。"; |
561 | 566 |
|
562 | 567 | // DefaultTextField.swift |
|
1042 | 1047 | "No empty removable drive found. Make sure you have at least one removable drive that is not in use." = "空のリムーバブルドライブが見つかりません。使用していないリムーバブルドライブが少なくとも1台あることを確認してください。"; |
1043 | 1048 | "The guest support tools have already been mounted." = "ゲストサポートツールはすでにマウントされています。"; |
1044 | 1049 |
|
| 1050 | +// UTMDownloadMacSupportToolsTask.swift |
| 1051 | +"macOS Guest Support Tools" = "macOSゲストサポートツール"; |
| 1052 | + |
1045 | 1053 | // UTMPendingVirtualMachine.swift |
1046 | 1054 | "%@ remaining" = "残り%@"; |
1047 | 1055 | "%@/s" = "%@/秒"; |
|
1130 | 1138 | "No name specified in the configuration." = "構成に名前が指定されていません。"; |
1131 | 1139 | "No architecture specified in the configuration." = "構成にアーキテクチャが指定されていません。"; |
1132 | 1140 |
|
| 1141 | +// UTMScriptingImportCommand.swift |
| 1142 | +"A valid UTM file must be specified." = "有効なUTMファイルを指定する必要があります。"; |
| 1143 | +"No file specified in the command." = "コマンドにファイルが指定されていません。"; |
| 1144 | + |
1133 | 1145 |
|
1134 | 1146 |
|
1135 | 1147 | /** QEMUKit **/ |
|
0 commit comments