Skip to content

Commit

Permalink
Merge pull request #6383 from MMP0/patch-2
Browse files Browse the repository at this point in the history
Update Japanese localization
  • Loading branch information
osy authored May 24, 2024
2 parents 779178c + 4d012d1 commit 1e0e6b2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Platform/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@
// VMConfigAppleDriveCreateView.swift
"Removable" = "リムーバブル";
"If checked, the drive image will be stored with the VM." = "チェックを入れると、ドライブイメージが仮想マシンに保存されます。";
"Use NVMe Interface" = "NVMeインターフェイスを使用";
"If checked, use NVMe instead of virtio as the disk interface, available on macOS 14+ for Linux guests only. This interface is slower but less likely to encounter filesystem errors." = "チェックを入れると、Virtioの代わりにNVMeをディスクインターフェイスとして使用します。これは、macOS 14以降のLinuxゲストでのみ使用できます。このインターフェイスは低速ですが、ファイルシステムエラーが発生する可能性が低くなります。";

// VMConfigAppleDriveDetailsView.swift
"Removable Drive" = "リムーバブルドライブ";
Expand Down Expand Up @@ -1141,9 +1143,3 @@

// UTMQemuMonitor.m
"Guest panic" = "ゲストがパニック状態に陥りました";

/* VMConfigAppleDriveDetailsView
VMConfigAppleDriveCreateView*/
"Use NVMe Interface" = "NVMe を使用します";
"If checked, use NVMe instead of virtio as the disk interface, available on macOS 14+ for Linux guests only. This interface is slower but less likely to encounter filesystem errors." = "チェックされている場合、ディスクインターフェースとして virtio の代わりに NVMe を使用します。macOS 14+ では Linux ゲストのみ利用可能です。このインターフェースは遅いですが、ファイルシステムエラーが発生する可能性が低いです。";

0 comments on commit 1e0e6b2

Please sign in to comment.