-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4070145
commit 43f71a2
Showing
8 changed files
with
67 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2.06 KB
(100%)
....xcodeproj/project.xcworkspace/xcuserdata/mini.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
/* Class = "UIButton"; configuration.title = "Disable Shutter Sound"; ObjectID = "3JV-RE-y9F"; */ | ||
"3JV-RE-y9F.configuration.title" = "Disable Shutter Sound"; | ||
|
||
/* Class = "UIButton"; normalTitle = "Button"; ObjectID = "3JV-RE-y9F"; */ | ||
"3JV-RE-y9F.normalTitle" = "Button"; | ||
|
||
/* Class = "UILabel"; text = "NoCameraSound"; ObjectID = "5fr-iM-fEy"; */ | ||
"5fr-iM-fEy.text" = "NoCameraSound"; | ||
|
||
/* Class = "UIButton"; normalTitle = "Button"; ObjectID = "tjJ-np-Gq7"; */ | ||
"tjJ-np-Gq7.normalTitle" = "Button"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
Localizable.strings | ||
NoCameraSound | ||
|
||
Created by mini on 2022/12/27. | ||
|
||
*/ | ||
|
||
"by straight-tamago" = "by すとれーとたまご★"; | ||
"Close" = "閉じる"; | ||
"Select Operation" = "操作を選択"; | ||
"When the process is complete, this app will crash, but the shutter sound should be gone. (It will return to normal after a certain period of time or restart)" = "処理が完了するとこのアプリは落ちるけど、シャッター音は消えてるはずだよ。(一定時間経過or再起動で戻る)"; | ||
"Photo & ScreenShot" = "写真撮影(スクショを含む)"; | ||
"Video Recording (Start)" = "動画撮影開始(画面収録を含む)"; | ||
"Video Recording (End)" = "動画撮影終了(画面収録を含む)"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
|
||
/* Class = "UIButton"; configuration.title = "シャッター音 無効化"; ObjectID = "3JV-RE-y9F"; */ | ||
"3JV-RE-y9F.configuration.title" = "シャッター音 無効化"; | ||
"3JV-RE-y9F.configuration.title" = "Button"; | ||
|
||
/* Class = "UIButton"; normalTitle = "Button"; ObjectID = "3JV-RE-y9F"; */ | ||
"3JV-RE-y9F.normalTitle" = "Button"; | ||
"3JV-RE-y9F.normalTitle" = "シャッター音 無効化"; | ||
|
||
/* Class = "UILabel"; text = "NoCameraSound"; ObjectID = "5fr-iM-fEy"; */ | ||
"5fr-iM-fEy.text" = "NoCameraSound"; | ||
|
||
/* Class = "UIButton"; normalTitle = "Button"; ObjectID = "tjJ-np-Gq7"; */ | ||
"tjJ-np-Gq7.normalTitle" = "Button"; |