Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Nightly source-language update

authored by

pfrazee and committed by
github-actions[bot]
8f56fca8 524cbc51

+288 -190
+288 -190
src/locale/locales/en/messages.po
··· 13 13 "Language-Team: \n" 14 14 "Plural-Forms: \n" 15 15 16 - #: src/screens/Messages/ConversationSettings.tsx:861 17 - #: src/screens/Messages/ConversationSettings.tsx:871 18 - #: src/screens/Messages/ConversationSettings.tsx:948 16 + #: src/screens/Messages/ConversationSettings.tsx:924 17 + #: src/screens/Messages/ConversationSettings.tsx:934 18 + #: src/screens/Messages/ConversationSettings.tsx:1011 19 19 msgid "…" 20 20 msgstr "…" 21 21 ··· 24 24 msgid "\"{interestsDisplayName}\" category (active)" 25 25 msgstr "" 26 26 27 - #: src/screens/Messages/components/ChatListItem.tsx:320 27 + #: src/screens/Messages/components/ChatListItem.tsx:282 28 28 msgid "(contains embedded content)" 29 29 msgstr "" 30 30 ··· 72 72 msgid "{0, plural, one {# like} other {# likes}}" 73 73 msgstr "" 74 74 75 + #. placeholder {0}: convo.members.length 76 + #: src/components/dialogs/SearchablePeopleList.tsx:553 77 + msgid "{0, plural, one {# member} other {# members}}" 78 + msgstr "{0, plural, one {# member} other {# members}}" 79 + 75 80 #. placeholder {0}: diff.value 76 81 #: src/lib/hooks/useTimeAgo.ts:149 77 82 msgid "{0, plural, one {# minute} other {# minutes}}" ··· 84 89 85 90 #. placeholder {0}: reactions.length 86 91 #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') 87 - #: src/components/dms/MessageItem.tsx:242 92 + #: src/components/dms/MessageItem.tsx:293 88 93 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" 89 94 msgstr "{0, plural, one {# person} other {# people}} reacted – {1}" 90 95 ··· 169 174 170 175 #. placeholder {0}: reaction.value 171 176 #. placeholder {1}: reaction.count 172 - #: src/components/dms/MessageItem.tsx:710 177 + #: src/components/dms/ReactionsDialog.tsx:387 173 178 msgid "{0} {1}" 174 179 msgstr "{0} {1}" 175 180 ··· 224 229 225 230 #. placeholder {0}: sanitizeDisplayName( sender.displayName || sender.handle, ) 226 231 #. placeholder {1}: reaction.value 227 - #: src/components/dms/MessageItem.tsx:235 232 + #: src/components/dms/MessageItem.tsx:286 228 233 msgid "{0} reacted {1}" 229 234 msgstr "" 230 235 231 236 #. placeholder {0}: sanitizeDisplayName( sender.displayName || sender.handle, ) 232 237 #. placeholder {1}: convo.lastReaction.reaction.value 233 238 #. placeholder {2}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 234 - #: src/screens/Messages/components/ChatListItem.tsx:385 239 + #: src/screens/Messages/components/ChatListItem.tsx:347 235 240 msgid "{0} reacted {1} to {2}" 236 241 msgstr "" 237 242 ··· 255 260 msgid "{0}'s avatar" 256 261 msgstr "" 257 262 258 - #. placeholder {0}: groupOwner.handle 263 + #. placeholder {0}: sanitizeDisplayName( profile.displayName || sanitizeHandle(profile.handle), ) 264 + #: src/components/dms/MessageItem.tsx:224 265 + msgid "{0}’s avatar" 266 + msgstr "{0}’s avatar" 267 + 259 268 #. placeholder {0}: profile.handle 260 269 #: src/components/dms/MessagesListHeader.tsx:121 261 - #: src/screens/Messages/components/ChatListItem.tsx:224 262 270 msgid "{0}'s group chat" 263 271 msgstr "{0}'s group chat" 264 272 ··· 463 471 msgid "{following} following" 464 472 msgstr "" 465 473 466 - #: src/components/dialogs/SearchablePeopleList.tsx:414 474 + #: src/components/dialogs/SearchablePeopleList.tsx:458 467 475 msgid "{handle} can't be messaged" 468 476 msgstr "" 469 477 470 - #: src/components/dms/InitiateChatFlow.tsx:805 471 - #: src/components/dms/InitiateChatFlow.tsx:858 472 - #: src/components/dms/InitiateChatFlow.tsx:897 478 + #: src/components/dms/components/GroupChatProfileCard.tsx:56 479 + #: src/components/dms/InitiateChatFlow.tsx:809 480 + #: src/components/dms/InitiateChatFlow.tsx:848 473 481 msgid "{handle} can’t be messaged" 474 482 msgstr "{handle} can’t be messaged" 475 483 ··· 502 510 msgid "{MAX_HIDDEN_REPLIES, plural, other {You can hide a maximum of # replies.}}" 503 511 msgstr "" 504 512 505 - #: src/screens/Messages/ConversationSettings.tsx:231 513 + #: src/screens/Messages/ConversationSettings.tsx:239 506 514 msgid "{memberCount}/{MEMBER_LIMIT}" 507 515 msgstr "{memberCount}/{MEMBER_LIMIT}" 508 516 ··· 543 551 msgid "{rank}." 544 552 msgstr "" 545 553 546 - #: src/screens/Messages/ConversationSettings.tsx:238 554 + #: src/screens/Messages/ConversationSettings.tsx:246 547 555 msgid "{requestCount, plural, one {# request} other {# requests}}" 548 556 msgstr "{requestCount, plural, one {# request} other {# requests}}" 549 557 ··· 685 693 msgstr "" 686 694 687 695 #. If last message does not contain text, fall back to "{user} reacted to {a message}" 688 - #: src/screens/Messages/components/ChatListItem.tsx:368 696 + #: src/screens/Messages/components/ChatListItem.tsx:330 689 697 msgid "a message" 690 698 msgstr "" 691 699 ··· 746 754 msgstr "" 747 755 748 756 #. Accept a chat request 749 - #: src/screens/Messages/components/RequestListItem.tsx:42 757 + #: src/screens/Messages/components/RequestListItem.tsx:45 750 758 msgid "Accept Request" 751 759 msgstr "" 752 760 ··· 774 782 775 783 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:426 776 784 #: src/screens/Messages/components/RequestButtons.tsx:101 777 - #: src/screens/Messages/ConversationSettings.tsx:528 785 + #: src/screens/Messages/ConversationSettings.tsx:571 778 786 #: src/view/com/profile/ProfileMenu.tsx:188 779 787 msgctxt "toast" 780 788 msgid "Account blocked" ··· 820 828 msgid "Account removed from quick access" 821 829 msgstr "" 822 830 823 - #: src/screens/Messages/ConversationSettings.tsx:515 831 + #: src/screens/Messages/ConversationSettings.tsx:558 824 832 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:88 825 833 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 826 834 #: src/view/com/profile/ProfileMenu.tsx:176 ··· 857 865 #: src/components/dialogs/MutedWords.tsx:337 858 866 #: src/components/dialogs/StarterPackDialog.tsx:376 859 867 #: src/components/dialogs/StarterPackDialog.tsx:388 868 + #: src/components/dms/AddMembersFlow.tsx:341 860 869 #: src/view/com/modals/UserAddRemoveLists.tsx:236 861 870 msgid "Add" 862 871 msgstr "" ··· 935 944 #: src/components/dms/EmojiReactionPicker.web.tsx:35 936 945 msgid "Add emoji reaction" 937 946 msgstr "" 947 + 948 + #: src/components/dms/AddMembersFlow.tsx:422 949 + msgid "Add group chat members" 950 + msgstr "Add group chat members" 938 951 939 952 #: src/view/com/feeds/ComposerPrompt.tsx:224 940 953 msgid "Add image" ··· 945 958 msgid "Add media to post" 946 959 msgstr "" 947 960 948 - #: src/screens/Messages/ConversationSettings.tsx:297 961 + #: src/screens/Messages/ConversationSettings.tsx:325 962 + #: src/screens/Messages/ConversationSettings.tsx:342 949 963 msgid "Add members" 950 964 msgstr "Add members" 951 965 ··· 967 981 msgid "Add muted words and tags" 968 982 msgstr "" 969 983 984 + #: src/screens/Messages/components/MessagesListInfoPanel.tsx:101 985 + #: src/screens/Messages/components/MessagesListInfoPanel.tsx:126 970 986 #: src/screens/ProfileList/AboutSection.tsx:72 971 987 #: src/screens/ProfileList/AboutSection.tsx:90 972 988 msgid "Add people" ··· 1045 1061 msgid "Additional details (limit 300 characters)" 1046 1062 msgstr "" 1047 1063 1048 - #: src/screens/Messages/ConversationSettings.tsx:343 1049 - #: src/screens/Messages/ConversationSettings.tsx:566 1064 + #: src/screens/Messages/ConversationSettings.tsx:386 1065 + #: src/screens/Messages/ConversationSettings.tsx:609 1050 1066 msgid "Admin" 1051 1067 msgstr "Admin" 1052 1068 ··· 1109 1125 msgstr "" 1110 1126 1111 1127 #. the default tab in the interests tab bar 1112 - #: src/components/dms/MessageItem.tsx:628 1128 + #: src/components/dms/ReactionsDialog.tsx:289 1113 1129 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 1114 1130 #: src/view/screens/Notifications.tsx:88 1115 1131 msgid "All" ··· 1325 1341 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." 1326 1342 msgstr "" 1327 1343 1328 - #: src/screens/Messages/ConversationSettings.tsx:1016 1344 + #: src/screens/Messages/ConversationSettings.tsx:1079 1329 1345 msgid "An invite link lets people join this group chat without being added directly. You control who can use the link and whether they need your approval. You can disable the link at any time. Your name, avatar, and the name of the group chat will be visible to everyone" 1330 1346 msgstr "An invite link lets people join this group chat without being added directly. You control who can use the link and whether they need your approval. You can disable the link at any time. Your name, avatar, and the name of the group chat will be visible to everyone" 1331 1347 ··· 1525 1541 msgid "Are you sure you want to delete the app password \"{0}\"?" 1526 1542 msgstr "" 1527 1543 1528 - #: src/components/dms/MessageContextMenu.tsx:204 1544 + #: src/components/dms/MessageContextMenu.tsx:207 1529 1545 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." 1530 1546 msgstr "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." 1531 1547 ··· 1538 1554 msgid "Are you sure you want to discard your changes?" 1539 1555 msgstr "" 1540 1556 1557 + #: src/screens/Messages/ConversationSettings.tsx:1122 1558 + msgid "Are you sure you want to leave {groupName}?" 1559 + msgstr "Are you sure you want to leave {groupName}?" 1560 + 1541 1561 #: src/components/dms/LeaveConvoPrompt.tsx:50 1542 1562 msgid "Are you sure you want to leave this conversation?" 1543 1563 msgstr "" ··· 1609 1629 msgid "Available" 1610 1630 msgstr "" 1611 1631 1612 - #: src/components/dms/InitiateChatFlow.tsx:485 1613 - #: src/components/dms/InitiateChatFlow.tsx:670 1614 - #: src/components/dms/InitiateChatFlow.tsx:677 1632 + #: src/components/dms/AddMembersFlow.tsx:290 1633 + #: src/components/dms/AddMembersFlow.tsx:445 1634 + #: src/components/dms/AddMembersFlow.tsx:452 1635 + #: src/components/dms/InitiateChatFlow.tsx:489 1636 + #: src/components/dms/InitiateChatFlow.tsx:674 1637 + #: src/components/dms/InitiateChatFlow.tsx:681 1615 1638 #: src/components/moderation/LabelsOnMeDialog.tsx:334 1616 1639 #: src/components/moderation/LabelsOnMeDialog.tsx:335 1617 1640 #: src/screens/Login/ChooseAccountForm.tsx:98 ··· 1624 1647 #: src/screens/Login/SetNewPasswordForm.tsx:178 1625 1648 #: src/screens/Messages/components/ChatDisabled.tsx:148 1626 1649 #: src/screens/Messages/components/ChatDisabled.tsx:149 1627 - #: src/screens/Profile/Header/Shell.tsx:184 1650 + #: src/screens/Profile/Header/Shell.tsx:174 1628 1651 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 1629 1652 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 1630 1653 #: src/screens/Signup/BackNextButtons.tsx:42 ··· 1670 1693 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." 1671 1694 msgstr "" 1672 1695 1673 - #: src/components/dms/dialogs/NewChatDialog.tsx:85 1696 + #: src/components/dms/dialogs/NewChatDialog.tsx:94 1674 1697 #: src/components/dms/MessageProfileButton.tsx:60 1675 1698 #: src/screens/Messages/ChatList.tsx:376 1676 1699 #: src/screens/Messages/Conversation.tsx:247 1677 - #: src/screens/Messages/ConversationSettings.tsx:505 1700 + #: src/screens/Messages/ConversationSettings.tsx:548 1678 1701 msgid "Before you can message another user, you must first verify your email." 1679 1702 msgstr "" 1680 1703 ··· 1703 1726 msgstr "" 1704 1727 1705 1728 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:853 1706 - #: src/screens/Messages/ConversationSettings.tsx:627 1707 - #: src/screens/Messages/ConversationSettings.tsx:1060 1729 + #: src/screens/Messages/ConversationSettings.tsx:670 1730 + #: src/screens/Messages/ConversationSettings.tsx:1147 1708 1731 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 1709 1732 #: src/view/com/profile/ProfileMenu.tsx:563 1710 1733 msgid "Block" 1711 1734 msgstr "" 1712 1735 1713 - #: src/screens/Messages/ConversationSettings.tsx:623 1736 + #: src/screens/Messages/ConversationSettings.tsx:666 1714 1737 msgid "Block {displayName}" 1715 1738 msgstr "Block {displayName}" 1716 1739 ··· 1725 1748 msgid "Block account" 1726 1749 msgstr "" 1727 1750 1728 - #: src/screens/Messages/ConversationSettings.tsx:1057 1751 + #: src/screens/Messages/ConversationSettings.tsx:1144 1729 1752 msgid "Block account?" 1730 1753 msgstr "Block account?" 1731 1754 ··· 1782 1805 msgstr "" 1783 1806 1784 1807 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:851 1785 - #: src/screens/Messages/ConversationSettings.tsx:1058 1808 + #: src/screens/Messages/ConversationSettings.tsx:1145 1786 1809 #: src/view/com/profile/ProfileMenu.tsx:558 1787 1810 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." 1788 1811 msgstr "" ··· 2017 2040 #: src/features/liveNow/components/GoLiveDialog.tsx:254 2018 2041 #: src/lib/media/picker.tsx:38 2019 2042 #: src/screens/Deactivated.tsx:150 2020 - #: src/screens/Messages/ConversationSettings.tsx:1018 2021 - #: src/screens/Messages/ConversationSettings.tsx:1039 2043 + #: src/screens/Messages/ConversationSettings.tsx:1081 2044 + #: src/screens/Messages/ConversationSettings.tsx:1102 2045 + #: src/screens/Messages/ConversationSettings.tsx:1126 2022 2046 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 2023 2047 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 2024 2048 #: src/screens/Search/Shell.tsx:399 ··· 2302 2326 msgid "click here" 2303 2327 msgstr "" 2304 2328 2329 + #: src/screens/Messages/components/MessagesListInfoPanel.tsx:97 2330 + msgid "Click here to add people to this group chat" 2331 + msgstr "Click here to add people to this group chat" 2332 + 2305 2333 #: src/ageAssurance/components/NoAccessScreen.tsx:129 2306 2334 msgid "Click here to contact our support team" 2307 2335 msgstr "" ··· 2327 2355 msgid "Click here to update your email" 2328 2356 msgstr "" 2329 2357 2358 + #: src/screens/Messages/components/MessagesListInfoPanel.tsx:109 2359 + msgid "Click here to view or create an invite link for this group chat" 2360 + msgstr "Click here to view or create an invite link for this group chat" 2361 + 2330 2362 #. placeholder {0}: isCashtag ? tag : `#${tag}` 2331 2363 #: src/components/RichTextTag.tsx:56 2332 2364 msgid "Click to open tag menu for {0}" 2333 2365 msgstr "" 2334 2366 2335 - #: src/components/dms/MessageItem.tsx:480 2367 + #: src/components/dms/MessageItem.tsx:544 2336 2368 msgid "Click to retry failed message" 2337 2369 msgstr "" 2338 2370 2371 + #: src/components/dms/ActionsWrapper.web.tsx:142 2372 + msgid "Click to view the date and time" 2373 + msgstr "Click to view the date and time" 2374 + 2339 2375 #: src/components/dms/ChatEmptyPill.tsx:39 2340 2376 msgid "Clip 🐴 clop 🐴" 2341 2377 msgstr "" ··· 2359 2395 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:185 2360 2396 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:191 2361 2397 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:199 2362 - #: src/components/dialogs/SearchablePeopleList.tsx:296 2398 + #: src/components/dialogs/SearchablePeopleList.tsx:339 2363 2399 #: src/components/dialogs/StarterPackDialog.tsx:187 2400 + #: src/components/dms/AddMembersFlow.tsx:315 2364 2401 #: src/components/dms/AfterReportDialog.tsx:93 2365 2402 #: src/components/dms/AfterReportDialog.tsx:98 2366 2403 #: src/components/dms/AfterReportDialog.tsx:212 2367 2404 #: src/components/dms/AfterReportDialog.tsx:217 2368 2405 #: src/components/dms/EmojiPopup.android.tsx:59 2369 - #: src/components/dms/InitiateChatFlow.tsx:510 2406 + #: src/components/dms/InitiateChatFlow.tsx:514 2370 2407 #: src/components/NewskieDialog.tsx:169 2371 2408 #: src/components/NewskieDialog.tsx:175 2372 2409 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 ··· 2386 2423 msgid "Close" 2387 2424 msgstr "" 2388 2425 2389 - #: src/components/Dialog/index.web.tsx:126 2390 - #: src/components/Dialog/index.web.tsx:311 2426 + #: src/components/Dialog/index.web.tsx:127 2427 + #: src/components/Dialog/index.web.tsx:313 2391 2428 msgid "Close active dialog" 2392 2429 msgstr "" 2393 2430 ··· 2679 2716 msgid "Continue thread..." 2680 2717 msgstr "" 2681 2718 2682 - #: src/components/dms/InitiateChatFlow.tsx:437 2719 + #: src/components/dms/AddMembersFlow.tsx:255 2720 + #: src/components/dms/InitiateChatFlow.tsx:441 2683 2721 msgid "Continue to group name" 2684 2722 msgstr "Continue to group name" 2685 2723 ··· 2695 2733 msgid "Conversation" 2696 2734 msgstr "" 2697 2735 2698 - #: src/screens/Messages/components/ChatListItem.tsx:355 2736 + #: src/screens/Messages/components/ChatListItem.tsx:317 2699 2737 msgid "Conversation deleted" 2700 2738 msgstr "" 2701 2739 ··· 2709 2747 msgid "Copied build version to clipboard" 2710 2748 msgstr "" 2711 2749 2712 - #: src/components/dms/MessageContextMenu.tsx:62 2750 + #: src/components/dms/MessageContextMenu.tsx:64 2713 2751 #: src/components/PostControls/DiscoverDebug.tsx:36 2714 2752 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:272 2715 2753 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 ··· 2790 2828 msgid "Copy link to starter pack" 2791 2829 msgstr "" 2792 2830 2793 - #: src/components/dms/MessageContextMenu.tsx:151 2794 2831 #: src/components/dms/MessageContextMenu.tsx:154 2832 + #: src/components/dms/MessageContextMenu.tsx:157 2795 2833 msgid "Copy message text" 2796 2834 msgstr "" 2797 2835 ··· 2862 2900 msgid "Could not mute chat" 2863 2901 msgstr "" 2864 2902 2865 - #: src/screens/Messages/ConversationSettings.tsx:690 2866 - msgid "Could not mute group chat" 2867 - msgstr "Could not mute group chat" 2868 - 2869 2903 #: src/view/com/composer/videos/VideoPreview.web.tsx:66 2870 2904 msgid "Could not process your video" 2871 2905 msgstr "" ··· 2896 2930 #. Text on button to create a new starter pack 2897 2931 #: src/components/dialogs/StarterPackDialog.tsx:113 2898 2932 #: src/components/dialogs/StarterPackDialog.tsx:210 2899 - #: src/components/dms/InitiateChatFlow.tsx:446 2933 + #: src/components/dms/InitiateChatFlow.tsx:450 2900 2934 #: src/components/StarterPack/ProfileStarterPacks.tsx:329 2901 2935 msgid "Create" 2902 2936 msgstr "" ··· 2959 2993 msgid "Create an avatar instead" 2960 2994 msgstr "" 2961 2995 2962 - #: src/screens/Messages/ConversationSettings.tsx:800 2996 + #: src/screens/Messages/ConversationSettings.tsx:858 2963 2997 msgid "Create an invite link for this group chat" 2964 2998 msgstr "Create an invite link for this group chat" 2965 2999 ··· 2967 3001 msgid "Create another" 2968 3002 msgstr "" 2969 3003 2970 - #: src/components/dms/InitiateChatFlow.tsx:445 3004 + #: src/components/dms/InitiateChatFlow.tsx:449 2971 3005 msgid "Create group chat" 2972 3006 msgstr "Create group chat" 2973 3007 ··· 3090 3124 msgid "Default icons" 3091 3125 msgstr "" 3092 3126 3093 - #: src/components/dms/MessageContextMenu.tsx:205 3127 + #: src/components/dms/MessageContextMenu.tsx:208 3094 3128 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:803 3095 3129 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 3096 3130 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:275 ··· 3143 3177 msgid "Delete Conversation" 3144 3178 msgstr "" 3145 3179 3146 - #: src/components/dms/MessageContextMenu.tsx:165 3180 + #: src/components/dms/MessageContextMenu.tsx:168 3147 3181 msgid "Delete for me" 3148 3182 msgstr "" 3149 3183 ··· 3152 3186 msgid "Delete list" 3153 3187 msgstr "" 3154 3188 3155 - #: src/components/dms/MessageContextMenu.tsx:203 3189 + #: src/components/dms/MessageContextMenu.tsx:206 3156 3190 msgid "Delete message" 3157 3191 msgstr "" 3158 3192 3159 - #: src/components/dms/MessageContextMenu.tsx:163 3193 + #: src/components/dms/MessageContextMenu.tsx:166 3160 3194 msgid "Delete message for me" 3161 3195 msgstr "" 3162 3196 ··· 3192 3226 msgstr "" 3193 3227 3194 3228 #: src/components/dms/MessagesListHeader.tsx:123 3195 - #: src/screens/Messages/components/ChatListItem.tsx:163 3196 - #: src/screens/Messages/ConversationSettings.tsx:333 3197 - #: src/screens/Messages/ConversationSettings.tsx:552 3229 + #: src/screens/Messages/components/ChatListItem.tsx:127 3230 + #: src/screens/Messages/ConversationSettings.tsx:376 3231 + #: src/screens/Messages/ConversationSettings.tsx:595 3198 3232 msgid "Deleted Account" 3199 3233 msgstr "" 3200 3234 ··· 3344 3378 msgid "Discover New Feeds" 3345 3379 msgstr "" 3346 3380 3347 - #: src/components/Dialog/index.tsx:401 3381 + #: src/components/Dialog/index.tsx:408 3348 3382 msgid "Dismiss" 3349 3383 msgstr "" 3350 3384 ··· 3459 3493 msgid "Done" 3460 3494 msgstr "" 3461 3495 3462 - #: src/components/dms/MessageItem.tsx:369 3496 + #: src/components/dms/MessageItem.tsx:451 3463 3497 msgid "Double tap or long press the message to add a reaction" 3464 3498 msgstr "" 3465 3499 3466 - #: src/components/Dialog/index.tsx:402 3500 + #: src/components/Dialog/index.tsx:409 3467 3501 msgid "Double tap to close the dialog" 3468 3502 msgstr "" 3469 3503 ··· 3572 3606 msgid "Edit Feeds" 3573 3607 msgstr "" 3574 3608 3575 - #: src/screens/Messages/ConversationSettings.tsx:972 3576 - #: src/screens/Messages/ConversationSettings.tsx:977 3609 + #: src/screens/Messages/ConversationSettings.tsx:1035 3610 + #: src/screens/Messages/ConversationSettings.tsx:1040 3577 3611 msgid "Edit group name" 3578 3612 msgstr "Edit group name" 3579 3613 ··· 3612 3646 msgid "Edit My Feeds" 3613 3647 msgstr "" 3614 3648 3615 - #: src/screens/Messages/ConversationSettings.tsx:794 3649 + #: src/screens/Messages/ConversationSettings.tsx:852 3616 3650 msgid "Edit name" 3617 3651 msgstr "Edit name" 3618 3652 ··· 3646 3680 msgid "Edit starter pack" 3647 3681 msgstr "" 3648 3682 3649 - #: src/screens/Messages/ConversationSettings.tsx:793 3683 + #: src/screens/Messages/ConversationSettings.tsx:851 3650 3684 msgid "Edit this group chat’s name" 3651 3685 msgstr "Edit this group chat’s name" 3652 3686 ··· 4041 4075 msgid "Failed to accept chat" 4042 4076 msgstr "" 4043 4077 4044 - #: src/components/dms/ActionsWrapper.web.tsx:64 4045 - #: src/components/dms/MessageContextMenu.tsx:102 4078 + #: src/components/dms/ActionsWrapper.web.tsx:67 4079 + #: src/components/dms/MessageContextMenu.tsx:104 4046 4080 msgid "Failed to add emoji reaction" 4047 4081 msgstr "" 4048 4082 ··· 4059 4093 msgstr "" 4060 4094 4061 4095 #: src/components/dms/MessageProfileButton.tsx:38 4062 - #: src/screens/Messages/ConversationSettings.tsx:482 4096 + #: src/screens/Messages/ConversationSettings.tsx:525 4063 4097 msgid "Failed to create conversation" 4064 4098 msgstr "" 4065 4099 ··· 4074 4108 msgid "Failed to delete chat" 4075 4109 msgstr "" 4076 4110 4077 - #: src/components/dms/MessageContextMenu.tsx:84 4111 + #: src/components/dms/MessageContextMenu.tsx:86 4078 4112 msgid "Failed to delete message" 4079 4113 msgstr "" 4080 4114 ··· 4107 4141 msgid "Failed to launch SMS app" 4108 4142 msgstr "" 4109 4143 4144 + #: src/screens/Messages/ConversationSettings.tsx:747 4145 + msgctxt "toast" 4146 + msgid "Failed to leave group chat" 4147 + msgstr "Failed to leave group chat" 4148 + 4110 4149 #: src/screens/Messages/ChatList.tsx:287 4111 4150 #: src/screens/Messages/Inbox.tsx:210 4112 4151 msgid "Failed to load conversations" ··· 4150 4189 #: src/screens/Settings/ActivityPrivacySettings.tsx:66 4151 4190 msgid "Failed to load preference." 4152 4191 msgstr "" 4192 + 4193 + #: src/components/dialogs/SearchablePeopleList.tsx:291 4194 + msgid "Failed to load profiles" 4195 + msgstr "Failed to load profiles" 4153 4196 4154 4197 #: src/screens/Search/Explore.tsx:481 4155 4198 #: src/screens/Search/Explore.tsx:536 ··· 4167 4210 msgid "Failed to mark all requests as read" 4168 4211 msgstr "" 4169 4212 4213 + #: src/screens/Messages/ConversationSettings.tsx:735 4214 + msgid "Failed to mute group chat" 4215 + msgstr "Failed to mute group chat" 4216 + 4170 4217 #: src/state/queries/pinned-post.ts:75 4171 4218 msgid "Failed to pin post" 4172 4219 msgstr "" ··· 4185 4232 msgid "Failed to remove data. {0}" 4186 4233 msgstr "" 4187 4234 4188 - #: src/components/dms/ActionsWrapper.web.tsx:60 4189 - #: src/components/dms/MessageContextMenu.tsx:98 4235 + #: src/components/dms/ActionsWrapper.web.tsx:63 4236 + #: src/components/dms/MessageContextMenu.tsx:100 4237 + #: src/components/dms/ReactionsDialog.tsx:174 4190 4238 msgid "Failed to remove emoji reaction" 4191 4239 msgstr "" 4192 4240 ··· 4801 4849 4802 4850 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:77 4803 4851 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:87 4804 - #: src/screens/Messages/ConversationSettings.tsx:1017 4852 + #: src/screens/Messages/ConversationSettings.tsx:1080 4805 4853 msgid "Get started" 4806 4854 msgstr "" 4807 4855 ··· 4841 4889 msgid "Go back" 4842 4890 msgstr "" 4843 4891 4844 - #: src/components/Error.tsx:79 4892 + #: src/components/Error.tsx:77 4845 4893 #: src/screens/List/ListHiddenScreen.tsx:228 4846 4894 #: src/screens/Profile/ErrorState.tsx:63 4847 4895 #: src/screens/Profile/ErrorState.tsx:67 ··· 4904 4952 msgstr "" 4905 4953 4906 4954 #. placeholder {0}: profile.handle 4907 - #: src/screens/Messages/components/ChatListItem.tsx:182 4955 + #: src/screens/Messages/components/ChatListItem.tsx:148 4908 4956 msgid "Go to conversation with {0}" 4909 4957 msgstr "" 4910 4958 ··· 4917 4965 msgstr "" 4918 4966 4919 4967 #: src/components/dms/ConvoMenu.tsx:255 4920 - #: src/screens/Messages/ConversationSettings.tsx:603 4968 + #: src/screens/Messages/ConversationSettings.tsx:646 4921 4969 #: src/view/shell/desktop/LeftNav.tsx:319 4922 4970 #: src/view/shell/desktop/LeftNav.tsx:325 4923 4971 msgid "Go to profile" 4924 4972 msgstr "" 4925 4973 4926 - #: src/screens/Messages/components/ChatListItem.tsx:231 4974 + #: src/screens/Messages/components/ChatListItem.tsx:193 4927 4975 msgid "Go to the group chat named \"{chatName}\"" 4928 4976 msgstr "Go to the group chat named \"{chatName}\"" 4929 4977 ··· 4955 5003 msgid "Grooming or predatory behavior" 4956 5004 msgstr "" 4957 5005 4958 - #: src/screens/Messages/ConversationSettings.tsx:684 5006 + #: src/screens/Messages/ConversationSettings.tsx:728 4959 5007 msgctxt "toast" 4960 5008 msgid "Group chat muted" 4961 5009 msgstr "Group chat muted" 4962 5010 4963 5011 #: src/Navigation.tsx:575 4964 - #: src/screens/Messages/ConversationSettings.tsx:102 5012 + #: src/screens/Messages/ConversationSettings.tsx:104 4965 5013 msgid "Group chat settings" 4966 5014 msgstr "Group chat settings" 4967 5015 4968 - #: src/screens/Messages/ConversationSettings.tsx:686 5016 + #: src/screens/Messages/ConversationSettings.tsx:730 4969 5017 msgctxt "toast" 4970 5018 msgid "Group chat unmuted" 4971 5019 msgstr "Group chat unmuted" 4972 5020 4973 - #: src/components/dms/InitiateChatFlow.tsx:227 4974 - #: src/components/dms/InitiateChatFlow.tsx:545 4975 - #: src/screens/Messages/ConversationSettings.tsx:978 5021 + #: src/components/dialogs/SearchablePeopleList.tsx:563 5022 + msgid "Group is locked" 5023 + msgstr "Group is locked" 5024 + 5025 + #: src/components/dms/InitiateChatFlow.tsx:231 5026 + #: src/components/dms/InitiateChatFlow.tsx:549 5027 + #: src/screens/Messages/ConversationSettings.tsx:1041 4976 5028 msgid "Group name" 4977 5029 msgstr "Group name" 4978 5030 ··· 5576 5628 msgid "Invite friends <0/>" 5577 5629 msgstr "" 5578 5630 5579 - #: src/screens/Messages/ConversationSettings.tsx:801 5580 - #: src/screens/Messages/ConversationSettings.tsx:1015 5631 + #: src/screens/Messages/components/MessagesListInfoPanel.tsx:113 5632 + #: src/screens/Messages/ConversationSettings.tsx:859 5633 + #: src/screens/Messages/ConversationSettings.tsx:1078 5581 5634 msgid "Invite link" 5582 5635 msgstr "Invite link" 5583 5636 ··· 5589 5642 msgid "Invite your friends to follow your favorite feeds and people" 5590 5643 msgstr "" 5591 5644 5592 - #: src/screens/Messages/ConversationSettings.tsx:566 5645 + #: src/screens/Messages/ConversationSettings.tsx:609 5593 5646 msgid "Invited" 5594 5647 msgstr "Invited" 5595 5648 ··· 5802 5855 msgstr "" 5803 5856 5804 5857 #: src/components/dms/LeaveConvoPrompt.tsx:52 5805 - #: src/screens/Messages/ConversationSettings.tsx:829 5858 + #: src/screens/Messages/ConversationSettings.tsx:887 5806 5859 msgid "Leave" 5807 5860 msgstr "" 5808 5861 ··· 5819 5872 msgid "Leave conversation" 5820 5873 msgstr "" 5821 5874 5822 - #: src/screens/Messages/ConversationSettings.tsx:828 5875 + #: src/screens/Messages/ConversationSettings.tsx:1124 5876 + msgid "Leave group chat" 5877 + msgstr "Leave group chat" 5878 + 5879 + #: src/screens/Messages/ConversationSettings.tsx:886 5823 5880 msgid "Leave this group chat" 5824 5881 msgstr "Leave this group chat" 5825 5882 ··· 5958 6015 msgid "List by {0}" 5959 6016 msgstr "" 5960 6017 5961 - #: src/view/com/profile/ProfileSubpageHeader.tsx:161 6018 + #: src/view/com/profile/ProfileSubpageHeader.tsx:145 5962 6019 msgid "List by <0/>" 5963 6020 msgstr "" 5964 6021 5965 - #: src/view/com/profile/ProfileSubpageHeader.tsx:159 6022 + #: src/view/com/profile/ProfileSubpageHeader.tsx:143 5966 6023 msgid "List by you" 5967 6024 msgstr "" 5968 6025 ··· 6113 6170 msgid "Loading..." 6114 6171 msgstr "" 6115 6172 6116 - #: src/screens/Messages/ConversationSettings.tsx:936 6173 + #: src/screens/Messages/ConversationSettings.tsx:999 6117 6174 msgid "Loading…" 6118 6175 msgstr "Loading…" 6119 6176 6120 - #: src/screens/Messages/ConversationSettings.tsx:811 6177 + #: src/screens/Messages/ConversationSettings.tsx:869 6121 6178 msgid "Lock" 6122 6179 msgstr "Lock" 6123 6180 6124 - #: src/screens/Messages/ConversationSettings.tsx:1038 6181 + #: src/screens/Messages/ConversationSettings.tsx:1101 6125 6182 msgid "Lock group chat" 6126 6183 msgstr "Lock group chat" 6127 6184 6128 - #: src/screens/Messages/ConversationSettings.tsx:1036 6185 + #: src/screens/Messages/ConversationSettings.tsx:1099 6129 6186 msgid "Lock group chat?" 6130 6187 msgstr "Lock group chat?" 6131 6188 6132 - #: src/screens/Messages/ConversationSettings.tsx:809 6189 + #: src/screens/Messages/ConversationSettings.tsx:867 6133 6190 msgid "Lock this group chat" 6134 6191 msgstr "Lock this group chat" 6135 6192 6136 - #: src/screens/Messages/ConversationSettings.tsx:811 6193 + #: src/screens/Messages/ConversationSettings.tsx:869 6137 6194 msgid "Locked" 6138 6195 msgstr "Locked" 6139 6196 ··· 6243 6300 msgid "Media that may be disturbing or inappropriate for some audiences." 6244 6301 msgstr "" 6245 6302 6246 - #: src/screens/Messages/ConversationSettings.tsx:224 6303 + #: src/screens/Messages/ConversationSettings.tsx:232 6247 6304 msgid "Members" 6248 6305 msgstr "Members" 6249 6306 6250 - #: src/screens/Messages/ConversationSettings.tsx:1037 6307 + #: src/screens/Messages/ConversationSettings.tsx:1100 6251 6308 msgid "Members can still read chat history but can’t send new messages." 6252 6309 msgstr "Members can still read chat history but can’t send new messages." 6253 6310 ··· 6273 6330 #: src/screens/Messages/components/MessageComposer.tsx:198 6274 6331 #: src/screens/Messages/components/MessageInput.tsx:173 6275 6332 #: src/screens/Messages/components/MessageInput.web.tsx:212 6276 - #: src/screens/Messages/ConversationSettings.tsx:611 6333 + #: src/screens/Messages/ConversationSettings.tsx:654 6277 6334 msgid "Message" 6278 6335 msgstr "Message" 6279 6336 ··· 6282 6339 msgid "Message {0}" 6283 6340 msgstr "" 6284 6341 6285 - #: src/screens/Messages/ConversationSettings.tsx:608 6342 + #: src/screens/Messages/ConversationSettings.tsx:651 6286 6343 msgid "Message {displayName}" 6287 6344 msgstr "Message {displayName}" 6288 6345 6289 - #: src/screens/Messages/components/ChatListItem.tsx:356 6346 + #: src/screens/Messages/components/ChatListItem.tsx:318 6290 6347 msgid "Message deleted" 6291 6348 msgstr "" 6292 6349 6293 - #: src/components/dms/MessageContextMenu.tsx:83 6350 + #: src/components/dms/MessageContextMenu.tsx:85 6294 6351 msgctxt "toast" 6295 6352 msgid "Message deleted" 6296 6353 msgstr "" 6297 6354 6298 - #: src/components/dms/MessageItem.tsx:474 6355 + #: src/components/dms/MessageItem.tsx:538 6299 6356 msgid "Message failed to send." 6300 6357 msgstr "Message failed to send." 6301 6358 6302 6359 #. placeholder {0}: sender?.handle ?? 'unknown' 6303 6360 #. placeholder {1}: message.text 6304 - #: src/components/dms/MessageContextMenu.tsx:131 6361 + #: src/components/dms/MessageContextMenu.tsx:133 6305 6362 msgid "Message from @{0}: {1}" 6306 6363 msgstr "" 6307 6364 ··· 6324 6381 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" 6325 6382 msgstr "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" 6326 6383 6327 - #: src/components/dms/MessageContextMenu.tsx:130 6384 + #: src/components/dms/MessageContextMenu.tsx:132 6328 6385 msgid "Message options" 6329 6386 msgstr "" 6330 6387 ··· 6374 6431 msgid "Moderation list by {0}" 6375 6432 msgstr "" 6376 6433 6377 - #: src/view/com/profile/ProfileSubpageHeader.tsx:174 6434 + #: src/view/com/profile/ProfileSubpageHeader.tsx:158 6378 6435 msgid "Moderation list by <0/>" 6379 6436 msgstr "" 6380 6437 6381 6438 #: src/view/com/modals/UserAddRemoveLists.tsx:221 6382 - #: src/view/com/profile/ProfileSubpageHeader.tsx:172 6439 + #: src/view/com/profile/ProfileSubpageHeader.tsx:156 6383 6440 msgid "Moderation list by you" 6384 6441 msgstr "" 6385 6442 ··· 6452 6509 msgid "Music" 6453 6510 msgstr "" 6454 6511 6455 - #: src/screens/Messages/ConversationSettings.tsx:787 6512 + #: src/screens/Messages/ConversationSettings.tsx:845 6456 6513 msgid "Mute" 6457 6514 msgstr "Mute" 6458 6515 ··· 6497 6554 msgid "Mute these accounts?" 6498 6555 msgstr "" 6499 6556 6500 - #: src/screens/Messages/ConversationSettings.tsx:785 6557 + #: src/screens/Messages/ConversationSettings.tsx:843 6501 6558 msgid "Mute this group chat" 6502 6559 msgstr "Mute this group chat" 6503 6560 ··· 6535 6592 msgid "Mute words & tags" 6536 6593 msgstr "" 6537 6594 6538 - #: src/screens/Messages/ConversationSettings.tsx:787 6595 + #: src/screens/Messages/ConversationSettings.tsx:845 6539 6596 msgid "Muted" 6540 6597 msgstr "Muted" 6541 6598 ··· 6639 6696 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" 6640 6697 msgstr "" 6641 6698 6642 - #: src/components/dms/dialogs/NewChatDialog.tsx:98 6643 - #: src/components/dms/dialogs/NewChatDialog.tsx:108 6699 + #: src/components/dms/dialogs/NewChatDialog.tsx:107 6700 + #: src/components/dms/dialogs/NewChatDialog.tsx:117 6644 6701 #: src/screens/Messages/ChatList.tsx:408 6645 6702 #: src/screens/Messages/ChatList.tsx:415 6646 6703 msgid "New chat" 6647 6704 msgstr "" 6648 6705 6706 + #. placeholder {0}: members[0].displayName 6707 + #: src/screens/Messages/components/MessagesListInfoPanel.tsx:38 6708 + msgid "New chat with {0}" 6709 + msgstr "New chat with {0}" 6710 + 6711 + #. placeholder {0}: members[0].displayName 6712 + #. placeholder {1}: members[1].displayName 6713 + #: src/screens/Messages/components/MessagesListInfoPanel.tsx:42 6714 + msgid "New chat with {0} and {1}" 6715 + msgstr "New chat with {0} and {1}" 6716 + 6717 + #. placeholder {0}: members[0].displayName 6718 + #. placeholder {1}: members[1].displayName 6719 + #. placeholder {2}: members.length - 2 6720 + #. placeholder {3}: members.length - 2 6721 + #. placeholder {4}: members.length - 2 6722 + #: src/screens/Messages/components/MessagesListInfoPanel.tsx:49 6723 + msgid "New chat with {0}, {1}, and {2, plural, one {{3} more} other {{4} more}}." 6724 + msgstr "New chat with {0}, {1}, and {2, plural, one {{3} more} other {{4} more}}." 6725 + 6649 6726 #: src/components/dialogs/EmailDialog/screens/Update.tsx:223 6650 6727 msgid "New email address" 6651 6728 msgstr "" ··· 6667 6744 msgid "New followers" 6668 6745 msgstr "" 6669 6746 6670 - #: src/components/dms/InitiateChatFlow.tsx:226 6671 - #: src/components/dms/InitiateChatFlow.tsx:709 6672 - #: src/components/dms/InitiateChatFlow.tsx:737 6747 + #: src/components/dms/InitiateChatFlow.tsx:230 6748 + #: src/components/dms/InitiateChatFlow.tsx:713 6749 + #: src/components/dms/InitiateChatFlow.tsx:741 6673 6750 msgid "New group chat" 6674 6751 msgstr "New group chat" 6675 6752 6676 - #: src/components/dms/InitiateChatFlow.tsx:261 6753 + #: src/components/dms/InitiateChatFlow.tsx:265 6677 6754 msgid "New group chat with:" 6678 6755 msgstr "New group chat with:" 6679 6756 ··· 6743 6820 6744 6821 #: src/components/contacts/screens/ViewMatches.tsx:395 6745 6822 #: src/components/contacts/screens/ViewMatches.tsx:410 6746 - #: src/components/dms/InitiateChatFlow.tsx:438 6823 + #: src/components/dms/AddMembersFlow.tsx:256 6824 + #: src/components/dms/InitiateChatFlow.tsx:442 6747 6825 #: src/screens/Login/ForgotPasswordForm.tsx:149 6748 6826 #: src/screens/Login/ForgotPasswordForm.tsx:156 6749 6827 #: src/screens/Login/SetNewPasswordForm.tsx:186 ··· 6836 6914 msgid "No media yet" 6837 6915 msgstr "" 6838 6916 6839 - #: src/screens/Messages/components/ChatListItem.tsx:300 6917 + #: src/screens/Messages/components/ChatListItem.tsx:262 6840 6918 msgid "No messages yet" 6841 6919 msgstr "" 6842 6920 ··· 6895 6973 msgid "No result" 6896 6974 msgstr "" 6897 6975 6898 - #: src/components/dialogs/SearchablePeopleList.tsx:224 6899 - #: src/components/dms/InitiateChatFlow.tsx:334 6976 + #: src/components/dialogs/SearchablePeopleList.tsx:249 6977 + #: src/components/dms/AddMembersFlow.tsx:208 6978 + #: src/components/dms/InitiateChatFlow.tsx:338 6900 6979 #: src/components/ProgressGuide/FollowDialog.tsx:221 6901 6980 msgid "No results" 6902 6981 msgstr "" ··· 7181 7260 msgid "Open camera" 7182 7261 msgstr "" 7183 7262 7184 - #: src/screens/Messages/ConversationSettings.tsx:561 7263 + #: src/screens/Messages/ConversationSettings.tsx:604 7185 7264 msgid "Open chat member options for {displayName}" 7186 7265 msgstr "Open chat member options for {displayName}" 7187 7266 7188 - #: src/screens/Messages/components/ChatListItem.tsx:514 7189 - #: src/screens/Messages/components/ChatListItem.tsx:518 7267 + #: src/screens/Messages/components/ChatListItem.tsx:476 7268 + #: src/screens/Messages/components/ChatListItem.tsx:480 7190 7269 msgid "Open conversation options" 7191 7270 msgstr "" 7192 7271 ··· 7229 7308 msgid "Open link to {niceUrl}" 7230 7309 msgstr "" 7231 7310 7232 - #: src/components/dms/ActionsWrapper.tsx:34 7311 + #: src/components/dms/ActionsWrapper.tsx:37 7233 7312 msgid "Open message options" 7234 7313 msgstr "" 7235 7314 ··· 7377 7456 msgid "Opens this draft in the composer" 7378 7457 msgstr "" 7379 7458 7459 + #: src/components/dms/MessageItem.tsx:227 7380 7460 #: src/view/com/notifications/NotificationFeedItem.tsx:1021 7381 7461 #: src/view/com/util/UserAvatar.tsx:599 7382 7462 msgid "Opens this profile" ··· 8035 8115 msgid "Profile" 8036 8116 msgstr "" 8037 8117 8038 - #: src/screens/Profile/Header/Shell.tsx:174 8118 + #: src/screens/Profile/Header/Shell.tsx:164 8039 8119 msgid "Profile banner placeholder" 8040 8120 msgstr "Profile banner placeholder" 8041 8121 ··· 8163 8243 msgid "React with {emoji}" 8164 8244 msgstr "" 8165 8245 8166 - #: src/components/dms/MessageItem.tsx:535 8167 - #: src/components/dms/MessageItem.tsx:545 8246 + #: src/components/dms/ReactionsDialog.tsx:67 8247 + #: src/components/dms/ReactionsDialog.tsx:92 8168 8248 msgid "Reactions" 8169 8249 msgstr "Reactions" 8170 8250 ··· 8291 8371 msgid "Remove {displayName} from starter pack" 8292 8372 msgstr "" 8293 8373 8294 - #: src/screens/Messages/ConversationSettings.tsx:634 8374 + #: src/screens/Messages/ConversationSettings.tsx:677 8295 8375 msgid "Remove {displayName} from this group chat" 8296 8376 msgstr "Remove {displayName} from this group chat" 8297 8377 ··· 8341 8421 msgid "Remove feed?" 8342 8422 msgstr "" 8343 8423 8344 - #: src/screens/Messages/ConversationSettings.tsx:637 8424 + #: src/screens/Messages/ConversationSettings.tsx:680 8345 8425 msgid "Remove from chat" 8346 8426 msgstr "Remove from chat" 8347 8427 ··· 8558 8638 msgid "Reply was successfully hidden" 8559 8639 msgstr "" 8560 8640 8561 - #: src/components/dms/MessageContextMenu.tsx:173 8641 + #: src/components/dms/MessageContextMenu.tsx:176 8562 8642 #: src/components/dms/MessagesListBlockedFooter.tsx:86 8563 8643 #: src/components/dms/MessagesListBlockedFooter.tsx:93 8564 8644 #: src/features/liveNow/components/LiveStatusDialog.tsx:266 8565 - #: src/screens/Messages/ConversationSettings.tsx:820 8645 + #: src/screens/Messages/ConversationSettings.tsx:878 8566 8646 msgid "Report" 8567 8647 msgstr "" 8568 8648 ··· 8594 8674 msgid "Report list" 8595 8675 msgstr "" 8596 8676 8597 - #: src/components/dms/MessageContextMenu.tsx:171 8677 + #: src/components/dms/MessageContextMenu.tsx:174 8598 8678 msgid "Report message" 8599 8679 msgstr "" 8600 8680 ··· 8621 8701 msgid "Report this feed" 8622 8702 msgstr "" 8623 8703 8624 - #: src/screens/Messages/ConversationSettings.tsx:819 8704 + #: src/screens/Messages/ConversationSettings.tsx:877 8625 8705 msgid "Report this group chat" 8626 8706 msgstr "Report this group chat" 8627 8707 ··· 8796 8876 #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 8797 8877 #: src/components/contacts/screens/VerifyNumber.tsx:350 8798 8878 #: src/components/contacts/screens/VerifyNumber.tsx:355 8799 - #: src/components/Error.tsx:66 8879 + #: src/components/Error.tsx:65 8800 8880 #: src/components/Lists.tsx:115 8801 8881 #: src/components/moderation/ReportDialog/index.tsx:299 8802 8882 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:56 ··· 8825 8905 msgid "Retry loading report options" 8826 8906 msgstr "" 8827 8907 8828 - #: src/components/Error.tsx:74 8908 + #: src/components/Error.tsx:73 8829 8909 #: src/screens/List/ListHiddenScreen.tsx:223 8830 8910 #: src/screens/StarterPack/StarterPackScreen.tsx:803 8831 8911 msgid "Return to previous page" ··· 8854 8934 #: src/components/StarterPack/QrCodeDialog.tsx:207 8855 8935 #: src/features/liveNow/components/EditLiveDialog.tsx:204 8856 8936 #: src/features/liveNow/components/EditLiveDialog.tsx:211 8857 - #: src/screens/Messages/ConversationSettings.tsx:992 8937 + #: src/screens/Messages/ConversationSettings.tsx:1055 8858 8938 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 8859 8939 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 8860 8940 #: src/screens/SavedFeeds.tsx:132 ··· 8869 8949 msgid "Save" 8870 8950 msgstr "" 8871 8951 8872 - #: src/view/com/lightbox/ImageViewing/index.tsx:611 8952 + #: src/view/com/lightbox/ImageViewing/index.tsx:664 8873 8953 msgctxt "action" 8874 8954 msgid "Save" 8875 8955 msgstr "" ··· 8976 9056 msgid "Scroll to top" 8977 9057 msgstr "" 8978 9058 8979 - #: src/components/dialogs/SearchablePeopleList.tsx:515 9059 + #: src/components/dialogs/SearchablePeopleList.tsx:666 8980 9060 #: src/components/forms/SearchInput.tsx:51 8981 9061 #: src/components/forms/SearchInput.tsx:53 8982 9062 #: src/screens/Search/Shell.tsx:356 ··· 9030 9110 msgid "Search for more feeds" 9031 9111 msgstr "" 9032 9112 9033 - #: src/components/dms/InitiateChatFlow.tsx:982 9113 + #: src/components/dms/components/UserSearchInput.tsx:43 9034 9114 msgid "Search for people" 9035 9115 msgstr "Search for people" 9036 9116 ··· 9061 9141 msgid "Search posts" 9062 9142 msgstr "" 9063 9143 9064 - #: src/components/dialogs/SearchablePeopleList.tsx:535 9065 - #: src/components/dms/InitiateChatFlow.tsx:1002 9144 + #: src/components/dialogs/SearchablePeopleList.tsx:686 9145 + #: src/components/dms/components/UserSearchInput.tsx:63 9066 9146 #: src/components/ProgressGuide/FollowDialog.tsx:719 9067 9147 msgid "Search profiles" 9068 9148 msgstr "" ··· 9075 9155 msgid "Search..." 9076 9156 msgstr "" 9077 9157 9078 - #: src/components/dialogs/SearchablePeopleList.tsx:536 9079 - #: src/components/dms/InitiateChatFlow.tsx:1003 9158 + #: src/components/dialogs/SearchablePeopleList.tsx:687 9159 + #: src/components/dms/components/UserSearchInput.tsx:64 9080 9160 #: src/components/ProgressGuide/FollowDialog.tsx:720 9081 9161 msgid "Searches for profiles" 9082 9162 msgstr "" ··· 9190 9270 msgid "Select caption file (.vtt)" 9191 9271 msgstr "Select caption file (.vtt)" 9192 9272 9273 + #: src/components/dialogs/SearchablePeopleList.tsx:499 9274 + msgid "Select chat \"{name}\"" 9275 + msgstr "Select chat \"{name}\"" 9276 + 9193 9277 #: src/screens/Settings/LanguageSettings.tsx:178 9194 9278 #: src/screens/Settings/LanguageSettings.tsx:216 9195 9279 msgid "Select content languages" ··· 9220 9304 msgid "Select GIF \"{0}\"" 9221 9305 msgstr "" 9222 9306 9223 - #: src/components/dms/InitiateChatFlow.tsx:645 9307 + #: src/components/dms/InitiateChatFlow.tsx:649 9224 9308 msgid "Select group chat members" 9225 9309 msgstr "Select group chat members" 9226 9310 ··· 9334 9418 msgid "Send message" 9335 9419 msgstr "" 9336 9420 9337 - #: src/components/PostControls/ShareMenu/RecentChats.tsx:128 9421 + #: src/components/PostControls/ShareMenu/RecentChats.tsx:136 9338 9422 msgid "Send post to {name}" 9339 9423 msgstr "" 9340 9424 9341 - #: src/components/dms/dialogs/ShareViaChatDialog.tsx:65 9425 + #: src/components/dms/dialogs/ShareViaChatDialog.tsx:72 9342 9426 msgid "Send post to..." 9343 9427 msgstr "" 9344 9428 ··· 9471 9555 msgid "Share" 9472 9556 msgstr "" 9473 9557 9474 - #: src/view/com/lightbox/ImageViewing/index.tsx:620 9558 + #: src/view/com/lightbox/ImageViewing/index.tsx:673 9475 9559 msgctxt "action" 9476 9560 msgid "Share" 9477 9561 msgstr "" ··· 9832 9916 msgstr "" 9833 9917 9834 9918 #. placeholder {0}: reaction.value 9835 - #: src/components/dms/MessageItem.tsx:239 9919 + #: src/components/dms/MessageItem.tsx:290 9836 9920 msgid "Someone reacted {0}" 9837 9921 msgstr "" 9838 9922 9839 9923 #. placeholder {0}: convo.lastReaction.reaction.value 9840 9924 #. placeholder {1}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 9841 - #: src/screens/Messages/components/ChatListItem.tsx:393 9925 + #: src/screens/Messages/components/ChatListItem.tsx:355 9842 9926 msgid "Someone reacted {0} to {1}" 9843 9927 msgstr "" 9844 9928 ··· 9847 9931 msgstr "" 9848 9932 9849 9933 #: src/screens/Messages/Conversation.tsx:153 9850 - #: src/screens/Messages/ConversationSettings.tsx:177 9934 + #: src/screens/Messages/ConversationSettings.tsx:179 9851 9935 msgid "Something went wrong" 9852 9936 msgstr "" 9853 9937 ··· 9919 10003 msgid "Sports" 9920 10004 msgstr "" 9921 10005 9922 - #: src/components/PostControls/ShareMenu/RecentChats.tsx:206 10006 + #: src/components/PostControls/ShareMenu/RecentChats.tsx:224 9923 10007 msgid "Start a conversation, and it will appear here." 9924 10008 msgstr "" 9925 10009 9926 - #: src/components/dms/dialogs/NewChatDialog.tsx:114 10010 + #: src/components/dms/dialogs/NewChatDialog.tsx:123 9927 10011 msgid "Start a new chat" 9928 10012 msgstr "" 9929 10013 ··· 9937 10021 msgid "Start adding people!" 9938 10022 msgstr "" 9939 10023 9940 - #: src/components/dms/InitiateChatFlow.tsx:646 10024 + #: src/components/dms/InitiateChatFlow.tsx:650 9941 10025 msgid "Start chat" 9942 10026 msgstr "Start chat" 9943 10027 9944 - #: src/components/dialogs/SearchablePeopleList.tsx:383 9945 - #: src/components/dms/InitiateChatFlow.tsx:773 10028 + #: src/components/dialogs/SearchablePeopleList.tsx:427 10029 + #: src/components/dms/InitiateChatFlow.tsx:777 9946 10030 msgid "Start chat with {displayName}" 9947 10031 msgstr "" 9948 10032 ··· 9957 10041 msgid "Starter pack by {0}" 9958 10042 msgstr "" 9959 10043 9960 - #: src/view/com/profile/ProfileSubpageHeader.tsx:187 10044 + #: src/view/com/profile/ProfileSubpageHeader.tsx:171 9961 10045 msgid "Starter pack by <0/>" 9962 10046 msgstr "" 9963 10047 9964 10048 #: src/components/StarterPack/StarterPackCard.tsx:90 9965 - #: src/view/com/profile/ProfileSubpageHeader.tsx:185 10049 + #: src/view/com/profile/ProfileSubpageHeader.tsx:169 9966 10050 msgid "Starter pack by you" 9967 10051 msgstr "" 9968 10052 ··· 10082 10166 msgid "Successfully verified" 10083 10167 msgstr "" 10084 10168 10085 - #: src/components/dms/InitiateChatFlow.tsx:313 10169 + #: src/components/dms/AddMembersFlow.tsx:200 10170 + #: src/components/dms/InitiateChatFlow.tsx:317 10086 10171 msgid "Suggested" 10087 10172 msgstr "Suggested" 10088 10173 ··· 10187 10272 msgid "Tap to dismiss" 10188 10273 msgstr "" 10189 10274 10190 - #: src/components/dms/MessageItem.tsx:484 10275 + #: src/components/dms/ReactionsDialog.tsx:195 10276 + msgid "Tap to remove" 10277 + msgstr "Tap to remove" 10278 + 10279 + #. placeholder {0}: reaction.value 10280 + #: src/components/dms/ReactionsDialog.tsx:211 10281 + msgid "Tap to remove your {0} reaction" 10282 + msgstr "Tap to remove your {0} reaction" 10283 + 10284 + #: src/components/dms/MessageItem.tsx:548 10191 10285 msgid "Tap to retry" 10192 10286 msgstr "Tap to retry" 10193 10287 10194 10288 #. placeholder {0}: reaction.value 10195 - #: src/components/dms/MessageItem.tsx:692 10289 + #: src/components/dms/ReactionsDialog.tsx:361 10196 10290 msgid "Tap to show {0} reactions" 10197 10291 msgstr "Tap to show {0} reactions" 10198 10292 10199 - #: src/components/dms/MessageItem.tsx:691 10293 + #: src/components/dms/ReactionsDialog.tsx:360 10200 10294 msgid "Tap to show all reactions " 10201 10295 msgstr "Tap to show all reactions " 10202 10296 10203 - #: src/components/dms/MessageItem.tsx:262 10297 + #: src/components/dms/MessageItem.tsx:313 10204 10298 msgid "Tap to view reactions" 10205 10299 msgstr "Tap to view reactions" 10206 10300 ··· 10391 10485 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." 10392 10486 msgstr "" 10393 10487 10394 - #: src/components/ContextMenu/index.tsx:478 10488 + #: src/components/ContextMenu/index.tsx:497 10395 10489 msgid "The subject of the context menu" 10396 10490 msgstr "" 10397 10491 ··· 10486 10580 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:431 10487 10581 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:454 10488 10582 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:474 10489 - #: src/screens/Messages/ConversationSettings.tsx:520 10490 - #: src/screens/Messages/ConversationSettings.tsx:533 10491 - #: src/screens/Messages/ConversationSettings.tsx:713 10583 + #: src/screens/Messages/ConversationSettings.tsx:563 10584 + #: src/screens/Messages/ConversationSettings.tsx:576 10492 10585 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 10493 10586 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 10494 10587 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 ··· 10615 10708 msgid "This content is not viewable without a Bluesky account." 10616 10709 msgstr "" 10617 10710 10618 - #: src/screens/Messages/components/ChatListItem.tsx:183 10711 + #: src/screens/Messages/components/ChatListItem.tsx:149 10619 10712 msgid "This conversation is with a deleted or a deactivated account. Press for options" 10620 10713 msgstr "" 10621 10714 ··· 10921 11014 msgid "Topic" 10922 11015 msgstr "" 10923 11016 10924 - #: src/components/dms/MessageContextMenu.tsx:144 10925 - #: src/components/dms/MessageContextMenu.tsx:146 11017 + #: src/components/dms/MessageContextMenu.tsx:147 11018 + #: src/components/dms/MessageContextMenu.tsx:149 10926 11019 #: src/components/Post/Translated/index.tsx:150 10927 11020 #: src/components/Post/Translated/index.tsx:157 10928 11021 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:553 ··· 11067 11160 msgid "Unblock" 11068 11161 msgstr "" 11069 11162 11070 - #: src/screens/Messages/ConversationSettings.tsx:622 11163 + #: src/screens/Messages/ConversationSettings.tsx:665 11071 11164 msgid "Unblock {displayName}" 11072 11165 msgstr "Unblock {displayName}" 11073 11166 ··· 11142 11235 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." 11143 11236 msgstr "" 11144 11237 11145 - #: src/screens/Messages/ConversationSettings.tsx:647 11238 + #: src/screens/Messages/ConversationSettings.tsx:690 11146 11239 msgid "Uninvite" 11147 11240 msgstr "Uninvite" 11148 11241 11149 - #: src/screens/Messages/ConversationSettings.tsx:644 11242 + #: src/screens/Messages/ConversationSettings.tsx:687 11150 11243 msgid "Uninvite {displayName} from this group chat" 11151 11244 msgstr "Uninvite {displayName} from this group chat" 11152 11245 ··· 11172 11265 msgid "Unlike ({0, plural, one {# like} other {# likes}})" 11173 11266 msgstr "" 11174 11267 11175 - #: src/screens/Messages/ConversationSettings.tsx:809 11268 + #: src/screens/Messages/ConversationSettings.tsx:867 11176 11269 msgid "Unlock this group chat" 11177 11270 msgstr "Unlock this group chat" 11178 11271 ··· 11209 11302 msgid "Unmute list" 11210 11303 msgstr "" 11211 11304 11212 - #: src/screens/Messages/ConversationSettings.tsx:785 11305 + #: src/screens/Messages/ConversationSettings.tsx:843 11213 11306 msgid "Unmute this group chat" 11214 11307 msgstr "Unmute this group chat" 11215 11308 ··· 11669 11762 msgstr "" 11670 11763 11671 11764 #. placeholder {0}: profile.handle 11672 - #: src/screens/Profile/Header/Shell.tsx:267 11765 + #: src/screens/Profile/Header/Shell.tsx:257 11673 11766 msgid "View {0}'s avatar" 11674 11767 msgstr "" 11675 11768 ··· 11692 11785 msgid "View {displayName}'s profile" 11693 11786 msgstr "" 11694 11787 11695 - #: src/screens/Messages/ConversationSettings.tsx:598 11788 + #: src/screens/Messages/ConversationSettings.tsx:641 11696 11789 msgid "View {displayName}’s profile" 11697 11790 msgstr "View {displayName}’s profile" 11698 11791 ··· 11717 11810 msgid "View full thread" 11718 11811 msgstr "" 11719 11812 11720 - #: src/screens/Messages/ConversationSettings.tsx:235 11813 + #: src/screens/Messages/ConversationSettings.tsx:243 11721 11814 msgid "View incoming group chat requests" 11722 11815 msgstr "View incoming group chat requests" 11723 11816 ··· 11749 11842 msgid "View profile" 11750 11843 msgstr "" 11751 11844 11752 - #: src/screens/Profile/Header/Shell.tsx:173 11845 + #: src/screens/Profile/Header/Shell.tsx:163 11753 11846 msgid "View profile banner" 11754 11847 msgstr "View profile banner" 11755 11848 11756 - #: src/view/com/profile/ProfileSubpageHeader.tsx:124 11849 + #: src/view/com/profile/ProfileSubpageHeader.tsx:108 11757 11850 msgid "View the avatar" 11758 11851 msgstr "" 11759 11852 ··· 11872 11965 msgid "We couldn't load this conversation" 11873 11966 msgstr "" 11874 11967 11875 - #: src/screens/Messages/ConversationSettings.tsx:178 11968 + #: src/screens/Messages/ConversationSettings.tsx:180 11876 11969 msgid "We couldn’t load this conversation’s settings" 11877 11970 msgstr "We couldn’t load this conversation’s settings" 11878 11971 ··· 11977 12070 msgid "We're having issues initializing the age assurance process for your account. Please <0>contact support</0> for assistance." 11978 12071 msgstr "" 11979 12072 11980 - #: src/components/dialogs/SearchablePeopleList.tsx:108 12073 + #: src/components/dialogs/SearchablePeopleList.tsx:126 11981 12074 #: src/components/ProgressGuide/FollowDialog.tsx:195 11982 12075 msgid "We're having network issues, try again" 11983 12076 msgstr "" 11984 12077 11985 - #: src/components/dms/InitiateChatFlow.tsx:250 12078 + #: src/components/dms/AddMembersFlow.tsx:152 12079 + #: src/components/dms/InitiateChatFlow.tsx:254 11986 12080 msgid "We’re having network issues, try again" 11987 12081 msgstr "We’re having network issues, try again" 11988 12082 ··· 12532 12626 msgstr "" 12533 12627 12534 12628 #. placeholder {0}: reaction.value 12535 - #: src/components/dms/MessageItem.tsx:230 12629 + #: src/components/dms/MessageItem.tsx:281 12536 12630 msgid "You reacted {0}" 12537 12631 msgstr "" 12538 12632 12539 12633 #. placeholder {0}: convo.lastReaction.reaction.value 12540 12634 #. placeholder {1}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 12541 - #: src/screens/Messages/components/ChatListItem.tsx:374 12635 + #: src/screens/Messages/components/ChatListItem.tsx:336 12542 12636 msgid "You reacted {0} to {1}" 12543 12637 msgstr "" 12544 12638 ··· 12569 12663 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." 12570 12664 msgstr "" 12571 12665 12666 + #: src/screens/Messages/ConversationSettings.tsx:1123 12667 + msgid "You won’t be able to rejoin unless you’re invited." 12668 + msgstr "You won’t be able to rejoin unless you’re invited." 12669 + 12572 12670 #. placeholder {0}: convo.lastMessage.text 12573 - #: src/screens/Messages/components/ChatListItem.tsx:315 12671 + #: src/screens/Messages/components/ChatListItem.tsx:277 12574 12672 msgid "You: {0}" 12575 12673 msgstr "" 12576 12674 12577 - #: src/screens/Messages/components/ChatListItem.tsx:342 12675 + #: src/screens/Messages/components/ChatListItem.tsx:304 12578 12676 msgid "You: {defaultEmbeddedContentMessage}" 12579 12677 msgstr "" 12580 12678 12581 - #: src/screens/Messages/components/ChatListItem.tsx:335 12679 + #: src/screens/Messages/components/ChatListItem.tsx:297 12582 12680 msgid "You: {short}" 12583 12681 msgstr "" 12584 12682