From da3f396f5b76f4f7bb29cb451f330c61e75b0c18 Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Mon, 30 Jan 2023 14:41:56 +0400 Subject: [PATCH] chore: i18n extract --- .../channel_notification_preference.tsx | 1 - assets/base/i18n/en.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/screens/channel_notification_preference/channel_notification_preference.tsx b/app/screens/channel_notification_preference/channel_notification_preference.tsx index 55eac7795d..456138c30e 100644 --- a/app/screens/channel_notification_preference/channel_notification_preference.tsx +++ b/app/screens/channel_notification_preference/channel_notification_preference.tsx @@ -154,7 +154,6 @@ const ChannelNotificationPreference = ({ const styles = getStyleSheet(theme); const [top, setTop] = useState(0); - // fixme: is this how we should set the default global? const globalDefault = notifyLevel === 'default' ? 'all' : notifyLevel; const [notifyAbout, setNotifyAbout] = useState(notifyLevel); const [threadReplies, setThreadReplies] = useState(notifyThreadReplies === 'all'); diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json index 6e0a16d089..df5907383f 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -167,6 +167,16 @@ "channel_modal.optional": "(optional)", "channel_modal.purpose": "Purpose", "channel_modal.purposeEx": "A channel to file bugs and improvements", + "channel_notification_preference.muted_content": "You can change the notification settings, but you will not receive notifications until the channel is unmuted.", + "channel_notification_preference.muted_title": "This channel is muted", + "channel_notification_preference.notification.all": "All new messages", + "channel_notification_preference.notification.mention": "Mentions, direct messages only", + "channel_notification_preference.notification.none": "Nothing", + "channel_notification_preference.notification.thread_replies": "Notify me about replies to threads I’m following in this channel", + "channel_notification_preference.notify_about": "Notify me about...", + "channel_notification_preference.reset_default": "Reset to default", + "channel_notification_preference.thread_replies": "Thread replies", + "channel_notification_preference.unmute_content": "Unmute channel", "combined_system_message.added_to_channel.many_expanded": "{users} and {lastUser} were **added to the channel** by {actor}.", "combined_system_message.added_to_channel.one": "{firstUser} **added to the channel** by {actor}.", "combined_system_message.added_to_channel.one_you": "You were **added to the channel** by {actor}.", @@ -339,6 +349,7 @@ "invite.send_invite": "Send", "invite.sendInvitationsTo": "Send invitations to…", "invite.shareLink": "Share link", + "invite.summary.back": "Go back", "invite.summary.done": "Done", "invite.summary.email_invite": "An invitation email has been sent", "invite.summary.error": "{invitationsCount, plural, one {Invitation} other {Invitations}} could not be sent successfully",