forked from Ivasoft/mattermost-mobile
chore: i18n extract
This commit is contained in:
@@ -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<UserNotifyPropsPush>(notifyLevel);
|
||||
const [threadReplies, setThreadReplies] = useState<boolean>(notifyThreadReplies === 'all');
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user