From af69963e84a2b5d8dd72571131ea15d3b0e24f9e Mon Sep 17 00:00:00 2001 From: MMP0 <28616020+MMP0@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:34:43 +0900 Subject: [PATCH 1/2] Update for 1e0e6b2..6feeff5 --- Platform/ja.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/ja.lproj/Localizable.strings b/Platform/ja.lproj/Localizable.strings index 80ec497c4..140e02e5c 100644 --- a/Platform/ja.lproj/Localizable.strings +++ b/Platform/ja.lproj/Localizable.strings @@ -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 @@ -1050,6 +1051,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 */ From 32f28e02ad162d786138dade33d6e4b6f21d8d86 Mon Sep 17 00:00:00 2001 From: MMP0 <28616020+MMP0@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:46:09 +0900 Subject: [PATCH 2/2] Update for 6feeff5..29ec053 --- Platform/ja.lproj/Localizable.strings | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Platform/ja.lproj/Localizable.strings b/Platform/ja.lproj/Localizable.strings index 140e02e5c..f9d3ba33c 100644 --- a/Platform/ja.lproj/Localizable.strings +++ b/Platform/ja.lproj/Localizable.strings @@ -567,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" = "実行"; @@ -1005,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 */