diff --git a/damus/Views/ConfigView.swift b/damus/Views/ConfigView.swift index 5ff8ac26..df849e6f 100644 --- a/damus/Views/ConfigView.swift +++ b/damus/Views/ConfigView.swift @@ -161,7 +161,7 @@ struct ConfigView: View { } .navigationTitle(NSLocalizedString("Settings", comment: "Navigation title for Settings view.")) .navigationBarTitleDisplayMode(.large) - .searchable(text: $searchText,prompt: "Search within settings") + .searchable(text: $searchText, prompt: NSLocalizedString("Search within settings", comment: "Text to prompt the user to search settings.")) .alert(NSLocalizedString("WARNING:\n\nTHIS WILL SIGN AN EVENT THAT DELETES THIS ACCOUNT.\n\nYOU WILL NO LONGER BE ABLE TO LOG INTO DAMUS USING THIS ACCOUNT KEY.\n\n ARE YOU SURE YOU WANT TO CONTINUE?", comment: "Alert for deleting the users account."), isPresented: $delete_account_warning) { Button(NSLocalizedString("Cancel", comment: "Cancel deleting the user."), role: .cancel) { diff --git a/damus/de.lproj/Localizable.strings b/damus/de.lproj/Localizable.strings index 6d12f0b3..9d1e5469 100644 Binary files a/damus/de.lproj/Localizable.strings and b/damus/de.lproj/Localizable.strings differ diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff index 12d2b9d8..79c49cc1 100644 --- a/damus/en-US.xcloc/Localized Contents/en-US.xliff +++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff @@ -2,7 +2,7 @@
- +
@@ -44,7 +44,7 @@
- +
@@ -2292,6 +2292,16 @@ Button to save key, complete account creation, and start using the app. Default title for the search screen when it is in an unknown state. Title of the text field for searching. + + Search / Universe + Search / Universe + Section header for search/universe settings + + + Search within settings + Search within settings + Text to prompt the user to search settings. + Search word: %@ Search word: %@ @@ -2305,8 +2315,7 @@ Title of the text field for searching. Search/Universe Search/Universe - Navigation title for universe/search settings. -Section header for search/universe settings + Navigation title for universe/search settings. Secret Account Login Key @@ -2455,11 +2464,6 @@ Button to show more of a long profile description. Sign In Button to continue to login page. - - Sign Out - Sign Out - Section title for signing out - Sign in Sign in @@ -3397,7 +3401,7 @@ String indicating that a given timestamp just occurred
- +
@@ -3794,7 +3798,7 @@ String indicating that a given timestamp just occurred
- +
@@ -3816,7 +3820,7 @@ String indicating that a given timestamp just occurred
- +
@@ -6057,6 +6061,16 @@ Button to save key, complete account creation, and start using the app. Default title for the search screen when it is in an unknown state. Title of the text field for searching. + + Search / Universe + Search / Universe + Section header for search/universe settings + + + Search within settings + Search within settings + Text to prompt the user to search settings. + Search word: %@ Search word: %@ @@ -6070,8 +6084,7 @@ Title of the text field for searching. Search/Universe Search/Universe - Navigation title for universe/search settings. -Section header for search/universe settings + Navigation title for universe/search settings. Secret Account Login Key @@ -6230,11 +6243,6 @@ Button to show more of a long profile description. Sign In Button to continue to login page. - - Sign Out - Sign Out - Section title for signing out - Sign in Sign in @@ -7037,7 +7045,7 @@ String indicating that a given timestamp just occurred
- +
@@ -7059,7 +7067,7 @@ String indicating that a given timestamp just occurred
- +
diff --git a/damus/en-US.xcloc/Source Contents/damus/Localizable.xcstrings b/damus/en-US.xcloc/Source Contents/damus/Localizable.xcstrings index 3a9aac33..0c9ec7cb 100644 --- a/damus/en-US.xcloc/Source Contents/damus/Localizable.xcstrings +++ b/damus/en-US.xcloc/Source Contents/damus/Localizable.xcstrings @@ -1386,6 +1386,12 @@ "Search" : { "comment" : "Default title for the search screen when it is in an unknown state.\nTitle of the text field for searching." }, + "Search / Universe" : { + "comment" : "Section header for search/universe settings" + }, + "Search within settings" : { + "comment" : "Text to prompt the user to search settings." + }, "Search word: %@" : { "comment" : "Navigation link to search for a word." }, @@ -1393,7 +1399,7 @@ "comment" : "Placeholder text to prompt entry of search query." }, "Search/Universe" : { - "comment" : "Navigation title for universe/search settings.\nSection header for search/universe settings" + "comment" : "Navigation title for universe/search settings." }, "Secret Account Login Key" : { "comment" : "Section title for user's secret account login key." @@ -1494,9 +1500,6 @@ "Sign out" : { "comment" : "Sidebar menu label to sign out of the account." }, - "Sign Out" : { - "comment" : "Section title for signing out" - }, "Skip" : { "comment" : "Button to dismiss the suggested users screen" }, diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/InfoPlist.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/InfoPlist.strings index f093e7a6..70de2531 100644 --- a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/InfoPlist.strings +++ b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/InfoPlist.strings @@ -1,14 +1,21 @@ /* Bundle display name */ "CFBundleDisplayName" = "Damus"; + /* Bundle name */ "CFBundleName" = "damus"; + /* Privacy - Media Library Usage Description */ "NSAppleMusicUsageDescription" = "Damus needs access to your media library for playback statuses"; + /* Privacy - Camera Usage Description */ "NSCameraUsageDescription" = "Damus needs access to your camera in order to upload photos and scan QR codes."; + /* Privacy - Face ID Usage Description */ "NSFaceIDUsageDescription" = "Local authentication to access private key"; + /* Privacy - Microphone Usage Description */ "NSMicrophoneUsageDescription" = "Damus needs access to your microphone to allow you to create video recordings that you can choose to post publicly on the network"; + /* Privacy - Photo Library Additions Usage Description */ "NSPhotoLibraryAddUsageDescription" = "Granting Damus access to your photos allows you to save images."; + diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings index a6807fb6..78448c6d 100644 Binary files a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings and b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings differ diff --git a/damus/en-US.xcloc/contents.json b/damus/en-US.xcloc/contents.json index f1cef33c..d32fc67f 100644 --- a/damus/en-US.xcloc/contents.json +++ b/damus/en-US.xcloc/contents.json @@ -3,10 +3,10 @@ "project" : "damus.xcodeproj", "targetLocale" : "en-US", "toolInfo" : { - "toolBuildNumber" : "16C5032a", + "toolBuildNumber" : "16E140", "toolID" : "com.apple.dt.xcode", "toolName" : "Xcode", - "toolVersion" : "16.2" + "toolVersion" : "16.3" }, "version" : "1.0" } \ No newline at end of file diff --git a/damus/nl.lproj/Localizable.strings b/damus/nl.lproj/Localizable.strings index b370a0e2..970b7b25 100644 Binary files a/damus/nl.lproj/Localizable.strings and b/damus/nl.lproj/Localizable.strings differ diff --git a/damus/pl-PL.lproj/Localizable.strings b/damus/pl-PL.lproj/Localizable.strings index cbce2c30..6ce7491c 100644 Binary files a/damus/pl-PL.lproj/Localizable.strings and b/damus/pl-PL.lproj/Localizable.strings differ