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]
5d40532a abe0ca52

+423 -353
+423 -353
src/locale/locales/en/messages.po
··· 24 24 msgid "\"{interestsDisplayName}\" category (active)" 25 25 msgstr "" 26 26 27 - #: src/screens/Messages/components/ChatListItem.tsx:282 27 + #: src/screens/Messages/components/ChatListItem.tsx:284 28 28 msgid "(contains embedded content)" 29 29 msgstr "" 30 30 ··· 38 38 msgstr "" 39 39 40 40 #. placeholder {0}: profile.followersCount ?? 0 41 - #: src/screens/Profile/ProfileFollowers.tsx:43 41 + #: src/screens/Profile/ProfileFollowers.tsx:33 42 42 msgid "{0, plural, one {# follower} other {# followers}}" 43 43 msgstr "" 44 44 45 45 #. placeholder {0}: profile.followsCount ?? 0 46 - #: src/screens/Profile/ProfileFollows.tsx:43 46 + #: src/screens/Profile/ProfileFollows.tsx:33 47 47 msgid "{0, plural, one {# following} other {# following}}" 48 48 msgstr "" 49 49 ··· 68 68 msgstr "" 69 69 70 70 #. placeholder {0}: likeCount ?? 0 71 - #: src/screens/Post/PostLikedBy.tsx:44 71 + #: src/screens/Post/PostLikedBy.tsx:34 72 72 msgid "{0, plural, one {# like} other {# likes}}" 73 73 msgstr "" 74 74 ··· 94 94 msgstr "{0, plural, one {# person} other {# people}} reacted – {1}" 95 95 96 96 #. placeholder {0}: quoteCount ?? 0 97 - #: src/screens/Post/PostQuotes.tsx:44 97 + #: src/screens/Post/PostQuotes.tsx:34 98 98 msgid "{0, plural, one {# quote} other {# quotes}}" 99 99 msgstr "" 100 100 101 101 #. placeholder {0}: quoteCount ?? 0 102 - #: src/screens/Post/PostRepostedBy.tsx:44 102 + #: src/screens/Post/PostRepostedBy.tsx:34 103 103 msgid "{0, plural, one {# repost} other {# reposts}}" 104 104 msgstr "" 105 105 ··· 210 210 msgid "{0} is not supported by your device." 211 211 msgstr "{0} is not supported by your device." 212 212 213 + #. placeholder {0}: createSanitizedDisplayName(data.member) 214 + #: src/components/dms/systemMessage.ts:40 215 + msgid "{0} joined the group" 216 + msgstr "{0} joined the group" 217 + 213 218 #. placeholder {0}: formatCount(i18n, JOINED_THIS_WEEK) 214 219 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:232 215 220 msgid "{0} joined this week" 216 221 msgstr "" 222 + 223 + #. placeholder {0}: createSanitizedDisplayName(data.member) 224 + #: src/components/dms/systemMessage.ts:45 225 + msgid "{0} left the group" 226 + msgstr "{0} left the group" 217 227 218 228 #. placeholder {0}: formatTime(currentTime) 219 229 #. placeholder {1}: formatTime(duration) ··· 236 246 #. placeholder {0}: sanitizeDisplayName( sender.displayName || sender.handle, ) 237 247 #. placeholder {1}: convo.lastReaction.reaction.value 238 248 #. placeholder {2}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 239 - #: src/screens/Messages/components/ChatListItem.tsx:347 249 + #: src/screens/Messages/components/ChatListItem.tsx:352 240 250 msgid "{0} reacted {1} to {2}" 241 251 msgstr "" 242 252 253 + #. placeholder {0}: createSanitizedDisplayName(data.member) 254 + #: src/components/dms/systemMessage.ts:30 255 + msgid "{0} was added to the group" 256 + msgstr "{0} was added to the group" 257 + 258 + #. placeholder {0}: createSanitizedDisplayName(data.member) 259 + #: src/components/dms/systemMessage.ts:35 260 + msgid "{0} was removed from the group" 261 + msgstr "{0} was removed from the group" 262 + 243 263 #. placeholder {0}: feed.displayName 244 264 #. placeholder {1}: sanitizeHandle(feed.creatorHandle, '@') 245 265 #. placeholder {2}: feed.likeCount || 0 ··· 293 313 msgid "{count, plural, one {# unread item} other {# unread items}}" 294 314 msgstr "" 295 315 296 - #: src/components/dms/DateDivider.tsx:68 316 + #: src/components/dms/DateDivider.tsx:67 297 317 msgid "{date} at {time}" 298 318 msgstr "{date} at {time}" 299 319 300 320 #: src/lib/generate-starterpack.ts:104 301 - #: src/screens/StarterPack/Wizard/index.tsx:200 321 + #: src/screens/StarterPack/Wizard/index.tsx:189 302 322 msgid "{displayName}'s Starter Pack" 303 323 msgstr "" 304 324 ··· 576 596 #. placeholder {0}: getName(items[0]) 577 597 #. placeholder {1}: getName(items[1]) 578 598 #. placeholder {2}: items.length - 2 579 - #: src/screens/StarterPack/Wizard/index.tsx:580 599 + #: src/screens/StarterPack/Wizard/index.tsx:569 580 600 msgctxt "feeds" 581 601 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack" 582 602 msgstr "" ··· 584 604 #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) 585 605 #. placeholder {1}: getName(items[2]) 586 606 #. placeholder {2}: items.length - 2 587 - #: src/screens/StarterPack/Wizard/index.tsx:527 607 + #: src/screens/StarterPack/Wizard/index.tsx:516 588 608 msgctxt "profiles" 589 609 msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack" 590 610 msgstr "" ··· 632 652 #. placeholder {0}: getName(items[0]) 633 653 #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) 634 654 #. placeholder {1}: getName(items[1]) 635 - #: src/screens/StarterPack/Wizard/index.tsx:514 636 - #: src/screens/StarterPack/Wizard/index.tsx:568 655 + #: src/screens/StarterPack/Wizard/index.tsx:503 656 + #: src/screens/StarterPack/Wizard/index.tsx:557 637 657 msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack" 638 658 msgstr "" 639 659 640 660 #. placeholder {0}: getName(items[0]) 641 - #: src/screens/StarterPack/Wizard/index.tsx:561 661 + #: src/screens/StarterPack/Wizard/index.tsx:550 642 662 msgid "<0>{0}</0> is included in your starter pack" 643 663 msgstr "" 644 664 ··· 647 667 msgid "<0>{0}</0> members" 648 668 msgstr "" 649 669 650 - #: src/screens/Hashtag.tsx:239 670 + #: src/screens/Hashtag.tsx:226 651 671 #: src/screens/Search/SearchResults.tsx:315 652 672 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>" 653 673 msgstr "" 654 674 655 675 #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) 656 - #: src/screens/StarterPack/Wizard/index.tsx:505 676 + #: src/screens/StarterPack/Wizard/index.tsx:494 657 677 msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack" 658 678 msgstr "" 659 679 ··· 688 708 msgstr "" 689 709 690 710 #. If last message does not contain text, fall back to "{user} reacted to {a message}" 691 - #: src/screens/Messages/components/ChatListItem.tsx:330 711 + #: src/screens/Messages/components/ChatListItem.tsx:335 692 712 msgid "a message" 693 713 msgstr "" 694 714 ··· 866 886 msgstr "" 867 887 868 888 #. placeholder {0}: 8 - items.length 869 - #: src/screens/StarterPack/Wizard/index.tsx:616 889 + #: src/screens/StarterPack/Wizard/index.tsx:605 870 890 msgid "Add {0} more to continue" 871 891 msgstr "" 872 892 ··· 963 983 msgid "Add more details (optional)" 964 984 msgstr "" 965 985 966 - #: src/screens/Settings/LanguageSettings.tsx:201 967 - #: src/screens/Settings/LanguageSettings.tsx:206 986 + #: src/screens/Settings/LanguageSettings.tsx:218 987 + #: src/screens/Settings/LanguageSettings.tsx:223 968 988 msgid "Add more languages…" 969 989 msgstr "Add more languages…" 970 990 ··· 995 1015 msgid "Add recommended feeds" 996 1016 msgstr "" 997 1017 998 - #: src/screens/StarterPack/Wizard/index.tsx:549 1018 + #: src/screens/StarterPack/Wizard/index.tsx:538 999 1019 msgid "Add some feeds to your starter pack!" 1000 1020 msgstr "" 1001 1021 ··· 1076 1096 msgid "Adult Content" 1077 1097 msgstr "" 1078 1098 1079 - #: src/screens/Moderation/index.tsx:421 1099 + #: src/screens/Moderation/index.tsx:412 1080 1100 msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." 1081 1101 msgstr "" 1082 1102 ··· 1093 1113 msgid "Adult sexual abuse content" 1094 1114 msgstr "" 1095 1115 1096 - #: src/screens/Moderation/index.tsx:466 1116 + #: src/screens/Moderation/index.tsx:457 1097 1117 msgid "Advanced" 1098 1118 msgstr "" 1099 1119 ··· 1121 1141 1122 1142 #. the default tab in the interests tab bar 1123 1143 #: src/components/dms/ReactionsDialog.tsx:289 1124 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:199 1125 - #: src/view/screens/Notifications.tsx:88 1144 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 1145 + #: src/view/screens/Notifications.tsx:87 1126 1146 msgid "All" 1127 1147 msgstr "" 1128 1148 ··· 1142 1162 msgid "All languages" 1143 1163 msgstr "" 1144 1164 1145 - #: src/screens/Settings/LanguageSettings.tsx:172 1165 + #: src/screens/Settings/LanguageSettings.tsx:189 1146 1166 msgid "All languages will be shown in your feeds." 1147 1167 msgstr "" 1148 1168 1149 - #: src/view/screens/Feeds.tsx:708 1169 + #: src/view/screens/Feeds.tsx:699 1150 1170 msgid "All the feeds you've saved, right in one place." 1151 1171 msgstr "" 1152 1172 ··· 1266 1286 msgid "An error occurred while compressing the video." 1267 1287 msgstr "" 1268 1288 1269 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:221 1289 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:223 1270 1290 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:69 1271 1291 msgid "An error occurred while fetching suggested accounts." 1272 1292 msgstr "" ··· 1427 1447 msgid "App Icon" 1428 1448 msgstr "" 1429 1449 1430 - #: src/screens/Settings/LanguageSettings.tsx:90 1431 - #: src/screens/Settings/LanguageSettings.tsx:106 1450 + #: src/screens/Settings/LanguageSettings.tsx:107 1451 + #: src/screens/Settings/LanguageSettings.tsx:123 1432 1452 msgid "App language" 1433 1453 msgstr "" 1434 1454 ··· 1650 1670 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 1651 1671 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 1652 1672 #: src/screens/Signup/BackNextButtons.tsx:42 1653 - #: src/screens/StarterPack/Wizard/index.tsx:326 1673 + #: src/screens/StarterPack/Wizard/index.tsx:315 1654 1674 #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 1655 1675 #: src/view/com/composer/drafts/DraftsListDialog.tsx:93 1656 1676 msgid "Back" ··· 1668 1688 msgid "Banned user returning" 1669 1689 msgstr "" 1670 1690 1671 - #: src/view/screens/Lists.tsx:43 1672 - #: src/view/screens/ModerationModlists.tsx:43 1691 + #: src/view/screens/Lists.tsx:35 1692 + #: src/view/screens/ModerationModlists.tsx:35 1673 1693 msgid "Before creating a list, you must first verify your email." 1674 1694 msgstr "" 1675 1695 ··· 1680 1700 #: src/components/dialogs/StarterPackDialog.tsx:72 1681 1701 #: src/components/StarterPack/ProfileStarterPacks.tsx:264 1682 1702 #: src/components/StarterPack/ProfileStarterPacks.tsx:274 1683 - #: src/view/screens/Profile.tsx:352 1703 + #: src/view/screens/Profile.tsx:349 1684 1704 msgid "Before creating a starter pack, you must first verify your email." 1685 1705 msgstr "" 1686 1706 ··· 1695 1715 #: src/components/dms/dialogs/NewChatDialog.tsx:94 1696 1716 #: src/components/dms/MessageProfileButton.tsx:60 1697 1717 #: src/screens/Messages/ChatList.tsx:380 1698 - #: src/screens/Messages/Conversation.tsx:234 1718 + #: src/screens/Messages/Conversation.tsx:232 1699 1719 #: src/screens/Messages/ConversationSettings.tsx:552 1700 1720 msgid "Before you can message another user, you must first verify your email." 1701 1721 msgstr "" ··· 1794 1814 msgid "Blocked" 1795 1815 msgstr "" 1796 1816 1797 - #: src/screens/Moderation/index.tsx:338 1817 + #: src/screens/Moderation/index.tsx:329 1798 1818 msgid "Blocked accounts" 1799 1819 msgstr "" 1800 1820 1801 1821 #: src/Navigation.tsx:197 1802 - #: src/view/screens/ModerationBlockedAccounts.tsx:104 1822 + #: src/view/screens/ModerationBlockedAccounts.tsx:95 1803 1823 msgid "Blocked Accounts" 1804 1824 msgstr "" 1805 1825 ··· 1809 1829 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." 1810 1830 msgstr "" 1811 1831 1812 - #: src/view/screens/ModerationBlockedAccounts.tsx:190 1832 + #: src/view/screens/ModerationBlockedAccounts.tsx:181 1813 1833 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." 1814 1834 msgstr "" 1815 1835 ··· 1920 1940 msgid "Browse custom feeds" 1921 1941 msgstr "" 1922 1942 1923 - #: src/components/FeedInterstitials.tsx:534 1943 + #: src/components/FeedInterstitials.tsx:535 1924 1944 msgid "Browse more accounts" 1925 1945 msgstr "" 1926 1946 1927 - #: src/components/FeedInterstitials.tsx:664 1947 + #: src/components/FeedInterstitials.tsx:665 1928 1948 msgid "Browse more feeds on the Explore page" 1929 1949 msgstr "" 1930 1950 1931 - #: src/components/FeedInterstitials.tsx:645 1932 - #: src/components/FeedInterstitials.tsx:648 1951 + #: src/components/FeedInterstitials.tsx:646 1952 + #: src/components/FeedInterstitials.tsx:649 1933 1953 msgid "Browse more suggestions" 1934 1954 msgstr "" 1935 1955 1936 - #: src/components/FeedInterstitials.tsx:673 1956 + #: src/components/FeedInterstitials.tsx:674 1937 1957 msgid "Browse more suggestions on the Explore page" 1938 1958 msgstr "" 1939 1959 ··· 1967 1987 msgid "Business" 1968 1988 msgstr "" 1969 1989 1970 - #: src/screens/Bookmarks/index.tsx:305 1990 + #: src/screens/Bookmarks/index.tsx:302 1971 1991 msgid "Button to go back to the home timeline" 1972 1992 msgstr "" 1973 1993 ··· 1977 1997 #: src/components/LabelingServiceCard/index.tsx:62 1978 1998 #: src/components/moderation/ReportDialog/index.tsx:853 1979 1999 #: src/screens/Search/components/StarterPackCard.tsx:107 1980 - #: src/screens/Search/Explore.tsx:970 2000 + #: src/screens/Search/Explore.tsx:971 1981 2001 msgid "By {0}" 1982 2002 msgstr "" 1983 2003 ··· 2044 2064 #: src/screens/Messages/ConversationSettings.tsx:1134 2045 2065 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 2046 2066 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 2047 - #: src/screens/Search/Shell.tsx:399 2067 + #: src/screens/Search/Shell.tsx:396 2048 2068 #: src/screens/Settings/AppIconSettings/index.tsx:42 2049 2069 #: src/screens/Settings/AppIconSettings/index.tsx:228 2050 2070 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 ··· 2070 2090 msgid "Cancel reactivation and sign out" 2071 2091 msgstr "" 2072 2092 2073 - #: src/screens/Search/Shell.tsx:390 2093 + #: src/screens/Search/Shell.tsx:387 2074 2094 msgid "Cancel search" 2075 2095 msgstr "" 2076 2096 ··· 2182 2202 msgctxt "toast" 2183 2203 msgid "Chat deleted" 2184 2204 msgstr "" 2205 + 2206 + #: src/components/dms/systemMessage.ts:48 2207 + msgid "Chat locked" 2208 + msgstr "Chat locked" 2209 + 2210 + #: src/components/dms/systemMessage.ts:52 2211 + msgid "Chat locked permanently" 2212 + msgstr "Chat locked permanently" 2185 2213 2186 2214 #: src/lib/hooks/useNotificationHandler.ts:117 2187 2215 msgid "Chat messages - silent" ··· 2220 2248 msgid "Chat Settings" 2221 2249 msgstr "" 2222 2250 2251 + #. placeholder {0}: data.newName ?? '' 2252 + #: src/components/dms/systemMessage.ts:56 2253 + msgid "Chat title changed to {0}" 2254 + msgstr "Chat title changed to {0}" 2255 + 2256 + #: src/components/dms/systemMessage.ts:50 2257 + msgid "Chat unlocked" 2258 + msgstr "Chat unlocked" 2259 + 2223 2260 #: src/components/dms/ConvoMenu.tsx:204 2224 2261 msgctxt "toast" 2225 2262 msgid "Chat unmuted" ··· 2256 2293 msgid "Choose domain verification method" 2257 2294 msgstr "" 2258 2295 2259 - #: src/screens/StarterPack/Wizard/index.tsx:216 2296 + #: src/screens/StarterPack/Wizard/index.tsx:205 2260 2297 msgid "Choose Feeds" 2261 2298 msgstr "" 2262 2299 ··· 2268 2305 msgid "Choose languages" 2269 2306 msgstr "" 2270 2307 2271 - #: src/screens/StarterPack/Wizard/index.tsx:212 2308 + #: src/screens/StarterPack/Wizard/index.tsx:201 2272 2309 msgid "Choose People" 2273 2310 msgstr "" 2274 2311 ··· 2289 2326 msgid "Choose your account provider" 2290 2327 msgstr "" 2291 2328 2292 - #: src/view/screens/Feeds.tsx:734 2329 + #: src/view/screens/Feeds.tsx:725 2293 2330 msgid "Choose your own timeline! Feeds built by the community help you find content you love." 2294 2331 msgstr "" 2295 2332 ··· 2322 2359 msgid "Click for information" 2323 2360 msgstr "" 2324 2361 2325 - #: src/view/screens/Support.tsx:45 2362 + #: src/view/screens/Support.tsx:35 2326 2363 msgid "click here" 2327 2364 msgstr "" 2328 2365 ··· 2369 2406 msgid "Click to open tag menu for {0}" 2370 2407 msgstr "" 2371 2408 2372 - #: src/components/dms/MessageItem.tsx:544 2409 + #: src/components/dms/MessageItem.tsx:560 2373 2410 msgid "Click to retry failed message" 2374 2411 msgstr "" 2375 2412 ··· 2412 2449 #: src/components/NewskieDialog.tsx:169 2413 2450 #: src/components/NewskieDialog.tsx:175 2414 2451 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 2415 - #: src/components/ProgressGuide/FollowDialog.tsx:460 2452 + #: src/components/ProgressGuide/FollowDialog.tsx:462 2416 2453 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 2417 2454 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 2418 2455 #: src/components/verification/VerificationsDialog.tsx:146 ··· 2522 2559 2523 2560 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 2524 2561 #: src/Navigation.tsx:346 2525 - #: src/view/screens/CommunityGuidelines.tsx:38 2562 + #: src/view/screens/CommunityGuidelines.tsx:28 2526 2563 msgid "Community Guidelines" 2527 2564 msgstr "" 2528 2565 ··· 2653 2690 msgid "Content Blocked" 2654 2691 msgstr "" 2655 2692 2656 - #: src/screens/Moderation/index.tsx:371 2693 + #: src/screens/Moderation/index.tsx:362 2657 2694 msgid "Content filters" 2658 2695 msgstr "" 2659 2696 ··· 2661 2698 msgid "Content from across the network we think you might like." 2662 2699 msgstr "" 2663 2700 2664 - #: src/screens/Settings/LanguageSettings.tsx:160 2701 + #: src/screens/Settings/LanguageSettings.tsx:177 2665 2702 msgid "Content languages" 2666 2703 msgstr "" 2667 2704 ··· 2693 2730 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:171 2694 2731 #: src/screens/Onboarding/StepInterests/index.tsx:93 2695 2732 #: src/screens/Onboarding/StepProfile/index.tsx:303 2696 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:302 2733 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:305 2697 2734 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:117 2698 2735 msgid "Continue" 2699 2736 msgstr "" ··· 2718 2755 2719 2756 #: src/screens/Onboarding/StepInterests/index.tsx:90 2720 2757 #: src/screens/Onboarding/StepProfile/index.tsx:300 2721 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:299 2758 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:302 2722 2759 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:114 2723 2760 #: src/screens/Signup/BackNextButtons.tsx:61 2724 2761 msgid "Continue to next step" 2725 2762 msgstr "" 2726 2763 2727 - #: src/screens/Messages/Conversation.tsx:63 2764 + #: src/screens/Messages/Conversation.tsx:64 2728 2765 msgid "Conversation" 2729 2766 msgstr "" 2730 2767 2731 - #: src/screens/Messages/components/ChatListItem.tsx:317 2768 + #: src/screens/Messages/components/ChatListItem.tsx:321 2732 2769 msgid "Conversation deleted" 2733 2770 msgstr "" 2734 2771 ··· 2849 2886 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 2850 2887 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 2851 2888 #: src/Navigation.tsx:351 2852 - #: src/view/screens/CopyrightPolicy.tsx:35 2889 + #: src/view/screens/CopyrightPolicy.tsx:25 2853 2890 msgid "Copyright Policy" 2854 2891 msgstr "" 2855 2892 ··· 2886 2923 msgstr "" 2887 2924 2888 2925 #: src/screens/ProfileList/components/ErrorScreen.tsx:27 2889 - #: src/screens/ProfileList/index.tsx:81 2890 - #: src/screens/ProfileList/index.tsx:103 2926 + #: src/screens/ProfileList/index.tsx:80 2927 + #: src/screens/ProfileList/index.tsx:102 2891 2928 msgid "Could not load list" 2892 2929 msgstr "" 2893 2930 ··· 2949 2986 msgid "Create a starter pack" 2950 2987 msgstr "" 2951 2988 2952 - #: src/view/screens/Profile.tsx:564 2953 - #: src/view/screens/Profile.tsx:565 2989 + #: src/view/screens/Profile.tsx:561 2990 + #: src/view/screens/Profile.tsx:562 2954 2991 msgid "Create a Starter Pack" 2955 2992 msgstr "" 2956 2993 ··· 2974 3011 2975 3012 #: src/components/dialogs/Signin.tsx:87 2976 3013 #: src/components/dialogs/Signin.tsx:89 2977 - #: src/screens/Hashtag.tsx:248 3014 + #: src/screens/Hashtag.tsx:235 2978 3015 #: src/screens/Search/SearchResults.tsx:321 2979 3016 msgid "Create an account" 2980 3017 msgstr "" ··· 3221 3258 msgstr "" 3222 3259 3223 3260 #: src/components/dms/MessagesListHeader.tsx:105 3224 - #: src/screens/Messages/components/ChatListItem.tsx:127 3261 + #: src/screens/Messages/components/ChatListItem.tsx:128 3225 3262 #: src/screens/Messages/ConversationSettings.tsx:383 3226 3263 #: src/screens/Messages/ConversationSettings.tsx:599 3227 3264 msgid "Deleted Account" ··· 3320 3357 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 3321 3358 #: src/screens/Messages/Settings.tsx:160 3322 3359 #: src/screens/Messages/Settings.tsx:163 3323 - #: src/screens/Moderation/index.tsx:411 3360 + #: src/screens/Moderation/index.tsx:402 3324 3361 msgid "Disabled" 3325 3362 msgstr "" 3326 3363 ··· 3365 3402 msgid "Discover new custom feeds" 3366 3403 msgstr "" 3367 3404 3368 - #: src/screens/Search/Explore.tsx:452 3405 + #: src/screens/Search/Explore.tsx:453 3369 3406 msgid "Discover new feeds" 3370 3407 msgstr "" 3371 3408 3372 - #: src/view/screens/Feeds.tsx:731 3409 + #: src/view/screens/Feeds.tsx:722 3373 3410 msgid "Discover New Feeds" 3374 3411 msgstr "" 3375 3412 ··· 3402 3439 msgid "Dismiss this section" 3403 3440 msgstr "" 3404 3441 3405 - #: src/components/FeedInterstitials.tsx:348 3442 + #: src/components/FeedInterstitials.tsx:349 3406 3443 msgid "Dismiss this suggestion" 3407 3444 msgstr "" 3408 3445 ··· 3496 3533 msgid "Double tap to close the dialog" 3497 3534 msgstr "" 3498 3535 3499 - #: src/screens/VideoFeed/index.tsx:1111 3536 + #: src/screens/VideoFeed/index.tsx:1107 3500 3537 msgid "Double tap to like" 3501 3538 msgstr "" 3502 3539 ··· 3581 3618 #: src/screens/Settings/AccountSettings.tsx:150 3582 3619 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:255 3583 3620 #: src/screens/StarterPack/StarterPackScreen.tsx:606 3584 - #: src/screens/StarterPack/Wizard/index.tsx:342 3585 - #: src/screens/StarterPack/Wizard/index.tsx:347 3621 + #: src/screens/StarterPack/Wizard/index.tsx:331 3622 + #: src/screens/StarterPack/Wizard/index.tsx:336 3586 3623 msgid "Edit" 3587 3624 msgstr "" 3588 3625 ··· 3637 3674 msgstr "" 3638 3675 3639 3676 #: src/Navigation.tsx:361 3640 - #: src/view/screens/Feeds.tsx:519 3677 + #: src/view/screens/Feeds.tsx:510 3641 3678 msgid "Edit My Feeds" 3642 3679 msgstr "" 3643 3680 ··· 3767 3804 msgid "Enable {0} only" 3768 3805 msgstr "" 3769 3806 3770 - #: src/screens/Moderation/index.tsx:398 3807 + #: src/screens/Moderation/index.tsx:389 3771 3808 msgid "Enable adult content" 3772 3809 msgstr "" 3773 3810 ··· 3818 3855 3819 3856 #: src/screens/Messages/Settings.tsx:151 3820 3857 #: src/screens/Messages/Settings.tsx:154 3821 - #: src/screens/Moderation/index.tsx:409 3858 + #: src/screens/Moderation/index.tsx:400 3822 3859 msgid "Enabled" 3823 3860 msgstr "" 3824 3861 ··· 3977 4014 msgid "Expand post text" 3978 4015 msgstr "" 3979 4016 3980 - #: src/screens/VideoFeed/index.tsx:987 4017 + #: src/screens/VideoFeed/index.tsx:983 3981 4018 msgid "Expands or collapses post text" 3982 4019 msgstr "" 3983 4020 ··· 4021 4058 msgstr "" 4022 4059 4023 4060 #: src/Navigation.tsx:824 4024 - #: src/screens/Search/Shell.tsx:356 4061 + #: src/screens/Search/Shell.tsx:353 4025 4062 #: src/view/shell/desktop/LeftNav.tsx:691 4026 4063 #: src/view/shell/Drawer.tsx:402 4027 4064 msgid "Explore" ··· 4092 4129 msgid "Failed to create conversation" 4093 4130 msgstr "" 4094 4131 4095 - #: src/screens/StarterPack/Wizard/index.tsx:261 4096 - #: src/screens/StarterPack/Wizard/index.tsx:271 4132 + #: src/screens/StarterPack/Wizard/index.tsx:250 4133 + #: src/screens/StarterPack/Wizard/index.tsx:260 4097 4134 msgid "Failed to create starter pack" 4098 4135 msgstr "" 4099 4136 ··· 4124 4161 msgid "Failed to edit group chat name" 4125 4162 msgstr "Failed to edit group chat name" 4126 4163 4127 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:142 4164 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:143 4128 4165 msgid "Failed to follow all suggested accounts, please try again" 4129 4166 msgstr "" 4130 4167 ··· 4150 4187 msgid "Failed to load conversations" 4151 4188 msgstr "" 4152 4189 4153 - #: src/screens/Search/Explore.tsx:529 4154 - #: src/screens/Search/Explore.tsx:574 4155 - #: src/screens/Search/Explore.tsx:620 4190 + #: src/screens/Search/Explore.tsx:530 4191 + #: src/screens/Search/Explore.tsx:575 4192 + #: src/screens/Search/Explore.tsx:621 4156 4193 msgid "Failed to load feeds" 4157 4194 msgstr "" 4158 4195 4159 - #: src/screens/Search/Explore.tsx:488 4160 - #: src/screens/Search/Explore.tsx:543 4161 - #: src/screens/Search/Explore.tsx:588 4162 - #: src/screens/Search/Explore.tsx:634 4196 + #: src/screens/Search/Explore.tsx:489 4197 + #: src/screens/Search/Explore.tsx:544 4198 + #: src/screens/Search/Explore.tsx:589 4199 + #: src/screens/Search/Explore.tsx:635 4163 4200 msgid "Failed to load feeds preferences" 4164 4201 msgstr "" 4165 4202 ··· 4193 4230 msgid "Failed to load profiles" 4194 4231 msgstr "Failed to load profiles" 4195 4232 4196 - #: src/screens/Search/Explore.tsx:481 4197 - #: src/screens/Search/Explore.tsx:536 4198 - #: src/screens/Search/Explore.tsx:581 4199 - #: src/screens/Search/Explore.tsx:627 4233 + #: src/screens/Search/Explore.tsx:482 4234 + #: src/screens/Search/Explore.tsx:537 4235 + #: src/screens/Search/Explore.tsx:582 4236 + #: src/screens/Search/Explore.tsx:628 4200 4237 msgid "Failed to load suggested feeds" 4201 4238 msgstr "" 4202 4239 ··· 4381 4418 msgstr "" 4382 4419 4383 4420 #: src/Navigation.tsx:600 4384 - #: src/screens/SavedFeeds.tsx:120 4385 - #: src/screens/SavedFeeds.tsx:318 4421 + #: src/screens/SavedFeeds.tsx:112 4422 + #: src/screens/SavedFeeds.tsx:303 4386 4423 #: src/screens/Search/SearchResults.tsx:80 4387 4424 #: src/screens/StarterPack/StarterPackScreen.tsx:196 4388 - #: src/view/screens/Feeds.tsx:512 4389 - #: src/view/screens/Profile.tsx:240 4425 + #: src/view/screens/Feeds.tsx:503 4426 + #: src/view/screens/Profile.tsx:238 4390 4427 #: src/view/shell/desktop/LeftNav.tsx:729 4391 4428 #: src/view/shell/Drawer.tsx:518 4392 4429 msgid "Feeds" 4393 4430 msgstr "" 4394 4431 4395 - #: src/screens/SavedFeeds.tsx:235 4396 - #: src/screens/SavedFeeds.tsx:413 4432 + #: src/screens/SavedFeeds.tsx:227 4433 + #: src/screens/SavedFeeds.tsx:398 4397 4434 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide</0> for more information." 4398 4435 msgstr "" 4399 4436 4400 4437 #: src/components/FeedCard.tsx:313 4401 - #: src/screens/SavedFeeds.tsx:100 4402 - #: src/screens/SavedFeeds.tsx:286 4438 + #: src/screens/SavedFeeds.tsx:92 4439 + #: src/screens/SavedFeeds.tsx:271 4403 4440 msgctxt "toast" 4404 4441 msgid "Feeds updated!" 4405 4442 msgstr "" ··· 4481 4518 #. Starter packs suggested to the user for them to follow 4482 4519 #: src/components/ProgressGuide/FollowDialog.tsx:72 4483 4520 #: src/components/ProgressGuide/FollowDialog.tsx:80 4484 - #: src/components/ProgressGuide/FollowDialog.tsx:446 4521 + #: src/components/ProgressGuide/FollowDialog.tsx:448 4485 4522 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 4486 4523 msgid "Find people to follow" 4487 4524 msgstr "" 4488 4525 4489 - #: src/screens/Search/Shell.tsx:532 4526 + #: src/screens/Search/Shell.tsx:524 4490 4527 msgid "Find posts, users, and feeds on Bluesky" 4491 4528 msgstr "" 4492 4529 ··· 4507 4544 msgid "Finding friends..." 4508 4545 msgstr "" 4509 4546 4510 - #: src/screens/StarterPack/Wizard/index.tsx:217 4547 + #: src/screens/StarterPack/Wizard/index.tsx:206 4511 4548 msgid "Finish" 4512 4549 msgstr "" 4513 4550 ··· 4540 4577 #: src/components/ProfileHoverCard/index.web.tsx:506 4541 4578 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 4542 4579 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 4543 - #: src/screens/VideoFeed/index.tsx:870 4580 + #: src/screens/VideoFeed/index.tsx:866 4544 4581 #: src/view/com/notifications/NotificationFeedItem.tsx:836 4545 4582 #: src/view/com/notifications/NotificationFeedItem.tsx:843 4546 4583 msgid "Follow" ··· 4552 4589 msgid "Follow {0}" 4553 4590 msgstr "" 4554 4591 4555 - #: src/screens/VideoFeed/index.tsx:849 4592 + #: src/screens/VideoFeed/index.tsx:845 4556 4593 msgid "Follow {handle}" 4557 4594 msgstr "" 4558 4595 ··· 4575 4612 4576 4613 #: src/components/contacts/screens/ViewMatches.tsx:276 4577 4614 #: src/components/contacts/screens/ViewMatches.tsx:291 4578 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:291 4615 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:294 4579 4616 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:162 4580 4617 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:169 4581 4618 #: src/screens/Settings/FindContactsSettings.tsx:444 ··· 4585 4622 msgid "Follow all" 4586 4623 msgstr "" 4587 4624 4588 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:288 4625 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:291 4589 4626 msgid "Follow all accounts" 4590 4627 msgstr "" 4591 4628 ··· 4598 4635 msgid "Follow back" 4599 4636 msgstr "" 4600 4637 4601 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:131 4638 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 4602 4639 msgid "Followed all accounts!" 4603 4640 msgstr "" 4604 4641 ··· 4635 4672 msgid "Followers of @{0} that you know" 4636 4673 msgstr "" 4637 4674 4638 - #: src/screens/Profile/KnownFollowers.tsx:107 4639 - #: src/screens/Profile/KnownFollowers.tsx:124 4675 + #: src/screens/Profile/KnownFollowers.tsx:98 4676 + #: src/screens/Profile/KnownFollowers.tsx:115 4640 4677 msgid "Followers you know" 4641 4678 msgstr "" 4642 4679 ··· 4647 4684 #: src/components/ProfileHoverCard/index.web.tsx:505 4648 4685 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 4649 4686 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:398 4650 - #: src/screens/VideoFeed/index.tsx:868 4687 + #: src/screens/VideoFeed/index.tsx:864 4651 4688 #: src/view/com/notifications/NotificationFeedItem.tsx:814 4652 4689 #: src/view/com/notifications/NotificationFeedItem.tsx:831 4653 4690 msgid "Following" 4654 4691 msgstr "" 4655 4692 4656 - #: src/screens/SavedFeeds.tsx:633 4657 - #: src/view/screens/Feeds.tsx:604 4693 + #: src/screens/SavedFeeds.tsx:618 4694 + #: src/view/screens/Feeds.tsx:595 4658 4695 msgctxt "feed-name" 4659 4696 msgid "Following" 4660 4697 msgstr "" ··· 4668 4705 msgid "Following {0}" 4669 4706 msgstr "" 4670 4707 4671 - #: src/screens/VideoFeed/index.tsx:848 4708 + #: src/screens/VideoFeed/index.tsx:844 4672 4709 msgid "Following {handle}" 4673 4710 msgstr "" 4674 4711 ··· 4719 4756 msgstr "" 4720 4757 4721 4758 #: src/components/ProgressGuide/FollowDialog.tsx:131 4722 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:346 4759 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:349 4723 4760 #: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:88 4724 4761 msgid "For You" 4725 4762 msgstr "" ··· 4755 4792 msgid "From" 4756 4793 msgstr "" 4757 4794 4758 - #: src/screens/Hashtag.tsx:137 4795 + #: src/screens/Hashtag.tsx:124 4759 4796 msgid "From @{sanitizedAuthor}" 4760 4797 msgstr "" 4761 4798 ··· 4879 4916 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 4880 4917 #: src/screens/ProfileList/components/ErrorScreen.tsx:41 4881 4918 #: src/screens/VideoFeed/components/Header.tsx:163 4919 + #: src/screens/VideoFeed/index.tsx:1168 4882 4920 #: src/screens/VideoFeed/index.tsx:1172 4883 - #: src/screens/VideoFeed/index.tsx:1176 4884 - #: src/view/com/auth/LoggedOut.tsx:93 4921 + #: src/view/com/auth/LoggedOut.tsx:89 4885 4922 #: src/view/com/profile/ProfileFollowers.tsx:178 4886 4923 #: src/view/com/profile/ProfileFollowers.tsx:179 4887 - #: src/view/screens/NotFound.tsx:58 4924 + #: src/view/screens/NotFound.tsx:46 4888 4925 msgid "Go back" 4889 4926 msgstr "" 4890 4927 4891 4928 #: src/components/Error.tsx:77 4892 4929 #: src/screens/List/ListHiddenScreen.tsx:228 4930 + #: src/screens/Messages/Conversation.tsx:357 4893 4931 #: src/screens/Profile/ErrorState.tsx:63 4894 4932 #: src/screens/Profile/ErrorState.tsx:67 4895 4933 #: src/screens/StarterPack/StarterPackScreen.tsx:809 4896 - #: src/view/screens/NotFound.tsx:57 4934 + #: src/view/screens/NotFound.tsx:45 4897 4935 msgid "Go Back" 4898 4936 msgstr "" 4899 4937 ··· 4903 4941 msgid "Go back to previous step" 4904 4942 msgstr "" 4905 4943 4906 - #: src/screens/Bookmarks/index.tsx:306 4907 - #: src/view/screens/NotFound.tsx:58 4944 + #: src/screens/Bookmarks/index.tsx:303 4945 + #: src/view/screens/NotFound.tsx:46 4908 4946 msgid "Go home" 4909 4947 msgstr "" 4910 4948 ··· 4914 4952 msgid "Go home" 4915 4953 msgstr "" 4916 4954 4917 - #: src/view/screens/NotFound.tsx:57 4955 + #: src/view/screens/NotFound.tsx:45 4918 4956 msgid "Go Home" 4919 4957 msgstr "" 4920 4958 ··· 4946 4984 #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 4947 4985 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 4948 4986 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 4949 - #: src/screens/Moderation/index.tsx:246 4987 + #: src/screens/Moderation/index.tsx:237 4950 4988 msgid "Go to account settings" 4951 4989 msgstr "" 4952 4990 4953 4991 #. placeholder {0}: profile.handle 4954 - #: src/screens/Messages/components/ChatListItem.tsx:148 4992 + #: src/screens/Messages/components/ChatListItem.tsx:149 4955 4993 msgid "Go to conversation with {0}" 4956 4994 msgstr "" 4957 4995 ··· 4970 5008 msgid "Go to profile" 4971 5009 msgstr "" 4972 5010 4973 - #: src/screens/Messages/components/ChatListItem.tsx:193 5011 + #: src/screens/Messages/components/ChatListItem.tsx:194 4974 5012 msgid "Go to the group chat named \"{chatName}\"" 4975 5013 msgstr "Go to the group chat named \"{chatName}\"" 4976 5014 ··· 5017 5055 msgid "Group chat unmuted" 5018 5056 msgstr "Group chat unmuted" 5019 5057 5058 + #: src/screens/Messages/Conversation.tsx:342 5059 + msgid "Group chats are not yet available" 5060 + msgstr "Group chats are not yet available" 5061 + 5062 + #: src/screens/Messages/Conversation.tsx:340 5063 + msgid "Group chats are now available" 5064 + msgstr "Group chats are now available" 5065 + 5020 5066 #: src/components/dialogs/SearchablePeopleList.tsx:563 5021 5067 msgid "Group is locked" 5022 5068 msgstr "Group is locked" ··· 5138 5184 msgid "Hidden" 5139 5185 msgstr "" 5140 5186 5141 - #: src/screens/VideoFeed/index.tsx:647 5187 + #: src/screens/VideoFeed/index.tsx:643 5142 5188 msgid "Hidden by your moderation settings." 5143 5189 msgstr "" 5144 5190 ··· 5269 5315 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." 5270 5316 msgstr "" 5271 5317 5272 - #: src/screens/Moderation/index.tsx:63 5318 + #: src/screens/Moderation/index.tsx:61 5273 5319 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." 5274 5320 msgstr "" 5275 5321 ··· 5347 5393 msgid "If alt text is long, toggles alt text expanded state" 5348 5394 msgstr "" 5349 5395 5350 - #: src/screens/Settings/LanguageSettings.tsx:218 5396 + #: src/screens/Settings/LanguageSettings.tsx:235 5351 5397 msgid "If none are selected, all languages will be shown in your feeds." 5352 5398 msgstr "" 5353 5399 ··· 5555 5601 msgid "Interaction limited" 5556 5602 msgstr "" 5557 5603 5558 - #: src/screens/Moderation/index.tsx:278 5604 + #: src/screens/Moderation/index.tsx:269 5559 5605 msgid "Interaction settings" 5560 5606 msgstr "" 5561 5607 ··· 5633 5679 msgid "Invite link" 5634 5680 msgstr "Invite link" 5635 5681 5682 + #: src/components/dms/systemMessage.ts:59 5683 + msgid "Invite link created" 5684 + msgstr "Invite link created" 5685 + 5686 + #: src/components/dms/systemMessage.ts:65 5687 + msgid "Invite link disabled" 5688 + msgstr "Invite link disabled" 5689 + 5690 + #: src/components/dms/systemMessage.ts:61 5691 + msgid "Invite link edited" 5692 + msgstr "Invite link edited" 5693 + 5694 + #: src/components/dms/systemMessage.ts:63 5695 + msgid "Invite link enabled" 5696 + msgstr "Invite link enabled" 5697 + 5636 5698 #: src/components/StarterPack/ShareDialog.tsx:83 5637 5699 msgid "Invite people to this starter pack!" 5638 5700 msgstr "" ··· 5663 5725 msgstr "" 5664 5726 5665 5727 #. placeholder {0}: getName(items[0]) 5666 - #: src/screens/StarterPack/Wizard/index.tsx:494 5728 + #: src/screens/StarterPack/Wizard/index.tsx:483 5667 5729 msgid "It's just <0>{0} </0>right now! Add more people to your starter pack by searching above." 5668 5730 msgstr "" 5669 5731 5670 - #: src/screens/StarterPack/Wizard/index.tsx:489 5732 + #: src/screens/StarterPack/Wizard/index.tsx:478 5671 5733 msgid "It's just you right now! Add more people to your starter pack by searching above." 5672 5734 msgstr "" 5673 5735 ··· 5721 5783 msgstr "" 5722 5784 5723 5785 #: src/view/com/composer/labels/LabelsBtn.tsx:70 5724 - #: src/view/screens/Profile.tsx:233 5786 + #: src/view/screens/Profile.tsx:231 5725 5787 msgid "Labels" 5726 5788 msgstr "" 5727 5789 ··· 5745 5807 msgid "Language Settings" 5746 5808 msgstr "" 5747 5809 5748 - #: src/screens/Settings/LanguageSettings.tsx:81 5810 + #: src/screens/Settings/LanguageSettings.tsx:98 5749 5811 #: src/screens/Settings/Settings.tsx:239 5750 5812 #: src/screens/Settings/Settings.tsx:242 5751 5813 msgid "Languages" ··· 5765 5827 msgid "Last initiated just now" 5766 5828 msgstr "" 5767 5829 5768 - #: src/screens/Hashtag.tsx:112 5830 + #: src/screens/Hashtag.tsx:99 5769 5831 #: src/screens/Search/SearchResults.tsx:64 5770 - #: src/screens/Topic.tsx:78 5832 + #: src/screens/Topic.tsx:65 5771 5833 msgid "Latest" 5772 5834 msgstr "" 5773 5835 ··· 5945 6007 msgid "Liked by" 5946 6008 msgstr "" 5947 6009 5948 - #: src/screens/Post/PostLikedBy.tsx:41 5949 - #: src/screens/Profile/ProfileLabelerLikedBy.tsx:32 5950 - #: src/view/screens/ProfileFeedLikedBy.tsx:32 6010 + #: src/screens/Post/PostLikedBy.tsx:31 6011 + #: src/screens/Profile/ProfileLabelerLikedBy.tsx:22 6012 + #: src/view/screens/ProfileFeedLikedBy.tsx:22 5951 6013 msgid "Liked By" 5952 6014 msgstr "" 5953 6015 ··· 5968 6030 #: src/lib/hooks/useNotificationHandler.ts:129 5969 6031 #: src/screens/Settings/NotificationSettings/index.tsx:127 5970 6032 #: src/screens/Settings/NotificationSettings/LikeNotificationSettings.tsx:41 5971 - #: src/view/screens/Profile.tsx:239 6033 + #: src/view/screens/Profile.tsx:237 5972 6034 msgid "Likes" 5973 6035 msgstr "" 5974 6036 ··· 6044 6106 msgid "List has been hidden" 6045 6107 msgstr "" 6046 6108 6047 - #: src/screens/ProfileList/index.tsx:177 6109 + #: src/screens/ProfileList/index.tsx:175 6048 6110 msgid "List Hidden" 6049 6111 msgstr "" 6050 6112 ··· 6078 6140 msgstr "" 6079 6141 6080 6142 #: src/Navigation.tsx:177 6081 - #: src/view/screens/Lists.tsx:68 6082 - #: src/view/screens/Profile.tsx:234 6083 - #: src/view/screens/Profile.tsx:242 6143 + #: src/view/screens/Lists.tsx:60 6144 + #: src/view/screens/Profile.tsx:232 6145 + #: src/view/screens/Profile.tsx:240 6084 6146 #: src/view/shell/desktop/LeftNav.tsx:747 6085 6147 #: src/view/shell/Drawer.tsx:533 6086 6148 msgid "Lists" ··· 6138 6200 msgid "Load more" 6139 6201 msgstr "" 6140 6202 6141 - #: src/screens/Search/Explore.tsx:518 6142 - #: src/screens/Search/Explore.tsx:609 6203 + #: src/screens/Search/Explore.tsx:519 6204 + #: src/screens/Search/Explore.tsx:610 6143 6205 msgid "Load more suggested feeds" 6144 6206 msgstr "" 6145 6207 6146 - #: src/view/screens/Notifications.tsx:278 6208 + #: src/view/screens/Notifications.tsx:274 6147 6209 msgid "Load new notifications" 6148 6210 msgstr "" 6149 6211 6150 6212 #: src/screens/Profile/ProfileFeed/index.tsx:204 6151 6213 #: src/screens/Profile/Sections/Feed.tsx:117 6152 6214 #: src/screens/ProfileList/FeedSection.tsx:113 6153 - #: src/view/com/feeds/FeedPage.tsx:170 6215 + #: src/view/com/feeds/FeedPage.tsx:167 6154 6216 msgid "Load new posts" 6155 6217 msgstr "" 6156 6218 ··· 6249 6311 msgid "Manage saved feeds" 6250 6312 msgstr "" 6251 6313 6252 - #: src/screens/Moderation/index.tsx:348 6314 + #: src/screens/Moderation/index.tsx:339 6253 6315 msgid "Manage verification settings" 6254 6316 msgstr "" 6255 6317 ··· 6278 6340 msgid "Maybe later" 6279 6341 msgstr "" 6280 6342 6281 - #: src/view/screens/Profile.tsx:237 6343 + #: src/view/screens/Profile.tsx:235 6282 6344 msgid "Media" 6283 6345 msgstr "" 6284 6346 ··· 6315 6377 #: src/lib/hooks/useNotificationHandler.ts:150 6316 6378 #: src/screens/Settings/NotificationSettings/index.tsx:160 6317 6379 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 6318 - #: src/view/screens/Notifications.tsx:101 6380 + #: src/view/screens/Notifications.tsx:100 6319 6381 msgid "Mentions" 6320 6382 msgstr "" 6321 6383 ··· 6323 6385 msgid "Menu" 6324 6386 msgstr "" 6325 6387 6326 - #: src/screens/Messages/components/MessageComposer.tsx:168 6388 + #: src/screens/Messages/components/MessageComposer.tsx:208 6327 6389 #: src/screens/Messages/components/MessageInput.tsx:171 6328 6390 #: src/screens/Messages/components/MessageInput.web.tsx:195 6329 6391 msgid "Message" ··· 6343 6405 msgid "Message {displayName}" 6344 6406 msgstr "Message {displayName}" 6345 6407 6346 - #: src/screens/Messages/components/ChatListItem.tsx:318 6408 + #: src/screens/Messages/components/ChatListItem.tsx:322 6347 6409 msgid "Message deleted" 6348 6410 msgstr "" 6349 6411 ··· 6352 6414 msgid "Message deleted" 6353 6415 msgstr "" 6354 6416 6355 - #: src/components/dms/MessageItem.tsx:538 6417 + #: src/components/dms/MessageItem.tsx:554 6356 6418 msgid "Message failed to send." 6357 6419 msgstr "Message failed to send." 6358 6420 ··· 6367 6429 msgid "Message from server: {0}" 6368 6430 msgstr "" 6369 6431 6370 - #: src/screens/Messages/components/MessageComposer.tsx:167 6432 + #: src/screens/Messages/components/MessageComposer.tsx:207 6371 6433 #: src/screens/Messages/components/MessageInput.tsx:169 6372 6434 msgid "Message input field" 6373 6435 msgstr "" ··· 6377 6439 msgid "Message is too long" 6378 6440 msgstr "" 6379 6441 6380 - #: src/screens/Messages/components/MessageComposer.tsx:85 6442 + #: src/screens/Messages/components/MessageComposer.tsx:86 6381 6443 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" 6382 6444 msgstr "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" 6383 6445 ··· 6411 6473 msgstr "" 6412 6474 6413 6475 #: src/Navigation.tsx:182 6414 - #: src/screens/Moderation/index.tsx:102 6476 + #: src/screens/Moderation/index.tsx:100 6415 6477 msgid "Moderation" 6416 6478 msgstr "" 6417 6479 ··· 6450 6512 msgid "Moderation list updated" 6451 6513 msgstr "" 6452 6514 6453 - #: src/screens/Moderation/index.tsx:308 6515 + #: src/screens/Moderation/index.tsx:299 6454 6516 msgid "Moderation lists" 6455 6517 msgstr "" 6456 6518 6457 6519 #: src/Navigation.tsx:187 6458 - #: src/view/screens/ModerationModlists.tsx:68 6520 + #: src/view/screens/ModerationModlists.tsx:60 6459 6521 msgid "Moderation Lists" 6460 6522 msgstr "" 6461 6523 ··· 6467 6529 msgid "Moderation states" 6468 6530 msgstr "" 6469 6531 6470 - #: src/screens/Moderation/index.tsx:262 6532 + #: src/screens/Moderation/index.tsx:253 6471 6533 msgid "Moderation tools" 6472 6534 msgstr "" 6473 6535 ··· 6493 6555 msgid "More options" 6494 6556 msgstr "" 6495 6557 6496 - #: src/screens/SavedFeeds.tsx:503 6558 + #: src/screens/SavedFeeds.tsx:488 6497 6559 msgid "Move feed down" 6498 6560 msgstr "" 6499 6561 6500 - #: src/screens/SavedFeeds.tsx:493 6562 + #: src/screens/SavedFeeds.tsx:478 6501 6563 msgid "Move feed up" 6502 6564 msgstr "" 6503 6565 ··· 6596 6658 msgid "Muted" 6597 6659 msgstr "Muted" 6598 6660 6599 - #: src/screens/Moderation/index.tsx:323 6661 + #: src/screens/Moderation/index.tsx:314 6600 6662 msgid "Muted accounts" 6601 6663 msgstr "" 6602 6664 6603 6665 #: src/Navigation.tsx:192 6604 - #: src/view/screens/ModerationMutedAccounts.tsx:116 6666 + #: src/view/screens/ModerationMutedAccounts.tsx:107 6605 6667 msgid "Muted Accounts" 6606 6668 msgstr "" 6607 6669 6608 - #: src/view/screens/ModerationMutedAccounts.tsx:202 6670 + #: src/view/screens/ModerationMutedAccounts.tsx:193 6609 6671 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." 6610 6672 msgstr "" 6611 6673 ··· 6614 6676 msgid "Muted by \"{0}\"" 6615 6677 msgstr "" 6616 6678 6617 - #: src/screens/Moderation/index.tsx:293 6679 + #: src/screens/Moderation/index.tsx:284 6618 6680 msgid "Muted words & tags" 6619 6681 msgstr "" 6620 6682 ··· 6631 6693 msgid "My favorite feeds and people - join me!" 6632 6694 msgstr "My favorite feeds and people - join me!" 6633 6695 6634 - #: src/view/screens/Feeds.tsx:705 6696 + #: src/view/screens/Feeds.tsx:696 6635 6697 msgid "My Feeds" 6636 6698 msgstr "" 6637 6699 ··· 6682 6744 msgid "New" 6683 6745 msgstr "" 6684 6746 6685 - #: src/view/screens/Lists.tsx:79 6686 - #: src/view/screens/ModerationModlists.tsx:80 6747 + #: src/view/screens/Lists.tsx:71 6748 + #: src/view/screens/ModerationModlists.tsx:72 6687 6749 msgctxt "action" 6688 6750 msgid "New" 6689 6751 msgstr "" ··· 6760 6822 msgid "New handle" 6761 6823 msgstr "" 6762 6824 6763 - #: src/view/screens/Lists.tsx:72 6764 - #: src/view/screens/ModerationModlists.tsx:72 6825 + #: src/view/screens/Lists.tsx:64 6826 + #: src/view/screens/ModerationModlists.tsx:64 6765 6827 msgid "New list" 6766 6828 msgstr "" 6767 6829 ··· 6776 6838 msgstr "" 6777 6839 6778 6840 #: src/screens/Profile/ProfileFeed/index.tsx:221 6779 - #: src/screens/ProfileList/index.tsx:251 6780 - #: src/screens/ProfileList/index.tsx:300 6781 - #: src/view/screens/Feeds.tsx:553 6782 - #: src/view/screens/Notifications.tsx:167 6783 - #: src/view/screens/Profile.tsx:595 6841 + #: src/screens/ProfileList/index.tsx:243 6842 + #: src/screens/ProfileList/index.tsx:292 6843 + #: src/view/screens/Feeds.tsx:544 6844 + #: src/view/screens/Notifications.tsx:166 6845 + #: src/view/screens/Profile.tsx:592 6784 6846 msgid "New post" 6785 6847 msgstr "" 6786 6848 6787 - #: src/view/com/feeds/FeedPage.tsx:181 6849 + #: src/view/com/feeds/FeedPage.tsx:178 6788 6850 #: src/view/shell/desktop/LeftNav.tsx:583 6789 6851 msgctxt "action" 6790 6852 msgid "New post" ··· 6831 6893 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 6832 6894 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 6833 6895 #: src/screens/Signup/BackNextButtons.tsx:68 6834 - #: src/screens/StarterPack/Wizard/index.tsx:209 6835 - #: src/screens/StarterPack/Wizard/index.tsx:213 6836 - #: src/screens/StarterPack/Wizard/index.tsx:395 6837 - #: src/screens/StarterPack/Wizard/index.tsx:402 6896 + #: src/screens/StarterPack/Wizard/index.tsx:198 6897 + #: src/screens/StarterPack/Wizard/index.tsx:202 6898 + #: src/screens/StarterPack/Wizard/index.tsx:384 6899 + #: src/screens/StarterPack/Wizard/index.tsx:391 6838 6900 msgid "Next" 6839 6901 msgstr "" 6840 6902 ··· 6897 6959 6898 6960 #: src/components/LikedByList.tsx:84 6899 6961 #: src/view/com/post-thread/PostLikedBy.tsx:84 6900 - #: src/view/screens/Profile.tsx:527 6962 + #: src/view/screens/Profile.tsx:524 6901 6963 msgid "No likes yet" 6902 6964 msgstr "" 6903 6965 ··· 6914 6976 msgid "No longer following {0}" 6915 6977 msgstr "" 6916 6978 6917 - #: src/view/screens/Profile.tsx:473 6979 + #: src/view/screens/Profile.tsx:470 6918 6980 msgid "No media yet" 6919 6981 msgstr "" 6920 6982 6921 - #: src/screens/Messages/components/ChatListItem.tsx:262 6983 + #: src/screens/Messages/components/ChatListItem.tsx:263 6922 6984 msgid "No messages yet" 6923 6985 msgstr "" 6924 6986 ··· 6956 7018 msgstr "" 6957 7019 6958 7020 #: src/screens/Profile/Sections/Feed.tsx:81 6959 - #: src/view/screens/Profile.tsx:432 7021 + #: src/view/screens/Profile.tsx:429 6960 7022 msgid "No posts yet" 6961 7023 msgstr "" 6962 7024 ··· 6964 7026 msgid "No quotes yet" 6965 7027 msgstr "" 6966 7028 6967 - #: src/view/screens/Profile.tsx:458 7029 + #: src/view/screens/Profile.tsx:455 6968 7030 msgid "No replies yet" 6969 7031 msgstr "" 6970 7032 ··· 6985 7047 msgstr "" 6986 7048 6987 7049 #. placeholder {0}: interestsDisplayNames[selectedInterest] 6988 - #: src/screens/Search/Explore.tsx:827 7050 + #: src/screens/Search/Explore.tsx:828 6989 7051 msgid "No results for \"{0}\"." 6990 7052 msgstr "" 6991 7053 ··· 6994 7056 msgid "No results found" 6995 7057 msgstr "" 6996 7058 6997 - #: src/view/screens/Feeds.tsx:474 7059 + #: src/view/screens/Feeds.tsx:465 6998 7060 msgid "No results found for \"{query}\"" 6999 7061 msgstr "" 7000 7062 ··· 7002 7064 msgid "No results found for “<0>{query}</0>”." 7003 7065 msgstr "No results found for “<0>{query}</0>”." 7004 7066 7005 - #: src/screens/Search/Explore.tsx:831 7067 + #: src/screens/Search/Explore.tsx:832 7006 7068 msgid "No results." 7007 7069 msgstr "" 7008 7070 ··· 7010 7072 msgid "No search results found for \"{search}\"." 7011 7073 msgstr "" 7012 7074 7013 - #: src/view/screens/Profile.tsx:559 7075 + #: src/view/screens/Profile.tsx:556 7014 7076 msgid "No Starter Packs yet" 7015 7077 msgstr "" 7016 7078 ··· 7023 7085 msgid "No translation received from your device." 7024 7086 msgstr "No translation received from your device." 7025 7087 7026 - #: src/view/screens/Profile.tsx:500 7088 + #: src/view/screens/Profile.tsx:497 7027 7089 msgid "No video posts yet" 7028 7090 msgstr "" 7029 7091 ··· 7060 7122 msgid "None" 7061 7123 msgstr "" 7062 7124 7063 - #: src/screens/FindContactsFlowScreen.tsx:67 7125 + #: src/screens/FindContactsFlowScreen.tsx:62 7064 7126 #: src/screens/Settings/FindContactsSettings.tsx:104 7065 7127 msgid "Not available on this platform." 7066 7128 msgstr "" ··· 7070 7132 msgstr "" 7071 7133 7072 7134 #: src/Navigation.tsx:172 7073 - #: src/view/screens/Profile.tsx:133 7135 + #: src/view/screens/Profile.tsx:132 7074 7136 msgid "Not Found" 7075 7137 msgstr "" 7076 7138 ··· 7095 7157 msgstr "" 7096 7158 7097 7159 #: src/screens/Bookmarks/components/EmptyState.tsx:36 7098 - #: src/screens/Bookmarks/index.tsx:302 7160 + #: src/screens/Bookmarks/index.tsx:299 7099 7161 msgid "Nothing saved yet" 7100 7162 msgstr "" 7101 7163 7102 7164 #: src/Navigation.tsx:443 7103 7165 #: src/Navigation.tsx:595 7104 - #: src/view/screens/Notifications.tsx:136 7166 + #: src/view/screens/Notifications.tsx:135 7105 7167 msgid "Notification settings" 7106 7168 msgstr "" 7107 7169 ··· 7129 7191 #: src/screens/Settings/NotificationSettings/RepostsOnRepostsNotificationSettings.tsx:30 7130 7192 #: src/screens/Settings/Settings.tsx:197 7131 7193 #: src/screens/Settings/Settings.tsx:200 7132 - #: src/view/screens/Notifications.tsx:130 7194 + #: src/view/screens/Notifications.tsx:129 7133 7195 #: src/view/shell/bottom-bar/BottomBar.tsx:255 7134 7196 #: src/view/shell/desktop/LeftNav.tsx:710 7135 7197 #: src/view/shell/Drawer.tsx:481 ··· 7252 7314 #: src/components/StarterPack/ProfileStarterPacks.tsx:372 7253 7315 #: src/screens/Settings/AppPasswords.tsx:59 7254 7316 #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 7255 - #: src/view/screens/Profile.tsx:133 7317 + #: src/view/screens/Profile.tsx:132 7256 7318 msgid "Oops!" 7257 7319 msgstr "" 7258 7320 ··· 7268 7330 msgid "Open chat member options for {displayName}" 7269 7331 msgstr "Open chat member options for {displayName}" 7270 7332 7271 - #: src/screens/Messages/components/ChatListItem.tsx:476 7272 - #: src/screens/Messages/components/ChatListItem.tsx:480 7333 + #: src/screens/Messages/components/ChatListItem.tsx:490 7334 + #: src/screens/Messages/components/ChatListItem.tsx:494 7273 7335 msgid "Open conversation options" 7274 7336 msgstr "" 7275 7337 ··· 7281 7343 msgid "Open drawer menu" 7282 7344 msgstr "" 7283 7345 7284 - #: src/screens/Messages/components/MessageComposer.tsx:129 7346 + #: src/screens/Messages/components/MessageComposer.tsx:169 7285 7347 #: src/screens/Messages/components/MessageInput.web.tsx:145 7286 7348 #: src/view/com/composer/Composer.tsx:2017 7287 7349 msgid "Open emoji picker" ··· 7320 7382 msgid "Open moderation debug page" 7321 7383 msgstr "" 7322 7384 7323 - #: src/screens/Moderation/index.tsx:289 7385 + #: src/screens/Moderation/index.tsx:280 7324 7386 msgid "Open muted words and tags settings" 7325 7387 msgstr "" 7326 7388 ··· 7372 7434 msgid "Opens a dialog to choose who can interact with this post" 7373 7435 msgstr "" 7374 7436 7375 - #: src/screens/Log.tsx:82 7437 + #: src/screens/Log.tsx:74 7376 7438 msgid "Opens additional details for a debug entry" 7377 7439 msgstr "" 7378 7440 ··· 7547 7609 7548 7610 #: src/components/Lists.tsx:205 7549 7611 #: src/components/Lists.tsx:220 7550 - #: src/view/screens/NotFound.tsx:48 7612 + #: src/view/screens/NotFound.tsx:36 7551 7613 msgid "Page not found" 7552 7614 msgstr "" 7553 7615 7554 - #: src/view/screens/NotFound.tsx:45 7616 + #: src/view/screens/NotFound.tsx:33 7555 7617 msgid "Page Not Found" 7556 7618 msgstr "" 7557 7619 ··· 7592 7654 msgid "Pause video" 7593 7655 msgstr "" 7594 7656 7595 - #: src/screens/ProfileList/index.tsx:169 7657 + #: src/screens/ProfileList/index.tsx:167 7596 7658 #: src/screens/Search/SearchResults.tsx:74 7597 7659 #: src/screens/StarterPack/StarterPackScreen.tsx:195 7598 7660 msgid "People" ··· 7657 7719 #: src/components/FeedCard.tsx:364 7658 7720 #: src/screens/Profile/components/ProfileFeedHeader.tsx:528 7659 7721 #: src/screens/Profile/components/ProfileFeedHeader.tsx:534 7660 - #: src/screens/SavedFeeds.tsx:574 7722 + #: src/screens/SavedFeeds.tsx:559 7661 7723 msgid "Pin feed" 7662 7724 msgstr "" 7663 7725 ··· 7685 7747 msgid "Pinned {0} to Home" 7686 7748 msgstr "" 7687 7749 7688 - #: src/screens/SavedFeeds.tsx:154 7689 - #: src/screens/SavedFeeds.tsx:352 7750 + #: src/screens/SavedFeeds.tsx:146 7751 + #: src/screens/SavedFeeds.tsx:337 7690 7752 msgid "Pinned Feeds" 7691 7753 msgstr "" 7692 7754 ··· 7876 7938 msgid "Please use the native app to import your contacts." 7877 7939 msgstr "" 7878 7940 7879 - #: src/screens/FindContactsFlowScreen.tsx:68 7941 + #: src/screens/FindContactsFlowScreen.tsx:63 7880 7942 msgid "Please use the native app to sync your contacts." 7881 7943 msgstr "" 7882 7944 ··· 7907 7969 msgid "Post" 7908 7970 msgstr "" 7909 7971 7910 - #: src/view/screens/Profile.tsx:477 7911 - #: src/view/screens/Profile.tsx:478 7972 + #: src/view/screens/Profile.tsx:474 7973 + #: src/view/screens/Profile.tsx:475 7912 7974 msgid "Post a photo" 7913 7975 msgstr "" 7914 7976 7915 - #: src/view/screens/Profile.tsx:504 7916 - #: src/view/screens/Profile.tsx:505 7977 + #: src/view/screens/Profile.tsx:501 7978 + #: src/view/screens/Profile.tsx:502 7917 7979 msgid "Post a video" 7918 7980 msgstr "" 7919 7981 ··· 7950 8012 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:132 7951 8013 #: src/screens/PostThread/components/ThreadItemPost.tsx:117 7952 8014 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:110 7953 - #: src/screens/VideoFeed/index.tsx:551 8015 + #: src/screens/VideoFeed/index.tsx:547 7954 8016 msgid "Post has been deleted" 7955 8017 msgstr "" 7956 8018 ··· 7999 8061 8000 8062 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:257 8001 8063 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:269 8002 - #: src/screens/ProfileList/index.tsx:169 8064 + #: src/screens/ProfileList/index.tsx:167 8003 8065 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:219 8004 8066 #: src/screens/StarterPack/StarterPackScreen.tsx:197 8005 - #: src/view/screens/Profile.tsx:235 8067 + #: src/view/screens/Profile.tsx:233 8006 8068 msgid "Posts" 8007 8069 msgstr "" 8008 8070 ··· 8053 8115 msgid "Previous image" 8054 8116 msgstr "" 8055 8117 8056 - #: src/screens/Settings/LanguageSettings.tsx:124 8057 - #: src/screens/Settings/LanguageSettings.tsx:140 8118 + #: src/screens/Settings/LanguageSettings.tsx:141 8119 + #: src/screens/Settings/LanguageSettings.tsx:157 8058 8120 msgid "Primary language" 8059 8121 msgstr "" 8060 8122 ··· 8085 8147 #: src/Navigation.tsx:336 8086 8148 #: src/screens/Settings/AboutSettings.tsx:91 8087 8149 #: src/screens/Settings/AboutSettings.tsx:94 8088 - #: src/view/screens/PrivacyPolicy.tsx:35 8150 + #: src/view/screens/PrivacyPolicy.tsx:25 8089 8151 #: src/view/shell/Drawer.tsx:692 8090 8152 #: src/view/shell/Drawer.tsx:693 8091 8153 msgid "Privacy Policy" ··· 8108 8170 msgstr "" 8109 8171 8110 8172 #: src/view/screens/DebugMod.tsx:938 8111 - #: src/view/screens/Profile.tsx:385 8173 + #: src/view/screens/Profile.tsx:382 8112 8174 msgid "profile" 8113 8175 msgstr "" 8114 8176 ··· 8220 8282 msgstr "" 8221 8283 8222 8284 #: src/lib/hooks/useNotificationHandler.ts:157 8223 - #: src/screens/Post/PostQuotes.tsx:41 8285 + #: src/screens/Post/PostQuotes.tsx:31 8224 8286 #: src/screens/Settings/NotificationSettings/index.tsx:171 8225 8287 #: src/screens/Settings/NotificationSettings/QuoteNotificationSettings.tsx:41 8226 8288 msgid "Quotes" ··· 8243 8305 msgid "Re-attach quote" 8244 8306 msgstr "" 8245 8307 8246 - #: src/components/dms/EmojiReactionPicker.tsx:85 8308 + #: src/components/dms/EmojiReactionPicker.tsx:88 8247 8309 msgid "React with {emoji}" 8248 8310 msgstr "" 8249 8311 ··· 8271 8333 msgid "Read blog post" 8272 8334 msgstr "" 8273 8335 8274 - #: src/screens/VideoFeed/index.tsx:988 8336 + #: src/screens/VideoFeed/index.tsx:984 8275 8337 msgid "Read less" 8276 8338 msgstr "" 8277 8339 8278 - #: src/screens/VideoFeed/index.tsx:988 8340 + #: src/screens/VideoFeed/index.tsx:984 8279 8341 msgid "Read more" 8280 8342 msgstr "" 8281 8343 ··· 8359 8421 #: src/components/FeedCard.tsx:376 8360 8422 #: src/components/StarterPack/Wizard/WizardListCard.tsx:106 8361 8423 #: src/components/StarterPack/Wizard/WizardListCard.tsx:113 8362 - #: src/screens/Bookmarks/index.tsx:268 8363 - #: src/screens/Moderation/index.tsx:486 8424 + #: src/screens/Bookmarks/index.tsx:265 8425 + #: src/screens/Moderation/index.tsx:477 8364 8426 #: src/screens/Settings/Settings.tsx:673 8365 8427 #: src/view/com/modals/UserAddRemoveLists.tsx:236 8366 8428 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 ··· 8433 8495 #: src/screens/Profile/components/ProfileFeedHeader.tsx:332 8434 8496 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:176 8435 8497 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:179 8436 - #: src/screens/SavedFeeds.tsx:564 8498 + #: src/screens/SavedFeeds.tsx:549 8437 8499 msgid "Remove from my feeds" 8438 8500 msgstr "" 8439 8501 ··· 8447 8509 msgstr "" 8448 8510 8449 8511 #: src/components/PostControls/BookmarkButton.tsx:143 8450 - #: src/screens/Bookmarks/index.tsx:262 8512 + #: src/screens/Bookmarks/index.tsx:259 8451 8513 msgid "Remove from saved posts" 8452 8514 msgstr "" 8453 8515 ··· 8486 8548 msgid "Remove this feed from your saved feeds" 8487 8549 msgstr "" 8488 8550 8489 - #: src/screens/Moderation/index.tsx:482 8551 + #: src/screens/Moderation/index.tsx:473 8490 8552 msgid "Remove unavailable moderation services" 8491 8553 msgstr "" 8492 8554 ··· 8523 8585 msgstr "" 8524 8586 8525 8587 #: src/components/PostControls/BookmarkButton.tsx:107 8526 - #: src/screens/Bookmarks/index.tsx:220 8588 + #: src/screens/Bookmarks/index.tsx:217 8527 8589 msgid "Removed from saved posts" 8528 8590 msgstr "" 8529 8591 ··· 8537 8599 msgid "Removed from your feeds" 8538 8600 msgstr "" 8539 8601 8540 - #: src/screens/Moderation/index.tsx:190 8602 + #: src/screens/Moderation/index.tsx:187 8541 8603 msgid "Removed unavailable services" 8542 8604 msgstr "" 8543 8605 ··· 8588 8650 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:221 8589 8651 #: src/screens/Settings/NotificationSettings/index.tsx:149 8590 8652 #: src/screens/Settings/NotificationSettings/ReplyNotificationSettings.tsx:41 8591 - #: src/view/screens/Profile.tsx:236 8653 + #: src/view/screens/Profile.tsx:234 8592 8654 msgid "Replies" 8593 8655 msgstr "" 8594 8656 ··· 8759 8821 msgid "Repost or quote post" 8760 8822 msgstr "" 8761 8823 8762 - #: src/screens/Post/PostRepostedBy.tsx:41 8824 + #: src/screens/Post/PostRepostedBy.tsx:31 8763 8825 msgid "Reposted By" 8764 8826 msgstr "" 8765 8827 ··· 8889 8951 #: src/screens/Messages/ChatList.tsx:301 8890 8952 #: src/screens/Messages/components/MessageListError.tsx:24 8891 8953 #: src/screens/Messages/Inbox.tsx:220 8892 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:265 8893 8954 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 8955 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 8894 8956 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92 8895 8957 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:95 8896 8958 #: src/screens/PostThread/components/ThreadError.tsx:81 ··· 8913 8975 msgid "Return to previous page" 8914 8976 msgstr "" 8915 8977 8916 - #: src/view/screens/NotFound.tsx:62 8978 + #: src/view/screens/NotFound.tsx:50 8917 8979 msgid "Returns to home page" 8918 8980 msgstr "" 8919 8981 8920 8982 #: src/screens/ProfileList/components/ErrorScreen.tsx:36 8921 8983 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 8922 - #: src/screens/VideoFeed/index.tsx:1173 8923 - #: src/view/screens/NotFound.tsx:61 8984 + #: src/screens/VideoFeed/index.tsx:1169 8985 + #: src/view/screens/NotFound.tsx:49 8924 8986 msgid "Returns to previous page" 8925 8987 msgstr "" 8926 8988 8927 - #: src/screens/StarterPack/Wizard/index.tsx:327 8989 + #: src/screens/StarterPack/Wizard/index.tsx:316 8928 8990 msgid "Returns to the previous step" 8929 8991 msgstr "" 8930 8992 ··· 8939 9001 #: src/screens/Messages/ConversationSettings.tsx:1063 8940 9002 #: src/screens/Profile/Header/EditProfileDialog.tsx:233 8941 9003 #: src/screens/Profile/Header/EditProfileDialog.tsx:247 8942 - #: src/screens/SavedFeeds.tsx:132 8943 - #: src/screens/SavedFeeds.tsx:330 9004 + #: src/screens/SavedFeeds.tsx:124 9005 + #: src/screens/SavedFeeds.tsx:315 8944 9006 #: src/screens/Settings/components/ChangeHandleDialog.tsx:269 8945 9007 #: src/view/com/composer/GifAltText.tsx:199 8946 9008 #: src/view/com/composer/GifAltText.tsx:208 ··· 8962 9024 8963 9025 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:198 8964 9026 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:207 8965 - #: src/screens/SavedFeeds.tsx:128 8966 - #: src/screens/SavedFeeds.tsx:132 8967 - #: src/screens/SavedFeeds.tsx:326 8968 - #: src/screens/SavedFeeds.tsx:330 9027 + #: src/screens/SavedFeeds.tsx:120 9028 + #: src/screens/SavedFeeds.tsx:124 9029 + #: src/screens/SavedFeeds.tsx:311 9030 + #: src/screens/SavedFeeds.tsx:315 8969 9031 #: src/view/com/composer/Composer.tsx:1307 8970 9032 #: src/view/com/composer/drafts/DraftsButton.tsx:125 8971 9033 msgid "Save changes" ··· 9015 9077 msgid "Saved" 9016 9078 msgstr "" 9017 9079 9018 - #: src/screens/SavedFeeds.tsx:206 9019 - #: src/screens/SavedFeeds.tsx:390 9080 + #: src/screens/SavedFeeds.tsx:198 9081 + #: src/screens/SavedFeeds.tsx:375 9020 9082 msgid "Saved Feeds" 9021 9083 msgstr "" 9022 9084 9023 9085 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:144 9024 9086 #: src/Navigation.tsx:634 9025 - #: src/screens/Bookmarks/index.tsx:62 9087 + #: src/screens/Bookmarks/index.tsx:59 9026 9088 msgid "Saved Posts" 9027 9089 msgstr "" 9028 9090 ··· 9061 9123 #: src/components/dialogs/SearchablePeopleList.tsx:666 9062 9124 #: src/components/forms/SearchInput.tsx:51 9063 9125 #: src/components/forms/SearchInput.tsx:53 9064 - #: src/screens/Search/Shell.tsx:356 9065 - #: src/screens/Search/Shell.tsx:520 9126 + #: src/screens/Search/Shell.tsx:353 9127 + #: src/screens/Search/Shell.tsx:512 9066 9128 #: src/view/shell/bottom-bar/BottomBar.tsx:199 9067 9129 msgid "Search" 9068 9130 msgstr "" ··· 9074 9136 msgid "Search @{0}'s posts" 9075 9137 msgstr "" 9076 9138 9077 - #: src/components/ProgressGuide/FollowDialog.tsx:700 9139 + #: src/components/ProgressGuide/FollowDialog.tsx:708 9078 9140 msgid "Search by name or interest" 9079 9141 msgstr "" 9080 9142 ··· 9082 9144 msgid "Search contacts" 9083 9145 msgstr "" 9084 9146 9085 - #: src/view/screens/Feeds.tsx:445 9147 + #: src/view/screens/Feeds.tsx:436 9086 9148 msgid "Search feeds" 9087 9149 msgstr "" 9088 9150 9089 9151 #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. 9090 - #: src/components/ProgressGuide/FollowDialog.tsx:503 9152 + #: src/components/ProgressGuide/FollowDialog.tsx:505 9091 9153 msgid "Search for \"{interestsDisplayName}\"" 9092 9154 msgstr "" 9093 9155 9094 9156 #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. 9095 - #: src/components/ProgressGuide/FollowDialog.tsx:498 9157 + #: src/components/ProgressGuide/FollowDialog.tsx:500 9096 9158 msgid "Search for \"{interestsDisplayName}\" (active)" 9097 9159 msgstr "" 9098 9160 ··· 9100 9162 msgid "Search for \"{searchText}\"" 9101 9163 msgstr "" 9102 9164 9103 - #: src/screens/StarterPack/Wizard/index.tsx:552 9165 + #: src/screens/StarterPack/Wizard/index.tsx:541 9104 9166 msgid "Search for feeds that you want to suggest to others." 9105 9167 msgstr "" 9106 9168 ··· 9108 9170 msgid "Search for more accounts" 9109 9171 msgstr "" 9110 9172 9111 - #: src/screens/Search/Explore.tsx:455 9173 + #: src/screens/Search/Explore.tsx:456 9112 9174 msgid "Search for more feeds" 9113 9175 msgstr "" 9114 9176 ··· 9116 9178 msgid "Search for people" 9117 9179 msgstr "Search for people" 9118 9180 9119 - #: src/screens/Search/Shell.tsx:382 9181 + #: src/screens/Search/Shell.tsx:379 9120 9182 msgid "Search for posts, users, or feeds" 9121 9183 msgstr "" 9122 9184 ··· 9124 9186 msgid "Search GIFs" 9125 9187 msgstr "" 9126 9188 9127 - #: src/screens/Hashtag.tsx:237 9189 + #: src/screens/Hashtag.tsx:224 9128 9190 #: src/screens/Search/SearchResults.tsx:313 9129 9191 msgid "Search is currently unavailable when logged out" 9130 9192 msgstr "" ··· 9149 9211 9150 9212 #: src/components/dialogs/SearchablePeopleList.tsx:686 9151 9213 #: src/components/dms/components/UserSearchInput.tsx:63 9152 - #: src/components/ProgressGuide/FollowDialog.tsx:719 9214 + #: src/components/ProgressGuide/FollowDialog.tsx:727 9153 9215 msgid "Search profiles" 9154 9216 msgstr "" 9155 9217 ··· 9163 9225 9164 9226 #: src/components/dialogs/SearchablePeopleList.tsx:687 9165 9227 #: src/components/dms/components/UserSearchInput.tsx:64 9166 - #: src/components/ProgressGuide/FollowDialog.tsx:720 9228 + #: src/components/ProgressGuide/FollowDialog.tsx:728 9167 9229 msgid "Searches for profiles" 9168 9230 msgstr "" 9169 9231 ··· 9201 9263 msgid "See jobs at Bluesky" 9202 9264 msgstr "" 9203 9265 9204 - #: src/components/FeedInterstitials.tsx:490 9205 - #: src/components/FeedInterstitials.tsx:548 9266 + #: src/components/FeedInterstitials.tsx:491 9267 + #: src/components/FeedInterstitials.tsx:549 9206 9268 msgid "See more" 9207 9269 msgstr "" 9208 9270 9209 - #: src/components/FeedInterstitials.tsx:471 9271 + #: src/components/FeedInterstitials.tsx:472 9210 9272 msgid "See more suggested profiles" 9211 9273 msgstr "" 9212 9274 ··· 9215 9277 msgid "See suggested accounts" 9216 9278 msgstr "" 9217 9279 9218 - #: src/screens/SavedFeeds.tsx:240 9219 - #: src/screens/SavedFeeds.tsx:418 9280 + #: src/screens/SavedFeeds.tsx:232 9281 + #: src/screens/SavedFeeds.tsx:403 9220 9282 msgid "See this guide" 9221 9283 msgstr "" 9222 9284 ··· 9267 9329 msgid "Select an option" 9268 9330 msgstr "" 9269 9331 9270 - #: src/screens/Settings/LanguageSettings.tsx:101 9332 + #: src/screens/Settings/LanguageSettings.tsx:118 9271 9333 msgid "Select app language" 9272 9334 msgstr "" 9273 9335 ··· 9280 9342 msgid "Select chat \"{name}\"" 9281 9343 msgstr "Select chat \"{name}\"" 9282 9344 9283 - #: src/screens/Settings/LanguageSettings.tsx:178 9284 - #: src/screens/Settings/LanguageSettings.tsx:216 9345 + #: src/screens/Settings/LanguageSettings.tsx:195 9346 + #: src/screens/Settings/LanguageSettings.tsx:233 9285 9347 msgid "Select content languages" 9286 9348 msgstr "" 9287 9349 ··· 9340 9402 msgid "Select post language" 9341 9403 msgstr "" 9342 9404 9343 - #: src/screens/Settings/LanguageSettings.tsx:135 9405 + #: src/screens/Settings/LanguageSettings.tsx:152 9344 9406 msgid "Select primary language" 9345 9407 msgstr "" 9346 9408 ··· 9365 9427 msgid "Select what content this mute word should apply to." 9366 9428 msgstr "" 9367 9429 9368 - #: src/screens/Settings/LanguageSettings.tsx:94 9430 + #: src/screens/Settings/LanguageSettings.tsx:111 9369 9431 msgid "Select which language to use for the app's user interface." 9370 9432 msgstr "" 9371 9433 9372 - #: src/screens/Settings/LanguageSettings.tsx:164 9434 + #: src/screens/Settings/LanguageSettings.tsx:181 9373 9435 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." 9374 9436 msgstr "" 9375 9437 ··· 9382 9444 msgid "Select your interests from the options below" 9383 9445 msgstr "" 9384 9446 9385 - #: src/screens/Settings/LanguageSettings.tsx:128 9447 + #: src/screens/Settings/LanguageSettings.tsx:145 9386 9448 msgid "Select your preferred language for translations in your feed." 9387 9449 msgstr "" 9388 9450 ··· 9418 9480 msgid "Send feedback" 9419 9481 msgstr "" 9420 9482 9421 - #: src/screens/Messages/components/MessageComposer.tsx:226 9483 + #: src/screens/Messages/components/MessageComposer.tsx:266 9422 9484 #: src/screens/Messages/components/MessageInput.tsx:225 9423 9485 #: src/screens/Messages/components/MessageInput.web.tsx:216 9424 9486 msgid "Send message" ··· 9555 9617 msgstr "" 9556 9618 9557 9619 #: src/components/StarterPack/QrCodeDialog.tsx:195 9558 - #: src/screens/Hashtag.tsx:143 9620 + #: src/screens/Hashtag.tsx:130 9559 9621 #: src/screens/StarterPack/StarterPackScreen.tsx:447 9560 - #: src/screens/Topic.tsx:103 9622 + #: src/screens/Topic.tsx:90 9561 9623 msgid "Share" 9562 9624 msgstr "" 9563 9625 ··· 9654 9716 #: src/features/liveNow/components/LiveStatusDialog.tsx:317 9655 9717 #: src/features/liveNow/components/LiveStatusDialog.tsx:321 9656 9718 #: src/screens/List/ListHiddenScreen.tsx:194 9657 - #: src/screens/VideoFeed/index.tsx:650 9658 - #: src/screens/VideoFeed/index.tsx:656 9719 + #: src/screens/VideoFeed/index.tsx:646 9720 + #: src/screens/VideoFeed/index.tsx:652 9659 9721 msgid "Show anyway" 9660 9722 msgstr "" 9661 9723 ··· 9771 9833 #: src/components/dialogs/Signin.tsx:100 9772 9834 #: src/components/WelcomeModal.tsx:197 9773 9835 #: src/components/WelcomeModal.tsx:209 9774 - #: src/screens/Hashtag.tsx:241 9836 + #: src/screens/Hashtag.tsx:228 9775 9837 #: src/screens/Login/index.tsx:140 9776 9838 #: src/screens/Login/index.tsx:161 9777 9839 #: src/screens/Login/LoginForm.tsx:179 ··· 9860 9922 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:90 9861 9923 #: src/screens/Onboarding/StepFinished/index.tsx:295 9862 9924 #: src/screens/Onboarding/StepFinished/index.tsx:317 9863 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:278 9925 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:281 9864 9926 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 9865 - #: src/screens/StarterPack/Wizard/index.tsx:217 9927 + #: src/screens/StarterPack/Wizard/index.tsx:206 9866 9928 msgid "Skip" 9867 9929 msgstr "" 9868 9930 ··· 9880 9942 msgid "Skip introduction and start using your account" 9881 9943 msgstr "" 9882 9944 9883 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:275 9945 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:278 9884 9946 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:102 9885 9947 msgid "Skip to next step" 9886 9948 msgstr "" ··· 9909 9971 msgid "Software Dev" 9910 9972 msgstr "" 9911 9973 9912 - #: src/screens/Moderation/index.tsx:475 9974 + #: src/screens/Moderation/index.tsx:466 9913 9975 msgid "Some moderation services in your list are no longer available." 9914 9976 msgstr "" 9915 9977 ··· 9917 9979 msgid "Some of your verifications are invalid." 9918 9980 msgstr "" 9919 9981 9920 - #: src/components/FeedInterstitials.tsx:627 9982 + #: src/components/FeedInterstitials.tsx:628 9921 9983 msgid "Some other feeds you might like" 9922 9984 msgstr "" 9923 9985 ··· 9932 9994 9933 9995 #. placeholder {0}: convo.lastReaction.reaction.value 9934 9996 #. placeholder {1}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 9935 - #: src/screens/Messages/components/ChatListItem.tsx:355 9997 + #: src/screens/Messages/components/ChatListItem.tsx:360 9936 9998 msgid "Someone reacted {0} to {1}" 9937 9999 msgstr "" 9938 10000 ··· 9940 10002 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." 9941 10003 msgstr "" 9942 10004 9943 - #: src/screens/Messages/Conversation.tsx:143 10005 + #: src/screens/Messages/Conversation.tsx:141 9944 10006 #: src/screens/Messages/ConversationSettings.tsx:198 9945 10007 msgid "Something went wrong" 9946 10008 msgstr "" ··· 9953 10015 msgid "Something went wrong, please try again" 9954 10016 msgstr "" 9955 10017 9956 - #: src/screens/Moderation/index.tsx:114 10018 + #: src/screens/Moderation/index.tsx:112 9957 10019 #: src/screens/Profile/Sections/Labels.tsx:184 9958 10020 msgid "Something went wrong, please try again." 9959 10021 msgstr "" ··· 9974 10036 msgid "Something wrong? Let us know." 9975 10037 msgstr "" 9976 10038 9977 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:229 10039 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:231 9978 10040 msgid "Sorry, we're unable to load account suggestions at this time." 9979 10041 msgstr "" 9980 10042 ··· 10042 10104 10043 10105 #: src/Navigation.tsx:605 10044 10106 #: src/Navigation.tsx:610 10045 - #: src/screens/StarterPack/Wizard/index.tsx:208 10107 + #: src/screens/StarterPack/Wizard/index.tsx:197 10046 10108 msgid "Starter Pack" 10047 10109 msgstr "" 10048 10110 ··· 10064 10126 msgid "Starter pack is invalid" 10065 10127 msgstr "" 10066 10128 10067 - #: src/screens/Search/Explore.tsx:664 10068 - #: src/view/screens/Profile.tsx:241 10129 + #: src/screens/Search/Explore.tsx:665 10130 + #: src/view/screens/Profile.tsx:239 10069 10131 msgid "Starter Packs" 10070 10132 msgstr "" 10071 10133 ··· 10077 10139 msgid "Starter packs let you share your favorite feeds and people with your friends." 10078 10140 msgstr "" 10079 10141 10080 - #: src/view/screens/Profile.tsx:557 10142 + #: src/view/screens/Profile.tsx:554 10081 10143 msgid "Starter Packs let you share your favorite feeds and people with your friends." 10082 10144 msgstr "" 10083 10145 ··· 10186 10248 msgstr "" 10187 10249 10188 10250 #. Accounts suggested to the user for them to follow 10189 - #: src/components/FeedInterstitials.tsx:468 10190 - #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:180 10251 + #: src/components/FeedInterstitials.tsx:469 10252 + #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 10191 10253 msgid "Suggested for you" 10192 10254 msgstr "" 10193 10255 ··· 10207 10269 msgstr "" 10208 10270 10209 10271 #: src/Navigation.tsx:331 10210 - #: src/view/screens/Support.tsx:35 10211 - #: src/view/screens/Support.tsx:38 10272 + #: src/view/screens/Support.tsx:25 10273 + #: src/view/screens/Support.tsx:28 10212 10274 msgid "Support" 10213 10275 msgstr "" 10214 10276 ··· 10241 10303 msgid "System" 10242 10304 msgstr "" 10243 10305 10244 - #: src/screens/Log.tsx:57 10306 + #: src/screens/Log.tsx:49 10245 10307 #: src/screens/Settings/AboutSettings.tsx:106 10246 10308 #: src/screens/Settings/AboutSettings.tsx:109 10247 10309 #: src/screens/Settings/Settings.tsx:449 ··· 10291 10353 msgid "Tap to remove your {0} reaction" 10292 10354 msgstr "Tap to remove your {0} reaction" 10293 10355 10294 - #: src/components/dms/MessageItem.tsx:548 10356 + #: src/components/dms/MessageItem.tsx:564 10295 10357 msgid "Tap to retry" 10296 10358 msgstr "Tap to retry" 10297 10359 ··· 10355 10417 #: src/Navigation.tsx:341 10356 10418 #: src/screens/Settings/AboutSettings.tsx:83 10357 10419 #: src/screens/Settings/AboutSettings.tsx:86 10358 - #: src/view/screens/TermsOfService.tsx:35 10420 + #: src/view/screens/TermsOfService.tsx:25 10359 10421 #: src/view/shell/Drawer.tsx:685 10360 10422 #: src/view/shell/Drawer.tsx:687 10361 10423 msgid "Terms of Service" ··· 10392 10454 #: src/screens/StarterPack/StarterPackScreen.tsx:116 10393 10455 #: src/screens/StarterPack/StarterPackScreen.tsx:160 10394 10456 #: src/screens/StarterPack/StarterPackScreen.tsx:161 10395 - #: src/screens/StarterPack/Wizard/index.tsx:117 10396 - #: src/screens/StarterPack/Wizard/index.tsx:127 10457 + #: src/screens/StarterPack/Wizard/index.tsx:116 10458 + #: src/screens/StarterPack/Wizard/index.tsx:126 10397 10459 msgid "That starter pack could not be found." 10398 10460 msgstr "" 10399 10461 ··· 10405 10467 msgid "That's all, folks!" 10406 10468 msgstr "" 10407 10469 10408 - #: src/screens/VideoFeed/index.tsx:1145 10470 + #: src/screens/VideoFeed/index.tsx:1141 10409 10471 msgid "That's everything!" 10410 10472 msgstr "" 10411 10473 ··· 10429 10491 msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." 10430 10492 msgstr "" 10431 10493 10432 - #: src/screens/Moderation/index.tsx:424 10494 + #: src/screens/Moderation/index.tsx:415 10433 10495 msgid "The Bluesky web application" 10434 10496 msgstr "" 10435 10497 10436 - #: src/view/screens/CommunityGuidelines.tsx:42 10498 + #: src/view/screens/CommunityGuidelines.tsx:32 10437 10499 msgid "The Community Guidelines have been moved to <0/>" 10438 10500 msgstr "" 10439 10501 10440 - #: src/view/screens/CopyrightPolicy.tsx:39 10502 + #: src/view/screens/CopyrightPolicy.tsx:29 10441 10503 msgid "The Copyright Policy has been moved to <0/>" 10442 10504 msgstr "" 10443 10505 ··· 10481 10543 msgid "The post you're replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}</0>?" 10482 10544 msgstr "" 10483 10545 10484 - #: src/view/screens/PrivacyPolicy.tsx:39 10546 + #: src/view/screens/PrivacyPolicy.tsx:29 10485 10547 msgid "The Privacy Policy has been moved to <0/>" 10486 10548 msgstr "" 10487 10549 ··· 10503 10565 msgid "The subject of the context menu" 10504 10566 msgstr "" 10505 10567 10506 - #: src/view/screens/Support.tsx:41 10568 + #: src/view/screens/Support.tsx:31 10507 10569 msgid "The support form has been moved. If you need help, please <0/> or visit {HELP_DESK_URL} to get in touch with us." 10508 10570 msgstr "" 10509 10571 10510 - #: src/view/screens/TermsOfService.tsx:39 10572 + #: src/view/screens/TermsOfService.tsx:29 10511 10573 msgid "The Terms of Service have been moved to" 10512 10574 msgstr "" 10513 10575 ··· 10548 10610 #: src/screens/Profile/components/ProfileFeedHeader.tsx:182 10549 10611 #: src/screens/ProfileList/components/Header.tsx:91 10550 10612 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:79 10551 - #: src/screens/SavedFeeds.tsx:107 10552 - #: src/screens/SavedFeeds.tsx:293 10613 + #: src/screens/SavedFeeds.tsx:99 10614 + #: src/screens/SavedFeeds.tsx:278 10553 10615 msgid "There was an issue contacting the server" 10554 10616 msgstr "" 10555 10617 ··· 10562 10624 msgid "There was an issue fetching notifications. Tap here to try again." 10563 10625 msgstr "" 10564 10626 10565 - #: src/screens/Search/Explore.tsx:1026 10627 + #: src/screens/Search/Explore.tsx:1027 10566 10628 #: src/view/com/posts/PostFeed.tsx:773 10567 10629 msgid "There was an issue fetching posts. Tap here to try again." 10568 10630 msgstr "" ··· 10726 10788 msgid "This content is not viewable without a Bluesky account." 10727 10789 msgstr "" 10728 10790 10729 - #: src/screens/Messages/components/ChatListItem.tsx:149 10791 + #: src/screens/Messages/components/ChatListItem.tsx:150 10730 10792 msgid "This conversation is with a deleted or a deactivated account. Press for options" 10731 10793 msgstr "" 10732 10794 ··· 10754 10816 msgid "This feature is not available while using an App Password. Please sign in with your main password." 10755 10817 msgstr "" 10756 10818 10819 + #: src/screens/Messages/Conversation.tsx:349 10820 + msgid "This feature isn't available to you yet. Please check back later." 10821 + msgstr "This feature isn't available to you yet. Please check back later." 10822 + 10757 10823 #: src/view/com/posts/PostFeedErrorMessage.tsx:128 10758 10824 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." 10759 10825 msgstr "" ··· 10844 10910 msgid "This post is only visible to logged-in users." 10845 10911 msgstr "" 10846 10912 10847 - #: src/screens/Bookmarks/index.tsx:258 10913 + #: src/screens/Bookmarks/index.tsx:255 10848 10914 msgid "This post was deleted by its author" 10849 10915 msgstr "" 10850 10916 ··· 10995 11061 msgid "Today" 10996 11062 msgstr "" 10997 11063 10998 - #: src/screens/Moderation/index.tsx:401 11064 + #: src/screens/Moderation/index.tsx:392 10999 11065 msgid "Toggle to enable or disable adult content" 11000 11066 msgstr "" 11001 11067 ··· 11015 11081 msgid "Too many contacts - you've exceeded the number of contacts you can import to find your friends" 11016 11082 msgstr "" 11017 11083 11018 - #: src/screens/Hashtag.tsx:101 11084 + #: src/screens/Hashtag.tsx:88 11019 11085 #: src/screens/Search/SearchResults.tsx:54 11020 - #: src/screens/Topic.tsx:72 11086 + #: src/screens/Topic.tsx:59 11021 11087 msgid "Top" 11022 11088 msgstr "" 11023 11089 ··· 11237 11303 msgid "Unfollow account" 11238 11304 msgstr "" 11239 11305 11240 - #: src/screens/VideoFeed/index.tsx:852 11306 + #: src/screens/VideoFeed/index.tsx:848 11241 11307 msgid "Unfollows the user" 11242 11308 msgstr "" 11243 11309 ··· 11341 11407 #: src/components/FeedCard.tsx:355 11342 11408 #: src/screens/Profile/components/ProfileFeedHeader.tsx:528 11343 11409 #: src/screens/Profile/components/ProfileFeedHeader.tsx:534 11344 - #: src/screens/SavedFeeds.tsx:482 11410 + #: src/screens/SavedFeeds.tsx:467 11345 11411 msgid "Unpin feed" 11346 11412 msgstr "" 11347 11413 ··· 11423 11489 #: src/screens/Settings/components/ChangeHandleDialog.tsx:565 11424 11490 msgid "Update to {domain}" 11425 11491 msgstr "" 11492 + 11493 + #: src/screens/Messages/Conversation.tsx:347 11494 + msgid "Update your app to the latest version to join in!" 11495 + msgstr "Update your app to the latest version to join in!" 11426 11496 11427 11497 #: src/components/dialogs/EmailDialog/screens/Update.tsx:204 11428 11498 msgid "Update your email" ··· 11611 11681 msgid "Verification failed, please try again." 11612 11682 msgstr "" 11613 11683 11614 - #: src/screens/Moderation/index.tsx:353 11684 + #: src/screens/Moderation/index.tsx:344 11615 11685 msgid "Verification settings" 11616 11686 msgstr "" 11617 11687 ··· 11732 11802 msgstr "" 11733 11803 11734 11804 #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) 11735 - #: src/screens/VideoFeed/index.tsx:1107 11805 + #: src/screens/VideoFeed/index.tsx:1103 11736 11806 msgid "Video from {0}. Tap to play or pause the video" 11737 11807 msgstr "" 11738 11808 ··· 11741 11811 msgid "Video Games" 11742 11812 msgstr "" 11743 11813 11744 - #: src/screens/VideoFeed/index.tsx:1106 11814 + #: src/screens/VideoFeed/index.tsx:1102 11745 11815 msgid "Video is paused" 11746 11816 msgstr "" 11747 11817 11748 - #: src/screens/VideoFeed/index.tsx:1106 11818 + #: src/screens/VideoFeed/index.tsx:1102 11749 11819 msgid "Video is playing" 11750 11820 msgstr "" 11751 11821 ··· 11766 11836 msgid "Video: {0}" 11767 11837 msgstr "" 11768 11838 11769 - #: src/view/screens/Profile.tsx:238 11839 + #: src/view/screens/Profile.tsx:236 11770 11840 msgid "Videos" 11771 11841 msgstr "" 11772 11842 ··· 11789 11859 #. placeholder {0}: profile.handle 11790 11860 #: src/screens/Profile/components/ProfileFeedHeader.tsx:465 11791 11861 #: src/screens/Search/components/SearchProfileCard.tsx:36 11792 - #: src/screens/VideoFeed/index.tsx:813 11862 + #: src/screens/VideoFeed/index.tsx:809 11793 11863 #: src/view/com/notifications/NotificationFeedItem.tsx:600 11794 11864 msgid "View {0}'s profile" 11795 11865 msgstr "" ··· 11812 11882 msgid "View blogpost for more details" 11813 11883 msgstr "" 11814 11884 11815 - #: src/screens/Log.tsx:80 11885 + #: src/screens/Log.tsx:72 11816 11886 msgid "View debug entry" 11817 11887 msgstr "" 11818 11888 11819 - #: src/screens/VideoFeed/index.tsx:678 11820 - #: src/screens/VideoFeed/index.tsx:696 11889 + #: src/screens/VideoFeed/index.tsx:674 11890 + #: src/screens/VideoFeed/index.tsx:692 11821 11891 msgid "View details" 11822 11892 msgstr "" 11823 11893 ··· 11883 11953 msgid "View video" 11884 11954 msgstr "" 11885 11955 11886 - #: src/screens/Moderation/index.tsx:333 11956 + #: src/screens/Moderation/index.tsx:324 11887 11957 msgid "View your blocked accounts" 11888 11958 msgstr "" 11889 11959 11890 - #: src/screens/Moderation/index.tsx:273 11960 + #: src/screens/Moderation/index.tsx:264 11891 11961 msgid "View your default post interaction settings" 11892 11962 msgstr "" 11893 11963 ··· 11896 11966 msgid "View your feeds and explore more" 11897 11967 msgstr "" 11898 11968 11899 - #: src/screens/Moderation/index.tsx:303 11969 + #: src/screens/Moderation/index.tsx:294 11900 11970 msgid "View your moderation lists" 11901 11971 msgstr "" 11902 11972 11903 - #: src/screens/Moderation/index.tsx:318 11973 + #: src/screens/Moderation/index.tsx:309 11904 11974 msgid "View your muted accounts" 11905 11975 msgstr "" 11906 11976 ··· 11930 12000 msgid "Visit site" 11931 12001 msgstr "" 11932 12002 11933 - #: src/view/screens/Notifications.tsx:303 12003 + #: src/view/screens/Notifications.tsx:299 11934 12004 msgid "Visit your notification settings" 11935 12005 msgstr "" 11936 12006 ··· 11969 12039 msgid "We could not find this list. It was probably deleted." 11970 12040 msgstr "" 11971 12041 11972 - #: src/screens/Hashtag.tsx:272 12042 + #: src/screens/Hashtag.tsx:259 11973 12043 msgid "We couldn't find any results for that tag." 11974 12044 msgstr "" 11975 12045 11976 - #: src/screens/Topic.tsx:180 12046 + #: src/screens/Topic.tsx:167 11977 12047 msgid "We couldn't find any results for that topic." 11978 12048 msgstr "" 11979 12049 11980 - #: src/screens/Messages/Conversation.tsx:144 12050 + #: src/screens/Messages/Conversation.tsx:142 11981 12051 msgid "We couldn't load this conversation" 11982 12052 msgstr "" 11983 12053 ··· 12043 12113 msgid "We were unable to load your birthdate preferences. Please try again." 12044 12114 msgstr "" 12045 12115 12046 - #: src/screens/Moderation/index.tsx:501 12116 + #: src/screens/Moderation/index.tsx:492 12047 12117 msgid "We were unable to load your configured labelers at this time." 12048 12118 msgstr "" 12049 12119 ··· 12109 12179 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." 12110 12180 msgstr "" 12111 12181 12112 - #: src/screens/ProfileList/index.tsx:89 12182 + #: src/screens/ProfileList/index.tsx:88 12113 12183 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." 12114 12184 msgstr "" 12115 12185 ··· 12131 12201 msgstr "" 12132 12202 12133 12203 #: src/components/Lists.tsx:224 12134 - #: src/view/screens/NotFound.tsx:51 12204 + #: src/view/screens/NotFound.tsx:39 12135 12205 msgid "We're sorry! We can't find the page you were looking for." 12136 12206 msgstr "" 12137 12207 ··· 12258 12328 msgid "Would you like to save this as a draft to edit later?" 12259 12329 msgstr "" 12260 12330 12261 - #: src/view/screens/Profile.tsx:436 12262 - #: src/view/screens/Profile.tsx:437 12331 + #: src/view/screens/Profile.tsx:433 12332 + #: src/view/screens/Profile.tsx:434 12263 12333 msgid "Write a post" 12264 12334 msgstr "" 12265 12335 ··· 12451 12521 msgid "You cannot update your birthdate while using an app password. Please sign in with your main password to update your birthdate." 12452 12522 msgstr "" 12453 12523 12454 - #: src/screens/Profile/KnownFollowers.tsx:112 12524 + #: src/screens/Profile/KnownFollowers.tsx:103 12455 12525 msgid "You don't follow any users who follow @{name}." 12456 12526 msgstr "" 12457 12527 ··· 12463 12533 msgid "You don't have any lists yet." 12464 12534 msgstr "" 12465 12535 12466 - #: src/screens/SavedFeeds.tsx:161 12467 - #: src/screens/SavedFeeds.tsx:358 12536 + #: src/screens/SavedFeeds.tsx:153 12537 + #: src/screens/SavedFeeds.tsx:343 12468 12538 msgid "You don't have any pinned feeds." 12469 12539 msgstr "" 12470 12540 12471 - #: src/screens/SavedFeeds.tsx:213 12472 - #: src/screens/SavedFeeds.tsx:396 12541 + #: src/screens/SavedFeeds.tsx:205 12542 + #: src/screens/SavedFeeds.tsx:381 12473 12543 msgid "You don't have any saved feeds." 12474 12544 msgstr "" 12475 12545 ··· 12491 12561 msgid "You have completed the Age Assurance process, but based on the results, we cannot be sure that you are 18 years of age or older. Due to laws in your region, certain features on Bluesky must remain restricted until you're able to verify you're an adult." 12492 12562 msgstr "" 12493 12563 12494 - #: src/view/screens/Notifications.tsx:298 12564 + #: src/view/screens/Notifications.tsx:294 12495 12565 msgid "You have completely disabled reply, quote, and mention notifications, so this tab will no longer update. To adjust this, visit your <0>notification settings</0>." 12496 12566 msgstr "" 12497 12567 ··· 12534 12604 msgid "You have no starter packs." 12535 12605 msgstr "" 12536 12606 12537 - #: src/view/screens/ModerationBlockedAccounts.tsx:164 12607 + #: src/view/screens/ModerationBlockedAccounts.tsx:155 12538 12608 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." 12539 12609 msgstr "" 12540 12610 12541 - #: src/view/screens/ModerationMutedAccounts.tsx:177 12611 + #: src/view/screens/ModerationMutedAccounts.tsx:168 12542 12612 msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account." 12543 12613 msgstr "" 12544 12614 ··· 12648 12718 12649 12719 #. placeholder {0}: convo.lastReaction.reaction.value 12650 12720 #. placeholder {1}: lastMessageText ? `"${convo.lastReaction.message.text}"` : fallbackMessage 12651 - #: src/screens/Messages/components/ChatListItem.tsx:336 12721 + #: src/screens/Messages/components/ChatListItem.tsx:341 12652 12722 msgid "You reacted {0} to {1}" 12653 12723 msgstr "" 12654 12724 ··· 12684 12754 msgstr "You won’t be able to rejoin unless you’re invited." 12685 12755 12686 12756 #. placeholder {0}: convo.lastMessage.text 12687 - #: src/screens/Messages/components/ChatListItem.tsx:277 12757 + #: src/screens/Messages/components/ChatListItem.tsx:279 12688 12758 msgid "You: {0}" 12689 12759 msgstr "" 12690 12760 12691 - #: src/screens/Messages/components/ChatListItem.tsx:304 12761 + #: src/screens/Messages/components/ChatListItem.tsx:306 12692 12762 msgid "You: {defaultEmbeddedContentMessage}" 12693 12763 msgstr "" 12694 12764 12695 - #: src/screens/Messages/components/ChatListItem.tsx:297 12765 + #: src/screens/Messages/components/ChatListItem.tsx:299 12696 12766 msgid "You: {short}" 12697 12767 msgstr "" 12698 12768 ··· 12780 12850 msgid "You've reached your daily limit for video uploads (too many videos)" 12781 12851 msgstr "" 12782 12852 12783 - #: src/screens/VideoFeed/index.tsx:1154 12853 + #: src/screens/VideoFeed/index.tsx:1150 12784 12854 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" 12785 12855 msgstr "" 12786 12856 ··· 12845 12915 msgid "Your current handle <0>{0}</0> will automatically remain reserved for you. You can switch back to it at any time from this account." 12846 12916 msgstr "" 12847 12917 12848 - #: src/screens/Moderation/index.tsx:240 12918 + #: src/screens/Moderation/index.tsx:231 12849 12919 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings</0>." 12850 12920 msgstr "" 12851 12921