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 #6617

Merged
merged 2 commits into from
Aug 24, 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
16 changes: 14 additions & 2 deletions Platform/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"USB Device" = "USBデバイス";
"Confirm" = "確定";
"Querying USB devices..." = "USBデバイスを確認中…";
"Serial %lld: %@" = "シリアル%1$lld: %2$@";
"Display %lld: %@" = "ディスプレイ%1$lld: %2$@";

// Display/VMDisplayQemuMetalWindowController.swift
Expand Down Expand Up @@ -566,11 +567,11 @@

// RAMSlider.swift
"Size" = "サイズ";
"MB" = "MB";
"MiB" = "MiB";

// SizeTextField.swift
"The amount of storage to allocate for this image. Ignored if importing an image. If this is a raw image, then an empty file of this size will be stored with the VM. Otherwise, the disk image will dynamically expand up to this size." = "このイメージに割り当てるストレージ領域です。イメージを読み込む場合は無視されます。生イメージの場合、このサイズの空のファイルが仮想マシンに保存されます。そうでない場合、ディスクイメージはこのサイズまで動的に拡張されます。";
"GB" = "GB";
"GiB" = "GiB";

// VMCardView.swift
"Run" = "実行";
Expand Down Expand Up @@ -1004,6 +1005,15 @@
"This virtual machine must be re-added to UTM by opening it with Finder. You can find it at the path: %@" = "この仮想マシンはFinderで開いてUTMに再度追加する必要があります。次のパスにあります: %@";
"This virtual machine cannot be found at: %@" = "この仮想マシンは次の場所で見つけられません: %@";

// UTMTips.swift
"Support UTM" = "UTMを支援";
"Enjoying the app? Consider making a donation to support development." = "アプリをお楽しみいただけていますか? 開発を支援するために寄付をご検討ください。";
"No Thanks" = "今はしない";
"Tap to hide/show toolbar" = "タップしてツールバーを非表示/表示";
"When the toolbar is hidden, the icon will disappear after a few seconds. To show the icon again, tap anywhere on the screen." = "ツールバーを非表示にすると、アイコンが数秒後に消えます。アイコンを再度表示するには、画面上の任意の場所をタップします。";
"Start Here" = "ここから始めましょう";
"Create a new virtual machine or import an existing one." = "新しい仮想マシンを作成するか、既存の仮想マシンを読み込みます。";


/* Platform */

Expand Down Expand Up @@ -1050,6 +1060,8 @@
"Stopping" = "停止中";
"Saving" = "保存中";
"Restoring" = "復元中";
"This function is not implemented." = "この機能は実装されていません。";
"This VM is not available or is configured for a backend that does not support remote clients." = "この仮想マシンは利用できないか、リモートクライアントに対応していないバックエンド用に構成されています。";


/* Remote */
Expand Down
Loading