Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Japanese localization #6825

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading