diff --git a/damus/Views/Events/MutedEventView.swift b/damus/Views/Events/MutedEventView.swift index 19f2b9e3..848215c7 100644 --- a/damus/Views/Events/MutedEventView.swift +++ b/damus/Views/Events/MutedEventView.swift @@ -31,9 +31,9 @@ struct MutedEventView: View { .foregroundColor(DamusColors.adaptableGrey) HStack { - Text("Post from a user you've blocked", comment: "Text to indicate that what is being shown is a post from a user who has been blocked.") + Text("Post from a user you've muted", comment: "Text to indicate that what is being shown is a post from a user who has been muted.") Spacer() - Button(shown ? NSLocalizedString("Hide", comment: "Button to hide a post from a user who has been blocked.") : NSLocalizedString("Show", comment: "Button to show a post from a user who has been blocked.")) { + Button(shown ? NSLocalizedString("Hide", comment: "Button to hide a post from a user who has been muted.") : NSLocalizedString("Show", comment: "Button to show a post from a user who has been muted.")) { shown.toggle() } } diff --git a/damus/Views/Muting/MutelistView.swift b/damus/Views/Muting/MutelistView.swift index b28c36f8..95f07d92 100644 --- a/damus/Views/Muting/MutelistView.swift +++ b/damus/Views/Muting/MutelistView.swift @@ -29,7 +29,7 @@ struct MutelistView: View { damus_state.postbox.send(new_ev) users = get_mutelist_users(new_ev) } label: { - Label(NSLocalizedString("Delete", comment: "Button to remove a user from their blocklist."), systemImage: "trash") + Label(NSLocalizedString("Delete", comment: "Button to remove a user from their mutelist."), systemImage: "trash") } .tint(.red) } diff --git a/damus/Views/Profile/ProfileView.swift b/damus/Views/Profile/ProfileView.swift index 005d0174..ec6dcd40 100644 --- a/damus/Views/Profile/ProfileView.swift +++ b/damus/Views/Profile/ProfileView.swift @@ -210,7 +210,7 @@ struct ProfileView: View { }) { navImage(systemImage: "ellipsis") } - .confirmationDialog(NSLocalizedString("Actions", comment: "Title for confirmation dialog to either share, report, or block a profile."), isPresented: $action_sheet_presented) { + .confirmationDialog(NSLocalizedString("Actions", comment: "Title for confirmation dialog to either share, report, or mute a profile."), isPresented: $action_sheet_presented) { Button(NSLocalizedString("Share", comment: "Button to share the link to a profile.")) { show_share_sheet = true } @@ -257,7 +257,7 @@ struct ProfileView: View { .profile_button_style(scheme: colorScheme) .contextMenu { if profile.reactions == false { - Text("OnlyZaps Enabled") + Text("OnlyZaps Enabled", comment: "Non-tappable text in context menu that shows up when the zap button on profile is long pressed to indicate that the user has enabled OnlyZaps, meaning that they would like to be only zapped and not accept reactions to their notes.") } if let addr = profile.lud16 { diff --git a/damus/ar.lproj/Localizable.strings b/damus/ar.lproj/Localizable.strings index c31654b8..a35305c4 100644 Binary files a/damus/ar.lproj/Localizable.strings and b/damus/ar.lproj/Localizable.strings differ diff --git a/damus/cs.lproj/Localizable.strings b/damus/cs.lproj/Localizable.strings index ddd8eccf..2a7db033 100644 Binary files a/damus/cs.lproj/Localizable.strings and b/damus/cs.lproj/Localizable.strings differ diff --git a/damus/de.lproj/Localizable.strings b/damus/de.lproj/Localizable.strings index a6aad490..1650e2a3 100644 Binary files a/damus/de.lproj/Localizable.strings and b/damus/de.lproj/Localizable.strings differ diff --git a/damus/el-GR.lproj/Localizable.strings b/damus/el-GR.lproj/Localizable.strings index 13d6008a..c818e639 100644 Binary files a/damus/el-GR.lproj/Localizable.strings and b/damus/el-GR.lproj/Localizable.strings differ diff --git a/damus/el-GR.lproj/Localizable.stringsdict b/damus/el-GR.lproj/Localizable.stringsdict index 744dbd09..4aede4fa 100644 --- a/damus/el-GR.lproj/Localizable.stringsdict +++ b/damus/el-GR.lproj/Localizable.stringsdict @@ -45,7 +45,7 @@ NSStringFormatValueTypeKey d one - Ακόλουθος + Ακολουθεί other Ακολουθεί diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff index cb147761..0066a0ca 100644 --- a/damus/en-US.xcloc/Localized Contents/en-US.xliff +++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff @@ -141,7 +141,7 @@ Sentence composed of 2 variables to describe how many people are following a use Actions Actions - Title for confirmation dialog to either share, report, or block a profile. + Title for confirmation dialog to either share, report, or mute a profile. Add @@ -442,7 +442,7 @@ Sentence composed of 2 variables to describe how many people are following a use Delete Delete Button for deleting the users account. - Button to remove a user from their blocklist. + Button to remove a user from their mutelist. Delete Account @@ -504,6 +504,11 @@ Sentence composed of 2 variables to describe how many people are following a use Edit Button to edit user's profile. + + Enable OnlyZaps mode + Enable OnlyZaps mode + Setting toggle to hide reactions. + Encrypted Encrypted @@ -582,7 +587,7 @@ Sentence composed of 2 variables to describe how many people are following a use Hide Hide - Button to hide a post from a user who has been blocked. + Button to hide a post from a user who has been muted. Hide API Key @@ -590,6 +595,11 @@ Sentence composed of 2 variables to describe how many people are following a use Button to hide the DeepL translation API key. Button to hide the LibreTranslate server API key. + + Hide all 🤙's + Hide all 🤙's + Section footer describing onlyzaps mode + Home Home @@ -827,6 +837,16 @@ Sentence composed of 2 variables to describe how many people are following a use Only you can see this message and who sent it. Help text on green lock icon that explains that only the current user can see the message of a zap event and who sent the zap. + + OnlyZaps + OnlyZaps + Section header for enabling OnlyZaps mode (hide reactions) + + + OnlyZaps Enabled + OnlyZaps Enabled + Non-tappable text in context menu that shows up when the zap button on profile is long pressed to indicate that the user has enabled OnlyZaps, meaning that they would like to be only zapped and not accept reactions to their notes. + - - Post from a user you've blocked - Post from a user you've blocked - Text to indicate that what is being shown is a post from a user who has been blocked. + + Post from a user you've muted + Post from a user you've muted + Text to indicate that what is being shown is a post from a user who has been muted. Posts @@ -1153,7 +1173,7 @@ Picker option to indicate that a zap should be sent privately and not identify t Show Show - Button to show a post from a user who has been blocked. + Button to show a post from a user who has been muted. Toggle to show or hide user's secret account login key. 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 367577fd..a2e688a2 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/es-ES.lproj/Localizable.strings b/damus/es-ES.lproj/Localizable.strings index efeab9bd..b3c2cf7f 100644 Binary files a/damus/es-ES.lproj/Localizable.strings and b/damus/es-ES.lproj/Localizable.strings differ diff --git a/damus/ja.lproj/Localizable.strings b/damus/ja.lproj/Localizable.strings index e4182d7f..2d80ba99 100644 Binary files a/damus/ja.lproj/Localizable.strings and b/damus/ja.lproj/Localizable.strings differ diff --git a/damus/nl.lproj/Localizable.strings b/damus/nl.lproj/Localizable.strings index aeea5ee5..e06dde0a 100644 Binary files a/damus/nl.lproj/Localizable.strings and b/damus/nl.lproj/Localizable.strings differ diff --git a/damus/pt-BR.lproj/Localizable.strings b/damus/pt-BR.lproj/Localizable.strings index ed5cc3ea..fd3117e6 100644 Binary files a/damus/pt-BR.lproj/Localizable.strings and b/damus/pt-BR.lproj/Localizable.strings differ diff --git a/damus/sv-SE.lproj/Localizable.strings b/damus/sv-SE.lproj/Localizable.strings index 4873337f..ee6093ff 100644 Binary files a/damus/sv-SE.lproj/Localizable.strings and b/damus/sv-SE.lproj/Localizable.strings differ diff --git a/damus/vi.lproj/Localizable.strings b/damus/vi.lproj/Localizable.strings index 4bec01ab..90ce8a26 100644 Binary files a/damus/vi.lproj/Localizable.strings and b/damus/vi.lproj/Localizable.strings differ diff --git a/damus/zh-CN.lproj/Localizable.strings b/damus/zh-CN.lproj/Localizable.strings index 9490a081..4cc0b214 100644 Binary files a/damus/zh-CN.lproj/Localizable.strings and b/damus/zh-CN.lproj/Localizable.strings differ diff --git a/damus/zh-HK.lproj/Localizable.strings b/damus/zh-HK.lproj/Localizable.strings index ddc9e54a..7d070ed8 100644 Binary files a/damus/zh-HK.lproj/Localizable.strings and b/damus/zh-HK.lproj/Localizable.strings differ diff --git a/damus/zh-TW.lproj/Localizable.strings b/damus/zh-TW.lproj/Localizable.strings index 2e024676..58980c9e 100644 Binary files a/damus/zh-TW.lproj/Localizable.strings and b/damus/zh-TW.lproj/Localizable.strings differ