Skip to content

Commit bd79faa

Browse files
authored
Merge pull request #6825 from MMP0/patch-2
Update Japanese localization
2 parents a0b4770 + 1a81435 commit bd79faa

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

Platform/ja.lproj/Localizable.strings

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,15 +286,18 @@
286286

287287
// Display/VMDisplayAppleDisplayWindowController.swift
288288
"%@ (Terminal %lld)" = "%1$@(ターミナル%2$lld)";
289-
290-
// Display/VMDisplayQemuDisplayController.swift
291-
"Disposable Mode" = "使い捨てモード";
292289
"Querying drives status..." = "ドライブの状態を確認中…";
293290
"No drives connected." = "デバイスが接続されていません。";
294-
"Install Windows Guest Tools…" = "Windowsゲストツールをインストール…";
291+
"Install Guest Tools…" = "ゲストツールをインストール…";
295292
"Eject" = "取り出す";
296293
"Change" = "変更";
297294
"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ゲストツールをインストール…";
298301
"USB Device" = "USBデバイス";
299302
"Confirm" = "確定";
300303
"Querying USB devices..." = "USBデバイスを確認中…";
@@ -554,9 +557,11 @@
554557
"Section" = "セクション";
555558
"Description" = "説明";
556559

557-
// ContentView.swift
560+
// BusyOverlay.swift
558561
"Download VM" = "仮想マシンをダウンロード";
559562
"Do you want to download '%@'?" = "“%@”をダウンロードしますか?";
563+
564+
// ContentView.swift
560565
"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/ を参照してください。";
561566

562567
// DefaultTextField.swift
@@ -1042,6 +1047,9 @@
10421047
"No empty removable drive found. Make sure you have at least one removable drive that is not in use." = "空のリムーバブルドライブが見つかりません。使用していないリムーバブルドライブが少なくとも1台あることを確認してください。";
10431048
"The guest support tools have already been mounted." = "ゲストサポートツールはすでにマウントされています。";
10441049

1050+
// UTMDownloadMacSupportToolsTask.swift
1051+
"macOS Guest Support Tools" = "macOSゲストサポートツール";
1052+
10451053
// UTMPendingVirtualMachine.swift
10461054
"%@ remaining" = "残り%@";
10471055
"%@/s" = "%@/秒";
@@ -1130,6 +1138,10 @@
11301138
"No name specified in the configuration." = "構成に名前が指定されていません。";
11311139
"No architecture specified in the configuration." = "構成にアーキテクチャが指定されていません。";
11321140

1141+
// UTMScriptingImportCommand.swift
1142+
"A valid UTM file must be specified." = "有効なUTMファイルを指定する必要があります。";
1143+
"No file specified in the command." = "コマンドにファイルが指定されていません。";
1144+
11331145

11341146

11351147
/** QEMUKit **/

0 commit comments

Comments
 (0)