Skip to content

Commit

Permalink
Merge pull request #6825 from MMP0/patch-2
Browse files Browse the repository at this point in the history
Update Japanese localization
  • Loading branch information
osy authored Nov 21, 2024
2 parents a0b4770 + 1a81435 commit bd79faa
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions Platform/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -286,15 +286,18 @@

// Display/VMDisplayAppleDisplayWindowController.swift
"%@ (Terminal %lld)" = "%1$@(ターミナル%2$lld)";

// Display/VMDisplayQemuDisplayController.swift
"Disposable Mode" = "使い捨てモード";
"Querying drives status..." = "ドライブの状態を確認中…";
"No drives connected." = "デバイスが接続されていません。";
"Install Windows Guest Tools…" = "Windowsゲストツールをインストール…";
"Install Guest Tools…" = "ゲストツールをインストール…";
"Eject" = "取り出す";
"Change" = "変更";
"Select Drive Image" = "ドライブイメージを選択してください";
"USB Mass Storage: %@" = "USB Mass Storage: %@";
"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)以降のゲストにのみ対応しています。";

// Display/VMDisplayQemuDisplayController.swift
"Disposable Mode" = "使い捨てモード";
"Install Windows Guest Tools…" = "Windowsゲストツールをインストール…";
"USB Device" = "USBデバイス";
"Confirm" = "確定";
"Querying USB devices..." = "USBデバイスを確認中…";
Expand Down Expand Up @@ -554,9 +557,11 @@
"Section" = "セクション";
"Description" = "説明";

// ContentView.swift
// BusyOverlay.swift
"Download VM" = "仮想マシンをダウンロード";
"Do you want to download '%@'?" = "“%@”をダウンロードしますか?";

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

// UTMDownloadMacSupportToolsTask.swift
"macOS Guest Support Tools" = "macOSゲストサポートツール";

// UTMPendingVirtualMachine.swift
"%@ remaining" = "残り%@";
"%@/s" = "%@/秒";
Expand Down Expand Up @@ -1130,6 +1138,10 @@
"No name specified in the configuration." = "構成に名前が指定されていません。";
"No architecture specified in the configuration." = "構成にアーキテクチャが指定されていません。";

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



/** QEMUKit **/
Expand Down

0 comments on commit bd79faa

Please sign in to comment.