From 7ac288de1210afc229b01e84cb3d8032fef3f4f1 Mon Sep 17 00:00:00 2001 From: pfrazee <1270099+pfrazee@users.noreply.github.com> Date: Wed, 27 May 2026 03:20:32 +0000 Subject: [PATCH] Nightly source-language update --- src/locale/locales/en/messages.po | 576 ++++++++++++++++-------------- 1 file changed, 304 insertions(+), 272 deletions(-) diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index 710ee53603..dc46009184 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -67,7 +67,7 @@ msgid "{0, plural, one {# like} other {# likes}}" msgstr "" #. placeholder {0}: convo.members.length -#: src/components/dialogs/SearchablePeopleList.tsx:555 +#: src/components/dialogs/SearchablePeopleList.tsx:559 msgid "{0, plural, one {# member} other {# members}}" msgstr "{0, plural, one {# member} other {# members}}" @@ -83,7 +83,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:290 +#: src/components/dms/MessageItem.tsx:297 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# person} other {# people}} reacted – {1}" @@ -104,9 +104,9 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:228 -#: src/view/shell/bottom-bar/BottomBar.tsx:260 -#: src/view/shell/Drawer.tsx:486 +#: src/view/shell/bottom-bar/BottomBar.tsx:233 +#: src/view/shell/bottom-bar/BottomBar.tsx:265 +#: src/view/shell/Drawer.tsx:501 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -156,7 +156,7 @@ msgid "{0, plural, other {+# more}}" msgstr "" #. placeholder {0}: aaRegionConfig.minAccessAge -#: src/screens/Signup/StepInfo/index.tsx:317 +#: src/screens/Signup/StepInfo/index.tsx:311 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" msgstr "" @@ -200,6 +200,11 @@ msgstr "{0} and {1} added to chat" msgid "{0} following" msgstr "" +#. placeholder {0}: sanitizeHandle(profile.handle, '@') +#: src/components/dms/MessageItem.tsx:639 +msgid "{0} is blocking you" +msgstr "{0} is blocking you" + #. placeholder {0}: sanitizeHandle(profile.handle) #: src/features/liveNow/components/LiveStatusDialog.tsx:84 msgid "{0} is live" @@ -254,7 +259,7 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:285 +#: src/components/dms/MessageItem.tsx:292 msgid "{0} reacted {1}" msgstr "" @@ -305,7 +310,7 @@ msgid "{0}'s avatar" msgstr "" #. placeholder {0}: createSanitizedDisplayName(profile) -#: src/components/dms/MessageItem.tsx:221 +#: src/components/dms/MessageItem.tsx:228 msgid "{0}’s avatar" msgstr "{0}’s avatar" @@ -341,7 +346,7 @@ msgstr "{count, plural, one {# chat update} other {# chat updates}}" msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# request} other {# requests}}" -#: src/view/shell/desktop/LeftNav.tsx:470 +#: src/view/shell/desktop/LeftNav.tsx:483 msgid "{count, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -575,10 +580,6 @@ msgstr "" msgid "{memberCount}/{MEMBER_LIMIT}" msgstr "{memberCount}/{MEMBER_LIMIT}" -#: src/screens/Signup/StepInfo/index.tsx:312 -msgid "{MIN_ACCESS_AGE, plural, other {You must be # years of age or older to create an account.}}" -msgstr "" - #: src/features/liveNow/utils.ts:10 msgid "{minutes, plural, one {# minute} other {# minutes}}" msgstr "" @@ -601,7 +602,7 @@ msgstr "{name}'s favorite feeds and people - join me!" msgid "{name}'s starter pack" msgstr "{name}'s starter pack" -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:308 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:329 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -673,13 +674,13 @@ msgstr "" #. placeholder {0}: formatCount(i18n, profile?.followersCount ?? 0) #. placeholder {1}: profile?.followersCount || 0 -#: src/view/shell/Drawer.tsx:108 +#: src/view/shell/Drawer.tsx:110 msgid "<0>{0} {1, plural, one {follower} other {followers}}" msgstr "" #. placeholder {0}: formatCount(i18n, profile?.followsCount ?? 0) #. placeholder {1}: profile?.followsCount || 0 -#: src/view/shell/Drawer.tsx:119 +#: src/view/shell/Drawer.tsx:121 msgid "<0>{0} {1, plural, one {following} other {following}}" msgstr "" @@ -740,8 +741,8 @@ msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for msgstr "" #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:276 -msgid "<0>Tap here to confirm your location." -msgstr "<0>Tap here to confirm your location." +msgid "<0>Tap here to update your location with GPS." +msgstr "<0>Tap here to update your location with GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #: src/screens/StarterPack/Wizard/index.tsx:494 @@ -1000,16 +1001,16 @@ msgstr "" #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 -#: src/view/shell/desktop/LeftNav.tsx:273 -#: src/view/shell/desktop/LeftNav.tsx:276 +#: src/view/shell/desktop/LeftNav.tsx:275 +#: src/view/shell/desktop/LeftNav.tsx:278 msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1395 +#: src/view/com/composer/Composer.tsx:1401 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2061 +#: src/view/com/composer/Composer.tsx:2067 msgid "Add another post to thread" msgstr "" @@ -1068,8 +1069,8 @@ msgstr "" msgid "Add muted words and tags" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:168 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:133 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:172 #: src/screens/ProfileList/AboutSection.tsx:72 #: src/screens/ProfileList/AboutSection.tsx:90 msgid "Add people" @@ -1375,7 +1376,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:400 +#: src/view/com/composer/state/video.ts:411 msgid "An error occurred while compressing the video." msgstr "" @@ -1420,11 +1421,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:451 +#: src/view/com/composer/state/video.ts:468 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:443 +#: src/view/com/composer/state/video.ts:460 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1663,7 +1664,7 @@ msgstr "" msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:209 +#: src/components/dms/MessageContextMenu.tsx:223 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." msgstr "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." @@ -1692,7 +1693,7 @@ msgstr "" msgid "Are you sure you want to remove this from your feeds?" msgstr "" -#: src/view/com/composer/Composer.tsx:1535 +#: src/view/com/composer/Composer.tsx:1541 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1830,8 +1831,9 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:94 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:187 -#: src/screens/Messages/ChatList.tsx:435 +#: src/screens/Messages/ChatList.tsx:142 +#: src/screens/Messages/ChatList.tsx:200 +#: src/screens/Messages/ChatList.tsx:448 #: src/screens/Messages/Conversation.tsx:200 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:94 msgid "Before you can message another user, you must first verify your email." @@ -2200,11 +2202,11 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1613 -#: src/view/com/composer/Composer.tsx:1623 +#: src/view/com/composer/Composer.tsx:1619 +#: src/view/com/composer/Composer.tsx:1629 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 -#: src/view/shell/desktop/LeftNav.tsx:225 +#: src/view/shell/desktop/LeftNav.tsx:227 msgid "Cancel" msgstr "" @@ -2317,9 +2319,9 @@ msgstr "" #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:573 -#: src/view/shell/bottom-bar/BottomBar.tsx:224 -#: src/view/shell/desktop/LeftNav.tsx:681 -#: src/view/shell/Drawer.tsx:454 +#: src/view/shell/bottom-bar/BottomBar.tsx:229 +#: src/view/shell/desktop/LeftNav.tsx:697 +#: src/view/shell/Drawer.tsx:469 msgid "Chat" msgstr "" @@ -2363,8 +2365,8 @@ msgstr "" #: src/Navigation.tsx:583 #: src/screens/Messages/ChatList.tsx:79 #: src/screens/Messages/ChatList.tsx:83 -#: src/screens/Messages/ChatList.tsx:459 -#: src/screens/Messages/ChatList.tsx:492 +#: src/screens/Messages/ChatList.tsx:472 +#: src/screens/Messages/ChatList.tsx:505 #: src/screens/Messages/Settings.tsx:37 msgid "Chat settings" msgstr "" @@ -2392,8 +2394,8 @@ msgid "Chat unmuted" msgstr "" #: src/screens/Messages/ChatList.tsx:73 -#: src/screens/Messages/ChatList.tsx:447 -#: src/screens/Messages/ChatList.tsx:481 +#: src/screens/Messages/ChatList.tsx:460 +#: src/screens/Messages/ChatList.tsx:494 msgid "Chats" msgstr "" @@ -2501,7 +2503,7 @@ msgstr "" msgid "click here" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:125 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" msgstr "Click here to add people to this group chat" @@ -2509,7 +2511,7 @@ msgstr "Click here to add people to this group chat" msgid "Click here to contact our support team" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:139 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" msgstr "Click here to create or manage an invite link for this group chat" @@ -2539,7 +2541,7 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:140 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" msgstr "Click here to view the invite link for this group chat" @@ -2548,7 +2550,7 @@ msgstr "Click here to view the invite link for this group chat" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:545 +#: src/components/dms/MessageItem.tsx:559 msgid "Click to retry failed message" msgstr "" @@ -2659,7 +2661,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1621 +#: src/view/com/composer/Composer.tsx:1627 msgid "Closes post composer and discards post draft" msgstr "" @@ -2704,12 +2706,12 @@ msgstr "" #: src/lib/hotkeys/index.tsx:66 #: src/view/com/feeds/ComposerPrompt.tsx:147 -#: src/view/shell/desktop/LeftNav.tsx:573 +#: src/view/shell/desktop/LeftNav.tsx:586 msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1497 +#: src/view/com/composer/Composer.tsx:1503 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2717,11 +2719,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2458 +#: src/view/com/composer/Composer.tsx:2464 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2460 +#: src/view/com/composer/Composer.tsx:2466 msgid "Compressing video..." msgstr "" @@ -2744,13 +2746,6 @@ msgstr "" msgid "Confirm" msgstr "" -#: src/ageAssurance/components/NoAccessScreen.tsx:397 -#: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:278 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 -#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 -msgid "Confirm your location" -msgstr "" - #: src/components/dialogs/EmailDialog/components/TokenField.tsx:38 #: src/screens/Login/LoginForm.tsx:284 #: src/screens/Settings/components/ChangePasswordDialog.tsx:187 @@ -2896,7 +2891,7 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:308 +#: src/screens/Messages/components/ChatListItem.tsx:309 msgid "Conversation deleted" msgstr "" @@ -2910,7 +2905,7 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:65 +#: src/components/dms/MessageContextMenu.tsx:79 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:272 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -2992,8 +2987,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:155 -#: src/components/dms/MessageContextMenu.tsx:159 +#: src/components/dms/MessageContextMenu.tsx:169 +#: src/components/dms/MessageContextMenu.tsx:173 msgid "Copy message text" msgstr "" @@ -3141,10 +3136,10 @@ msgstr "" #: src/screens/Signup/index.tsx:135 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:327 #: src/view/shell/bottom-bar/BottomBar.tsx:332 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:229 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:234 +#: src/view/shell/bottom-bar/BottomBar.tsx:337 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:235 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/NavSignupCard.tsx:48 #: src/view/shell/NavSignupCard.tsx:53 msgid "Create account" @@ -3197,7 +3192,7 @@ msgstr "" msgid "Create new account" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:502 +#: src/screens/Messages/ConversationSettings/index.tsx:505 msgid "Create or modify an invite link for this group chat" msgstr "Create or modify an invite link for this group chat" @@ -3221,7 +3216,7 @@ msgstr "" #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) #. placeholder {0}: i18n.date(createdAt, { month: 'long', day: 'numeric', year: 'numeric', }) #: src/screens/Messages/components/InviteLinkDialog.tsx:312 -#: src/screens/Messages/ConversationSettings/index.tsx:458 +#: src/screens/Messages/ConversationSettings/index.tsx:461 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" msgstr "" @@ -3305,7 +3300,7 @@ msgstr "" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:210 +#: src/components/dms/MessageContextMenu.tsx:224 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:803 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:275 #: src/screens/Settings/AppPasswords.tsx:213 @@ -3357,7 +3352,7 @@ msgstr "" msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:184 msgid "Delete for me" msgstr "" @@ -3366,11 +3361,11 @@ msgstr "" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:208 +#: src/components/dms/MessageContextMenu.tsx:222 msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 +#: src/components/dms/MessageContextMenu.tsx:181 msgid "Delete message for me" msgstr "" @@ -3380,7 +3375,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:787 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 -#: src/view/com/composer/Composer.tsx:1509 +#: src/view/com/composer/Composer.tsx:1515 msgid "Delete post" msgstr "" @@ -3527,9 +3522,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1288 -#: src/view/com/composer/Composer.tsx:1332 -#: src/view/com/composer/Composer.tsx:1542 +#: src/view/com/composer/Composer.tsx:1294 +#: src/view/com/composer/Composer.tsx:1338 +#: src/view/com/composer/Composer.tsx:1548 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3540,14 +3535,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1286 +#: src/view/com/composer/Composer.tsx:1292 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1303 -#: src/view/com/composer/Composer.tsx:1534 +#: src/view/com/composer/Composer.tsx:1309 +#: src/view/com/composer/Composer.tsx:1540 msgid "Discard post?" msgstr "" @@ -3584,7 +3579,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2379 +#: src/view/com/composer/Composer.tsx:2385 msgid "Dismiss error" msgstr "" @@ -3691,7 +3686,7 @@ msgctxt "action" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:452 +#: src/components/dms/MessageItem.tsx:463 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -3857,7 +3852,7 @@ msgstr "" msgid "Edit My Feeds" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:492 +#: src/screens/Messages/ConversationSettings/index.tsx:495 msgid "Edit name" msgstr "Edit name" @@ -3891,7 +3886,7 @@ msgstr "" msgid "Edit starter pack" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:491 +#: src/screens/Messages/ConversationSettings/index.tsx:494 msgid "Edit this group chat’s name" msgstr "Edit this group chat’s name" @@ -4109,7 +4104,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2478 +#: src/view/com/composer/Composer.tsx:2484 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4245,8 +4240,8 @@ msgstr "" #: src/Navigation.tsx:828 #: src/screens/Search/Shell.tsx:362 -#: src/view/shell/desktop/LeftNav.tsx:662 -#: src/view/shell/Drawer.tsx:402 +#: src/view/shell/desktop/LeftNav.tsx:676 +#: src/view/shell/Drawer.tsx:417 msgid "Explore" msgstr "" @@ -4302,8 +4297,8 @@ msgctxt "toast" msgid "Failed to accept chat" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:68 -#: src/components/dms/MessageContextMenu.tsx:105 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:119 msgid "Failed to add emoji reaction" msgstr "" @@ -4348,7 +4343,7 @@ msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:87 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to delete message" msgstr "" @@ -4404,7 +4399,7 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Failed to leave group chat" -#: src/screens/Messages/ChatList.tsx:321 +#: src/screens/Messages/ChatList.tsx:334 #: src/screens/Messages/Inbox.tsx:211 msgid "Failed to load conversations" msgstr "" @@ -4490,8 +4485,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:64 -#: src/components/dms/MessageContextMenu.tsx:101 +#: src/components/dms/ActionsWrapper.web.tsx:73 +#: src/components/dms/MessageContextMenu.tsx:115 #: src/components/dms/ReactionsDialog.tsx:171 msgid "Failed to remove emoji reaction" msgstr "" @@ -4512,7 +4507,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:578 +#: src/view/com/composer/Composer.tsx:584 msgid "Failed to save draft" msgstr "" @@ -4642,7 +4637,7 @@ msgstr "" #: src/view/shell/desktop/RightNav.tsx:109 #: src/view/shell/desktop/RightNav.tsx:110 -#: src/view/shell/Drawer.tsx:356 +#: src/view/shell/Drawer.tsx:371 msgid "Feedback" msgstr "" @@ -4659,8 +4654,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 -#: src/view/shell/desktop/LeftNav.tsx:694 -#: src/view/shell/Drawer.tsx:518 +#: src/view/shell/desktop/LeftNav.tsx:711 +#: src/view/shell/Drawer.tsx:533 msgid "Feeds" msgstr "" @@ -5084,7 +5079,7 @@ msgstr "" msgid "Germ DM reconnected" msgstr "" -#: src/view/shell/Drawer.tsx:360 +#: src/view/shell/Drawer.tsx:375 msgid "Get help" msgstr "" @@ -5156,7 +5151,7 @@ msgstr "" msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2483 +#: src/view/com/composer/Composer.tsx:2489 msgid "GIF uploaded" msgstr "" @@ -5170,7 +5165,7 @@ msgstr "" #: src/components/dialogs/LinkWarning.tsx:127 #: src/components/dialogs/LinkWarning.tsx:133 -#: src/components/Layout/Header/index.tsx:132 +#: src/components/Layout/Header/index.tsx:133 #: src/components/moderation/ScreenHider.tsx:161 #: src/components/moderation/ScreenHider.tsx:170 #: src/screens/Login/components/AuthLayout/Header/index.tsx:75 @@ -5188,7 +5183,7 @@ msgstr "" #: src/components/Error.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:228 -#: src/screens/Messages/Conversation.tsx:338 +#: src/screens/Messages/Conversation.tsx:346 #: src/screens/Profile/ErrorState.tsx:63 #: src/screens/Profile/ErrorState.tsx:67 #: src/screens/StarterPack/StarterPackScreen.tsx:807 @@ -5265,12 +5260,12 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:255 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:93 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:191 -#: src/view/shell/desktop/LeftNav.tsx:333 -#: src/view/shell/desktop/LeftNav.tsx:339 +#: src/view/shell/desktop/LeftNav.tsx:335 +#: src/view/shell/desktop/LeftNav.tsx:341 msgid "Go to profile" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:210 +#: src/screens/Messages/components/ChatListItem.tsx:211 msgid "Go to the group chat named \"{chatName}\"" msgstr "Go to the group chat named \"{chatName}\"" @@ -5341,15 +5336,15 @@ msgctxt "toast" msgid "Group chat unmuted" msgstr "Group chat unmuted" -#: src/screens/Messages/Conversation.tsx:322 +#: src/screens/Messages/Conversation.tsx:330 msgid "Group chats are not yet available" msgstr "Group chats are not yet available" -#: src/screens/Messages/Conversation.tsx:320 +#: src/screens/Messages/Conversation.tsx:328 msgid "Group chats are now available" msgstr "Group chats are now available" -#: src/components/dialogs/SearchablePeopleList.tsx:565 +#: src/components/dialogs/SearchablePeopleList.tsx:569 msgid "Group is locked" msgstr "Group is locked" @@ -5429,9 +5424,9 @@ msgstr "" msgid "Have a code? <0>Click here." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:327 -msgid "Have we got your location wrong? <0>Tap here to confirm your location with GPS." -msgstr "" +#: src/screens/Signup/StepInfo/index.tsx:320 +msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." +msgstr "Have we got your location wrong? <0>Tap here to update your location with GPS." #: src/screens/Signup/index.tsx:231 msgid "Having trouble?" @@ -5445,7 +5440,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:251 #: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/desktop/RightNav.tsx:133 -#: src/view/shell/Drawer.tsx:369 +#: src/view/shell/Drawer.tsx:384 msgid "Help" msgstr "" @@ -5618,19 +5613,19 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:414 +#: src/view/com/composer/state/video.ts:430 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" -#: src/screens/Messages/Conversation.tsx:329 +#: src/screens/Messages/Conversation.tsx:337 msgid "Hold your horses! This feature isn't available to you yet. Please check back later." msgstr "Hold your horses! This feature isn't available to you yet. Please check back later." #: src/Navigation.tsx:823 #: src/Navigation.tsx:844 -#: src/view/shell/bottom-bar/BottomBar.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:653 -#: src/view/shell/Drawer.tsx:428 +#: src/view/shell/bottom-bar/BottomBar.tsx:184 +#: src/view/shell/desktop/LeftNav.tsx:666 +#: src/view/shell/Drawer.tsx:443 msgid "Home" msgstr "" @@ -5700,7 +5695,7 @@ msgstr "" msgid "If you are 18 years of age or older and want to try again, click the button below and use a different verification method if one is available in your region. If you have questions or concerns, <0>our support team can help." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:344 +#: src/screens/Signup/StepInfo/index.tsx:337 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." msgstr "" @@ -5876,7 +5871,7 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:338 +#: src/screens/Messages/ChatList.tsx:351 msgid "Inbox empty" msgstr "Inbox empty" @@ -5981,8 +5976,8 @@ msgstr "" #: src/screens/Messages/components/InviteLinkDialog.tsx:290 #: src/screens/Messages/components/InviteLinkDialog.tsx:296 #: src/screens/Messages/components/InviteLinkDialog.tsx:471 -#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:145 -#: src/screens/Messages/ConversationSettings/index.tsx:505 +#: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 +#: src/screens/Messages/ConversationSettings/index.tsx:508 msgid "Invite link" msgstr "Invite link" @@ -6020,14 +6015,14 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to confirm your location. " -msgstr "Is your location not accurate? <0>Tap here to confirm your location. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgstr "Is your location not accurate? <0>Tap here to update your location with GPS. " #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:377 +#: src/screens/Signup/StepInfo/index.tsx:370 msgid "It's correct" msgstr "" @@ -6041,7 +6036,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2398 +#: src/view/com/composer/Composer.tsx:2404 msgid "Job ID: {0}" msgstr "" @@ -6066,8 +6061,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1336 -#: src/view/com/composer/Composer.tsx:1346 +#: src/view/com/composer/Composer.tsx:1342 +#: src/view/com/composer/Composer.tsx:1352 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6220,7 +6215,7 @@ msgid "Learn more." msgstr "" #: src/components/dms/LeaveConvoPrompt.tsx:49 -#: src/screens/Messages/ConversationSettings/index.tsx:539 +#: src/screens/Messages/ConversationSettings/index.tsx:542 msgid "Leave" msgstr "" @@ -6230,8 +6225,8 @@ msgctxt "Button" msgid "Leave" msgstr "Leave" -#: src/components/dms/MessagesListBlockedFooter.tsx:107 -#: src/components/dms/MessagesListBlockedFooter.tsx:114 +#: src/components/dms/MessagesListBlockedFooter.tsx:109 +#: src/components/dms/MessagesListBlockedFooter.tsx:116 #: src/screens/Messages/components/ChatEnded.tsx:67 #: src/screens/Messages/components/ChatLocked.tsx:100 msgid "Leave chat" @@ -6249,7 +6244,7 @@ msgstr "" msgid "Leave group chat" msgstr "Leave group chat" -#: src/screens/Messages/ConversationSettings/index.tsx:538 +#: src/screens/Messages/ConversationSettings/index.tsx:541 msgid "Leave this group chat" msgstr "Leave this group chat" @@ -6462,8 +6457,8 @@ msgstr "" #: src/view/screens/Lists.tsx:60 #: src/view/screens/Profile.tsx:233 #: src/view/screens/Profile.tsx:241 -#: src/view/shell/desktop/LeftNav.tsx:703 -#: src/view/shell/Drawer.tsx:533 +#: src/view/shell/desktop/LeftNav.tsx:721 +#: src/view/shell/Drawer.tsx:548 msgid "Lists" msgstr "" @@ -6554,7 +6549,7 @@ msgstr "" msgid "Loading..." msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:519 +#: src/screens/Messages/ConversationSettings/index.tsx:522 msgid "Lock" msgstr "Lock" @@ -6566,11 +6561,11 @@ msgstr "Lock group chat" msgid "Lock group chat?" msgstr "Lock group chat?" -#: src/screens/Messages/ConversationSettings/index.tsx:517 +#: src/screens/Messages/ConversationSettings/index.tsx:520 msgid "Lock this group chat" msgstr "Lock this group chat" -#: src/screens/Messages/ConversationSettings/index.tsx:519 +#: src/screens/Messages/ConversationSettings/index.tsx:522 msgid "Locked" msgstr "Locked" @@ -6591,7 +6586,7 @@ msgid "Logo by @sawaratsuki.bsky.social" msgstr "" #: src/view/shell/desktop/RightNav.tsx:139 -#: src/view/shell/Drawer.tsx:697 +#: src/view/shell/Drawer.tsx:712 msgid "Logo by <0>@sawaratsuki.bsky.social" msgstr "" @@ -6734,22 +6729,22 @@ msgstr "" msgid "Message {displayName}" msgstr "Message {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:309 +#: src/screens/Messages/components/ChatListItem.tsx:310 msgid "Message deleted" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:86 +#: src/components/dms/MessageContextMenu.tsx:100 msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:539 +#: src/components/dms/MessageItem.tsx:553 msgid "Message failed to send." msgstr "Message failed to send." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:132 +#: src/components/dms/MessageContextMenu.tsx:146 msgid "Message from @{0}: {1}" msgstr "" @@ -6772,7 +6767,7 @@ msgstr "" msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:131 +#: src/components/dms/MessageContextMenu.tsx:145 msgid "Message options" msgstr "" @@ -6780,6 +6775,14 @@ msgstr "" msgid "Messages" msgstr "" +#: src/components/dms/MessageItem.tsx:651 +msgid "Messages from this person are hidden while they are blocking you." +msgstr "Messages from this person are hidden while they are blocking you." + +#: src/components/dms/MessageItem.tsx:646 +msgid "Messages from this person are hidden while you are blocking them." +msgstr "Messages from this person are hidden while you are blocking them." + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" @@ -6900,7 +6903,7 @@ msgstr "" msgid "Music" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:484 +#: src/screens/Messages/ConversationSettings/index.tsx:487 msgid "Mute" msgstr "Mute" @@ -6945,7 +6948,7 @@ msgstr "" msgid "Mute these accounts?" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:482 +#: src/screens/Messages/ConversationSettings/index.tsx:485 msgid "Mute this group chat" msgstr "Mute this group chat" @@ -6983,7 +6986,7 @@ msgstr "" msgid "Mute words & tags" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:484 +#: src/screens/Messages/ConversationSettings/index.tsx:487 msgid "Muted" msgstr "Muted" @@ -7055,7 +7058,7 @@ msgstr "" msgid "Navigates to the next screen" msgstr "" -#: src/view/shell/Drawer.tsx:79 +#: src/view/shell/Drawer.tsx:81 msgid "Navigates to your profile" msgstr "" @@ -7089,11 +7092,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:107 #: src/components/dms/dialogs/NewChatDialog.tsx:117 -#: src/screens/Messages/ChatList.tsx:145 -#: src/screens/Messages/ChatList.tsx:146 -#: src/screens/Messages/ChatList.tsx:353 -#: src/screens/Messages/ChatList.tsx:354 -#: src/screens/Messages/ChatList.tsx:467 +#: src/screens/Messages/ChatList.tsx:158 +#: src/screens/Messages/ChatList.tsx:159 +#: src/screens/Messages/ChatList.tsx:366 +#: src/screens/Messages/ChatList.tsx:367 +#: src/screens/Messages/ChatList.tsx:480 msgid "New chat" msgstr "" @@ -7172,7 +7175,7 @@ msgid "New post" msgstr "" #: src/view/com/feeds/FeedPage.tsx:179 -#: src/view/shell/desktop/LeftNav.tsx:584 +#: src/view/shell/desktop/LeftNav.tsx:597 msgctxt "action" msgid "New post" msgstr "" @@ -7237,10 +7240,6 @@ msgstr "" msgid "No app passwords yet" msgstr "" -#: src/screens/Messages/ChatList.tsx:347 -msgid "No chats yet" -msgstr "No chats yet" - #: src/components/contacts/screens/ViewMatches.tsx:681 msgid "No contacts found" msgstr "" @@ -7311,7 +7310,7 @@ msgstr "" msgid "No media yet" msgstr "" -#: src/screens/Messages/components/ChatListItem.tsx:295 +#: src/screens/Messages/components/ChatListItem.tsx:296 msgid "No messages yet" msgstr "" @@ -7525,9 +7524,9 @@ msgstr "" #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:255 -#: src/view/shell/desktop/LeftNav.tsx:671 -#: src/view/shell/Drawer.tsx:481 +#: src/view/shell/bottom-bar/BottomBar.tsx:260 +#: src/view/shell/desktop/LeftNav.tsx:686 +#: src/view/shell/Drawer.tsx:496 msgid "Notifications" msgstr "" @@ -7572,6 +7571,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 +#: src/components/dms/MessageItem.tsx:658 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:661 msgid "Okay" @@ -7596,11 +7596,11 @@ msgstr "" msgid "Onboarding reset" msgstr "" -#: src/view/com/composer/Composer.tsx:787 +#: src/view/com/composer/Composer.tsx:793 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:784 +#: src/view/com/composer/Composer.tsx:790 msgid "One or more images is missing alt text." msgstr "" @@ -7612,11 +7612,11 @@ msgstr "" msgid "One or more of your selected files are too large. Maximum size is 100 MB." msgstr "" -#: src/view/com/composer/Composer.tsx:589 +#: src/view/com/composer/Composer.tsx:595 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:794 +#: src/view/com/composer/Composer.tsx:800 msgid "One or more videos is missing alt text." msgstr "" @@ -7664,8 +7664,8 @@ msgstr "" msgid "Open chat member options for {displayName}" msgstr "Open chat member options for {displayName}" -#: src/screens/Messages/components/ChatListItem.tsx:470 -#: src/screens/Messages/components/ChatListItem.tsx:474 +#: src/screens/Messages/components/ChatListItem.tsx:471 +#: src/screens/Messages/components/ChatListItem.tsx:475 msgid "Open conversation options" msgstr "" @@ -7673,13 +7673,13 @@ msgstr "" msgid "Open draft" msgstr "" -#: src/components/Layout/Header/index.tsx:164 +#: src/components/Layout/Header/index.tsx:167 msgid "Open drawer menu" msgstr "" #: src/screens/Messages/components/MessageComposer.tsx:176 #: src/screens/Messages/components/MessageInput.web.tsx:148 -#: src/view/com/composer/Composer.tsx:2038 +#: src/view/com/composer/Composer.tsx:2044 msgid "Open emoji picker" msgstr "" @@ -7700,8 +7700,8 @@ msgstr "" msgid "Open Germ DM" msgstr "" -#: src/components/dms/MessagesListHeader.tsx:167 -#: src/components/dms/MessagesListHeader.tsx:202 +#: src/components/dms/MessagesListHeader.tsx:169 +#: src/components/dms/MessagesListHeader.tsx:208 msgid "Open group chat settings" msgstr "Open group chat settings" @@ -7710,7 +7710,7 @@ msgstr "Open group chat settings" msgid "Open link to {niceUrl}" msgstr "" -#: src/components/dms/ActionsWrapper.tsx:38 +#: src/components/dms/ActionsWrapper.tsx:43 msgid "Open message options" msgstr "" @@ -7859,7 +7859,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/components/dms/MessageItem.tsx:222 +#: src/components/dms/MessageItem.tsx:229 #: src/view/com/notifications/NotificationFeedItem.tsx:1019 #: src/view/com/util/UserAvatar.tsx:617 msgid "Opens this profile" @@ -8182,7 +8182,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:437 +#: src/view/com/composer/state/video.ts:454 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8321,7 +8321,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1687 +#: src/view/com/composer/Composer.tsx:1693 msgctxt "action" msgid "Post" msgstr "" @@ -8341,12 +8341,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1685 +#: src/view/com/composer/Composer.tsx:1691 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1345 +#: src/view/com/composer/Composer.tsx:1351 msgid "Post anyway" msgstr "Post anyway" @@ -8515,8 +8515,8 @@ msgstr "" #: src/screens/Settings/AboutSettings.tsx:95 #: src/screens/Settings/AboutSettings.tsx:98 #: src/view/screens/PrivacyPolicy.tsx:25 -#: src/view/shell/Drawer.tsx:692 -#: src/view/shell/Drawer.tsx:693 +#: src/view/shell/Drawer.tsx:707 +#: src/view/shell/Drawer.tsx:708 msgid "Privacy Policy" msgstr "" @@ -8524,11 +8524,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2472 +#: src/view/com/composer/Composer.tsx:2478 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2474 +#: src/view/com/composer/Composer.tsx:2480 msgid "Processing video..." msgstr "" @@ -8540,10 +8540,10 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:298 -#: src/view/shell/desktop/LeftNav.tsx:724 -#: src/view/shell/Drawer.tsx:78 -#: src/view/shell/Drawer.tsx:584 +#: src/view/shell/bottom-bar/BottomBar.tsx:303 +#: src/view/shell/desktop/LeftNav.tsx:744 +#: src/view/shell/Drawer.tsx:80 +#: src/view/shell/Drawer.tsx:599 msgid "Profile" msgstr "" @@ -8573,22 +8573,22 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1671 +#: src/view/com/composer/Composer.tsx:1677 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1666 +#: src/view/com/composer/Composer.tsx:1672 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1661 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1660 +#: src/view/com/composer/Composer.tsx:1666 msgid "Publish reply" msgstr "" @@ -8788,7 +8788,7 @@ msgstr "" msgid "Reject chat request" msgstr "" -#: src/screens/Messages/ChatList.tsx:325 +#: src/screens/Messages/ChatList.tsx:338 #: src/screens/Messages/Inbox.tsx:215 msgid "Reload conversations" msgstr "" @@ -9042,7 +9042,7 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/view/com/composer/Composer.tsx:1683 +#: src/view/com/composer/Composer.tsx:1689 msgctxt "action" msgid "Reply" msgstr "" @@ -9084,9 +9084,9 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:193 #: src/features/liveNow/components/LiveStatusDialog.tsx:266 -#: src/screens/Messages/ConversationSettings/index.tsx:530 +#: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Report" msgstr "" @@ -9118,7 +9118,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 +#: src/components/dms/MessageContextMenu.tsx:190 msgid "Report message" msgstr "" @@ -9149,7 +9149,7 @@ msgstr "" msgid "Report this feed" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:529 +#: src/screens/Messages/ConversationSettings/index.tsx:532 msgid "Report this group chat" msgstr "Report this group chat" @@ -9335,7 +9335,7 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:330 +#: src/screens/Messages/ChatList.tsx:343 #: src/screens/Messages/components/MessageListError.tsx:24 #: src/screens/Messages/Inbox.tsx:220 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 @@ -9415,22 +9415,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1326 +#: src/view/com/composer/Composer.tsx:1332 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1298 +#: src/view/com/composer/Composer.tsx:1304 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1326 +#: src/view/com/composer/Composer.tsx:1332 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1300 +#: src/view/com/composer/Composer.tsx:1306 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -9459,8 +9459,8 @@ msgstr "" msgid "Save to my feeds" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:712 -#: src/view/shell/Drawer.tsx:559 +#: src/view/shell/desktop/LeftNav.tsx:731 +#: src/view/shell/Drawer.tsx:574 msgctxt "link to bookmarks screen" msgid "Saved" msgstr "" @@ -9487,7 +9487,8 @@ msgstr "" msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:139 +#: src/screens/Messages/ChatList.tsx:152 +#: src/screens/Messages/ChatList.tsx:360 msgid "Say hi to someone" msgstr "Say hi to someone" @@ -9511,12 +9512,12 @@ msgstr "" msgid "Scroll to top" msgstr "" -#: src/components/dialogs/SearchablePeopleList.tsx:668 +#: src/components/dialogs/SearchablePeopleList.tsx:672 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 #: src/screens/Search/Shell.tsx:362 #: src/screens/Search/Shell.tsx:525 -#: src/view/shell/bottom-bar/BottomBar.tsx:199 +#: src/view/shell/bottom-bar/BottomBar.tsx:204 msgid "Search" msgstr "" @@ -9602,7 +9603,7 @@ msgstr "" msgid "Search posts" msgstr "" -#: src/components/dialogs/SearchablePeopleList.tsx:688 +#: src/components/dialogs/SearchablePeopleList.tsx:692 #: src/components/dms/components/UserSearchInput.tsx:63 #: src/components/ProgressGuide/FollowDialog.tsx:727 msgid "Search profiles" @@ -9612,7 +9613,7 @@ msgstr "" msgid "Search..." msgstr "" -#: src/components/dialogs/SearchablePeopleList.tsx:689 +#: src/components/dialogs/SearchablePeopleList.tsx:693 #: src/components/dms/components/UserSearchInput.tsx:64 #: src/components/ProgressGuide/FollowDialog.tsx:728 msgid "Searches for profiles" @@ -9870,7 +9871,7 @@ msgstr "" msgid "Send error report" msgstr "Send error report" -#: src/view/shell/Drawer.tsx:349 +#: src/view/shell/Drawer.tsx:364 msgid "Send feedback" msgstr "" @@ -9909,7 +9910,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:140 +#: src/components/dms/MessageContextMenu.tsx:154 msgid "Sent at {0}" msgstr "Sent at {0}" @@ -9952,8 +9953,8 @@ msgstr "" #: src/Navigation.tsx:220 #: src/screens/Settings/Settings.tsx:98 -#: src/view/shell/desktop/LeftNav.tsx:733 -#: src/view/shell/Drawer.tsx:597 +#: src/view/shell/desktop/LeftNav.tsx:754 +#: src/view/shell/Drawer.tsx:612 msgid "Settings" msgstr "" @@ -10237,10 +10238,10 @@ msgstr "" #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:337 #: src/view/shell/bottom-bar/BottomBar.tsx:342 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:239 -#: src/view/shell/bottom-bar/BottomBarWeb.tsx:244 +#: src/view/shell/bottom-bar/BottomBar.tsx:347 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 +#: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:63 msgid "Sign in" @@ -10283,9 +10284,9 @@ msgstr "" #: src/screens/SignupQueued.tsx:94 #: src/screens/SignupQueued.tsx:97 #: src/screens/Takendown.tsx:88 -#: src/view/shell/desktop/LeftNav.tsx:224 -#: src/view/shell/desktop/LeftNav.tsx:279 -#: src/view/shell/desktop/LeftNav.tsx:282 +#: src/view/shell/desktop/LeftNav.tsx:226 +#: src/view/shell/desktop/LeftNav.tsx:281 +#: src/view/shell/desktop/LeftNav.tsx:284 msgid "Sign out" msgstr "" @@ -10294,7 +10295,7 @@ msgid "Sign Out" msgstr "" #: src/screens/Settings/Settings.tsx:296 -#: src/view/shell/desktop/LeftNav.tsx:221 +#: src/view/shell/desktop/LeftNav.tsx:223 msgid "Sign out?" msgstr "" @@ -10326,7 +10327,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1343 +#: src/view/com/composer/Composer.tsx:1349 msgid "Skip empty posts?" msgstr "Skip empty posts?" @@ -10397,7 +10398,7 @@ msgid "Someone left the group" msgstr "Someone left the group" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:287 +#: src/components/dms/MessageItem.tsx:294 msgid "Someone reacted {0}" msgstr "" @@ -10499,7 +10500,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:234 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:238 msgid "Start a conversation, and it will appear here." msgstr "" @@ -10720,16 +10721,16 @@ msgstr "" #: src/screens/Settings/Settings.tsx:122 #: src/screens/Settings/Settings.tsx:134 #: src/screens/Settings/Settings.tsx:615 -#: src/view/shell/desktop/LeftNav.tsx:259 +#: src/view/shell/desktop/LeftNav.tsx:261 msgid "Switch account" msgstr "" -#: src/view/shell/desktop/LeftNav.tsx:122 +#: src/view/shell/desktop/LeftNav.tsx:124 msgid "Switch accounts" msgstr "" #. placeholder {0}: sanitizeHandle( profile?.handle ?? account.handle, '@', ) -#: src/view/shell/desktop/LeftNav.tsx:361 +#: src/view/shell/desktop/LeftNav.tsx:363 msgid "Switch to {0}" msgstr "" @@ -10755,6 +10756,10 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" +#: src/components/dms/MessageItem.tsx:598 +msgid "Tap for details" +msgstr "Tap for details" + #: src/view/com/feeds/MissingFeed.tsx:90 msgid "Tap for information" msgstr "" @@ -10763,9 +10768,9 @@ msgstr "" msgid "Tap for more information" msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:330 -msgid "Tap here to confirm your location with GPS." -msgstr "" +#: src/screens/Signup/StepInfo/index.tsx:323 +msgid "Tap here to update your location with GPS." +msgstr "Tap here to update your location with GPS." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:165 msgid "Tap to acknowledge that you understand and agree to these updates and continue using Bluesky" @@ -10790,7 +10795,7 @@ msgstr "Tap to remove" msgid "Tap to remove your {0} reaction" msgstr "Tap to remove your {0} reaction" -#: src/components/dms/MessageItem.tsx:549 +#: src/components/dms/MessageItem.tsx:563 msgid "Tap to retry" msgstr "Tap to retry" @@ -10803,7 +10808,7 @@ msgstr "Tap to show {0} reactions" msgid "Tap to show all reactions" msgstr "Tap to show all reactions" -#: src/components/dms/MessageItem.tsx:310 +#: src/components/dms/MessageItem.tsx:317 msgid "Tap to view reactions" msgstr "Tap to view reactions" @@ -10851,8 +10856,8 @@ msgstr "" #: src/screens/Settings/AboutSettings.tsx:87 #: src/screens/Settings/AboutSettings.tsx:90 #: src/view/screens/TermsOfService.tsx:25 -#: src/view/shell/Drawer.tsx:685 -#: src/view/shell/Drawer.tsx:687 +#: src/view/shell/Drawer.tsx:700 +#: src/view/shell/Drawer.tsx:702 msgid "Terms of Service" msgstr "" @@ -10980,10 +10985,10 @@ msgstr "The post you’re replying to was marked as being written in {suggestedL msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:396 -#: src/view/com/composer/state/video.ts:434 -msgid "The selected video is larger than 100 MB. Please try again with a smaller file." -msgstr "" +#: src/view/com/composer/state/video.ts:407 +#: src/view/com/composer/state/video.ts:451 +msgid "The selected video is larger than {videoSize} MB. Please try again with a smaller file." +msgstr "The selected video is larger than {videoSize} MB. Please try again with a smaller file." #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:19 @@ -11194,7 +11199,7 @@ msgstr "" msgid "This chat has ended" msgstr "This chat has ended" -#: src/screens/Messages/components/ChatListItem.tsx:359 +#: src/screens/Messages/components/ChatListItem.tsx:360 #: src/screens/Messages/components/ChatLocked.tsx:61 msgid "This chat is locked" msgstr "This chat is locked" @@ -11333,6 +11338,16 @@ msgstr "" msgid "This list is empty." msgstr "" +#: src/components/dms/MessageItem.tsx:596 +#: src/components/dms/MessageItem.tsx:624 +msgid "This message is hidden because this user is blocking you." +msgstr "This message is hidden because this user is blocking you." + +#: src/components/dms/MessageItem.tsx:595 +#: src/components/dms/MessageItem.tsx:620 +msgid "This message is hidden because you are blocking this user." +msgstr "This message is hidden because you are blocking this user." + #: src/screens/Profile/ErrorState.tsx:41 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" @@ -11341,7 +11356,7 @@ msgstr "" msgid "This moderation was applied to the entire user account and will appear on all posts." msgstr "This moderation was applied to the entire user account and will appear on all posts." -#: src/components/dms/MessagesListBlockedFooter.tsx:82 +#: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "This person is blocking you" msgstr "This person is blocking you" @@ -11367,7 +11382,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:957 +#: src/view/com/composer/Composer.tsx:963 msgid "This post's author has disabled quote posts." msgstr "" @@ -11559,8 +11574,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:148 -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:162 +#: src/components/dms/MessageContextMenu.tsx:165 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:553 @@ -11692,8 +11707,9 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessagesListBlockedFooter.tsx:95 -#: src/components/dms/MessagesListBlockedFooter.tsx:102 +#: src/components/dms/MessageItem.tsx:662 +#: src/components/dms/MessagesListBlockedFooter.tsx:97 +#: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:222 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:358 @@ -11818,7 +11834,7 @@ msgstr "" msgid "Unlock chat" msgstr "Unlock chat" -#: src/screens/Messages/ConversationSettings/index.tsx:516 +#: src/screens/Messages/ConversationSettings/index.tsx:519 msgid "Unlock this group chat" msgstr "Unlock this group chat" @@ -11855,7 +11871,7 @@ msgstr "" msgid "Unmute list" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:481 +#: src/screens/Messages/ConversationSettings/index.tsx:484 msgid "Unmute this group chat" msgstr "Unmute this group chat" @@ -11934,7 +11950,7 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "Unsupported clipboard content" -#: src/view/com/composer/Composer.tsx:1436 +#: src/view/com/composer/Composer.tsx:1442 msgid "Unsupported video type: {mimeType}" msgstr "" @@ -11965,7 +11981,7 @@ msgstr "Update invite link" msgid "Update to {domain}" msgstr "" -#: src/screens/Messages/Conversation.tsx:327 +#: src/screens/Messages/Conversation.tsx:335 msgid "Update your app to the latest version to join in!" msgstr "Update your app to the latest version to join in!" @@ -11973,6 +11989,13 @@ msgstr "Update your app to the latest version to join in!" msgid "Update your email" msgstr "" +#: src/ageAssurance/components/NoAccessScreen.tsx:397 +#: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:278 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 +#: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 +msgid "Update your location" +msgstr "Update your location" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:355 msgctxt "toast" msgid "Updating quote attachment failed" @@ -12010,7 +12033,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2465 +#: src/view/com/composer/Composer.tsx:2471 msgid "Uploading GIF..." msgstr "" @@ -12023,7 +12046,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2467 +#: src/view/com/composer/Composer.tsx:2473 msgid "Uploading video..." msgstr "" @@ -12272,7 +12295,7 @@ msgstr "" msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:358 +#: src/view/com/composer/state/video.ts:364 msgid "Video failed to process" msgstr "" @@ -12311,7 +12334,7 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2485 +#: src/view/com/composer/Composer.tsx:2491 msgid "Video uploaded" msgstr "" @@ -12328,7 +12351,7 @@ msgstr "" msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1049 +#: src/view/com/composer/Composer.tsx:1055 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -12414,7 +12437,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1044 +#: src/view/com/composer/Composer.tsx:1050 msgid "View post" msgstr "" @@ -12442,7 +12465,7 @@ msgstr "View publication" msgid "View the avatar" msgstr "" -#: src/screens/Messages/ConversationSettings/index.tsx:503 +#: src/screens/Messages/ConversationSettings/index.tsx:506 msgid "View the invite link for this group chat" msgstr "View the invite link for this group chat" @@ -12471,8 +12494,8 @@ msgstr "" msgid "View your default post interaction settings" msgstr "" -#: src/view/com/home/HomeHeaderLayout.web.tsx:57 -#: src/view/com/home/HomeHeaderLayoutMobile.tsx:82 +#: src/view/com/home/HomeHeaderLayout.web.tsx:59 +#: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 msgid "View your feeds and explore more" msgstr "" @@ -12611,7 +12634,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:418 +#: src/view/com/composer/state/video.ts:434 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -12706,7 +12729,7 @@ msgstr "We’re sorry, but your search could not be completed. Please try again msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:955 +#: src/view/com/composer/Composer.tsx:961 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -12757,7 +12780,7 @@ msgid "What do you want to call your starter pack?" msgstr "" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1396 +#: src/view/com/composer/Composer.tsx:1402 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -12784,7 +12807,7 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:310 +#: src/screens/Messages/ChatList.tsx:323 #: src/screens/Messages/Inbox.tsx:200 msgid "Whoops!" msgstr "" @@ -12838,7 +12861,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1314 +#: src/view/com/composer/Composer.tsx:1320 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -12847,12 +12870,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1496 +#: src/view/com/composer/Composer.tsx:1502 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1394 +#: src/view/com/composer/Composer.tsx:1400 msgid "Write your reply" msgstr "" @@ -12916,7 +12939,16 @@ msgstr "" msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." msgstr "" +#. placeholder {0}: sanitizeHandle(profile.handle, '@') +#: src/components/dms/MessageItem.tsx:635 +msgid "You are blocking {0}" +msgstr "You are blocking {0}" + #: src/components/dms/MessagesListBlockedFooter.tsx:81 +msgid "You are blocking the chat owner" +msgstr "You are blocking the chat owner" + +#: src/components/dms/MessagesListBlockedFooter.tsx:83 msgid "You are blocking this person" msgstr "You are blocking this person" @@ -12946,7 +12978,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:411 +#: src/view/com/composer/state/video.ts:427 msgid "You are not allowed to upload videos." msgstr "" @@ -13009,7 +13041,7 @@ msgstr "" msgid "You can now sign in with your new password." msgstr "" -#: src/view/com/composer/Composer.tsx:1319 +#: src/view/com/composer/Composer.tsx:1325 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13029,7 +13061,7 @@ msgstr "" msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." msgstr "" -#: src/components/dms/MessagesListBlockedFooter.tsx:91 +#: src/components/dms/MessagesListBlockedFooter.tsx:93 msgid "You can read chat history but can’t send new messages." msgstr "You can read chat history but can’t send new messages." @@ -13140,7 +13172,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1309 +#: src/view/com/composer/Composer.tsx:1315 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -13228,7 +13260,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:280 +#: src/components/dms/MessageItem.tsx:287 msgid "You reacted {0}" msgstr "" @@ -13243,7 +13275,7 @@ msgid "You recently changed your birthdate" msgstr "" #: src/screens/Settings/Settings.tsx:297 -#: src/view/shell/desktop/LeftNav.tsx:222 +#: src/view/shell/desktop/LeftNav.tsx:224 msgid "You will be signed out of all your accounts." msgstr "" @@ -13337,7 +13369,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:576 +#: src/view/com/composer/Composer.tsx:582 msgid "You've reached the maximum number of drafts" msgstr "" @@ -13349,11 +13381,11 @@ msgstr "" msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:422 +#: src/view/com/composer/state/video.ts:438 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:426 +#: src/view/com/composer/state/video.ts:442 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -13373,7 +13405,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:430 +#: src/view/com/composer/state/video.ts:446 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -13477,7 +13509,7 @@ msgstr "" msgid "Your live event preferences have been updated." msgstr "" -#: src/screens/Signup/StepInfo/index.tsx:360 +#: src/screens/Signup/StepInfo/index.tsx:353 msgid "Your location has been updated." msgstr "" @@ -13497,11 +13529,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1040 +#: src/view/com/composer/Composer.tsx:1046 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1037 +#: src/view/com/composer/Composer.tsx:1043 msgid "Your posts were sent" msgstr "" @@ -13522,7 +13554,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1045 msgid "Your reply was sent" msgstr "" @@ -13535,7 +13567,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1344 +#: src/view/com/composer/Composer.tsx:1350 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread."