From c4b86af357f7165dd6e01c25f59a661a4a7b7383 Mon Sep 17 00:00:00 2001 From: MMP0 <28616020+MMP0@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:41:33 +0900 Subject: [PATCH] Add Japanese Info-RemotePlist.strings --- Platform/iOS/ja.lproj/Info-RemotePlist.strings | 9 +++++++++ UTM.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 Platform/iOS/ja.lproj/Info-RemotePlist.strings diff --git a/Platform/iOS/ja.lproj/Info-RemotePlist.strings b/Platform/iOS/ja.lproj/Info-RemotePlist.strings new file mode 100644 index 000000000..10de8484c --- /dev/null +++ b/Platform/iOS/ja.lproj/Info-RemotePlist.strings @@ -0,0 +1,9 @@ +/* Bundle name */ +"CFBundleName" = "UTMリモート"; + +/* Privacy - Local Network Usage Description */ +"NSLocalNetworkUsageDescription" = "UTMはローカルネットワークを使用してUTMリモートサーバを検索し、接続します。"; + +/* Privacy - Microphone Usage Description */ +"NSMicrophoneUsageDescription" = "仮想マシンがマイクから録音するには、アクセス許可が必要です。"; + diff --git a/UTM.xcodeproj/project.pbxproj b/UTM.xcodeproj/project.pbxproj index 7954b2a4e..d344af727 100644 --- a/UTM.xcodeproj/project.pbxproj +++ b/UTM.xcodeproj/project.pbxproj @@ -1966,6 +1966,7 @@ CEB54C1929300C20000D2AA9 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; CEB54C802931C43F000D2AA9 /* UTMPatches.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UTMPatches.swift; sourceTree = ""; }; CEB5C1182B8C4CD4008AAE5C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = "en.lproj/Info-RemotePlist.strings"; sourceTree = ""; }; + CEB5C11A2B8C4D30008AAE5C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = "ja.lproj/Info-RemotePlist.strings"; sourceTree = ""; }; CEB63A7524F4654400CAF323 /* Main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Main.swift; sourceTree = ""; }; CEB63A7824F468BA00CAF323 /* UTMJailbreak.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UTMJailbreak.h; sourceTree = ""; }; CEB63A7924F469E300CAF323 /* UTMJailbreak.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UTMJailbreak.m; sourceTree = ""; }; @@ -4226,6 +4227,7 @@ isa = PBXVariantGroup; children = ( CEB5C1182B8C4CD4008AAE5C /* en */, + CEB5C11A2B8C4D30008AAE5C /* ja */, ); name = "Info-RemotePlist.strings"; sourceTree = "";