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]
6d8b4a20 5fb3af71

+519 -243
+519 -243
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 19 + msgid "…" 20 + msgstr "…" 21 + 16 22 #. Accessibility label for a category (e.g. Art, Video Games, Sports, etc.) that shows suggested accounts for the user to follow. The tab is currently selected. 17 23 #: src/components/InterestTabs.tsx:330 18 24 msgid "\"{interestsDisplayName}\" category (active)" 19 25 msgstr "" 20 26 21 - #: src/screens/Messages/components/ChatListItem.tsx:159 27 + #: src/screens/Messages/components/ChatListItem.tsx:320 22 28 msgid "(contains embedded content)" 23 29 msgstr "" 24 30 ··· 76 82 msgid "{0, plural, one {# month} other {# months}}" 77 83 msgstr "" 78 84 85 + #. placeholder {0}: reactions.length 86 + #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') 87 + #: src/components/dms/MessageItem.tsx:242 88 + msgid "{0, plural, one {# person} other {# people}} reacted – {1}" 89 + msgstr "{0, plural, one {# person} other {# people}} reacted – {1}" 90 + 79 91 #. placeholder {0}: quoteCount ?? 0 80 92 #: src/screens/Post/PostQuotes.tsx:44 81 93 msgid "{0, plural, one {# quote} other {# quotes}}" ··· 155 167 msgid "{0} (Account)" 156 168 msgstr "" 157 169 170 + #. placeholder {0}: reaction.value 171 + #. placeholder {1}: reaction.count 172 + #: src/components/dms/MessageItem.tsx:710 173 + msgid "{0} {1}" 174 + msgstr "{0} {1}" 175 + 158 176 #. Pattern: {wordValue} in tags 159 177 #. placeholder {0}: word.value 160 178 #: src/components/dialogs/MutedWords.tsx:495 ··· 206 224 207 225 #. placeholder {0}: sanitizeDisplayName( sender.displayName || sender.handle, ) 208 226 #. placeholder {1}: reaction.value 209 - #: src/components/dms/MessageItem.tsx:143 227 + #: src/components/dms/MessageItem.tsx:235 210 228 msgid "{0} reacted {1}" 211 229 msgstr "" 212 230 213 231 #. placeholder {0}: sanitizeDisplayName( sender.displayName || sender.handle, ) 214 232 #. placeholder {1}: convo.lastReaction.reaction.value 215 233 #. placeholder {2}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 216 - #: src/screens/Messages/components/ChatListItem.tsx:230 234 + #: src/screens/Messages/components/ChatListItem.tsx:385 217 235 msgid "{0} reacted {1} to {2}" 218 236 msgstr "" 219 237 ··· 237 255 msgid "{0}'s avatar" 238 256 msgstr "" 239 257 258 + #. placeholder {0}: groupOwner.handle 259 + #. placeholder {0}: profile.handle 260 + #: src/components/dms/MessagesListHeader.tsx:121 261 + #: src/screens/Messages/components/ChatListItem.tsx:224 262 + msgid "{0}'s group chat" 263 + msgstr "{0}'s group chat" 264 + 240 265 #. How many days have passed, displayed in a narrow form 241 266 #. placeholder {0}: diff.value 242 267 #: src/lib/hooks/useTimeAgo.ts:171 ··· 264 289 #: src/view/shell/desktop/LeftNav.tsx:456 265 290 msgid "{count, plural, one {# unread item} other {# unread items}}" 266 291 msgstr "" 292 + 293 + #: src/components/dms/DateDivider.tsx:68 294 + msgid "{date} at {time}" 295 + msgstr "{date} at {time}" 267 296 268 297 #: src/lib/generate-starterpack.ts:104 269 298 #: src/screens/StarterPack/Wizard/index.tsx:200 ··· 473 502 msgid "{MAX_HIDDEN_REPLIES, plural, other {You can hide a maximum of # replies.}}" 474 503 msgstr "" 475 504 505 + #: src/screens/Messages/ConversationSettings.tsx:231 506 + msgid "{memberCount}/{MEMBER_LIMIT}" 507 + msgstr "{memberCount}/{MEMBER_LIMIT}" 508 + 476 509 #: src/screens/Signup/StepInfo/index.tsx:312 477 510 msgid "{MIN_ACCESS_AGE, plural, other {You must be # years of age or older to create an account.}}" 478 511 msgstr "" ··· 510 543 msgid "{rank}." 511 544 msgstr "" 512 545 546 + #: src/screens/Messages/ConversationSettings.tsx:238 547 + msgid "{requestCount, plural, one {# request} other {# requests}}" 548 + msgstr "{requestCount, plural, one {# request} other {# requests}}" 549 + 513 550 #. trending topic time spent trending. should be as short as possible to fit in a pill 514 551 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:191 515 552 msgid "{type}h ago" ··· 564 601 #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) 565 602 #. placeholder {0}: formatPostStatCount(post.likeCount) 566 603 #. placeholder {1}: post.likeCount 567 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:486 604 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:490 568 605 msgid "<0>{0}</0> {1, plural, one {like} other {likes}}" 569 606 msgstr "" 570 607 571 608 #. Quote count display, the <0> tags enclose the number of quotes in bold (will never be 0) 572 609 #. placeholder {0}: formatPostStatCount(post.quoteCount) 573 610 #. placeholder {1}: post.quoteCount 574 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:468 611 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:471 575 612 msgid "<0>{0}</0> {1, plural, one {quote} other {quotes}}" 576 613 msgstr "" 577 614 578 615 #. Repost count display, the <0> tags enclose the number of reposts in bold (will never be 0) 579 616 #. placeholder {0}: formatPostStatCount(post.repostCount) 580 617 #. placeholder {1}: post.repostCount 581 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:448 618 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:450 582 619 msgid "<0>{0}</0> {1, plural, one {repost} other {reposts}}" 583 620 msgstr "" 584 621 585 622 #. Save count display, the <0> tags enclose the number of saves in bold (will never be 0) 586 623 #. placeholder {0}: formatPostStatCount(post.bookmarkCount) 587 624 #. placeholder {1}: post.bookmarkCount 588 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:499 625 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:508 589 626 msgid "<0>{0}</0> {1, plural, one {save} other {saves}}" 590 627 msgstr "" 591 628 ··· 607 644 msgid "<0>{0}</0> members" 608 645 msgstr "" 609 646 610 - #: src/components/dms/DateDivider.tsx:70 611 - msgid "<0>{date}</0> at {time}" 612 - msgstr "" 613 - 614 647 #: src/screens/Hashtag.tsx:239 615 648 #: src/screens/Search/SearchResults.tsx:315 616 649 msgid "<0>Sign in</0><1> or </1><2>create an account</2><3> </3><4>to search for news, sports, politics, and everything else happening on Bluesky.</4>" ··· 652 685 msgstr "" 653 686 654 687 #. If last message does not contain text, fall back to "{user} reacted to {a message}" 655 - #: src/screens/Messages/components/ChatListItem.tsx:209 688 + #: src/screens/Messages/components/ChatListItem.tsx:368 656 689 msgid "a message" 657 690 msgstr "" 658 691 ··· 692 725 msgid "A screenshot of the post composer with a new button next to the post button that says \"Drafts\", with a rainbow firework effect. Below, the text in the composer reads \"Hey, did you hear the news? Bluesky has drafts now!!!\"." 693 726 msgstr "" 694 727 695 - #: src/Navigation.tsx:544 728 + #: src/Navigation.tsx:545 696 729 #: src/screens/Settings/AboutSettings.tsx:74 697 730 #: src/screens/Settings/Settings.tsx:255 698 731 #: src/screens/Settings/Settings.tsx:258 ··· 727 760 msgid "Accessibility" 728 761 msgstr "" 729 762 730 - #: src/Navigation.tsx:387 763 + #: src/Navigation.tsx:388 731 764 msgid "Accessibility Settings" 732 765 msgstr "" 733 766 734 - #: src/Navigation.tsx:403 767 + #: src/Navigation.tsx:404 735 768 #: src/screens/Login/LoginForm.tsx:192 736 769 #: src/screens/Settings/AccountSettings.tsx:56 737 770 #: src/screens/Settings/Settings.tsx:173 ··· 741 774 742 775 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:426 743 776 #: src/screens/Messages/components/RequestButtons.tsx:101 777 + #: src/screens/Messages/ConversationSettings.tsx:528 744 778 #: src/view/com/profile/ProfileMenu.tsx:188 745 779 msgctxt "toast" 746 780 msgid "Account blocked" ··· 786 820 msgid "Account removed from quick access" 787 821 msgstr "" 788 822 823 + #: src/screens/Messages/ConversationSettings.tsx:515 789 824 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:88 790 825 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:310 791 826 #: src/view/com/profile/ProfileMenu.tsx:176 ··· 814 849 msgid "Activity from others" 815 850 msgstr "" 816 851 817 - #: src/Navigation.tsx:512 852 + #: src/Navigation.tsx:513 818 853 msgid "Activity notifications" 819 854 msgstr "" 820 855 ··· 875 910 msgid "Add another account" 876 911 msgstr "" 877 912 878 - #: src/view/com/composer/Composer.tsx:1331 913 + #: src/view/com/composer/Composer.tsx:1329 879 914 msgid "Add another post" 880 915 msgstr "" 881 916 882 - #: src/view/com/composer/Composer.tsx:1997 917 + #: src/view/com/composer/Composer.tsx:1987 883 918 msgid "Add another post to thread" 884 919 msgstr "" 885 920 ··· 910 945 msgid "Add media to post" 911 946 msgstr "" 912 947 948 + #: src/screens/Messages/ConversationSettings.tsx:297 949 + msgid "Add members" 950 + msgstr "Add members" 951 + 913 952 #: src/components/moderation/ReportDialog/index.tsx:532 914 953 #: src/components/moderation/ReportDialog/index.tsx:536 915 954 msgid "Add more details (optional)" ··· 1006 1045 msgid "Additional details (limit 300 characters)" 1007 1046 msgstr "" 1008 1047 1048 + #: src/screens/Messages/ConversationSettings.tsx:343 1049 + #: src/screens/Messages/ConversationSettings.tsx:566 1050 + msgid "Admin" 1051 + msgstr "Admin" 1052 + 1009 1053 #: src/view/com/composer/labels/LabelsBtn.tsx:155 1010 1054 msgid "Adult" 1011 1055 msgstr "" ··· 1065 1109 msgstr "" 1066 1110 1067 1111 #. the default tab in the interests tab bar 1112 + #: src/components/dms/MessageItem.tsx:628 1068 1113 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 1069 1114 #: src/view/screens/Notifications.tsx:88 1070 1115 msgid "All" ··· 1159 1204 msgstr "" 1160 1205 1161 1206 #: src/components/images/AutoSizedImage.tsx:190 1162 - #: src/components/images/Gallery.tsx:120 1207 + #: src/components/images/Gallery/index.tsx:514 1208 + #: src/components/images/ImageLayoutGridItem.tsx:120 1163 1209 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 1164 1210 #: src/view/com/composer/GifAltText.tsx:100 1165 1211 #: src/view/com/composer/photos/Gallery.tsx:214 ··· 1279 1325 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." 1280 1326 msgstr "" 1281 1327 1328 + #: src/screens/Messages/ConversationSettings.tsx:1016 1329 + 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 + 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 + 1282 1332 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 1283 1333 msgid "An issue not included in these options" 1284 1334 msgstr "" 1285 1335 1286 - #: src/components/dms/dialogs/NewChatDialog.tsx:41 1287 - msgid "An issue occurred starting the chat" 1288 - msgstr "" 1336 + #: src/components/dms/dialogs/NewChatDialog.tsx:56 1337 + msgid "An issue occurred creating the group chat, please try again" 1338 + msgstr "An issue occurred creating the group chat, please try again" 1339 + 1340 + #: src/components/dms/dialogs/NewChatDialog.tsx:42 1341 + msgid "An issue occurred starting the chat, please try again" 1342 + msgstr "An issue occurred starting the chat, please try again" 1289 1343 1290 1344 #: src/components/dms/dialogs/ShareViaChatDialog.tsx:50 1291 1345 msgid "An issue occurred while trying to open the chat" ··· 1355 1409 msgid "Anyone who follows me" 1356 1410 msgstr "" 1357 1411 1358 - #: src/Navigation.tsx:552 1412 + #: src/Navigation.tsx:553 1359 1413 #: src/screens/Settings/AppIconSettings/index.tsx:65 1360 1414 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 1361 1415 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 ··· 1393 1447 msgid "App passwords" 1394 1448 msgstr "" 1395 1449 1396 - #: src/Navigation.tsx:355 1450 + #: src/Navigation.tsx:356 1397 1451 #: src/screens/Settings/AppPasswords.tsx:51 1398 1452 msgid "App Passwords" 1399 1453 msgstr "" ··· 1435 1489 msgid "Appeal this decision" 1436 1490 msgstr "" 1437 1491 1438 - #: src/Navigation.tsx:395 1492 + #: src/Navigation.tsx:396 1439 1493 #: src/screens/Settings/AppearanceSettings.tsx:73 1440 1494 #: src/screens/Settings/Settings.tsx:225 1441 1495 #: src/screens/Settings/Settings.tsx:228 ··· 1453 1507 msgstr "" 1454 1508 1455 1509 #. placeholder {0}: niceDate(i18n, createdAt, 'medium') 1456 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:620 1510 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:630 1457 1511 msgid "Archived from {0}" 1458 1512 msgstr "" 1459 1513 1460 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 1461 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 1514 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:601 1515 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:639 1462 1516 msgid "Archived post" 1463 1517 msgstr "" 1464 1518 ··· 1471 1525 msgid "Are you sure you want to delete the app password \"{0}\"?" 1472 1526 msgstr "" 1473 1527 1474 - #: src/components/dms/MessageContextMenu.tsx:206 1475 - msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." 1476 - msgstr "" 1528 + #: src/components/dms/MessageContextMenu.tsx:204 1529 + msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." 1530 + msgstr "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." 1477 1531 1478 1532 #: src/screens/StarterPack/StarterPackScreen.tsx:686 1479 1533 msgid "Are you sure you want to delete this starter pack?" ··· 1496 1550 msgid "Are you sure you want to remove this from your feeds?" 1497 1551 msgstr "" 1498 1552 1499 - #: src/view/com/composer/Composer.tsx:1470 1553 + #: src/view/com/composer/Composer.tsx:1469 1500 1554 msgid "Are you sure you'd like to discard this post?" 1501 1555 msgstr "" 1502 1556 ··· 1540 1594 msgid "Automation label" 1541 1595 msgstr "Automation label" 1542 1596 1543 - #: src/Navigation.tsx:411 1597 + #: src/Navigation.tsx:412 1544 1598 #: src/screens/Settings/AutomationLabelSettings.tsx:103 1545 1599 msgid "Automation Label" 1546 1600 msgstr "Automation Label" ··· 1616 1670 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." 1617 1671 msgstr "" 1618 1672 1619 - #: src/components/dms/dialogs/NewChatDialog.tsx:66 1673 + #: src/components/dms/dialogs/NewChatDialog.tsx:85 1620 1674 #: src/components/dms/MessageProfileButton.tsx:60 1621 1675 #: src/screens/Messages/ChatList.tsx:376 1622 - #: src/screens/Messages/Conversation.tsx:230 1676 + #: src/screens/Messages/Conversation.tsx:247 1677 + #: src/screens/Messages/ConversationSettings.tsx:505 1623 1678 msgid "Before you can message another user, you must first verify your email." 1624 1679 msgstr "" 1625 1680 ··· 1648 1703 msgstr "" 1649 1704 1650 1705 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:853 1706 + #: src/screens/Messages/ConversationSettings.tsx:627 1707 + #: src/screens/Messages/ConversationSettings.tsx:1060 1651 1708 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:207 1652 1709 #: src/view/com/profile/ProfileMenu.tsx:563 1653 1710 msgid "Block" 1654 1711 msgstr "" 1712 + 1713 + #: src/screens/Messages/ConversationSettings.tsx:623 1714 + msgid "Block {displayName}" 1715 + msgstr "Block {displayName}" 1655 1716 1656 1717 #: src/components/dms/ConvoMenu.tsx:275 1657 1718 #: src/components/dms/ConvoMenu.tsx:278 ··· 1664 1725 msgid "Block account" 1665 1726 msgstr "" 1666 1727 1728 + #: src/screens/Messages/ConversationSettings.tsx:1057 1729 + msgid "Block account?" 1730 + msgstr "Block account?" 1731 + 1667 1732 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:850 1668 1733 #: src/view/com/profile/ProfileMenu.tsx:546 1669 1734 msgid "Block Account?" ··· 1703 1768 msgid "Block user and/or delete this conversation" 1704 1769 msgstr "" 1705 1770 1706 - #: src/components/Post/Embed/index.tsx:186 1771 + #: src/components/Post/Embed/index.tsx:187 1707 1772 msgid "Blocked" 1708 1773 msgstr "" 1709 1774 ··· 1711 1776 msgid "Blocked accounts" 1712 1777 msgstr "" 1713 1778 1714 - #: src/Navigation.tsx:196 1779 + #: src/Navigation.tsx:197 1715 1780 #: src/view/screens/ModerationBlockedAccounts.tsx:104 1716 1781 msgid "Blocked Accounts" 1717 1782 msgstr "" 1718 1783 1719 1784 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:851 1785 + #: src/screens/Messages/ConversationSettings.tsx:1058 1720 1786 #: src/view/com/profile/ProfileMenu.tsx:558 1721 1787 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." 1722 1788 msgstr "" ··· 1746 1812 msgid "Bluesky" 1747 1813 msgstr "" 1748 1814 1749 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:645 1815 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 1750 1816 msgid "Bluesky cannot confirm the authenticity of the claimed date." 1751 1817 msgstr "" 1752 1818 ··· 1951 2017 #: src/features/liveNow/components/GoLiveDialog.tsx:254 1952 2018 #: src/lib/media/picker.tsx:38 1953 2019 #: src/screens/Deactivated.tsx:150 2020 + #: src/screens/Messages/ConversationSettings.tsx:1018 2021 + #: src/screens/Messages/ConversationSettings.tsx:1039 1954 2022 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 1955 2023 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 1956 2024 #: src/screens/Search/Shell.tsx:399 ··· 1964 2032 #: src/screens/Takendown.tsx:102 1965 2033 #: src/screens/Takendown.tsx:105 1966 2034 #: src/view/com/composer/Composer.tsx:1547 1967 - #: src/view/com/composer/Composer.tsx:1559 2035 + #: src/view/com/composer/Composer.tsx:1557 1968 2036 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 1969 2037 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 1970 2038 #: src/view/shell/desktop/LeftNav.tsx:215 ··· 1998 2066 #: src/view/com/composer/videos/SubtitleDialog.tsx:57 1999 2067 msgid "Captions & alt text" 2000 2068 msgstr "" 2069 + 2070 + #: src/components/images/Gallery/index.tsx:251 2071 + msgid "carousel" 2072 + msgstr "carousel" 2001 2073 2002 2074 #: src/components/RichTextTag.tsx:53 2003 2075 msgid "Cashtag {tag}" ··· 2075 2147 msgstr "" 2076 2148 2077 2149 #: src/lib/hooks/useNotificationHandler.ts:102 2078 - #: src/Navigation.tsx:569 2150 + #: src/Navigation.tsx:570 2079 2151 #: src/view/shell/bottom-bar/BottomBar.tsx:224 2080 2152 #: src/view/shell/desktop/LeftNav.tsx:611 2081 2153 #: src/view/shell/Drawer.tsx:454 ··· 2101 2173 msgid "Chat muted" 2102 2174 msgstr "" 2103 2175 2104 - #: src/Navigation.tsx:579 2176 + #: src/Navigation.tsx:585 2105 2177 #: src/screens/Messages/components/InboxPreview.tsx:23 2106 2178 msgid "Chat request inbox" 2107 2179 msgstr "" ··· 2113 2185 msgstr "" 2114 2186 2115 2187 #: src/components/dms/ConvoMenu.tsx:84 2116 - #: src/Navigation.tsx:574 2188 + #: src/Navigation.tsx:580 2117 2189 #: src/screens/Messages/ChatList.tsx:82 2118 2190 #: src/screens/Messages/ChatList.tsx:86 2119 2191 #: src/screens/Messages/ChatList.tsx:385 ··· 2260 2332 msgid "Click to open tag menu for {0}" 2261 2333 msgstr "" 2262 2334 2263 - #: src/components/dms/MessageItem.tsx:318 2335 + #: src/components/dms/MessageItem.tsx:480 2264 2336 msgid "Click to retry failed message" 2265 2337 msgstr "" 2266 2338 ··· 2378 2450 msgid "Closes password update alert" 2379 2451 msgstr "" 2380 2452 2381 - #: src/view/com/composer/Composer.tsx:1556 2453 + #: src/view/com/composer/Composer.tsx:1555 2382 2454 msgid "Closes post composer and discards post draft" 2383 2455 msgstr "" 2384 2456 ··· 2417 2489 msgstr "" 2418 2490 2419 2491 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 2420 - #: src/Navigation.tsx:345 2492 + #: src/Navigation.tsx:346 2421 2493 #: src/view/screens/CommunityGuidelines.tsx:38 2422 2494 msgid "Community Guidelines" 2423 2495 msgstr "" ··· 2437 2509 msgstr "" 2438 2510 2439 2511 #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 2440 - #: src/view/com/composer/Composer.tsx:1434 2512 + #: src/view/com/composer/Composer.tsx:1431 2441 2513 msgid "Compose posts up to {0, plural, other {# characters}} in length" 2442 2514 msgstr "" 2443 2515 ··· 2445 2517 msgid "Compose reply" 2446 2518 msgstr "" 2447 2519 2448 - #: src/view/com/composer/Composer.tsx:2393 2520 + #: src/view/com/composer/Composer.tsx:2383 2449 2521 msgid "Compressing GIF..." 2450 2522 msgstr "" 2451 2523 2452 - #: src/view/com/composer/Composer.tsx:2395 2524 + #: src/view/com/composer/Composer.tsx:2385 2453 2525 msgid "Compressing video..." 2454 2526 msgstr "" 2455 2527 ··· 2541 2613 msgid "Content and media" 2542 2614 msgstr "" 2543 2615 2544 - #: src/Navigation.tsx:528 2616 + #: src/Navigation.tsx:529 2545 2617 msgid "Content and Media" 2546 2618 msgstr "" 2547 2619 ··· 2619 2691 msgid "Continue to next step" 2620 2692 msgstr "" 2621 2693 2622 - #: src/screens/Messages/Conversation.tsx:60 2694 + #: src/screens/Messages/Conversation.tsx:64 2623 2695 msgid "Conversation" 2624 2696 msgstr "" 2625 2697 2626 - #: src/screens/Messages/components/ChatListItem.tsx:195 2698 + #: src/screens/Messages/components/ChatListItem.tsx:355 2627 2699 msgid "Conversation deleted" 2628 2700 msgstr "" 2629 2701 ··· 2637 2709 msgid "Copied build version to clipboard" 2638 2710 msgstr "" 2639 2711 2640 - #: src/components/dms/MessageContextMenu.tsx:61 2712 + #: src/components/dms/MessageContextMenu.tsx:62 2641 2713 #: src/components/PostControls/DiscoverDebug.tsx:36 2642 2714 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:272 2643 2715 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 ··· 2718 2790 msgid "Copy link to starter pack" 2719 2791 msgstr "" 2720 2792 2721 - #: src/components/dms/MessageContextMenu.tsx:150 2722 - #: src/components/dms/MessageContextMenu.tsx:153 2793 + #: src/components/dms/MessageContextMenu.tsx:151 2794 + #: src/components/dms/MessageContextMenu.tsx:154 2723 2795 msgid "Copy message text" 2724 2796 msgstr "" 2725 2797 ··· 2743 2815 2744 2816 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 2745 2817 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 2746 - #: src/Navigation.tsx:350 2818 + #: src/Navigation.tsx:351 2747 2819 #: src/view/screens/CopyrightPolicy.tsx:35 2748 2820 msgid "Copyright Policy" 2749 2821 msgstr "" ··· 2789 2861 #: src/components/dms/ConvoMenu.tsx:208 2790 2862 msgid "Could not mute chat" 2791 2863 msgstr "" 2864 + 2865 + #: src/screens/Messages/ConversationSettings.tsx:690 2866 + msgid "Could not mute group chat" 2867 + msgstr "Could not mute group chat" 2792 2868 2793 2869 #: src/view/com/composer/videos/VideoPreview.web.tsx:66 2794 2870 msgid "Could not process your video" ··· 2840 2916 2841 2917 #: src/components/StarterPack/ProfileStarterPacks.tsx:207 2842 2918 #: src/components/StarterPack/ProfileStarterPacks.tsx:316 2843 - #: src/Navigation.tsx:609 2919 + #: src/Navigation.tsx:615 2844 2920 msgid "Create a starter pack" 2845 2921 msgstr "" 2846 2922 ··· 2883 2959 msgid "Create an avatar instead" 2884 2960 msgstr "" 2885 2961 2962 + #: src/screens/Messages/ConversationSettings.tsx:800 2963 + msgid "Create an invite link for this group chat" 2964 + msgstr "Create an invite link for this group chat" 2965 + 2886 2966 #: src/components/StarterPack/ProfileStarterPacks.tsx:214 2887 2967 msgid "Create another" 2888 2968 msgstr "" ··· 3010 3090 msgid "Default icons" 3011 3091 msgstr "" 3012 3092 3013 - #: src/components/dms/MessageContextMenu.tsx:208 3093 + #: src/components/dms/MessageContextMenu.tsx:205 3014 3094 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:803 3015 3095 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 3016 3096 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:275 ··· 3063 3143 msgid "Delete Conversation" 3064 3144 msgstr "" 3065 3145 3066 - #: src/components/dms/MessageContextMenu.tsx:164 3146 + #: src/components/dms/MessageContextMenu.tsx:165 3067 3147 msgid "Delete for me" 3068 3148 msgstr "" 3069 3149 ··· 3072 3152 msgid "Delete list" 3073 3153 msgstr "" 3074 3154 3075 - #: src/components/dms/MessageContextMenu.tsx:204 3155 + #: src/components/dms/MessageContextMenu.tsx:203 3076 3156 msgid "Delete message" 3077 3157 msgstr "" 3078 3158 3079 - #: src/components/dms/MessageContextMenu.tsx:162 3159 + #: src/components/dms/MessageContextMenu.tsx:163 3080 3160 msgid "Delete message for me" 3081 3161 msgstr "" 3082 3162 ··· 3086 3166 3087 3167 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:787 3088 3168 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 3089 - #: src/view/com/composer/Composer.tsx:1444 3169 + #: src/view/com/composer/Composer.tsx:1443 3090 3170 msgid "Delete post" 3091 3171 msgstr "" 3092 3172 ··· 3107 3187 msgid "Delete this post?" 3108 3188 msgstr "" 3109 3189 3110 - #: src/components/Post/Embed/index.tsx:179 3190 + #: src/components/Post/Embed/index.tsx:180 3111 3191 msgid "Deleted" 3112 3192 msgstr "" 3113 3193 3114 - #: src/components/dms/MessagesListHeader.tsx:117 3115 - #: src/screens/Messages/components/ChatListItem.tsx:128 3194 + #: 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 3116 3198 msgid "Deleted Account" 3117 3199 msgstr "" 3118 3200 ··· 3215 3297 3216 3298 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 3217 3299 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 3218 - #: src/view/com/composer/Composer.tsx:1229 3219 - #: src/view/com/composer/Composer.tsx:1277 3220 - #: src/view/com/composer/Composer.tsx:1477 3300 + #: src/view/com/composer/Composer.tsx:1231 3301 + #: src/view/com/composer/Composer.tsx:1275 3302 + #: src/view/com/composer/Composer.tsx:1476 3221 3303 #: src/view/com/composer/drafts/DraftItem.tsx:242 3222 3304 #: src/view/com/composer/drafts/DraftsButton.tsx:131 3223 3305 msgid "Discard" ··· 3228 3310 msgid "Discard changes?" 3229 3311 msgstr "" 3230 3312 3231 - #: src/view/com/composer/Composer.tsx:1227 3313 + #: src/view/com/composer/Composer.tsx:1229 3232 3314 #: src/view/com/composer/drafts/DraftItem.tsx:239 3233 3315 #: src/view/com/composer/drafts/DraftsButton.tsx:98 3234 3316 msgid "Discard draft?" 3235 3317 msgstr "" 3236 3318 3237 - #: src/view/com/composer/Composer.tsx:1244 3238 - #: src/view/com/composer/Composer.tsx:1469 3319 + #: src/view/com/composer/Composer.tsx:1246 3320 + #: src/view/com/composer/Composer.tsx:1468 3239 3321 msgid "Discard post?" 3240 3322 msgstr "" 3241 3323 ··· 3270 3352 msgid "Dismiss banner" 3271 3353 msgstr "" 3272 3354 3273 - #: src/view/com/composer/Composer.tsx:2314 3355 + #: src/view/com/composer/Composer.tsx:2304 3274 3356 msgid "Dismiss error" 3275 3357 msgstr "" 3276 3358 ··· 3377 3459 msgid "Done" 3378 3460 msgstr "" 3379 3461 3380 - #: src/components/dms/MessageItem.tsx:161 3462 + #: src/components/dms/MessageItem.tsx:369 3381 3463 msgid "Double tap or long press the message to add a reaction" 3382 3464 msgstr "" 3383 3465 ··· 3490 3572 msgid "Edit Feeds" 3491 3573 msgstr "" 3492 3574 3575 + #: src/screens/Messages/ConversationSettings.tsx:972 3576 + #: src/screens/Messages/ConversationSettings.tsx:977 3577 + msgid "Edit group name" 3578 + msgstr "Edit group name" 3579 + 3493 3580 #: src/view/com/composer/photos/EditImageDialog.web.tsx:86 3494 3581 #: src/view/com/composer/photos/EditImageDialog.web.tsx:90 3495 3582 #: src/view/com/composer/photos/Gallery.tsx:221 ··· 3520 3607 msgid "Edit moderation list" 3521 3608 msgstr "" 3522 3609 3523 - #: src/Navigation.tsx:360 3610 + #: src/Navigation.tsx:361 3524 3611 #: src/view/screens/Feeds.tsx:519 3525 3612 msgid "Edit My Feeds" 3526 3613 msgstr "" 3527 3614 3615 + #: src/screens/Messages/ConversationSettings.tsx:794 3616 + msgid "Edit name" 3617 + msgstr "Edit name" 3618 + 3528 3619 #. placeholder {0}: createSanitizedDisplayName( profile, ) 3529 3620 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:246 3530 3621 msgid "Edit notifications from {0}" ··· 3555 3646 msgid "Edit starter pack" 3556 3647 msgstr "" 3557 3648 3649 + #: src/screens/Messages/ConversationSettings.tsx:793 3650 + msgid "Edit this group chat’s name" 3651 + msgstr "Edit this group chat’s name" 3652 + 3558 3653 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:363 3559 3654 msgid "Edit user list" 3560 3655 msgstr "" ··· 3563 3658 msgid "Edit who can reply" 3564 3659 msgstr "" 3565 3660 3566 - #: src/Navigation.tsx:614 3661 + #: src/Navigation.tsx:620 3567 3662 msgid "Edit your starter pack" 3568 3663 msgstr "" 3569 3664 ··· 3771 3866 msgid "Entertainment" 3772 3867 msgstr "" 3773 3868 3774 - #: src/view/com/composer/Composer.tsx:2413 3869 + #: src/view/com/composer/Composer.tsx:2403 3775 3870 #: src/view/com/util/error/ErrorScreen.tsx:43 3776 3871 msgid "Error" 3777 3872 msgstr "" ··· 3896 3991 msgid "Explicit sexual images." 3897 3992 msgstr "" 3898 3993 3899 - #: src/Navigation.tsx:818 3994 + #: src/Navigation.tsx:824 3900 3995 #: src/screens/Search/Shell.tsx:356 3901 3996 #: src/view/shell/desktop/LeftNav.tsx:691 3902 3997 #: src/view/shell/Drawer.tsx:402 ··· 3932 4027 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." 3933 4028 msgstr "" 3934 4029 3935 - #: src/Navigation.tsx:379 4030 + #: src/Navigation.tsx:380 3936 4031 #: src/screens/Settings/ExternalMediaPreferences.tsx:34 3937 4032 msgid "External Media Preferences" 3938 4033 msgstr "" ··· 3947 4042 msgstr "" 3948 4043 3949 4044 #: src/components/dms/ActionsWrapper.web.tsx:64 3950 - #: src/components/dms/MessageContextMenu.tsx:103 4045 + #: src/components/dms/MessageContextMenu.tsx:102 3951 4046 msgid "Failed to add emoji reaction" 3952 4047 msgstr "" 3953 4048 ··· 3964 4059 msgstr "" 3965 4060 3966 4061 #: src/components/dms/MessageProfileButton.tsx:38 4062 + #: src/screens/Messages/ConversationSettings.tsx:482 3967 4063 msgid "Failed to create conversation" 3968 4064 msgstr "" 3969 4065 ··· 3978 4074 msgid "Failed to delete chat" 3979 4075 msgstr "" 3980 4076 3981 - #: src/components/dms/MessageContextMenu.tsx:85 4077 + #: src/components/dms/MessageContextMenu.tsx:84 3982 4078 msgid "Failed to delete message" 3983 4079 msgstr "" 3984 4080 ··· 4047 4143 msgid "Failed to load notification settings." 4048 4144 msgstr "" 4049 4145 4050 - #: src/screens/Messages/components/MessageListError.tsx:23 4146 + #: src/screens/Messages/components/MessageListError.tsx:22 4051 4147 msgid "Failed to load past messages" 4052 4148 msgstr "" 4053 4149 ··· 4090 4186 msgstr "" 4091 4187 4092 4188 #: src/components/dms/ActionsWrapper.web.tsx:60 4093 - #: src/components/dms/MessageContextMenu.tsx:99 4189 + #: src/components/dms/MessageContextMenu.tsx:98 4094 4190 msgid "Failed to remove emoji reaction" 4095 4191 msgstr "" 4096 4192 ··· 4127 4223 #: src/screens/Settings/InterestsSettings.tsx:147 4128 4224 msgctxt "toast" 4129 4225 msgid "Failed to save your interests." 4130 - msgstr "" 4131 - 4132 - #: src/components/dms/MessageItem.tsx:311 4133 - msgid "Failed to send" 4134 4226 msgstr "" 4135 4227 4136 4228 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:123 ··· 4173 4265 msgid "Failed to update settings" 4174 4266 msgstr "" 4175 4267 4176 - #: src/lib/media/video/upload.ts:72 4268 + #: src/lib/media/video/upload.ts:73 4177 4269 #: src/lib/media/video/upload.web.ts:73 4178 4270 #: src/lib/media/video/upload.web.ts:77 4179 4271 #: src/lib/media/video/upload.web.ts:87 ··· 4196 4288 msgid "False information about elections" 4197 4289 msgstr "" 4198 4290 4199 - #: src/Navigation.tsx:295 4291 + #: src/Navigation.tsx:296 4200 4292 msgid "Feed" 4201 4293 msgstr "" 4202 4294 ··· 4241 4333 msgid "Feedback sent to feed operator" 4242 4334 msgstr "" 4243 4335 4244 - #: src/Navigation.tsx:594 4336 + #: src/Navigation.tsx:600 4245 4337 #: src/screens/SavedFeeds.tsx:120 4246 4338 #: src/screens/SavedFeeds.tsx:318 4247 4339 #: src/screens/Search/SearchResults.tsx:80 ··· 4320 4412 msgid "Find accounts to follow" 4321 4413 msgstr "" 4322 4414 4323 - #: src/Navigation.tsx:435 4324 - #: src/Navigation.tsx:636 4415 + #: src/Navigation.tsx:436 4416 + #: src/Navigation.tsx:642 4325 4417 msgid "Find Contacts" 4326 4418 msgstr "" 4327 4419 ··· 4492 4584 msgstr "" 4493 4585 4494 4586 #. placeholder {0}: route.params.name 4495 - #: src/Navigation.tsx:249 4587 + #: src/Navigation.tsx:250 4496 4588 msgid "Followers of @{0} that you know" 4497 4589 msgstr "" 4498 4590 ··· 4538 4630 msgid "Following feed preferences" 4539 4631 msgstr "" 4540 4632 4541 - #: src/Navigation.tsx:366 4633 + #: src/Navigation.tsx:367 4542 4634 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 4543 4635 msgid "Following Feed Preferences" 4544 4636 msgstr "" ··· 4709 4801 4710 4802 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:77 4711 4803 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:87 4804 + #: src/screens/Messages/ConversationSettings.tsx:1017 4712 4805 msgid "Get started" 4713 4806 msgstr "" 4714 4807 ··· 4717 4810 msgid "GIF" 4718 4811 msgstr "" 4719 4812 4720 - #: src/view/com/composer/Composer.tsx:2418 4813 + #: src/view/com/composer/Composer.tsx:2408 4721 4814 msgid "GIF uploaded" 4722 4815 msgstr "" 4723 4816 ··· 4811 4904 msgstr "" 4812 4905 4813 4906 #. placeholder {0}: profile.handle 4814 - #: src/screens/Messages/components/ChatListItem.tsx:360 4907 + #: src/screens/Messages/components/ChatListItem.tsx:182 4815 4908 msgid "Go to conversation with {0}" 4816 4909 msgstr "" 4817 4910 ··· 4824 4917 msgstr "" 4825 4918 4826 4919 #: src/components/dms/ConvoMenu.tsx:255 4920 + #: src/screens/Messages/ConversationSettings.tsx:603 4827 4921 #: src/view/shell/desktop/LeftNav.tsx:319 4828 4922 #: src/view/shell/desktop/LeftNav.tsx:325 4829 4923 msgid "Go to profile" 4830 4924 msgstr "" 4925 + 4926 + #: src/screens/Messages/components/ChatListItem.tsx:231 4927 + msgid "Go to the group chat named \"{chatName}\"" 4928 + msgstr "Go to the group chat named \"{chatName}\"" 4831 4929 4832 4930 #: src/components/dms/ConvoMenu.tsx:252 4833 4931 msgid "Go to user's profile" ··· 4857 4955 msgid "Grooming or predatory behavior" 4858 4956 msgstr "" 4859 4957 4958 + #: src/screens/Messages/ConversationSettings.tsx:684 4959 + msgctxt "toast" 4960 + msgid "Group chat muted" 4961 + msgstr "Group chat muted" 4962 + 4963 + #: src/Navigation.tsx:575 4964 + #: src/screens/Messages/ConversationSettings.tsx:102 4965 + msgid "Group chat settings" 4966 + msgstr "Group chat settings" 4967 + 4968 + #: src/screens/Messages/ConversationSettings.tsx:686 4969 + msgctxt "toast" 4970 + msgid "Group chat unmuted" 4971 + msgstr "Group chat unmuted" 4972 + 4860 4973 #: src/components/dms/InitiateChatFlow.tsx:227 4861 4974 #: src/components/dms/InitiateChatFlow.tsx:545 4975 + #: src/screens/Messages/ConversationSettings.tsx:978 4862 4976 msgid "Group name" 4863 4977 msgstr "Group name" 4864 4978 ··· 4910 5024 msgid "Harming or endangering minors" 4911 5025 msgstr "" 4912 5026 4913 - #: src/Navigation.tsx:559 5027 + #: src/Navigation.tsx:560 4914 5028 msgid "Hashtag" 4915 5029 msgstr "" 4916 5030 ··· 5116 5230 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" 5117 5231 msgstr "" 5118 5232 5119 - #: src/Navigation.tsx:813 5120 - #: src/Navigation.tsx:833 5233 + #: src/Navigation.tsx:819 5234 + #: src/Navigation.tsx:839 5121 5235 #: src/view/shell/bottom-bar/BottomBar.tsx:179 5122 5236 #: src/view/shell/desktop/LeftNav.tsx:673 5123 5237 #: src/view/shell/Drawer.tsx:428 ··· 5243 5357 msgid "If you're trying to change your handle or email, do so before you deactivate." 5244 5358 msgstr "" 5245 5359 5246 - #: src/components/images/Gallery.tsx:76 5360 + #: src/components/images/ImageLayoutGridItem.tsx:76 5247 5361 msgid "Image" 5248 5362 msgstr "" 5249 5363 5250 5364 #. placeholder {0}: index + 1 5365 + #: src/components/images/Gallery/index.tsx:424 5366 + msgid "Image {0}" 5367 + msgstr "Image {0}" 5368 + 5369 + #. placeholder {0}: index + 1 5251 5370 #. placeholder {1}: imgs.length 5252 5371 #: src/view/com/lightbox/Lightbox.web.tsx:248 5253 5372 msgid "Image {0} of {1}" 5254 5373 msgstr "" 5255 5374 5375 + #. placeholder {0}: index + 1 5376 + #: src/components/images/Gallery/index.tsx:415 5377 + msgid "Image {0} of {imageCount}" 5378 + msgstr "Image {0} of {imageCount}" 5379 + 5256 5380 #: src/screens/Settings/AboutSettings.tsx:63 5257 5381 msgid "Image cache cleared" 5258 5382 msgstr "" ··· 5262 5386 #: src/screens/Settings/AboutSettings.tsx:49 5263 5387 msgid "Image cache cleared, freed {0}" 5264 5388 msgstr "" 5389 + 5390 + #. placeholder {0}: images.length 5391 + #: src/components/images/Gallery/index.tsx:252 5392 + msgid "Image gallery, {0} images" 5393 + msgstr "Image gallery, {0} images" 5265 5394 5266 5395 #. Image has been moderated and user has the option of showing it temporarily 5267 5396 #: src/features/liveNow/components/LiveStatusDialog.tsx:299 ··· 5447 5576 msgid "Invite friends <0/>" 5448 5577 msgstr "" 5449 5578 5579 + #: src/screens/Messages/ConversationSettings.tsx:801 5580 + #: src/screens/Messages/ConversationSettings.tsx:1015 5581 + msgid "Invite link" 5582 + msgstr "Invite link" 5583 + 5450 5584 #: src/components/StarterPack/ShareDialog.tsx:83 5451 5585 msgid "Invite people to this starter pack!" 5452 5586 msgstr "" ··· 5454 5588 #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 5455 5589 msgid "Invite your friends to follow your favorite feeds and people" 5456 5590 msgstr "" 5591 + 5592 + #: src/screens/Messages/ConversationSettings.tsx:566 5593 + msgid "Invited" 5594 + msgstr "Invited" 5457 5595 5458 5596 #: src/screens/StarterPack/Wizard/StepDetails.tsx:34 5459 5597 msgid "Invites, but personal" ··· 5482 5620 msgstr "" 5483 5621 5484 5622 #. placeholder {0}: videoState.jobId 5485 - #: src/view/com/composer/Composer.tsx:2333 5623 + #: src/view/com/composer/Composer.tsx:2323 5486 5624 msgid "Job ID: {0}" 5487 5625 msgstr "" 5488 5626 ··· 5507 5645 msgid "Journalism" 5508 5646 msgstr "" 5509 5647 5510 - #: src/view/com/composer/Composer.tsx:1281 5648 + #: src/view/com/composer/Composer.tsx:1279 5511 5649 #: src/view/com/composer/drafts/DraftsButton.tsx:135 5512 5650 msgid "Keep editing" 5513 5651 msgstr "" ··· 5550 5688 msgid "Labels on your content" 5551 5689 msgstr "" 5552 5690 5553 - #: src/Navigation.tsx:222 5691 + #: src/Navigation.tsx:223 5554 5692 msgid "Language Settings" 5555 5693 msgstr "" 5556 5694 ··· 5664 5802 msgstr "" 5665 5803 5666 5804 #: src/components/dms/LeaveConvoPrompt.tsx:52 5805 + #: src/screens/Messages/ConversationSettings.tsx:829 5667 5806 msgid "Leave" 5668 5807 msgstr "" 5669 5808 ··· 5679 5818 #: src/components/dms/LeaveConvoPrompt.tsx:44 5680 5819 msgid "Leave conversation" 5681 5820 msgstr "" 5821 + 5822 + #: src/screens/Messages/ConversationSettings.tsx:828 5823 + msgid "Leave this group chat" 5824 + msgstr "Leave this group chat" 5682 5825 5683 5826 #: src/components/dialogs/LinkWarning.tsx:83 5684 5827 #: src/components/dialogs/LinkWarning.tsx:91 ··· 5732 5875 msgid "Like 10 posts to train the Discover feed" 5733 5876 msgstr "" 5734 5877 5735 - #: src/Navigation.tsx:472 5878 + #: src/Navigation.tsx:473 5736 5879 msgid "Like notifications" 5737 5880 msgstr "" 5738 5881 ··· 5744 5887 msgid "Like this labeler" 5745 5888 msgstr "" 5746 5889 5747 - #: src/Navigation.tsx:300 5748 - #: src/Navigation.tsx:305 5890 + #: src/Navigation.tsx:301 5891 + #: src/Navigation.tsx:306 5749 5892 msgid "Liked by" 5750 5893 msgstr "" 5751 5894 ··· 5782 5925 msgid "Likes of your reposts" 5783 5926 msgstr "" 5784 5927 5785 - #: src/Navigation.tsx:496 5928 + #: src/Navigation.tsx:497 5786 5929 msgid "Likes of your reposts notifications" 5787 5930 msgstr "" 5788 5931 5789 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:482 5932 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:486 5790 5933 msgid "Likes on this post" 5791 5934 msgstr "" 5792 5935 ··· 5795 5938 msgid "Linear" 5796 5939 msgstr "" 5797 5940 5798 - #: src/Navigation.tsx:255 5941 + #: src/Navigation.tsx:256 5799 5942 msgid "List" 5800 5943 msgstr "" 5801 5944 ··· 5881 6024 msgid "List unmuted" 5882 6025 msgstr "" 5883 6026 5884 - #: src/Navigation.tsx:176 6027 + #: src/Navigation.tsx:177 5885 6028 #: src/view/screens/Lists.tsx:68 5886 6029 #: src/view/screens/Profile.tsx:234 5887 6030 #: src/view/screens/Profile.tsx:242 ··· 5970 6113 msgid "Loading..." 5971 6114 msgstr "" 5972 6115 5973 - #: src/Navigation.tsx:325 6116 + #: src/screens/Messages/ConversationSettings.tsx:936 6117 + msgid "Loading…" 6118 + msgstr "Loading…" 6119 + 6120 + #: src/screens/Messages/ConversationSettings.tsx:811 6121 + msgid "Lock" 6122 + msgstr "Lock" 6123 + 6124 + #: src/screens/Messages/ConversationSettings.tsx:1038 6125 + msgid "Lock group chat" 6126 + msgstr "Lock group chat" 6127 + 6128 + #: src/screens/Messages/ConversationSettings.tsx:1036 6129 + msgid "Lock group chat?" 6130 + msgstr "Lock group chat?" 6131 + 6132 + #: src/screens/Messages/ConversationSettings.tsx:809 6133 + msgid "Lock this group chat" 6134 + msgstr "Lock this group chat" 6135 + 6136 + #: src/screens/Messages/ConversationSettings.tsx:811 6137 + msgid "Locked" 6138 + msgstr "Locked" 6139 + 6140 + #: src/Navigation.tsx:326 5974 6141 msgid "Log" 5975 6142 msgstr "" 5976 6143 ··· 6076 6243 msgid "Media that may be disturbing or inappropriate for some audiences." 6077 6244 msgstr "" 6078 6245 6079 - #: src/Navigation.tsx:456 6246 + #: src/screens/Messages/ConversationSettings.tsx:224 6247 + msgid "Members" 6248 + msgstr "Members" 6249 + 6250 + #: src/screens/Messages/ConversationSettings.tsx:1037 6251 + msgid "Members can still read chat history but can’t send new messages." 6252 + msgstr "Members can still read chat history but can’t send new messages." 6253 + 6254 + #: src/Navigation.tsx:457 6080 6255 msgid "Mention notifications" 6081 6256 msgstr "" 6082 6257 ··· 6096 6271 msgstr "" 6097 6272 6098 6273 #: src/screens/Messages/components/MessageComposer.tsx:198 6099 - #: src/screens/Messages/components/MessageInput.tsx:174 6274 + #: src/screens/Messages/components/MessageInput.tsx:173 6275 + #: src/screens/Messages/components/MessageInput.web.tsx:212 6276 + #: src/screens/Messages/ConversationSettings.tsx:611 6100 6277 msgid "Message" 6101 6278 msgstr "Message" 6102 6279 ··· 6105 6282 msgid "Message {0}" 6106 6283 msgstr "" 6107 6284 6108 - #: src/screens/Messages/components/ChatListItem.tsx:196 6285 + #: src/screens/Messages/ConversationSettings.tsx:608 6286 + msgid "Message {displayName}" 6287 + msgstr "Message {displayName}" 6288 + 6289 + #: src/screens/Messages/components/ChatListItem.tsx:356 6109 6290 msgid "Message deleted" 6110 6291 msgstr "" 6111 6292 ··· 6114 6295 msgid "Message deleted" 6115 6296 msgstr "" 6116 6297 6298 + #: src/components/dms/MessageItem.tsx:474 6299 + msgid "Message failed to send." 6300 + msgstr "Message failed to send." 6301 + 6117 6302 #. placeholder {0}: sender?.handle ?? 'unknown' 6118 6303 #. placeholder {1}: message.text 6119 6304 #: src/components/dms/MessageContextMenu.tsx:131 ··· 6126 6311 msgstr "" 6127 6312 6128 6313 #: src/screens/Messages/components/MessageComposer.tsx:197 6129 - #: src/screens/Messages/components/MessageInput.tsx:172 6314 + #: src/screens/Messages/components/MessageInput.tsx:171 6130 6315 msgid "Message input field" 6131 6316 msgstr "" 6132 6317 6133 - #: src/screens/Messages/components/MessageInput.tsx:85 6134 - #: src/screens/Messages/components/MessageInput.web.tsx:60 6318 + #: src/screens/Messages/components/MessageInput.tsx:84 6319 + #: src/screens/Messages/components/MessageInput.web.tsx:59 6135 6320 msgid "Message is too long" 6136 6321 msgstr "" 6137 6322 ··· 6139 6324 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" 6140 6325 msgstr "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" 6141 6326 6142 - #: src/components/dms/MessageContextMenu.tsx:129 6327 + #: src/components/dms/MessageContextMenu.tsx:130 6143 6328 msgid "Message options" 6144 6329 msgstr "" 6145 6330 6146 - #: src/Navigation.tsx:828 6331 + #: src/Navigation.tsx:834 6147 6332 msgid "Messages" 6148 6333 msgstr "" 6149 6334 ··· 6156 6341 msgid "Minor harassment or bullying" 6157 6342 msgstr "" 6158 6343 6159 - #: src/Navigation.tsx:520 6344 + #: src/Navigation.tsx:521 6160 6345 msgid "Miscellaneous notifications" 6161 6346 msgstr "" 6162 6347 ··· 6168 6353 msgid "Missing media" 6169 6354 msgstr "" 6170 6355 6171 - #: src/Navigation.tsx:181 6356 + #: src/Navigation.tsx:182 6172 6357 #: src/screens/Moderation/index.tsx:102 6173 6358 msgid "Moderation" 6174 6359 msgstr "" ··· 6212 6397 msgid "Moderation lists" 6213 6398 msgstr "" 6214 6399 6215 - #: src/Navigation.tsx:186 6400 + #: src/Navigation.tsx:187 6216 6401 #: src/view/screens/ModerationModlists.tsx:68 6217 6402 msgid "Moderation Lists" 6218 6403 msgstr "" ··· 6221 6406 msgid "moderation settings" 6222 6407 msgstr "" 6223 6408 6224 - #: src/Navigation.tsx:315 6409 + #: src/Navigation.tsx:316 6225 6410 msgid "Moderation states" 6226 6411 msgstr "" 6227 6412 ··· 6267 6452 msgid "Music" 6268 6453 msgstr "" 6269 6454 6455 + #: src/screens/Messages/ConversationSettings.tsx:787 6456 + msgid "Mute" 6457 + msgstr "Mute" 6458 + 6270 6459 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 6271 6460 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 6272 6461 msgctxt "video" ··· 6307 6496 #: src/screens/ProfileList/components/SubscribeMenu.tsx:104 6308 6497 msgid "Mute these accounts?" 6309 6498 msgstr "" 6499 + 6500 + #: src/screens/Messages/ConversationSettings.tsx:785 6501 + msgid "Mute this group chat" 6502 + msgstr "Mute this group chat" 6310 6503 6311 6504 #: src/components/dialogs/MutedWords.tsx:194 6312 6505 msgid "Mute this word for 24 hours" ··· 6342 6535 msgid "Mute words & tags" 6343 6536 msgstr "" 6344 6537 6538 + #: src/screens/Messages/ConversationSettings.tsx:787 6539 + msgid "Muted" 6540 + msgstr "Muted" 6541 + 6345 6542 #: src/screens/Moderation/index.tsx:323 6346 6543 msgid "Muted accounts" 6347 6544 msgstr "" 6348 6545 6349 - #: src/Navigation.tsx:191 6546 + #: src/Navigation.tsx:192 6350 6547 #: src/view/screens/ModerationMutedAccounts.tsx:116 6351 6548 msgid "Muted Accounts" 6352 6549 msgstr "" ··· 6442 6639 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" 6443 6640 msgstr "" 6444 6641 6445 - #: src/components/dms/dialogs/NewChatDialog.tsx:79 6446 - #: src/components/dms/dialogs/NewChatDialog.tsx:89 6642 + #: src/components/dms/dialogs/NewChatDialog.tsx:98 6643 + #: src/components/dms/dialogs/NewChatDialog.tsx:108 6447 6644 #: src/screens/Messages/ChatList.tsx:408 6448 6645 #: src/screens/Messages/ChatList.tsx:415 6449 6646 msgid "New chat" ··· 6460 6657 msgid "New Feature" 6461 6658 msgstr "" 6462 6659 6463 - #: src/Navigation.tsx:488 6660 + #: src/Navigation.tsx:489 6464 6661 msgid "New follower notifications" 6465 6662 msgstr "" 6466 6663 ··· 6639 6836 msgid "No media yet" 6640 6837 msgstr "" 6641 6838 6642 - #: src/screens/Messages/components/ChatListItem.tsx:138 6839 + #: src/screens/Messages/components/ChatListItem.tsx:300 6643 6840 msgid "No messages yet" 6644 6841 msgstr "" 6645 6842 ··· 6789 6986 msgid "Not followed by anyone you're following" 6790 6987 msgstr "" 6791 6988 6792 - #: src/Navigation.tsx:171 6989 + #: src/Navigation.tsx:172 6793 6990 #: src/view/screens/Profile.tsx:133 6794 6991 msgid "Not Found" 6795 6992 msgstr "" ··· 6819 7016 msgid "Nothing saved yet" 6820 7017 msgstr "" 6821 7018 6822 - #: src/Navigation.tsx:442 6823 - #: src/Navigation.tsx:589 7019 + #: src/Navigation.tsx:443 7020 + #: src/Navigation.tsx:595 6824 7021 #: src/view/screens/Notifications.tsx:136 6825 7022 msgid "Notification settings" 6826 7023 msgstr "" ··· 6833 7030 msgid "Notification Sounds" 6834 7031 msgstr "" 6835 7032 6836 - #: src/Navigation.tsx:584 6837 - #: src/Navigation.tsx:823 7033 + #: src/Navigation.tsx:590 7034 + #: src/Navigation.tsx:829 6838 7035 #: src/screens/Notifications/ActivityList.tsx:31 6839 7036 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:93 6840 7037 #: src/screens/Settings/NotificationSettings/index.tsx:93 ··· 6864 7061 msgid "now" 6865 7062 msgstr "" 6866 7063 6867 - #: src/components/dms/MessageItem.tsx:275 6868 - msgid "Now" 6869 - msgstr "" 6870 - 6871 7064 #: src/view/com/composer/labels/LabelsBtn.tsx:146 6872 7065 #: src/view/com/composer/labels/LabelsBtn.tsx:149 6873 7066 msgid "Nudity" ··· 6901 7094 #: src/components/BotAccountAlert.tsx:52 6902 7095 #: src/components/BotAccountAlert.tsx:57 6903 7096 #: src/screens/Login/PasswordUpdatedForm.tsx:37 6904 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:651 7097 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:661 6905 7098 msgid "Okay" 6906 7099 msgstr "" 6907 7100 ··· 6924 7117 msgid "Onboarding reset" 6925 7118 msgstr "" 6926 7119 6927 - #: src/view/com/composer/Composer.tsx:774 7120 + #: src/view/com/composer/Composer.tsx:772 6928 7121 msgid "One or more GIFs is missing alt text." 6929 7122 msgstr "" 6930 7123 6931 - #: src/view/com/composer/Composer.tsx:771 7124 + #: src/view/com/composer/Composer.tsx:769 6932 7125 msgid "One or more images is missing alt text." 6933 7126 msgstr "" 6934 7127 ··· 6940 7133 msgid "One or more of your selected files are too large. Maximum size is 100 MB." 6941 7134 msgstr "" 6942 7135 6943 - #: src/view/com/composer/Composer.tsx:575 7136 + #: src/view/com/composer/Composer.tsx:574 6944 7137 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.}}" 6945 7138 msgstr "" 6946 7139 6947 - #: src/view/com/composer/Composer.tsx:781 7140 + #: src/view/com/composer/Composer.tsx:779 6948 7141 msgid "One or more videos is missing alt text." 6949 7142 msgstr "" 6950 7143 ··· 6988 7181 msgid "Open camera" 6989 7182 msgstr "" 6990 7183 6991 - #: src/screens/Messages/components/ChatListItem.tsx:370 6992 - #: src/screens/Messages/components/ChatListItem.tsx:374 7184 + #: src/screens/Messages/ConversationSettings.tsx:561 7185 + msgid "Open chat member options for {displayName}" 7186 + msgstr "Open chat member options for {displayName}" 7187 + 7188 + #: src/screens/Messages/components/ChatListItem.tsx:514 7189 + #: src/screens/Messages/components/ChatListItem.tsx:518 6993 7190 msgid "Open conversation options" 6994 7191 msgstr "" 6995 7192 ··· 7002 7199 msgstr "" 7003 7200 7004 7201 #: src/screens/Messages/components/MessageComposer.tsx:177 7005 - #: src/screens/Messages/components/MessageInput.web.tsx:180 7006 - #: src/view/com/composer/Composer.tsx:1982 7202 + #: src/screens/Messages/components/MessageInput.web.tsx:179 7203 + #: src/view/com/composer/Composer.tsx:1972 7007 7204 msgid "Open emoji picker" 7008 7205 msgstr "" 7009 7206 ··· 7024 7221 msgid "Open Germ DM" 7025 7222 msgstr "" 7026 7223 7224 + #: src/components/dms/MessagesListHeader.tsx:204 7225 + msgid "Open group chat settings" 7226 + msgstr "Open group chat settings" 7227 + 7027 7228 #: src/components/Post/Embed/ExternalEmbed/index.tsx:79 7028 7229 msgid "Open link to {niceUrl}" 7029 7230 msgstr "" 7030 7231 7031 - #: src/components/dms/ActionsWrapper.tsx:35 7232 + #: src/components/dms/ActionsWrapper.tsx:34 7032 7233 msgid "Open message options" 7033 7234 msgstr "" 7034 7235 ··· 7121 7322 msgid "Opens device gallery to select up to {MAX_IMAGES, plural, other {# images}}, or a single video or GIF." 7122 7323 msgstr "" 7123 7324 7124 - #: src/view/com/composer/Composer.tsx:1983 7325 + #: src/view/com/composer/Composer.tsx:1973 7125 7326 msgid "Opens emoji picker" 7126 7327 msgstr "" 7127 7328 ··· 7134 7335 #: src/view/com/auth/SplashScreen.web.tsx:130 7135 7336 msgid "Opens flow to sign in to your existing Bluesky account" 7136 7337 msgstr "" 7338 + 7339 + #: src/components/images/Gallery/index.tsx:425 7340 + msgid "Opens full image" 7341 + msgstr "Opens full image" 7137 7342 7138 7343 #: src/view/com/composer/photos/SelectGifBtn.tsx:37 7139 7344 msgid "Opens GIF select dialog" ··· 7314 7519 msgstr "" 7315 7520 7316 7521 #. placeholder {0}: route.params.name 7317 - #: src/Navigation.tsx:242 7522 + #: src/Navigation.tsx:243 7318 7523 msgid "People followed by @{0}" 7319 7524 msgstr "" 7320 7525 7321 7526 #. placeholder {0}: route.params.name 7322 - #: src/Navigation.tsx:235 7527 + #: src/Navigation.tsx:236 7323 7528 msgid "People following @{0}" 7324 7529 msgstr "" 7325 7530 ··· 7612 7817 msgid "Porn" 7613 7818 msgstr "" 7614 7819 7615 - #: src/view/com/composer/Composer.tsx:1631 7820 + #: src/view/com/composer/Composer.tsx:1621 7616 7821 msgctxt "action" 7617 7822 msgid "Post" 7618 7823 msgstr "" ··· 7632 7837 msgid "Post a video" 7633 7838 msgstr "" 7634 7839 7635 - #: src/view/com/composer/Composer.tsx:1629 7840 + #: src/view/com/composer/Composer.tsx:1619 7636 7841 msgctxt "action" 7637 7842 msgid "Post All" 7638 7843 msgstr "" ··· 7642 7847 msgstr "" 7643 7848 7644 7849 #. placeholder {0}: route.params.name 7645 - #: src/Navigation.tsx:268 7646 - #: src/Navigation.tsx:275 7647 - #: src/Navigation.tsx:282 7648 - #: src/Navigation.tsx:289 7850 + #: src/Navigation.tsx:269 7851 + #: src/Navigation.tsx:276 7852 + #: src/Navigation.tsx:283 7853 + #: src/Navigation.tsx:290 7649 7854 msgid "Post by @{0}" 7650 7855 msgstr "" 7651 7856 ··· 7658 7863 msgid "Post failed to upload. Please check your Internet connection and try again." 7659 7864 msgstr "" 7660 7865 7661 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:131 7662 - #: src/screens/PostThread/components/ThreadItemPost.tsx:113 7663 - #: src/screens/PostThread/components/ThreadItemTreePost.tsx:109 7866 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:132 7867 + #: src/screens/PostThread/components/ThreadItemPost.tsx:117 7868 + #: src/screens/PostThread/components/ThreadItemTreePost.tsx:110 7664 7869 #: src/screens/VideoFeed/index.tsx:551 7665 7870 msgid "Post has been deleted" 7666 7871 msgstr "" ··· 7679 7884 msgid "Post interaction settings" 7680 7885 msgstr "" 7681 7886 7682 - #: src/Navigation.tsx:202 7887 + #: src/Navigation.tsx:203 7683 7888 #: src/screens/ModerationInteractionSettings/index.tsx:35 7684 7889 msgid "Post Interaction Settings" 7685 7890 msgstr "" ··· 7741 7946 msgid "Preferred language" 7742 7947 msgstr "" 7743 7948 7744 - #: src/screens/Messages/components/MessageListError.tsx:19 7949 + #: src/screens/Messages/components/MessageListError.tsx:18 7745 7950 msgid "Press to attempt reconnection" 7746 7951 msgstr "" 7747 7952 7748 7953 #: src/components/Error.tsx:61 7749 7954 #: src/components/Lists.tsx:104 7750 - #: src/screens/Messages/components/MessageListError.tsx:24 7955 + #: src/screens/Messages/components/MessageListError.tsx:23 7751 7956 #: src/screens/Signup/BackNextButtons.tsx:48 7752 7957 msgid "Press to retry" 7753 7958 msgstr "" ··· 7779 7984 msgid "Privacy and security" 7780 7985 msgstr "" 7781 7986 7782 - #: src/Navigation.tsx:419 7783 - #: src/Navigation.tsx:427 7987 + #: src/Navigation.tsx:420 7988 + #: src/Navigation.tsx:428 7784 7989 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 7785 7990 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:45 7786 7991 msgid "Privacy and Security" ··· 7793 7998 7794 7999 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 7795 8000 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 7796 - #: src/Navigation.tsx:335 8001 + #: src/Navigation.tsx:336 7797 8002 #: src/screens/Settings/AboutSettings.tsx:91 7798 8003 #: src/screens/Settings/AboutSettings.tsx:94 7799 8004 #: src/view/screens/PrivacyPolicy.tsx:35 ··· 7806 8011 msgid "Privacy violation of a minor" 7807 8012 msgstr "" 7808 8013 7809 - #: src/view/com/composer/Composer.tsx:2407 8014 + #: src/view/com/composer/Composer.tsx:2397 7810 8015 msgid "Processing GIF..." 7811 8016 msgstr "" 7812 8017 7813 - #: src/view/com/composer/Composer.tsx:2409 8018 + #: src/view/com/composer/Composer.tsx:2399 7814 8019 msgid "Processing video..." 7815 8020 msgstr "" 7816 8021 ··· 7856 8061 msgstr "" 7857 8062 7858 8063 #. Accessibility label for button to publish a single post 7859 - #: src/view/com/composer/Composer.tsx:1614 8064 + #: src/view/com/composer/Composer.tsx:1605 7860 8065 msgid "Publish post" 7861 8066 msgstr "" 7862 8067 7863 8068 #. Accessibility label for button to publish multiple posts in a thread 7864 - #: src/view/com/composer/Composer.tsx:1607 8069 + #: src/view/com/composer/Composer.tsx:1600 7865 8070 msgid "Publish posts" 7866 8071 msgstr "" 7867 8072 7868 8073 #. Accessibility label for button to publish multiple replies in a thread 7869 - #: src/view/com/composer/Composer.tsx:1592 8074 + #: src/view/com/composer/Composer.tsx:1589 7870 8075 msgid "Publish replies" 7871 8076 msgstr "" 7872 8077 7873 8078 #. Accessibility label for button to publish a single reply 7874 - #: src/view/com/composer/Composer.tsx:1599 8079 + #: src/view/com/composer/Composer.tsx:1594 7875 8080 msgid "Publish reply" 7876 8081 msgstr "" 7877 8082 ··· 7903 8108 msgid "QR code saved to your camera roll!" 7904 8109 msgstr "" 7905 8110 7906 - #: src/Navigation.tsx:464 8111 + #: src/Navigation.tsx:465 7907 8112 msgid "Quote notifications" 7908 8113 msgstr "" 7909 8114 ··· 7937 8142 msgid "Quotes" 7938 8143 msgstr "" 7939 8144 7940 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:464 8145 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:467 7941 8146 msgid "Quotes of this post" 7942 8147 msgstr "" 7943 8148 ··· 7958 8163 msgid "React with {emoji}" 7959 8164 msgstr "" 7960 8165 8166 + #: src/components/dms/MessageItem.tsx:535 8167 + #: src/components/dms/MessageItem.tsx:545 8168 + msgid "Reactions" 8169 + msgstr "Reactions" 8170 + 7961 8171 #: src/screens/Deactivated.tsx:133 7962 8172 msgid "Reactivate your account" 7963 8173 msgstr "" ··· 8040 8250 msgid "Recommended" 8041 8251 msgstr "" 8042 8252 8043 - #: src/screens/Messages/components/MessageListError.tsx:20 8253 + #: src/screens/Messages/components/MessageListError.tsx:19 8044 8254 msgid "Reconnect" 8045 8255 msgstr "" 8046 8256 ··· 8081 8291 msgid "Remove {displayName} from starter pack" 8082 8292 msgstr "" 8083 8293 8294 + #: src/screens/Messages/ConversationSettings.tsx:634 8295 + msgid "Remove {displayName} from this group chat" 8296 + msgstr "Remove {displayName} from this group chat" 8297 + 8084 8298 #: src/screens/Search/components/SearchHistory.tsx:105 8085 8299 msgid "Remove {historyItem}" 8086 8300 msgstr "" ··· 8127 8341 msgid "Remove feed?" 8128 8342 msgstr "" 8129 8343 8344 + #: src/screens/Messages/ConversationSettings.tsx:637 8345 + msgid "Remove from chat" 8346 + msgstr "Remove from chat" 8347 + 8130 8348 #: src/screens/Profile/components/ProfileFeedHeader.tsx:326 8131 8349 #: src/screens/Profile/components/ProfileFeedHeader.tsx:332 8132 8350 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:176 ··· 8203 8421 msgid "Remove your verification for this account?" 8204 8422 msgstr "" 8205 8423 8206 - #: src/components/Post/Embed/index.tsx:214 8424 + #: src/components/Post/Embed/index.tsx:215 8207 8425 msgid "Removed by author" 8208 8426 msgstr "" 8209 8427 8210 - #: src/components/Post/Embed/index.tsx:212 8428 + #: src/components/Post/Embed/index.tsx:213 8211 8429 msgid "Removed by you" 8212 8430 msgstr "" 8213 8431 ··· 8298 8516 msgid "Replies to this post are disabled." 8299 8517 msgstr "" 8300 8518 8301 - #: src/view/com/composer/Composer.tsx:1627 8519 + #: src/view/com/composer/Composer.tsx:1617 8302 8520 msgctxt "action" 8303 8521 msgid "Reply" 8304 8522 msgstr "" ··· 8319 8537 msgid "Reply Hidden by You" 8320 8538 msgstr "" 8321 8539 8322 - #: src/Navigation.tsx:448 8540 + #: src/Navigation.tsx:449 8323 8541 msgid "Reply notifications" 8324 8542 msgstr "" 8325 8543 ··· 8340 8558 msgid "Reply was successfully hidden" 8341 8559 msgstr "" 8342 8560 8343 - #: src/components/dms/MessageContextMenu.tsx:172 8561 + #: src/components/dms/MessageContextMenu.tsx:173 8344 8562 #: src/components/dms/MessagesListBlockedFooter.tsx:86 8345 8563 #: src/components/dms/MessagesListBlockedFooter.tsx:93 8346 8564 #: src/features/liveNow/components/LiveStatusDialog.tsx:266 8565 + #: src/screens/Messages/ConversationSettings.tsx:820 8347 8566 msgid "Report" 8348 8567 msgstr "" 8349 8568 ··· 8375 8594 msgid "Report list" 8376 8595 msgstr "" 8377 8596 8378 - #: src/components/dms/MessageContextMenu.tsx:170 8597 + #: src/components/dms/MessageContextMenu.tsx:171 8379 8598 msgid "Report message" 8380 8599 msgstr "" 8381 8600 ··· 8402 8621 msgid "Report this feed" 8403 8622 msgstr "" 8404 8623 8624 + #: src/screens/Messages/ConversationSettings.tsx:819 8625 + msgid "Report this group chat" 8626 + msgstr "Report this group chat" 8627 + 8405 8628 #: src/components/moderation/ReportDialog/copy.ts:31 8406 8629 msgid "Report this list" 8407 8630 msgstr "" ··· 8441 8664 msgid "Repost ({0, plural, one {# repost} other {# reposts}})" 8442 8665 msgstr "" 8443 8666 8444 - #: src/Navigation.tsx:480 8667 + #: src/Navigation.tsx:481 8445 8668 msgid "Repost notifications" 8446 8669 msgstr "" 8447 8670 ··· 8472 8695 msgid "Reposts" 8473 8696 msgstr "" 8474 8697 8475 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:444 8698 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:446 8476 8699 msgid "Reposts of this post" 8477 8700 msgstr "" 8478 8701 ··· 8482 8705 msgid "Reposts of your reposts" 8483 8706 msgstr "" 8484 8707 8485 - #: src/Navigation.tsx:504 8708 + #: src/Navigation.tsx:505 8486 8709 msgid "Reposts of your reposts notifications" 8487 8710 msgstr "" 8488 8711 ··· 8573 8796 #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 8574 8797 #: src/components/contacts/screens/VerifyNumber.tsx:350 8575 8798 #: src/components/contacts/screens/VerifyNumber.tsx:355 8576 - #: src/components/dms/MessageItem.tsx:322 8577 8799 #: src/components/Error.tsx:66 8578 8800 #: src/components/Lists.tsx:115 8579 8801 #: src/components/moderation/ReportDialog/index.tsx:299 ··· 8583 8805 #: src/screens/Login/LoginForm.tsx:329 8584 8806 #: src/screens/Login/LoginForm.tsx:335 8585 8807 #: src/screens/Messages/ChatList.tsx:297 8586 - #: src/screens/Messages/components/MessageListError.tsx:25 8808 + #: src/screens/Messages/components/MessageListError.tsx:24 8587 8809 #: src/screens/Messages/Inbox.tsx:220 8588 8810 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:265 8589 8811 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 ··· 8632 8854 #: src/components/StarterPack/QrCodeDialog.tsx:207 8633 8855 #: src/features/liveNow/components/EditLiveDialog.tsx:204 8634 8856 #: src/features/liveNow/components/EditLiveDialog.tsx:211 8857 + #: src/screens/Messages/ConversationSettings.tsx:992 8635 8858 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 8636 8859 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 8637 8860 #: src/screens/SavedFeeds.tsx:132 ··· 8666 8889 msgid "Save changes" 8667 8890 msgstr "" 8668 8891 8669 - #: src/view/com/composer/Composer.tsx:1239 8892 + #: src/view/com/composer/Composer.tsx:1241 8670 8893 #: src/view/com/composer/drafts/DraftsButton.tsx:93 8671 8894 msgid "Save changes?" 8672 8895 msgstr "" 8673 8896 8674 - #: src/view/com/composer/Composer.tsx:1270 8897 + #: src/view/com/composer/Composer.tsx:1269 8675 8898 #: src/view/com/composer/drafts/DraftsButton.tsx:125 8676 8899 msgid "Save draft" 8677 8900 msgstr "" 8678 8901 8679 - #: src/view/com/composer/Composer.tsx:1241 8902 + #: src/view/com/composer/Composer.tsx:1243 8680 8903 #: src/view/com/composer/drafts/DraftsButton.tsx:95 8681 8904 msgid "Save draft?" 8682 8905 msgstr "" ··· 8716 8939 msgstr "" 8717 8940 8718 8941 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:144 8719 - #: src/Navigation.tsx:628 8942 + #: src/Navigation.tsx:634 8720 8943 #: src/screens/Bookmarks/index.tsx:62 8721 8944 msgid "Saved Posts" 8722 8945 msgstr "" ··· 8764 8987 8765 8988 #. placeholder {0}: profile.handle 8766 8989 #. placeholder {0}: route.params.name 8767 - #: src/Navigation.tsx:261 8990 + #: src/Navigation.tsx:262 8768 8991 #: src/screens/Profile/ProfileSearch.tsx:37 8769 8992 msgid "Search @{0}'s posts" 8770 8993 msgstr "" ··· 9106 9329 msgstr "" 9107 9330 9108 9331 #: src/screens/Messages/components/MessageComposer.tsx:264 9109 - #: src/screens/Messages/components/MessageInput.tsx:228 9110 - #: src/screens/Messages/components/MessageInput.web.tsx:234 9332 + #: src/screens/Messages/components/MessageInput.tsx:227 9333 + #: src/screens/Messages/components/MessageInput.web.tsx:233 9111 9334 msgid "Send message" 9112 9335 msgstr "" 9113 9336 ··· 9177 9400 msgid "Sets email for password reset" 9178 9401 msgstr "" 9179 9402 9180 - #: src/Navigation.tsx:217 9403 + #: src/Navigation.tsx:218 9181 9404 #: src/screens/Settings/Settings.tsx:98 9182 9405 #: src/view/shell/desktop/LeftNav.tsx:806 9183 9406 #: src/view/shell/Drawer.tsx:597 ··· 9322 9545 msgid "Share your favorite feed!" 9323 9546 msgstr "" 9324 9547 9325 - #: src/Navigation.tsx:320 9548 + #: src/Navigation.tsx:321 9326 9549 msgid "Shared Preferences Tester" 9327 9550 msgstr "" 9328 9551 ··· 9441 9664 msgid "Show when you’re live" 9442 9665 msgstr "" 9443 9666 9444 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 9667 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:602 9445 9668 msgid "Shows information about when this post was created" 9446 9669 msgstr "" 9447 9670 ··· 9568 9791 msgid "Skip to next step" 9569 9792 msgstr "" 9570 9793 9794 + #: src/components/images/Gallery/index.tsx:414 9795 + msgid "slide" 9796 + msgstr "slide" 9797 + 9571 9798 #: src/screens/Settings/AppearanceSettings.tsx:152 9572 9799 msgid "Smaller" 9573 9800 msgstr "" ··· 9605 9832 msgstr "" 9606 9833 9607 9834 #. placeholder {0}: reaction.value 9608 - #: src/components/dms/MessageItem.tsx:148 9835 + #: src/components/dms/MessageItem.tsx:239 9609 9836 msgid "Someone reacted {0}" 9610 9837 msgstr "" 9611 9838 9612 9839 #. placeholder {0}: convo.lastReaction.reaction.value 9613 9840 #. placeholder {1}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 9614 - #: src/screens/Messages/components/ChatListItem.tsx:240 9841 + #: src/screens/Messages/components/ChatListItem.tsx:393 9615 9842 msgid "Someone reacted {0} to {1}" 9616 9843 msgstr "" 9617 9844 ··· 9619 9846 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." 9620 9847 msgstr "" 9621 9848 9622 - #: src/screens/Messages/Conversation.tsx:144 9849 + #: src/screens/Messages/Conversation.tsx:153 9850 + #: src/screens/Messages/ConversationSettings.tsx:177 9623 9851 msgid "Something went wrong" 9624 9852 msgstr "" 9625 9853 ··· 9695 9923 msgid "Start a conversation, and it will appear here." 9696 9924 msgstr "" 9697 9925 9698 - #: src/components/dms/dialogs/NewChatDialog.tsx:95 9926 + #: src/components/dms/dialogs/NewChatDialog.tsx:114 9699 9927 msgid "Start a new chat" 9700 9928 msgstr "" 9701 9929 ··· 9718 9946 msgid "Start chat with {displayName}" 9719 9947 msgstr "" 9720 9948 9721 - #: src/Navigation.tsx:599 9722 - #: src/Navigation.tsx:604 9949 + #: src/Navigation.tsx:605 9950 + #: src/Navigation.tsx:610 9723 9951 #: src/screens/StarterPack/Wizard/index.tsx:208 9724 9952 msgid "Starter Pack" 9725 9953 msgstr "" ··· 9781 10009 msgid "Stored as part of a secure code for matching with others" 9782 10010 msgstr "" 9783 10011 9784 - #: src/Navigation.tsx:310 10012 + #: src/Navigation.tsx:311 9785 10013 #: src/screens/Settings/Settings.tsx:456 9786 10014 msgid "Storybook" 9787 10015 msgstr "" ··· 9883 10111 msgid "Sunset" 9884 10112 msgstr "" 9885 10113 9886 - #: src/Navigation.tsx:330 10114 + #: src/Navigation.tsx:331 9887 10115 #: src/view/screens/Support.tsx:35 9888 10116 #: src/view/screens/Support.tsx:38 9889 10117 msgid "Support" ··· 9959 10187 msgid "Tap to dismiss" 9960 10188 msgstr "" 9961 10189 10190 + #: src/components/dms/MessageItem.tsx:484 10191 + msgid "Tap to retry" 10192 + msgstr "Tap to retry" 10193 + 10194 + #. placeholder {0}: reaction.value 10195 + #: src/components/dms/MessageItem.tsx:692 10196 + msgid "Tap to show {0} reactions" 10197 + msgstr "Tap to show {0} reactions" 10198 + 10199 + #: src/components/dms/MessageItem.tsx:691 10200 + msgid "Tap to show all reactions " 10201 + msgstr "Tap to show all reactions " 10202 + 10203 + #: src/components/dms/MessageItem.tsx:262 10204 + msgid "Tap to view reactions" 10205 + msgstr "Tap to view reactions" 10206 + 9962 10207 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 9963 10208 msgid "Targeted harassment" 9964 10209 msgstr "" ··· 9999 10244 #: src/components/dialogs/BirthDateSettings.tsx:181 10000 10245 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 10001 10246 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:98 10002 - #: src/Navigation.tsx:340 10247 + #: src/Navigation.tsx:341 10003 10248 #: src/screens/Settings/AboutSettings.tsx:83 10004 10249 #: src/screens/Settings/AboutSettings.tsx:86 10005 10250 #: src/view/screens/TermsOfService.tsx:35 ··· 10241 10486 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:431 10242 10487 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:454 10243 10488 #: 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 10244 10492 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:117 10245 10493 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:130 10246 10494 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:93 ··· 10333 10581 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." 10334 10582 msgstr "" 10335 10583 10336 - #: src/screens/Messages/components/MessageListError.tsx:18 10584 + #: src/screens/Messages/components/MessageListError.tsx:17 10337 10585 msgid "This chat was disconnected" 10338 10586 msgstr "" 10339 10587 ··· 10367 10615 msgid "This content is not viewable without a Bluesky account." 10368 10616 msgstr "" 10369 10617 10370 - #: src/screens/Messages/components/ChatListItem.tsx:362 10618 + #: src/screens/Messages/components/ChatListItem.tsx:183 10371 10619 msgid "This conversation is with a deleted or a deactivated account. Press for options" 10372 10620 msgstr "" 10373 10621 ··· 10473 10721 10474 10722 #. placeholder {0}: niceDate(i18n, createdAt) 10475 10723 #. placeholder {1}: niceDate(i18n, indexedAt) 10476 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:632 10724 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:642 10477 10725 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>." 10478 10726 msgstr "" 10479 10727 ··· 10493 10741 msgid "This post will be hidden from feeds and threads. This cannot be undone." 10494 10742 msgstr "" 10495 10743 10496 - #: src/view/com/composer/Composer.tsx:902 10744 + #: src/view/com/composer/Composer.tsx:898 10497 10745 msgid "This post's author has disabled quote posts." 10498 10746 msgstr "" 10499 10747 ··· 10601 10849 msgid "Threaded" 10602 10850 msgstr "" 10603 10851 10604 - #: src/Navigation.tsx:373 10852 + #: src/Navigation.tsx:374 10605 10853 msgid "Threads Preferences" 10606 10854 msgstr "" 10607 10855 ··· 10632 10880 msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." 10633 10881 msgstr "" 10634 10882 10635 - #: src/components/dms/DateDivider.tsx:45 10883 + #: src/components/dms/DateDivider.tsx:43 10636 10884 msgid "Today" 10637 10885 msgstr "" 10638 10886 ··· 10669 10917 msgid "Top replies first" 10670 10918 msgstr "" 10671 10919 10672 - #: src/Navigation.tsx:564 10920 + #: src/Navigation.tsx:565 10673 10921 msgid "Topic" 10674 10922 msgstr "" 10675 10923 10676 - #: src/components/dms/MessageContextMenu.tsx:143 10677 - #: src/components/dms/MessageContextMenu.tsx:145 10924 + #: src/components/dms/MessageContextMenu.tsx:144 10925 + #: src/components/dms/MessageContextMenu.tsx:146 10678 10926 #: src/components/Post/Translated/index.tsx:150 10679 10927 #: src/components/Post/Translated/index.tsx:157 10680 10928 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:553 ··· 10747 10995 msgid "Two-factor authentication (2FA)" 10748 10996 msgstr "" 10749 10997 10750 - #: src/screens/Messages/components/MessageInput.tsx:173 10998 + #: src/screens/Messages/components/MessageInput.tsx:172 10751 10999 msgid "Type your message here" 10752 11000 msgstr "" 10753 11001 ··· 10819 11067 msgid "Unblock" 10820 11068 msgstr "" 10821 11069 11070 + #: src/screens/Messages/ConversationSettings.tsx:622 11071 + msgid "Unblock {displayName}" 11072 + msgstr "Unblock {displayName}" 11073 + 10822 11074 #: src/components/dms/ConvoMenu.tsx:275 10823 11075 #: src/components/dms/ConvoMenu.tsx:278 10824 11076 #: src/view/com/profile/ProfileMenu.tsx:468 ··· 10890 11142 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." 10891 11143 msgstr "" 10892 11144 11145 + #: src/screens/Messages/ConversationSettings.tsx:647 11146 + msgid "Uninvite" 11147 + msgstr "Uninvite" 11148 + 11149 + #: src/screens/Messages/ConversationSettings.tsx:644 11150 + msgid "Uninvite {displayName} from this group chat" 11151 + msgstr "Uninvite {displayName} from this group chat" 11152 + 10893 11153 #: src/components/verification/VerificationsDialog.tsx:209 10894 11154 msgid "Unknown verifier" 10895 11155 msgstr "" ··· 10911 11171 #: src/components/PostControls/index.tsx:279 10912 11172 msgid "Unlike ({0, plural, one {# like} other {# likes}})" 10913 11173 msgstr "" 11174 + 11175 + #: src/screens/Messages/ConversationSettings.tsx:809 11176 + msgid "Unlock this group chat" 11177 + msgstr "Unlock this group chat" 10914 11178 10915 11179 #: src/screens/ProfileList/components/Header.tsx:180 10916 11180 #: src/screens/ProfileList/components/Header.tsx:187 ··· 10945 11209 msgid "Unmute list" 10946 11210 msgstr "" 10947 11211 11212 + #: src/screens/Messages/ConversationSettings.tsx:785 11213 + msgid "Unmute this group chat" 11214 + msgstr "Unmute this group chat" 11215 + 10948 11216 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:621 10949 11217 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 10950 11218 msgid "Unmute thread" ··· 11020 11288 msgid "Unsupported clipboard content" 11021 11289 msgstr "Unsupported clipboard content" 11022 11290 11023 - #: src/view/com/composer/Composer.tsx:1372 11291 + #: src/view/com/composer/Composer.tsx:1370 11024 11292 msgid "Unsupported video type: {mimeType}" 11025 11293 msgstr "" 11026 11294 ··· 11086 11354 msgid "Upload from Library" 11087 11355 msgstr "" 11088 11356 11089 - #: src/view/com/composer/Composer.tsx:2400 11357 + #: src/view/com/composer/Composer.tsx:2390 11090 11358 msgid "Uploading GIF..." 11091 11359 msgstr "" 11092 11360 ··· 11099 11367 msgid "Uploading link thumbnail..." 11100 11368 msgstr "" 11101 11369 11102 - #: src/view/com/composer/Composer.tsx:2402 11370 + #: src/view/com/composer/Composer.tsx:2392 11103 11371 msgid "Uploading video..." 11104 11372 msgstr "" 11105 11373 ··· 11236 11504 msgid "Verification settings" 11237 11505 msgstr "" 11238 11506 11239 - #: src/Navigation.tsx:210 11507 + #: src/Navigation.tsx:211 11240 11508 #: src/screens/Moderation/VerificationSettings.tsx:34 11241 11509 msgid "Verification Settings" 11242 11510 msgstr "" ··· 11343 11611 msgid "Video failed to process" 11344 11612 msgstr "" 11345 11613 11346 - #: src/Navigation.tsx:620 11614 + #: src/Navigation.tsx:626 11347 11615 msgid "Video Feed" 11348 11616 msgstr "" 11349 11617 ··· 11378 11646 msgid "Video settings" 11379 11647 msgstr "" 11380 11648 11381 - #: src/view/com/composer/Composer.tsx:2420 11649 + #: src/view/com/composer/Composer.tsx:2410 11382 11650 msgid "Video uploaded" 11383 11651 msgstr "" 11384 11652 ··· 11395 11663 msgid "Videos must be less than 3 minutes long." 11396 11664 msgstr "" 11397 11665 11398 - #: src/view/com/composer/Composer.tsx:994 11666 + #: src/view/com/composer/Composer.tsx:990 11399 11667 msgctxt "Action to view the post the user just created" 11400 11668 msgid "View" 11401 11669 msgstr "" ··· 11420 11688 msgid "View {0}’s profile" 11421 11689 msgstr "View {0}’s profile" 11422 11690 11423 - #: src/components/dms/MessagesListHeader.tsx:138 11691 + #: src/components/dms/MessagesListHeader.tsx:164 11424 11692 msgid "View {displayName}'s profile" 11425 11693 msgstr "" 11426 11694 11695 + #: src/screens/Messages/ConversationSettings.tsx:598 11696 + msgid "View {displayName}’s profile" 11697 + msgstr "View {displayName}’s profile" 11698 + 11427 11699 #: src/components/ProfileHoverCard/index.web.tsx:479 11428 11700 msgid "View blocked user's profile" 11429 11701 msgstr "" ··· 11445 11717 msgid "View full thread" 11446 11718 msgstr "" 11447 11719 11720 + #: src/screens/Messages/ConversationSettings.tsx:235 11721 + msgid "View incoming group chat requests" 11722 + msgstr "View incoming group chat requests" 11723 + 11448 11724 #: src/components/moderation/LabelsOnMe.tsx:56 11449 11725 msgid "View information about these labels" 11450 11726 msgstr "" ··· 11460 11736 msgid "View more trending videos" 11461 11737 msgstr "" 11462 11738 11463 - #: src/view/com/composer/Composer.tsx:989 11739 + #: src/view/com/composer/Composer.tsx:985 11464 11740 msgid "View post" 11465 11741 msgstr "" 11466 11742 ··· 11592 11868 msgid "We couldn't find any results for that topic." 11593 11869 msgstr "" 11594 11870 11595 - #: src/screens/Messages/Conversation.tsx:145 11871 + #: src/screens/Messages/Conversation.tsx:154 11596 11872 msgid "We couldn't load this conversation" 11597 11873 msgstr "" 11598 11874 11875 + #: src/screens/Messages/ConversationSettings.tsx:178 11876 + msgid "We couldn’t load this conversation’s settings" 11877 + msgstr "We couldn’t load this conversation’s settings" 11878 + 11599 11879 #: src/components/contacts/screens/GetContacts.tsx:244 11600 11880 msgid "We delete hashes after matches are made" 11601 11881 msgstr "" ··· 11736 12016 msgid "We're sorry, you cannot access this screen at this time." 11737 12017 msgstr "" 11738 12018 11739 - #: src/view/com/composer/Composer.tsx:899 12019 + #: src/view/com/composer/Composer.tsx:896 11740 12020 msgid "We're sorry! The post you are replying to has been deleted." 11741 12021 msgstr "" 11742 12022 ··· 11787 12067 msgstr "" 11788 12068 11789 12069 #: src/view/com/auth/SplashScreen.web.tsx:104 11790 - #: src/view/com/composer/Composer.tsx:1332 12070 + #: src/view/com/composer/Composer.tsx:1330 11791 12071 #: src/view/com/feeds/ComposerPrompt.tsx:193 11792 12072 msgid "What's up?" 11793 12073 msgstr "" ··· 11864 12144 msgid "Would you like to save this as a draft before viewing your drafts?" 11865 12145 msgstr "" 11866 12146 11867 - #: src/view/com/composer/Composer.tsx:1255 12147 + #: src/view/com/composer/Composer.tsx:1257 11868 12148 msgid "Would you like to save this as a draft to edit later?" 11869 12149 msgstr "" 11870 12150 11871 - #: src/screens/Messages/components/MessageInput.web.tsx:213 11872 - msgid "Write a message" 11873 - msgstr "" 11874 - 11875 12151 #: src/view/screens/Profile.tsx:436 11876 12152 #: src/view/screens/Profile.tsx:437 11877 12153 msgid "Write a post" 11878 12154 msgstr "" 11879 12155 11880 - #: src/view/com/composer/Composer.tsx:1432 12156 + #: src/view/com/composer/Composer.tsx:1430 11881 12157 msgid "Write post" 11882 12158 msgstr "" 11883 12159 11884 12160 #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 11885 - #: src/view/com/composer/Composer.tsx:1330 12161 + #: src/view/com/composer/Composer.tsx:1328 11886 12162 msgid "Write your reply" 11887 12163 msgstr "" 11888 12164 ··· 11929 12205 msgid "Yes, reactivate my account" 11930 12206 msgstr "" 11931 12207 11932 - #: src/components/dms/DateDivider.tsx:47 12208 + #: src/components/dms/DateDivider.tsx:45 11933 12209 msgid "Yesterday" 11934 12210 msgstr "" 11935 12211 ··· 12029 12305 msgid "You can now sign in with your new password." 12030 12306 msgstr "" 12031 12307 12032 - #: src/view/com/composer/Composer.tsx:1260 12308 + #: src/view/com/composer/Composer.tsx:1262 12033 12309 msgid "You can only save drafts up to 1000 characters." 12034 12310 msgstr "" 12035 12311 ··· 12168 12444 msgid "You have temporarily reached the limit for video uploads. Please try again later." 12169 12445 msgstr "" 12170 12446 12171 - #: src/view/com/composer/Composer.tsx:1250 12447 + #: src/view/com/composer/Composer.tsx:1252 12172 12448 msgid "You have unsaved changes to this draft, would you like to save them?" 12173 12449 msgstr "" 12174 12450 ··· 12256 12532 msgstr "" 12257 12533 12258 12534 #. placeholder {0}: reaction.value 12259 - #: src/components/dms/MessageItem.tsx:135 12535 + #: src/components/dms/MessageItem.tsx:230 12260 12536 msgid "You reacted {0}" 12261 12537 msgstr "" 12262 12538 12263 12539 #. placeholder {0}: convo.lastReaction.reaction.value 12264 12540 #. placeholder {1}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 12265 - #: src/screens/Messages/components/ChatListItem.tsx:217 12541 + #: src/screens/Messages/components/ChatListItem.tsx:374 12266 12542 msgid "You reacted {0} to {1}" 12267 12543 msgstr "" 12268 12544 ··· 12294 12570 msgstr "" 12295 12571 12296 12572 #. placeholder {0}: convo.lastMessage.text 12297 - #: src/screens/Messages/components/ChatListItem.tsx:153 12573 + #: src/screens/Messages/components/ChatListItem.tsx:315 12298 12574 msgid "You: {0}" 12299 12575 msgstr "" 12300 12576 12301 - #: src/screens/Messages/components/ChatListItem.tsx:182 12577 + #: src/screens/Messages/components/ChatListItem.tsx:342 12302 12578 msgid "You: {defaultEmbeddedContentMessage}" 12303 12579 msgstr "" 12304 12580 12305 - #: src/screens/Messages/components/ChatListItem.tsx:175 12581 + #: src/screens/Messages/components/ChatListItem.tsx:335 12306 12582 msgid "You: {short}" 12307 12583 msgstr "" 12308 12584 ··· 12493 12769 msgid "Your full handle will be <0>@{0}</0>" 12494 12770 msgstr "" 12495 12771 12496 - #: src/Navigation.tsx:536 12772 + #: src/Navigation.tsx:537 12497 12773 #: src/screens/Search/modules/ExploreInterestsCard.tsx:68 12498 12774 #: src/screens/Settings/ContentAndMediaSettings.tsx:94 12499 12775 #: src/screens/Settings/ContentAndMediaSettings.tsx:97 ··· 12530 12806 msgid "Your password must be at least 8 characters long." 12531 12807 msgstr "" 12532 12808 12533 - #: src/view/com/composer/Composer.tsx:985 12809 + #: src/view/com/composer/Composer.tsx:981 12534 12810 msgid "Your post was sent" 12535 12811 msgstr "" 12536 12812 12537 - #: src/view/com/composer/Composer.tsx:982 12813 + #: src/view/com/composer/Composer.tsx:978 12538 12814 msgid "Your posts were sent" 12539 12815 msgstr "" 12540 12816 ··· 12555 12831 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." 12556 12832 msgstr "" 12557 12833 12558 - #: src/view/com/composer/Composer.tsx:984 12834 + #: src/view/com/composer/Composer.tsx:980 12559 12835 msgid "Your reply was sent" 12560 12836 msgstr "" 12561 12837