Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

Nightly source-language update

authored by

pfrazee and committed by
github-actions[bot]
e67d81f2 7c08bba6

+433 -396
+433 -396
src/locale/locales/en/messages.po
··· 103 103 msgid "{0, plural, one {following} other {following}}" 104 104 msgstr "" 105 105 106 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:492 107 - msgid "{0, plural, one {like} other {likes}}" 108 - msgstr "" 109 - 110 106 #: src/screens/Profile/Header/Metrics.tsx:58 111 107 msgid "{0, plural, one {post} other {posts}}" 112 108 msgstr "" 113 109 114 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 115 - msgid "{0, plural, one {quote} other {quotes}}" 116 - msgstr "" 117 - 118 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:458 119 - msgid "{0, plural, one {repost} other {reposts}}" 120 - msgstr "" 121 - 122 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:503 123 - msgid "{0, plural, one {save} other {saves}}" 124 - msgstr "" 125 - 126 110 #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack 127 111 #: src/screens/StarterPack/StarterPackScreen.tsx:499 128 112 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" ··· 130 114 131 115 #: src/components/dialogs/StarterPackDialog.tsx:358 132 116 msgid "{0, plural, other {+# more}}" 117 + msgstr "" 118 + 119 + #: src/screens/Signup/StepInfo/index.tsx:320 120 + msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" 133 121 msgstr "" 134 122 135 123 #: src/lib/strings/time.ts:13 ··· 142 130 msgstr "" 143 131 144 132 #. Pattern: {wordValue} in tags 145 - #: src/components/dialogs/MutedWords.tsx:481 133 + #: src/components/dialogs/MutedWords.tsx:493 146 134 msgid "{0} <0>in <1>tags</1></0>" 147 135 msgstr "" 148 136 149 137 #. Pattern: {wordValue} in text, tags 150 - #: src/components/dialogs/MutedWords.tsx:470 138 + #: src/components/dialogs/MutedWords.tsx:482 151 139 msgid "{0} <0>in <1>text & tags</1></0>" 152 140 msgstr "" 153 141 ··· 155 143 msgid "{0} following" 156 144 msgstr "" 157 145 158 - #: src/components/live/LiveStatusDialog.tsx:79 146 + #: src/features/liveNow/components/LiveStatusDialog.tsx:79 159 147 msgid "{0} is live" 160 148 msgstr "" 161 149 ··· 410 398 msgid "{handle} can't be messaged" 411 399 msgstr "" 412 400 413 - #: src/components/live/utils.ts:15 401 + #: src/features/liveNow/utils.ts:15 414 402 msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}" 415 403 msgstr "" 416 404 417 - #: src/components/live/utils.ts:19 405 + #: src/features/liveNow/utils.ts:19 418 406 msgid "{hours, plural, one {# hour} other {# hours}}" 419 407 msgstr "" 420 408 ··· 423 411 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" 424 412 msgstr "" 425 413 426 - #: src/components/live/utils.ts:10 414 + #: src/view/com/composer/videos/SubtitleDialog.tsx:137 415 + msgid "{MAX_ALT_TEXT, plural, other {Alt text must be less than # characters.}}" 416 + msgstr "" 417 + 418 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:387 419 + msgid "{MAX_HIDDEN_REPLIES, plural, other {You can hide a maximum of # replies.}}" 420 + msgstr "" 421 + 422 + #: src/screens/Signup/StepInfo/index.tsx:315 423 + msgid "{MIN_ACCESS_AGE, plural, other {You must be # years of age or older to create an account.}}" 424 + msgstr "" 425 + 426 + #: src/features/liveNow/utils.ts:10 427 427 msgid "{minutes, plural, one {# minute} other {# minutes}}" 428 428 msgstr "" 429 429 ··· 489 489 msgid "<0>{0}</0> {1, plural, one {following} other {following}}" 490 490 msgstr "" 491 491 492 + #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) 493 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:493 494 + msgid "<0>{0}</0> {1, plural, one {like} other {likes}}" 495 + msgstr "" 496 + 497 + #. Quote count display, the <0> tags enclose the number of quotes in bold (will never be 0) 498 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:475 499 + msgid "<0>{0}</0> {1, plural, one {quote} other {quotes}}" 500 + msgstr "" 501 + 502 + #. Repost count display, the <0> tags enclose the number of reposts in bold (will never be 0) 503 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:455 504 + msgid "<0>{0}</0> {1, plural, one {repost} other {reposts}}" 505 + msgstr "" 506 + 507 + #. Save count display, the <0> tags enclose the number of saves in bold (will never be 0) 508 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:506 509 + msgid "<0>{0}</0> {1, plural, one {save} other {saves}}" 510 + msgstr "" 511 + 492 512 #: src/screens/StarterPack/Wizard/index.tsx:509 493 513 #: src/screens/StarterPack/Wizard/index.tsx:563 494 514 msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack" ··· 519 539 msgid "⚠Invalid Handle" 520 540 msgstr "" 521 541 522 - #: src/components/dialogs/MutedWords.tsx:198 542 + #: src/components/dialogs/MutedWords.tsx:200 543 + #: src/components/dialogs/MutedWords.tsx:549 544 + #: src/components/dialogs/MutedWords.tsx:552 523 545 msgid "24 hours" 524 546 msgstr "" 525 547 ··· 527 549 msgid "2FA Confirmation" 528 550 msgstr "" 529 551 530 - #: src/components/dialogs/MutedWords.tsx:237 552 + #: src/components/dialogs/MutedWords.tsx:239 553 + #: src/components/dialogs/MutedWords.tsx:563 554 + #: src/components/dialogs/MutedWords.tsx:566 531 555 msgid "30 days" 532 556 msgstr "" 533 557 534 - #: src/components/dialogs/MutedWords.tsx:222 558 + #: src/components/dialogs/MutedWords.tsx:224 559 + #: src/components/dialogs/MutedWords.tsx:556 560 + #: src/components/dialogs/MutedWords.tsx:559 535 561 msgid "7 days" 536 562 msgstr "" 537 563 ··· 627 653 msgid "Account" 628 654 msgstr "" 629 655 630 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:423 656 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:422 631 657 #: src/screens/Messages/components/RequestButtons.tsx:91 632 - #: src/view/com/profile/ProfileMenu.tsx:182 658 + #: src/view/com/profile/ProfileMenu.tsx:181 633 659 msgctxt "toast" 634 660 msgid "Account blocked" 635 661 msgstr "" 636 662 637 - #: src/view/com/profile/ProfileMenu.tsx:195 663 + #: src/view/com/profile/ProfileMenu.tsx:194 638 664 msgctxt "toast" 639 665 msgid "Account followed" 640 666 msgstr "" ··· 647 673 msgid "Account is deactivated" 648 674 msgstr "" 649 675 650 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:446 651 - #: src/view/com/profile/ProfileMenu.tsx:158 676 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:445 677 + #: src/view/com/profile/ProfileMenu.tsx:157 652 678 msgctxt "toast" 653 679 msgid "Account muted" 654 680 msgstr "" ··· 675 701 msgstr "" 676 702 677 703 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:85 678 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:295 679 - #: src/view/com/profile/ProfileMenu.tsx:172 704 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:296 705 + #: src/view/com/profile/ProfileMenu.tsx:171 680 706 msgctxt "toast" 681 707 msgid "Account unblocked" 682 708 msgstr "" 683 709 684 - #: src/view/com/profile/ProfileMenu.tsx:207 710 + #: src/view/com/profile/ProfileMenu.tsx:206 685 711 msgctxt "toast" 686 712 msgid "Account unfollowed" 687 713 msgstr "" 688 714 689 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:436 690 - #: src/view/com/profile/ProfileMenu.tsx:148 715 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:435 716 + #: src/view/com/profile/ProfileMenu.tsx:147 691 717 msgctxt "toast" 692 718 msgid "Account unmuted" 693 719 msgstr "" ··· 707 733 msgstr "" 708 734 709 735 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:169 710 - #: src/components/dialogs/MutedWords.tsx:333 736 + #: src/components/dialogs/MutedWords.tsx:335 711 737 #: src/components/dialogs/StarterPackDialog.tsx:372 712 738 #: src/components/dialogs/StarterPackDialog.tsx:379 713 739 #: src/view/com/modals/UserAddRemoveLists.tsx:235 ··· 727 753 msgid "Add a content warning" 728 754 msgstr "" 729 755 730 - #: src/components/live/GoLiveDialog.tsx:106 756 + #: src/features/liveNow/components/GoLiveDialog.tsx:107 731 757 msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event." 732 758 msgstr "" 733 759 ··· 798 824 msgid "Add more details (optional)" 799 825 msgstr "" 800 826 801 - #: src/components/dialogs/MutedWords.tsx:326 827 + #: src/components/dialogs/MutedWords.tsx:328 802 828 msgid "Add mute word with chosen settings" 803 829 msgstr "" 804 830 805 - #: src/components/dialogs/MutedWords.tsx:117 831 + #: src/components/dialogs/MutedWords.tsx:119 806 832 msgid "Add muted words and tags" 807 833 msgstr "" 808 834 ··· 839 865 msgid "Add this feed to your feeds" 840 866 msgstr "" 841 867 842 - #: src/view/com/profile/ProfileMenu.tsx:345 843 - #: src/view/com/profile/ProfileMenu.tsx:348 868 + #: src/view/com/profile/ProfileMenu.tsx:344 869 + #: src/view/com/profile/ProfileMenu.tsx:347 844 870 msgid "Add to lists" 845 871 msgstr "" 846 872 ··· 849 875 msgstr "" 850 876 851 877 #: src/components/dialogs/StarterPackDialog.tsx:182 852 - #: src/view/com/profile/ProfileMenu.tsx:335 853 - #: src/view/com/profile/ProfileMenu.tsx:338 878 + #: src/view/com/profile/ProfileMenu.tsx:334 879 + #: src/view/com/profile/ProfileMenu.tsx:337 854 880 msgid "Add to starter packs" 855 881 msgstr "" 856 882 ··· 929 955 msgstr "" 930 956 931 957 #: src/ageAssurance/components/NoAccessScreen.tsx:352 932 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:201 958 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:219 933 959 msgid "Age assurance only takes a few minutes" 934 960 msgstr "" 935 961 ··· 1049 1075 msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." 1050 1076 msgstr "" 1051 1077 1052 - #: src/view/com/composer/videos/SubtitleDialog.tsx:137 1053 - msgid "Alt text must be less than {MAX_ALT_TEXT} characters." 1054 - msgstr "" 1055 - 1056 1078 #: src/view/com/composer/GifAltText.tsx:179 1057 1079 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:143 1058 1080 msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} characters.}}" ··· 1071 1093 msgid "An error occurred" 1072 1094 msgstr "" 1073 1095 1074 - #: src/view/com/composer/state/video.ts:399 1096 + #: src/view/com/composer/state/video.ts:400 1075 1097 msgid "An error occurred while compressing the video." 1076 1098 msgstr "" 1077 1099 ··· 1115 1137 msgid "An error occurred while trying to follow all" 1116 1138 msgstr "" 1117 1139 1118 - #: src/view/com/composer/state/video.ts:440 1119 - msgid "An error occurred while uploading the video." 1140 + #: src/view/com/composer/state/video.ts:451 1141 + msgid "An error occurred while uploading the video. {message}" 1142 + msgstr "" 1143 + 1144 + #: src/view/com/composer/state/video.ts:443 1145 + msgid "An error occurred while uploading the video. Please check your internet connection and try again." 1120 1146 msgstr "" 1121 1147 1122 1148 #: src/components/contacts/screens/PhoneInput.tsx:119 ··· 1270 1296 msgid "Appeal \"{0}\" label" 1271 1297 msgstr "" 1272 1298 1273 - #: src/components/live/GoLiveDisabledDialog.tsx:92 1299 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:92 1274 1300 msgid "Appeal livestream suspension" 1275 1301 msgstr "" 1276 1302 1277 - #: src/components/live/GoLiveDisabledDialog.tsx:82 1278 1303 #: src/components/moderation/LabelsOnMeDialog.tsx:271 1304 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:82 1279 1305 #: src/screens/Messages/components/ChatDisabled.tsx:103 1280 1306 msgctxt "toast" 1281 1307 msgid "Appeal submitted" ··· 1314 1340 msgid "Apply Pull Request" 1315 1341 msgstr "" 1316 1342 1317 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:674 1343 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 1318 1344 msgid "Archived from {0}" 1319 1345 msgstr "" 1320 1346 1321 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:643 1322 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:683 1347 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:655 1348 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:695 1323 1349 msgid "Archived post" 1350 + msgstr "" 1351 + 1352 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:333 1353 + msgid "Are you really, really sure?" 1324 1354 msgstr "" 1325 1355 1326 1356 #: src/screens/Settings/AppPasswords.tsx:209 ··· 1356 1386 msgid "Are you sure you'd like to discard this post?" 1357 1387 msgstr "" 1358 1388 1359 - #: src/components/dialogs/MutedWords.tsx:438 1389 + #: src/components/dialogs/MutedWords.tsx:450 1360 1390 msgid "Are you sure?" 1361 1391 msgstr "" 1362 1392 ··· 1372 1402 msgid "Artistic or non-erotic nudity." 1373 1403 msgstr "" 1374 1404 1375 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:558 1376 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:560 1405 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 1406 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:559 1377 1407 msgid "Assign topic for algo" 1378 1408 msgstr "" 1379 1409 ··· 1485 1515 msgid "Birthday" 1486 1516 msgstr "" 1487 1517 1488 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:821 1489 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 1490 - #: src/view/com/profile/ProfileMenu.tsx:553 1518 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:820 1519 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 1520 + #: src/view/com/profile/ProfileMenu.tsx:552 1491 1521 msgid "Block" 1492 1522 msgstr "" 1493 1523 1494 1524 #: src/components/dms/ConvoMenu.tsx:261 1495 1525 #: src/components/dms/ConvoMenu.tsx:264 1496 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:706 1497 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:708 1526 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:705 1527 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:707 1498 1528 #: src/screens/Messages/components/RequestButtons.tsx:144 1499 1529 #: src/screens/Messages/components/RequestButtons.tsx:146 1500 - #: src/view/com/profile/ProfileMenu.tsx:459 1501 - #: src/view/com/profile/ProfileMenu.tsx:466 1530 + #: src/view/com/profile/ProfileMenu.tsx:458 1531 + #: src/view/com/profile/ProfileMenu.tsx:465 1502 1532 msgid "Block account" 1503 1533 msgstr "" 1504 1534 1505 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:816 1506 - #: src/view/com/profile/ProfileMenu.tsx:536 1535 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:815 1536 + #: src/view/com/profile/ProfileMenu.tsx:535 1507 1537 msgid "Block Account?" 1508 1538 msgstr "" 1509 1539 ··· 1554 1584 msgid "Blocked Accounts" 1555 1585 msgstr "" 1556 1586 1557 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 1558 - #: src/view/com/profile/ProfileMenu.tsx:548 1587 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:817 1588 + #: src/view/com/profile/ProfileMenu.tsx:547 1559 1589 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." 1560 1590 msgstr "" 1561 1591 ··· 1571 1601 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." 1572 1602 msgstr "" 1573 1603 1574 - #: src/view/com/profile/ProfileMenu.tsx:545 1604 + #: src/view/com/profile/ProfileMenu.tsx:544 1575 1605 msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." 1576 1606 msgstr "" 1577 1607 ··· 1584 1614 msgid "Bluesky" 1585 1615 msgstr "" 1586 1616 1587 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:699 1617 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:711 1588 1618 msgid "Bluesky cannot confirm the authenticity of the claimed date." 1589 1619 msgstr "" 1590 1620 ··· 1772 1802 #: src/components/dialogs/InAppBrowserConsent.tsx:104 1773 1803 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:274 1774 1804 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:282 1775 - #: src/components/live/GoLiveDialog.tsx:246 1776 - #: src/components/live/GoLiveDialog.tsx:252 1777 1805 #: src/components/Menu/index.tsx:352 1778 1806 #: src/components/PostControls/RepostButton.tsx:209 1779 - #: src/components/Prompt.tsx:130 1780 - #: src/components/Prompt.tsx:132 1807 + #: src/components/Prompt.tsx:136 1808 + #: src/components/Prompt.tsx:138 1781 1809 #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:151 1782 1810 #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:156 1811 + #: src/features/liveNow/components/GoLiveDialog.tsx:247 1812 + #: src/features/liveNow/components/GoLiveDialog.tsx:253 1783 1813 #: src/lib/media/picker.tsx:38 1784 1814 #: src/screens/Deactivated.tsx:149 1785 1815 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 ··· 1802 1832 msgid "Cancel" 1803 1833 msgstr "" 1804 1834 1805 - #: src/view/com/modals/DeleteAccount.tsx:170 1806 - #: src/view/com/modals/DeleteAccount.tsx:278 1807 - msgctxt "action" 1808 - msgid "Cancel" 1809 - msgstr "" 1810 - 1811 - #: src/view/com/modals/DeleteAccount.tsx:166 1812 - #: src/view/com/modals/DeleteAccount.tsx:274 1813 - msgid "Cancel account deletion" 1814 - msgstr "" 1815 - 1816 1835 #: src/components/PostControls/RepostButton.tsx:204 1817 1836 msgid "Cancel quote post" 1818 1837 msgstr "" ··· 1832 1851 msgid "Cannot interact with a blocked user" 1833 1852 msgstr "" 1834 1853 1835 - #: src/view/com/composer/videos/SubtitleDialog.tsx:152 1854 + #: src/view/com/composer/videos/SubtitleDialog.tsx:155 1836 1855 msgid "Captions (.vtt)" 1837 1856 msgstr "" 1838 1857 ··· 1966 1985 msgid "Chats" 1967 1986 msgstr "" 1968 1987 1988 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:235 1989 + msgid "Check <0>{currentEmail}</0> for an email with the confirmation code to enter below:" 1990 + msgstr "" 1991 + 1969 1992 #: src/screens/SignupQueued.tsx:78 1970 1993 #: src/screens/SignupQueued.tsx:82 1971 1994 msgid "Check my status" ··· 1973 1996 1974 1997 #: src/screens/Login/LoginForm.tsx:306 1975 1998 msgid "Check your email for a sign in code and enter it here." 1976 - msgstr "" 1977 - 1978 - #: src/view/com/modals/DeleteAccount.tsx:213 1979 - msgid "Check your inbox for an email with the confirmation code to enter below:" 1980 1999 msgstr "" 1981 2000 1982 2001 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 ··· 2114 2133 #: src/components/dms/AfterReportDialog.tsx:208 2115 2134 #: src/components/dms/AfterReportDialog.tsx:213 2116 2135 #: src/components/dms/EmojiPopup.android.tsx:58 2117 - #: src/components/live/EditLiveDialog.tsx:215 2118 - #: src/components/live/EditLiveDialog.tsx:221 2119 2136 #: src/components/NewskieDialog.tsx:167 2120 2137 #: src/components/NewskieDialog.tsx:173 2121 2138 #: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:106 ··· 2126 2143 #: src/components/verification/VerifierDialog.tsx:145 2127 2144 #: src/components/WhoCanReply.tsx:235 2128 2145 #: src/components/WhoCanReply.tsx:242 2146 + #: src/features/liveNow/components/EditLiveDialog.tsx:216 2147 + #: src/features/liveNow/components/EditLiveDialog.tsx:222 2129 2148 #: src/screens/Settings/components/ChangePasswordDialog.tsx:287 2130 2149 #: src/screens/Settings/components/ChangePasswordDialog.tsx:292 2131 2150 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 ··· 2176 2195 msgstr "" 2177 2196 2178 2197 #: src/view/com/lightbox/Lightbox.web.tsx:66 2179 - #: src/view/com/lightbox/Lightbox.web.tsx:219 2198 + #: src/view/com/lightbox/Lightbox.web.tsx:256 2180 2199 msgid "Close image viewer" 2181 2200 msgstr "" 2182 2201 ··· 2283 2302 msgid "Configured in <0>moderation settings</0>." 2284 2303 msgstr "" 2285 2304 2286 - #: src/components/Prompt.tsx:171 2287 - #: src/components/Prompt.tsx:174 2305 + #: src/components/Prompt.tsx:195 2306 + #: src/components/Prompt.tsx:198 2288 2307 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 2289 2308 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:188 2290 2309 msgid "Confirm" ··· 2294 2313 msgid "Confirm content language settings" 2295 2314 msgstr "" 2296 2315 2297 - #: src/view/com/modals/DeleteAccount.tsx:264 2298 - msgid "Confirm delete account" 2299 - msgstr "" 2300 - 2301 2316 #: src/ageAssurance/components/NoAccessScreen.tsx:366 2302 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:97 2317 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:115 2303 2318 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:40 2304 2319 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:105 2305 2320 msgid "Confirm your location" 2306 2321 msgstr "" 2307 2322 2308 - #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 2323 + #: src/components/dialogs/EmailDialog/components/TokenField.tsx:38 2309 2324 #: src/screens/Login/LoginForm.tsx:283 2310 2325 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 2311 2326 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 2327 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:246 2312 2328 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 2313 2329 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:150 2314 - #: src/view/com/modals/DeleteAccount.tsx:220 2315 - #: src/view/com/modals/DeleteAccount.tsx:226 2316 2330 msgid "Confirmation code" 2317 2331 msgstr "" 2318 2332 ··· 2327 2341 msgstr "" 2328 2342 2329 2343 #: src/ageAssurance/components/NoAccessScreen.tsx:303 2330 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:140 2344 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:158 2331 2345 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:30 2332 2346 msgid "Contact our moderation team" 2347 + msgstr "" 2348 + 2349 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:99 2350 + msgid "Contact our support team" 2333 2351 msgstr "" 2334 2352 2335 2353 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:155 ··· 2482 2500 msgid "Copy App Password" 2483 2501 msgstr "" 2484 2502 2485 - #: src/view/com/profile/ProfileMenu.tsx:496 2486 - #: src/view/com/profile/ProfileMenu.tsx:499 2503 + #: src/view/com/profile/ProfileMenu.tsx:495 2504 + #: src/view/com/profile/ProfileMenu.tsx:498 2487 2505 msgid "Copy at:// URI" 2488 2506 msgstr "" 2489 2507 ··· 2498 2516 msgstr "" 2499 2517 2500 2518 #: src/screens/Settings/components/ChangeHandleDialog.tsx:502 2501 - #: src/view/com/profile/ProfileMenu.tsx:505 2502 - #: src/view/com/profile/ProfileMenu.tsx:508 2519 + #: src/view/com/profile/ProfileMenu.tsx:504 2520 + #: src/view/com/profile/ProfileMenu.tsx:507 2503 2521 msgid "Copy DID" 2504 2522 msgstr "" 2505 2523 ··· 2528 2546 msgid "Copy link to post" 2529 2547 msgstr "" 2530 2548 2531 - #: src/view/com/profile/ProfileMenu.tsx:270 2532 - #: src/view/com/profile/ProfileMenu.tsx:281 2549 + #: src/view/com/profile/ProfileMenu.tsx:269 2550 + #: src/view/com/profile/ProfileMenu.tsx:280 2533 2551 msgid "Copy link to profile" 2534 2552 msgstr "" 2535 2553 ··· 2547 2565 msgid "Copy post at:// URI" 2548 2566 msgstr "" 2549 2567 2550 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:513 2551 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 2568 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:512 2569 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:514 2552 2570 msgid "Copy post text" 2553 2571 msgstr "" 2554 2572 ··· 2809 2827 msgstr "" 2810 2828 2811 2829 #: src/components/dms/MessageContextMenu.tsx:199 2812 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 2830 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:764 2813 2831 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 2814 2832 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:274 2815 2833 #: src/screens/Settings/AppPasswords.tsx:212 ··· 2824 2842 msgid "Delete account" 2825 2843 msgstr "" 2826 2844 2827 - #: src/view/com/modals/DeleteAccount.tsx:101 2828 - msgid "Delete Account <0>\"</0><1>{0}</1><2>\"</2>" 2845 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:185 2846 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:232 2847 + msgid "Delete account “{currentHandle}”" 2829 2848 msgstr "" 2830 2849 2831 2850 #: src/screens/Settings/AppPasswords.tsx:186 ··· 2877 2896 msgid "Delete message for me" 2878 2897 msgstr "" 2879 2898 2880 - #: src/view/com/modals/DeleteAccount.tsx:267 2899 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:315 2881 2900 msgid "Delete my account" 2882 2901 msgstr "" 2883 2902 2884 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:746 2885 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:748 2903 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 2904 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 2886 2905 #: src/view/com/composer/Composer.tsx:1429 2887 2906 msgid "Delete post" 2888 2907 msgstr "" ··· 2900 2919 msgid "Delete this list?" 2901 2920 msgstr "" 2902 2921 2903 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:760 2922 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:759 2904 2923 msgid "Delete this post?" 2905 2924 msgstr "" 2906 2925 ··· 2935 2954 msgid "Descriptive alt text" 2936 2955 msgstr "" 2937 2956 2938 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:650 2939 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:660 2957 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:649 2958 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:659 2940 2959 msgid "Detach quote" 2941 2960 msgstr "" 2942 2961 2943 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 2962 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:795 2944 2963 msgid "Detach quote post?" 2945 2964 msgstr "" 2946 2965 ··· 3104 3123 msgid "DNS Panel" 3105 3124 msgstr "" 3106 3125 3107 - #: src/components/dialogs/MutedWords.tsx:307 3126 + #: src/components/dialogs/MutedWords.tsx:309 3108 3127 msgid "Do not apply this mute word to users you follow" 3109 3128 msgstr "" 3110 3129 ··· 3118 3137 3119 3138 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:380 3120 3139 msgid "Don't have a code or need a new one? <0>Click here.</0>" 3140 + msgstr "" 3141 + 3142 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:273 3143 + msgid "Don’t see a code? <0>Click here to resend.</0>" 3121 3144 msgstr "" 3122 3145 3123 3146 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:37 ··· 3129 3152 msgid "Don't show again" 3130 3153 msgstr "" 3131 3154 3132 - #: src/components/ageAssurance/useAgeAssuranceCopy.ts:17 3155 + #: src/components/ageAssurance/useAgeAssuranceCopy.ts:26 3133 3156 msgid "Don't worry! All existing messages and settings are saved and will be available after you verify you're an adult." 3134 3157 msgstr "" 3135 3158 ··· 3152 3175 #: src/view/com/composer/labels/LabelsBtn.tsx:222 3153 3176 #: src/view/com/composer/labels/LabelsBtn.tsx:229 3154 3177 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 3155 - #: src/view/com/composer/videos/SubtitleDialog.tsx:188 3156 - #: src/view/com/composer/videos/SubtitleDialog.tsx:199 3178 + #: src/view/com/composer/videos/SubtitleDialog.tsx:191 3179 + #: src/view/com/composer/videos/SubtitleDialog.tsx:202 3157 3180 msgid "Done" 3158 3181 msgstr "" 3159 3182 ··· 3203 3226 msgid "Drop to add images" 3204 3227 msgstr "" 3205 3228 3206 - #: src/components/ageAssurance/useAgeAssuranceCopy.ts:11 3229 + #: src/components/ageAssurance/useAgeAssuranceCopy.ts:20 3207 3230 msgid "Due to laws in your region, certain features on Bluesky are currently restricted until you're able to verify you're an adult." 3208 3231 msgstr "" 3209 3232 3210 - #: src/components/dialogs/MutedWords.tsx:158 3233 + #: src/components/dialogs/MutedWords.tsx:160 3211 3234 msgid "Duration:" 3212 3235 msgstr "" 3213 3236 ··· 3276 3299 msgid "Edit image" 3277 3300 msgstr "" 3278 3301 3279 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:727 3280 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:740 3302 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:726 3303 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 3281 3304 msgid "Edit interaction settings" 3282 3305 msgstr "" 3283 3306 ··· 3291 3314 msgid "Edit list details" 3292 3315 msgstr "" 3293 3316 3294 - #: src/view/com/profile/ProfileMenu.tsx:359 3295 - #: src/view/com/profile/ProfileMenu.tsx:379 3317 + #: src/view/com/profile/ProfileMenu.tsx:358 3318 + #: src/view/com/profile/ProfileMenu.tsx:378 3296 3319 msgid "Edit live status" 3297 3320 msgstr "" 3298 3321 ··· 3321 3344 #: src/screens/Profile/Header/EditProfileDialog.tsx:268 3322 3345 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 3323 3346 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:295 3324 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 3347 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 3325 3348 msgid "Edit profile" 3326 3349 msgstr "" 3327 3350 3328 3351 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:298 3329 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:331 3352 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 3330 3353 msgid "Edit Profile" 3331 3354 msgstr "" 3332 3355 ··· 3378 3401 3379 3402 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:208 3380 3403 msgid "Email sent!" 3404 + msgstr "" 3405 + 3406 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:262 3407 + msgid "Email sent! <0>Click here to resend.</0>" 3381 3408 msgstr "" 3382 3409 3383 3410 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:182 ··· 3476 3503 msgid "End of feed" 3477 3504 msgstr "" 3478 3505 3479 - #: src/view/com/composer/videos/SubtitleDialog.tsx:178 3506 + #: src/view/com/composer/videos/SubtitleDialog.tsx:181 3480 3507 msgid "Ensure you have selected a language for each subtitle file." 3481 3508 msgstr "" 3482 3509 ··· 3488 3515 msgid "Enter a password" 3489 3516 msgstr "" 3490 3517 3491 - #: src/components/dialogs/MutedWords.tsx:132 3492 - #: src/components/dialogs/MutedWords.tsx:133 3518 + #: src/components/dialogs/MutedWords.tsx:134 3519 + #: src/components/dialogs/MutedWords.tsx:135 3493 3520 msgid "Enter a word or tag" 3494 3521 msgstr "" 3495 3522 ··· 3529 3556 msgstr "" 3530 3557 3531 3558 #: src/screens/Login/LoginForm.tsx:242 3559 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:297 3532 3560 msgid "Enter your password" 3533 3561 msgstr "" 3534 3562 ··· 3597 3625 msgid "Everything else" 3598 3626 msgstr "" 3599 3627 3600 - #: src/components/dialogs/MutedWords.tsx:316 3628 + #: src/components/dialogs/MutedWords.tsx:318 3601 3629 msgid "Exclude users you follow" 3602 3630 msgstr "" 3603 3631 3604 - #: src/components/dialogs/MutedWords.tsx:521 3632 + #: src/components/dialogs/MutedWords.tsx:603 3605 3633 msgid "Excludes users you follow" 3606 3634 msgstr "" 3607 3635 ··· 3609 3637 msgid "Exit fullscreen" 3610 3638 msgstr "" 3611 3639 3612 - #: src/view/com/modals/DeleteAccount.tsx:275 3613 - msgid "Exits account deletion process" 3614 - msgstr "" 3615 - 3616 - #: src/view/com/lightbox/Lightbox.web.tsx:192 3640 + #: src/view/com/lightbox/Lightbox.web.tsx:224 3617 3641 msgid "Expand alt text" 3618 3642 msgstr "" 3619 3643 ··· 3641 3665 msgid "Experimental" 3642 3666 msgstr "" 3643 3667 3644 - #: src/components/dialogs/MutedWords.tsx:507 3668 + #: src/components/dialogs/MutedWords.tsx:518 3645 3669 msgid "Expired" 3646 3670 msgstr "" 3647 3671 3648 - #: src/components/dialogs/MutedWords.tsx:509 3672 + #: src/components/dialogs/MutedWords.tsx:587 3649 3673 msgid "Expires {0}" 3650 3674 msgstr "" 3651 3675 ··· 3654 3678 msgid "Expires in {0}" 3655 3679 msgstr "" 3656 3680 3657 - #: src/components/live/EditLiveDialog.tsx:130 3681 + #: src/features/liveNow/components/EditLiveDialog.tsx:131 3658 3682 msgid "Expires in {0} at {1}" 3659 3683 msgstr "" 3660 3684 ··· 3895 3919 msgid "Failed to send email, please try again." 3896 3920 msgstr "" 3897 3921 3898 - #: src/components/live/GoLiveDisabledDialog.tsx:76 3899 3922 #: src/components/moderation/LabelsOnMeDialog.tsx:265 3923 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:76 3900 3924 #: src/screens/Messages/components/ChatDisabled.tsx:99 3901 3925 msgid "Failed to submit appeal, please try again." 3902 3926 msgstr "" ··· 4146 4170 #: src/components/ProfileHoverCard/index.web.tsx:497 4147 4171 #: src/components/ProfileHoverCard/index.web.tsx:508 4148 4172 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:152 4149 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:386 4173 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:387 4150 4174 #: src/screens/VideoFeed/index.tsx:874 4151 4175 #: src/view/com/notifications/NotificationFeedItem.tsx:841 4152 4176 #: src/view/com/notifications/NotificationFeedItem.tsx:848 ··· 4154 4178 msgstr "" 4155 4179 4156 4180 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:139 4157 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:374 4181 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:375 4158 4182 msgid "Follow {0}" 4159 4183 msgstr "" 4160 4184 ··· 4174 4198 msgid "Follow 7 accounts" 4175 4199 msgstr "" 4176 4200 4177 - #: src/view/com/profile/ProfileMenu.tsx:313 4178 - #: src/view/com/profile/ProfileMenu.tsx:324 4201 + #: src/view/com/profile/ProfileMenu.tsx:312 4202 + #: src/view/com/profile/ProfileMenu.tsx:323 4179 4203 msgid "Follow account" 4180 4204 msgstr "" 4181 4205 ··· 4198 4222 #. User is not following this account, click to follow back 4199 4223 #: src/components/ProfileCard.tsx:553 4200 4224 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:150 4201 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:384 4225 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:385 4202 4226 #: src/view/com/notifications/NotificationFeedItem.tsx:841 4203 4227 #: src/view/com/notifications/NotificationFeedItem.tsx:848 4204 4228 msgid "Follow back" ··· 4243 4267 #: src/components/ProfileHoverCard/index.web.tsx:496 4244 4268 #: src/components/ProfileHoverCard/index.web.tsx:507 4245 4269 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 4246 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:382 4270 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:383 4247 4271 #: src/screens/VideoFeed/index.tsx:872 4248 4272 #: src/view/com/notifications/NotificationFeedItem.tsx:819 4249 4273 #: src/view/com/notifications/NotificationFeedItem.tsx:836 ··· 4257 4281 msgstr "" 4258 4282 4259 4283 #: src/components/ProfileCard.tsx:509 4260 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:249 4284 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:250 4261 4285 #: src/view/com/notifications/NotificationFeedItem.tsx:772 4262 4286 msgid "Following {0}" 4263 4287 msgstr "" ··· 4300 4324 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." 4301 4325 msgstr "" 4302 4326 4303 - #: src/view/com/modals/DeleteAccount.tsx:125 4304 - msgid "For security reasons, we'll need to send a confirmation code to your email address." 4327 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:188 4328 + msgid "For security reasons, we’ll need to send a confirmation code to your email address <0>{currentEmail}</0>." 4305 4329 msgstr "" 4306 4330 4307 4331 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:208 ··· 4317 4341 msgid "For You" 4318 4342 msgstr "" 4319 4343 4320 - #: src/components/dialogs/MutedWords.tsx:183 4344 + #: src/components/dialogs/MutedWords.tsx:185 4345 + #: src/components/dialogs/MutedWords.tsx:570 4346 + #: src/components/dialogs/MutedWords.tsx:573 4321 4347 msgid "Forever" 4322 4348 msgstr "" 4323 4349 ··· 4510 4536 msgid "Go Home" 4511 4537 msgstr "" 4512 4538 4513 - #: src/view/com/profile/ProfileMenu.tsx:360 4514 - #: src/view/com/profile/ProfileMenu.tsx:381 4539 + #: src/view/com/profile/ProfileMenu.tsx:359 4540 + #: src/view/com/profile/ProfileMenu.tsx:380 4515 4541 msgid "Go live" 4516 4542 msgstr "" 4517 4543 4518 - #: src/components/live/GoLiveDialog.tsx:98 4519 - #: src/components/live/GoLiveDialog.tsx:103 4520 - #: src/components/live/GoLiveDialog.tsx:231 4521 - #: src/components/live/GoLiveDialog.tsx:240 4544 + #: src/features/liveNow/components/GoLiveDialog.tsx:99 4545 + #: src/features/liveNow/components/GoLiveDialog.tsx:104 4546 + #: src/features/liveNow/components/GoLiveDialog.tsx:232 4547 + #: src/features/liveNow/components/GoLiveDialog.tsx:241 4522 4548 msgid "Go Live" 4523 4549 msgstr "" 4524 4550 4525 - #: src/view/com/profile/ProfileMenu.tsx:357 4526 - #: src/view/com/profile/ProfileMenu.tsx:377 4551 + #: src/view/com/profile/ProfileMenu.tsx:356 4552 + #: src/view/com/profile/ProfileMenu.tsx:376 4527 4553 msgid "Go live (disabled)" 4528 4554 msgstr "" 4529 4555 4530 - #: src/components/live/GoLiveDialog.tsx:173 4556 + #: src/features/liveNow/components/GoLiveDialog.tsx:174 4531 4557 msgid "Go live for" 4532 4558 msgstr "" 4533 4559 ··· 4564 4590 msgid "Go to user's profile" 4565 4591 msgstr "" 4566 4592 4567 - #: src/components/live/GoLiveDisabledDialog.tsx:104 4593 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:104 4568 4594 msgid "Going live is currently disabled for your account" 4569 4595 msgstr "" 4570 4596 ··· 4712 4738 #: src/components/moderation/ContentHider.tsx:219 4713 4739 #: src/components/moderation/LabelPreference.tsx:140 4714 4740 #: src/components/moderation/PostHider.tsx:139 4715 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:776 4741 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:775 4716 4742 #: src/lib/moderation/useLabelBehaviorDescription.ts:18 4717 4743 #: src/lib/moderation/useLabelBehaviorDescription.ts:23 4718 4744 #: src/lib/moderation/useLabelBehaviorDescription.ts:28 ··· 4739 4765 msgid "Hide lists" 4740 4766 msgstr "" 4741 4767 4742 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:607 4743 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:613 4768 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:606 4769 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:612 4744 4770 msgid "Hide post for me" 4745 4771 msgstr "" 4746 4772 4747 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:624 4748 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:634 4773 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:623 4774 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:633 4749 4775 msgid "Hide reply for everyone" 4750 4776 msgstr "" 4751 4777 4752 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:606 4753 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:612 4778 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:605 4779 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:611 4754 4780 msgid "Hide reply for me" 4755 4781 msgstr "" 4756 4782 ··· 4763 4789 msgid "Hide this event" 4764 4790 msgstr "" 4765 4791 4766 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:771 4792 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 4767 4793 msgid "Hide this post?" 4768 4794 msgstr "" 4769 4795 4770 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:771 4771 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:806 4796 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:770 4797 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:805 4772 4798 msgid "Hide this reply?" 4773 4799 msgstr "" 4774 4800 ··· 4896 4922 msgid "I'm on Bluesky as {0} - come find me! https://bsky.app/download" 4897 4923 msgstr "" 4898 4924 4899 - #: src/view/com/lightbox/Lightbox.web.tsx:194 4925 + #: src/view/com/lightbox/Lightbox.web.tsx:226 4900 4926 msgid "If alt text is long, toggles alt text expanded state" 4901 4927 msgstr "" 4902 4928 4929 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:93 4930 + msgid "If you are 18 years of age or older and want to try again, click the button below and use a different verification method if one is available in your region. If you have questions or concerns, <0>our support team can help.</0>" 4931 + msgstr "" 4932 + 4903 4933 #: src/screens/Signup/StepInfo/index.tsx:349 4904 4934 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." 4905 4935 msgstr "" ··· 4928 4958 msgid "If you need to update your email, <0>click here</0>." 4929 4959 msgstr "" 4930 4960 4931 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:762 4961 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:761 4932 4962 msgid "If you remove this post, you won't be able to recover it." 4933 4963 msgstr "" 4934 4964 ··· 4957 4987 msgid "Image" 4958 4988 msgstr "" 4959 4989 4990 + #: src/view/com/lightbox/Lightbox.web.tsx:242 4991 + msgid "Image {0} of {1}" 4992 + msgstr "" 4993 + 4960 4994 #: src/screens/Settings/AboutSettings.tsx:62 4961 4995 msgid "Image cache cleared" 4962 4996 msgstr "" ··· 4969 5003 #: src/lib/media/save-image.ios.ts:25 4970 5004 #: src/lib/media/save-image.ts:29 4971 5005 msgid "Image saved" 5006 + msgstr "" 5007 + 5008 + #: src/view/com/lightbox/Lightbox.web.tsx:75 5009 + msgid "Image viewer" 4972 5010 msgstr "" 4973 5011 4974 5012 #: src/lib/media/save-image.ts:51 ··· 5045 5083 msgid "Input code sent to your email for password reset" 5046 5084 msgstr "" 5047 5085 5048 - #: src/view/com/modals/DeleteAccount.tsx:228 5049 - msgid "Input confirmation code for account deletion" 5050 - msgstr "" 5051 - 5052 5086 #: src/screens/Login/SetNewPasswordForm.tsx:160 5053 5087 msgid "Input new password" 5054 5088 msgstr "" 5055 5089 5056 - #: src/view/com/modals/DeleteAccount.tsx:247 5057 - msgid "Input password for account deletion" 5058 - msgstr "" 5059 - 5060 5090 #: src/screens/Login/LoginForm.tsx:298 5061 5091 msgid "Input the code which has been emailed to you" 5062 5092 msgstr "" ··· 5094 5124 msgid "Invalid handle. Please try a different one." 5095 5125 msgstr "" 5096 5126 5097 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:395 5127 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:394 5098 5128 msgctxt "toast" 5099 5129 msgid "Invalid interaction settings." 5100 5130 msgstr "" ··· 5150 5180 msgstr "" 5151 5181 5152 5182 #: src/ageAssurance/components/NoAccessScreen.tsx:363 5153 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:94 5183 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:112 5154 5184 msgid "Is your location not accurate? <0>Tap here to confirm your location.</0>" 5155 5185 msgstr "" 5156 5186 ··· 5252 5282 msgstr "" 5253 5283 5254 5284 #: src/ageAssurance/components/NoAccessScreen.tsx:346 5255 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:195 5285 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:213 5256 5286 msgid "Last initiated {timeAgo} ago" 5257 5287 msgstr "" 5258 5288 5259 5289 #: src/ageAssurance/components/NoAccessScreen.tsx:344 5260 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:193 5290 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:211 5261 5291 msgid "Last initiated just now" 5262 5292 msgstr "" 5263 5293 ··· 5302 5332 5303 5333 #: src/components/dialogs/ServerInput.tsx:223 5304 5334 msgid "Learn more about self hosting your PDS." 5335 + msgstr "" 5336 + 5337 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:343 5338 + msgid "Learn more about the AT Protocol." 5305 5339 msgstr "" 5306 5340 5307 5341 #: src/components/moderation/ContentHider.tsx:168 ··· 5470 5504 msgid "Likes of your reposts notifications" 5471 5505 msgstr "" 5472 5506 5473 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:485 5507 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:489 5474 5508 msgid "Likes on this post" 5475 5509 msgstr "" 5476 5510 ··· 5577 5611 msgstr "" 5578 5612 5579 5613 #. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters 5580 - #: src/components/live/LiveIndicator.tsx:46 5614 + #: src/features/liveNow/components/LiveIndicator.tsx:46 5581 5615 msgid "LIVE" 5582 5616 msgstr "" 5583 5617 ··· 5604 5638 msgid "Live events appear occasionally when something exciting is happening. If you'd like, you can hide this particular event, or all events for this placement in your app interface." 5605 5639 msgstr "" 5606 5640 5607 - #: src/components/live/LiveStatusDialog.tsx:228 5641 + #: src/features/liveNow/components/LiveStatusDialog.tsx:228 5608 5642 msgid "Live feature is in beta" 5609 5643 msgstr "" 5610 5644 5611 - #: src/components/live/EditLiveDialog.tsx:147 5612 - #: src/components/live/EditLiveDialog.tsx:151 5613 - #: src/components/live/GoLiveDialog.tsx:129 5614 - #: src/components/live/GoLiveDialog.tsx:133 5645 + #: src/features/liveNow/components/EditLiveDialog.tsx:148 5646 + #: src/features/liveNow/components/EditLiveDialog.tsx:152 5647 + #: src/features/liveNow/components/GoLiveDialog.tsx:130 5648 + #: src/features/liveNow/components/GoLiveDialog.tsx:134 5615 5649 msgid "Live link" 5616 5650 msgstr "" 5617 5651 ··· 5709 5743 msgid "Manage verification settings" 5710 5744 msgstr "" 5711 5745 5712 - #: src/components/dialogs/MutedWords.tsx:108 5746 + #: src/components/dialogs/MutedWords.tsx:110 5713 5747 msgid "Manage your muted words and tags" 5714 5748 msgstr "" 5715 5749 ··· 5902 5936 5903 5937 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:143 5904 5938 #: src/view/com/composer/drafts/DraftItem.tsx:190 5905 - #: src/view/com/profile/ProfileMenu.tsx:242 5906 - #: src/view/com/profile/ProfileMenu.tsx:249 5939 + #: src/view/com/profile/ProfileMenu.tsx:241 5940 + #: src/view/com/profile/ProfileMenu.tsx:248 5907 5941 msgid "More options" 5908 5942 msgstr "" 5909 5943 ··· 5934 5968 msgid "Mute {tag}" 5935 5969 msgstr "" 5936 5970 5937 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:689 5938 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:695 5939 - #: src/view/com/profile/ProfileMenu.tsx:438 5940 - #: src/view/com/profile/ProfileMenu.tsx:445 5971 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:688 5972 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:694 5973 + #: src/view/com/profile/ProfileMenu.tsx:437 5974 + #: src/view/com/profile/ProfileMenu.tsx:444 5941 5975 msgid "Mute account" 5942 5976 msgstr "" 5943 5977 ··· 5951 5985 msgid "Mute conversation" 5952 5986 msgstr "" 5953 5987 5954 - #: src/components/dialogs/MutedWords.tsx:258 5988 + #: src/components/dialogs/MutedWords.tsx:260 5955 5989 msgid "Mute in:" 5956 5990 msgstr "" 5957 5991 ··· 5963 5997 msgid "Mute these accounts?" 5964 5998 msgstr "" 5965 5999 5966 - #: src/components/dialogs/MutedWords.tsx:190 6000 + #: src/components/dialogs/MutedWords.tsx:192 5967 6001 msgid "Mute this word for 24 hours" 5968 6002 msgstr "" 5969 6003 5970 - #: src/components/dialogs/MutedWords.tsx:229 6004 + #: src/components/dialogs/MutedWords.tsx:231 5971 6005 msgid "Mute this word for 30 days" 5972 6006 msgstr "" 5973 6007 5974 - #: src/components/dialogs/MutedWords.tsx:214 6008 + #: src/components/dialogs/MutedWords.tsx:216 5975 6009 msgid "Mute this word for 7 days" 5976 6010 msgstr "" 5977 6011 5978 - #: src/components/dialogs/MutedWords.tsx:263 6012 + #: src/components/dialogs/MutedWords.tsx:265 5979 6013 msgid "Mute this word in post text and tags" 5980 6014 msgstr "" 5981 6015 5982 - #: src/components/dialogs/MutedWords.tsx:279 6016 + #: src/components/dialogs/MutedWords.tsx:281 5983 6017 msgid "Mute this word in tags only" 5984 6018 msgstr "" 5985 6019 5986 - #: src/components/dialogs/MutedWords.tsx:175 6020 + #: src/components/dialogs/MutedWords.tsx:177 5987 6021 msgid "Mute this word until you unmute it" 5988 6022 msgstr "" 5989 6023 5990 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 5991 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:577 6024 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:572 6025 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 5992 6026 msgid "Mute thread" 5993 6027 msgstr "" 5994 6028 5995 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:587 5996 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:589 6029 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:586 6030 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:588 5997 6031 msgid "Mute words & tags" 5998 6032 msgstr "" 5999 6033 ··· 6068 6102 msgstr "" 6069 6103 6070 6104 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:183 6071 - #: src/view/com/profile/ProfileMenu.tsx:393 6105 + #: src/view/com/profile/ProfileMenu.tsx:392 6072 6106 msgid "New" 6073 6107 msgstr "" 6074 6108 ··· 6199 6233 msgid "Next" 6200 6234 msgstr "" 6201 6235 6202 - #: src/view/com/lightbox/Lightbox.web.tsx:179 6236 + #: src/view/com/lightbox/Lightbox.web.tsx:211 6203 6237 msgid "Next image" 6204 6238 msgstr "" 6205 6239 ··· 6232 6266 msgid "No drafts yet" 6233 6267 msgstr "" 6234 6268 6235 - #: src/components/live/EditLiveDialog.tsx:139 6269 + #: src/features/liveNow/components/EditLiveDialog.tsx:140 6236 6270 msgid "No expiry set" 6237 6271 msgstr "" 6238 6272 ··· 6248 6282 msgid "No followers yet" 6249 6283 msgstr "" 6250 6284 6251 - #: src/components/live/LinkPreview.tsx:63 6285 + #: src/features/liveNow/components/LinkPreview.tsx:63 6252 6286 msgid "No image" 6253 6287 msgstr "" 6254 6288 ··· 6263 6297 msgstr "" 6264 6298 6265 6299 #: src/components/ProfileCard.tsx:531 6266 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:274 6300 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:275 6267 6301 #: src/view/com/notifications/NotificationFeedItem.tsx:792 6268 6302 msgid "No longer following {0}" 6269 6303 msgstr "" ··· 6425 6459 msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." 6426 6460 msgstr "" 6427 6461 6428 - #: src/view/com/profile/ProfileMenu.tsx:560 6462 + #: src/view/com/profile/ProfileMenu.tsx:559 6429 6463 msgid "Note about sharing" 6430 6464 msgstr "" 6431 6465 ··· 6525 6559 msgstr "" 6526 6560 6527 6561 #: src/screens/Login/PasswordUpdatedForm.tsx:36 6528 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:705 6562 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:717 6529 6563 msgid "Okay" 6530 6564 msgstr "" 6531 6565 ··· 6670 6704 msgid "Open post options menu" 6671 6705 msgstr "" 6672 6706 6673 - #: src/components/live/LiveStatusDialog.tsx:202 6674 - #: src/components/live/LiveStatusDialog.tsx:212 6707 + #: src/features/liveNow/components/LiveStatusDialog.tsx:202 6708 + #: src/features/liveNow/components/LiveStatusDialog.tsx:212 6675 6709 msgid "Open profile" 6676 6710 msgstr "" 6677 6711 ··· 6792 6826 msgid "Opens this profile" 6793 6827 msgstr "" 6794 6828 6795 - #: src/components/dialogs/MutedWords.tsx:304 6829 + #: src/components/dialogs/MutedWords.tsx:306 6796 6830 msgid "Options:" 6797 6831 msgstr "" 6798 6832 ··· 6884 6918 #: src/screens/Login/LoginForm.tsx:227 6885 6919 #: src/screens/Settings/AccountSettings.tsx:121 6886 6920 #: src/screens/Settings/AccountSettings.tsx:125 6921 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:290 6887 6922 #: src/screens/Signup/StepInfo/index.tsx:258 6888 - #: src/view/com/modals/DeleteAccount.tsx:239 6889 - #: src/view/com/modals/DeleteAccount.tsx:246 6890 6923 msgid "Password" 6891 6924 msgstr "" 6892 6925 ··· 6998 7031 msgid "Pin to Home" 6999 7032 msgstr "" 7000 7033 7001 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:481 7002 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:488 7034 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:480 7035 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:487 7003 7036 msgid "Pin to your profile" 7004 7037 msgstr "" 7005 7038 ··· 7083 7116 msgid "Please complete the verification captcha." 7084 7117 msgstr "" 7085 7118 7119 + #: src/view/com/composer/state/video.ts:437 7120 + msgid "Please confirm your email address to upload videos." 7121 + msgstr "" 7122 + 7086 7123 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:101 7087 7124 #: src/screens/Signup/StepInfo/index.tsx:142 7088 7125 msgid "Please double-check that you have entered your email address correctly." ··· 7111 7148 msgid "Please enter a valid email address." 7112 7149 msgstr "" 7113 7150 7114 - #: src/components/dialogs/MutedWords.tsx:86 7151 + #: src/components/dialogs/MutedWords.tsx:88 7115 7152 msgid "Please enter a valid word, tag, or phrase to mute" 7116 7153 msgstr "" 7117 7154 ··· 7148 7185 msgid "Please enter your password" 7149 7186 msgstr "" 7150 7187 7151 - #: src/view/com/modals/DeleteAccount.tsx:235 7152 - msgid "Please enter your password as well:" 7153 - msgstr "" 7154 - 7155 7188 #: src/screens/Login/LoginForm.tsx:89 7156 7189 msgid "Please enter your username" 7157 7190 msgstr "" ··· 7164 7197 msgid "Please explain why you think your chats were incorrectly disabled" 7165 7198 msgstr "" 7166 7199 7167 - #: src/components/live/GoLiveDisabledDialog.tsx:123 7200 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:123 7168 7201 msgid "Please explain why you think your Go Live access was incorrectly disabled." 7169 7202 msgstr "" 7170 7203 ··· 7323 7356 msgid "Posts" 7324 7357 msgstr "" 7325 7358 7326 - #: src/components/dialogs/MutedWords.tsx:120 7359 + #: src/components/dialogs/MutedWords.tsx:122 7327 7360 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." 7328 7361 msgstr "" 7329 7362 ··· 7366 7399 msgid "Preview" 7367 7400 msgstr "" 7368 7401 7369 - #: src/view/com/lightbox/Lightbox.web.tsx:158 7402 + #: src/view/com/lightbox/Lightbox.web.tsx:190 7370 7403 msgid "Previous image" 7371 7404 msgstr "" 7372 7405 ··· 7542 7575 msgid "Quotes" 7543 7576 msgstr "" 7544 7577 7545 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 7578 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:471 7546 7579 msgid "Quotes of this post" 7547 7580 msgstr "" 7548 7581 ··· 7554 7587 msgid "Rate limit exceeded. Please try again later." 7555 7588 msgstr "" 7556 7589 7557 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:649 7558 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:659 7590 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:648 7591 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:658 7559 7592 msgid "Re-attach quote" 7560 7593 msgstr "" 7561 7594 ··· 7663 7696 msgstr "" 7664 7697 7665 7698 #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:171 7666 - #: src/components/dialogs/MutedWords.tsx:443 7699 + #: src/components/dialogs/MutedWords.tsx:455 7667 7700 #: src/components/dialogs/StarterPackDialog.tsx:372 7668 7701 #: src/components/dialogs/StarterPackDialog.tsx:379 7669 7702 #: src/components/FeedCard.tsx:375 ··· 7752 7785 msgid "Remove image" 7753 7786 msgstr "" 7754 7787 7755 - #: src/components/live/EditLiveDialog.tsx:226 7756 - #: src/components/live/EditLiveDialog.tsx:233 7788 + #: src/features/liveNow/components/EditLiveDialog.tsx:227 7789 + #: src/features/liveNow/components/EditLiveDialog.tsx:234 7757 7790 msgid "Remove live status" 7758 7791 msgstr "" 7759 7792 7760 - #: src/components/dialogs/MutedWords.tsx:530 7793 + #: src/components/dialogs/MutedWords.tsx:611 7761 7794 msgid "Remove mute word from your list" 7762 7795 msgstr "" 7763 7796 ··· 7770 7803 msgid "Remove repost" 7771 7804 msgstr "" 7772 7805 7773 - #: src/view/com/composer/videos/SubtitleDialog.tsx:282 7806 + #: src/view/com/composer/videos/SubtitleDialog.tsx:285 7774 7807 msgid "Remove subtitle file" 7775 7808 msgstr "" 7776 7809 ··· 7789 7822 7790 7823 #: src/components/verification/VerificationRemovePrompt.tsx:46 7791 7824 #: src/components/verification/VerificationsDialog.tsx:249 7792 - #: src/view/com/profile/ProfileMenu.tsx:411 7793 - #: src/view/com/profile/ProfileMenu.tsx:414 7825 + #: src/view/com/profile/ProfileMenu.tsx:410 7826 + #: src/view/com/profile/ProfileMenu.tsx:413 7794 7827 msgid "Remove verification" 7795 7828 msgstr "" 7796 7829 ··· 7834 7867 msgid "Removed verification" 7835 7868 msgstr "" 7836 7869 7870 + #: src/components/dialogs/MutedWords.tsx:539 7871 + msgid "Renew" 7872 + msgstr "" 7873 + 7874 + #: src/components/dialogs/MutedWords.tsx:545 7875 + msgid "Renew duration" 7876 + msgstr "" 7877 + 7878 + #: src/components/dialogs/MutedWords.tsx:529 7879 + msgid "Renew mute word" 7880 + msgstr "" 7881 + 7837 7882 #: src/view/com/posts/FeedShutdownMsg.tsx:129 7838 7883 #: src/view/com/posts/FeedShutdownMsg.tsx:133 7839 7884 msgid "Replace with Discover" ··· 7921 7966 #: src/components/dms/MessageContextMenu.tsx:165 7922 7967 #: src/components/dms/MessagesListBlockedFooter.tsx:85 7923 7968 #: src/components/dms/MessagesListBlockedFooter.tsx:92 7924 - #: src/components/live/LiveStatusDialog.tsx:250 7969 + #: src/features/liveNow/components/LiveStatusDialog.tsx:250 7925 7970 msgid "Report" 7926 7971 msgstr "" 7927 7972 7928 - #: src/view/com/profile/ProfileMenu.tsx:478 7929 - #: src/view/com/profile/ProfileMenu.tsx:481 7973 + #: src/view/com/profile/ProfileMenu.tsx:477 7974 + #: src/view/com/profile/ProfileMenu.tsx:480 7930 7975 msgid "Report account" 7931 7976 msgstr "" 7932 7977 ··· 7957 8002 msgid "Report message" 7958 8003 msgstr "" 7959 8004 7960 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:715 7961 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:717 8005 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:714 8006 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:716 7962 8007 msgid "Report post" 7963 8008 msgstr "" 7964 8009 ··· 7984 8029 msgid "Report this list" 7985 8030 msgstr "" 7986 8031 7987 - #: src/components/live/LiveStatusDialog.tsx:233 7988 8032 #: src/components/moderation/ReportDialog/copy.ts:19 8033 + #: src/features/liveNow/components/LiveStatusDialog.tsx:233 7989 8034 msgid "Report this livestream" 7990 8035 msgstr "" 7991 8036 ··· 8086 8131 msgstr "" 8087 8132 8088 8133 #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:40 8134 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:265 8135 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:276 8089 8136 msgid "Resend" 8090 8137 msgstr "" 8091 8138 ··· 8204 8251 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 8205 8252 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:665 8206 8253 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:670 8207 - #: src/components/live/EditLiveDialog.tsx:202 8208 - #: src/components/live/EditLiveDialog.tsx:209 8209 8254 #: src/components/StarterPack/QrCodeDialog.tsx:206 8255 + #: src/features/liveNow/components/EditLiveDialog.tsx:203 8256 + #: src/features/liveNow/components/EditLiveDialog.tsx:210 8210 8257 #: src/screens/Profile/Header/EditProfileDialog.tsx:236 8211 8258 #: src/screens/Profile/Header/EditProfileDialog.tsx:250 8212 8259 #: src/screens/SavedFeeds.tsx:120 ··· 8402 8449 msgid "Search my posts" 8403 8450 msgstr "" 8404 8451 8405 - #: src/view/com/profile/ProfileMenu.tsx:292 8406 - #: src/view/com/profile/ProfileMenu.tsx:295 8452 + #: src/view/com/profile/ProfileMenu.tsx:291 8453 + #: src/view/com/profile/ProfileMenu.tsx:294 8407 8454 msgid "Search posts" 8408 8455 msgstr "" 8409 8456 ··· 8529 8576 msgid "Select content languages" 8530 8577 msgstr "" 8531 8578 8532 - #: src/components/live/GoLiveDialog.tsx:178 8579 + #: src/features/liveNow/components/GoLiveDialog.tsx:179 8533 8580 msgid "Select duration" 8534 8581 msgstr "" 8535 8582 ··· 8553 8600 msgid "Select GIF \"{0}\"" 8554 8601 msgstr "" 8555 8602 8556 - #: src/components/dialogs/MutedWords.tsx:147 8603 + #: src/components/dialogs/MutedWords.tsx:149 8557 8604 msgid "Select how long to mute this word for." 8558 8605 msgstr "" 8559 8606 ··· 8563 8610 msgid "Select language" 8564 8611 msgstr "" 8565 8612 8566 - #: src/view/com/composer/videos/SubtitleDialog.tsx:269 8613 + #: src/view/com/composer/videos/SubtitleDialog.tsx:272 8567 8614 msgid "Select language..." 8568 8615 msgstr "" 8569 8616 ··· 8601 8648 msgid "Select up to 3 languages used in this post" 8602 8649 msgstr "" 8603 8650 8604 - #: src/components/dialogs/MutedWords.tsx:247 8651 + #: src/components/dialogs/MutedWords.tsx:249 8605 8652 msgid "Select what content this mute word should apply to." 8606 8653 msgstr "" 8607 8654 ··· 8650 8697 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:174 8651 8698 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:181 8652 8699 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:302 8653 - #: src/view/com/modals/DeleteAccount.tsx:145 8700 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:201 8654 8701 msgid "Send email" 8655 - msgstr "" 8656 - 8657 - #: src/view/com/modals/DeleteAccount.tsx:158 8658 - msgctxt "action" 8659 - msgid "Send Email" 8660 8702 msgstr "" 8661 8703 8662 8704 #: src/view/shell/Drawer.tsx:363 ··· 8697 8739 msgid "Send via direct message" 8698 8740 msgstr "" 8699 8741 8700 - #: src/view/com/modals/DeleteAccount.tsx:147 8701 - msgid "Sends email with confirmation code for account deletion" 8702 - msgstr "" 8703 - 8704 8742 #: src/components/contacts/screens/PhoneInput.tsx:282 8705 8743 msgid "Sent to our phone number verification provider Plivo" 8706 8744 msgstr "" ··· 8821 8859 msgid "Share a fun fact!" 8822 8860 msgstr "" 8823 8861 8824 - #: src/view/com/profile/ProfileMenu.tsx:565 8862 + #: src/view/com/profile/ProfileMenu.tsx:564 8825 8863 msgid "Share anyway" 8826 8864 msgstr "" 8827 8865 ··· 8869 8907 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 8870 8908 #: src/screens/StarterPack/StarterPackScreen.tsx:621 8871 8909 #: src/screens/StarterPack/StarterPackScreen.tsx:629 8872 - #: src/view/com/profile/ProfileMenu.tsx:270 8873 - #: src/view/com/profile/ProfileMenu.tsx:283 8910 + #: src/view/com/profile/ProfileMenu.tsx:269 8911 + #: src/view/com/profile/ProfileMenu.tsx:282 8874 8912 msgid "Share via..." 8875 8913 msgstr "" 8876 8914 ··· 8917 8955 msgid "Show customization options" 8918 8956 msgstr "" 8919 8957 8920 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:544 8921 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 8958 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:543 8959 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:545 8922 8960 msgid "Show less like this" 8923 8961 msgstr "" 8924 8962 ··· 8939 8977 msgid "Show More" 8940 8978 msgstr "" 8941 8979 8942 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:536 8943 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 8980 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:535 8981 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:537 8944 8982 msgid "Show more like this" 8945 8983 msgstr "" 8946 8984 ··· 8966 9004 msgid "Show replies as" 8967 9005 msgstr "" 8968 9006 8969 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:623 8970 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:633 9007 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:622 9008 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:632 8971 9009 msgid "Show reply for everyone" 8972 9010 msgstr "" 8973 9011 ··· 8994 9032 msgid "Show when you’re live" 8995 9033 msgstr "" 8996 9034 8997 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:645 9035 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 8998 9036 msgid "Shows information about when this post was created" 8999 9037 msgstr "" 9000 9038 ··· 9056 9094 msgid "Sign in to Bluesky or create a new account" 9057 9095 msgstr "" 9058 9096 9059 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:522 9060 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:524 9097 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:521 9098 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:523 9061 9099 msgid "Sign in to view post" 9062 9100 msgstr "" 9063 9101 ··· 9200 9238 msgid "Sorry, we're unable to load account suggestions at this time." 9201 9239 msgstr "" 9202 9240 9203 - #: src/App.native.tsx:137 9204 - #: src/App.web.tsx:113 9241 + #: src/App.native.tsx:142 9242 + #: src/App.web.tsx:118 9205 9243 msgid "Sorry! Your session expired. Please sign in again." 9206 9244 msgstr "" 9207 9245 ··· 9326 9364 9327 9365 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:119 9328 9366 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:125 9329 - #: src/components/live/GoLiveDisabledDialog.tsx:138 9330 - #: src/components/live/GoLiveDisabledDialog.tsx:139 9331 9367 #: src/components/moderation/LabelsOnMeDialog.tsx:342 9332 9368 #: src/components/moderation/LabelsOnMeDialog.tsx:343 9369 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:138 9370 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:139 9333 9371 #: src/screens/Messages/components/ChatDisabled.tsx:154 9334 9372 #: src/screens/Messages/components/ChatDisabled.tsx:155 9335 9373 msgid "Submit" ··· 9453 9491 msgid "System log" 9454 9492 msgstr "" 9455 9493 9456 - #: src/components/dialogs/MutedWords.tsx:287 9494 + #: src/components/dialogs/MutedWords.tsx:289 9457 9495 msgid "Tags only" 9458 9496 msgstr "" 9459 9497 ··· 9536 9574 msgid "Terms of Service" 9537 9575 msgstr "" 9538 9576 9539 - #: src/components/dialogs/MutedWords.tsx:271 9577 + #: src/components/dialogs/MutedWords.tsx:273 9540 9578 msgid "Text & tags" 9541 9579 msgstr "" 9542 9580 9543 - #: src/components/live/GoLiveDisabledDialog.tsx:121 9544 9581 #: src/components/moderation/LabelsOnMeDialog.tsx:306 9582 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:121 9545 9583 #: src/screens/Messages/components/ChatDisabled.tsx:120 9546 9584 msgid "Text input field" 9547 9585 msgstr "" ··· 9555 9593 msgstr "" 9556 9594 9557 9595 #: src/ageAssurance/components/NoAccessScreen.tsx:392 9558 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:123 9596 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:141 9559 9597 msgid "Thanks! You're all set." 9560 9598 msgstr "" 9561 9599 ··· 9584 9622 msgid "That's everything!" 9585 9623 msgstr "" 9586 9624 9587 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:191 9588 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:399 9589 - #: src/view/com/profile/ProfileMenu.tsx:541 9625 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:192 9626 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:400 9627 + #: src/view/com/profile/ProfileMenu.tsx:540 9590 9628 msgid "The account will be able to interact with you after unblocking." 9591 9629 msgstr "" 9592 9630 ··· 9640 9678 msgid "The following labels were applied to your content." 9641 9679 msgstr "" 9642 9680 9643 - #: src/components/live/GoLiveDialog.tsx:160 9681 + #: src/features/liveNow/components/GoLiveDialog.tsx:161 9644 9682 msgid "The following services are enabled for your account: {allowedServices}" 9645 9683 msgstr "" 9646 9684 ··· 9648 9686 msgid "The following settings will be used as your defaults when creating new posts. You can edit these for a specific post from the composer." 9649 9687 msgstr "" 9650 9688 9651 - #: src/components/ageAssurance/useAgeAssuranceCopy.ts:14 9652 - msgid "The laws in your location require you to verify you're an adult to access certain features. Tap to learn more." 9689 + #: src/components/ageAssurance/useAgeAssuranceCopy.ts:23 9690 + msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." 9653 9691 msgstr "" 9654 9692 9655 9693 #: src/view/com/composer/select-language/SuggestedLanguage.tsx:119 ··· 9660 9698 msgid "The Privacy Policy has been moved to <0/>" 9661 9699 msgstr "" 9662 9700 9663 - #: src/view/com/composer/state/video.ts:395 9701 + #: src/view/com/composer/state/video.ts:396 9664 9702 #: src/view/com/composer/state/video.ts:434 9665 9703 msgid "The selected video is larger than 100 MB. Please try again with a smaller file." 9666 9704 msgstr "" ··· 9733 9771 msgstr "" 9734 9772 9735 9773 #: src/screens/Search/Explore.tsx:988 9736 - #: src/view/com/posts/PostFeed.tsx:757 9774 + #: src/view/com/posts/PostFeed.tsx:758 9737 9775 msgid "There was an issue fetching posts. Tap here to try again." 9738 9776 msgstr "" 9739 9777 ··· 9764 9802 msgid "There was an issue updating your feeds, please check your internet connection and try again." 9765 9803 msgstr "" 9766 9804 9767 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 9768 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:440 9769 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 9805 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:426 9806 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:439 9807 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:449 9770 9808 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:116 9771 9809 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:127 9772 9810 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:89 9773 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 9774 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:284 9775 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:299 9776 - #: src/view/com/profile/ProfileMenu.tsx:152 9777 - #: src/view/com/profile/ProfileMenu.tsx:162 9778 - #: src/view/com/profile/ProfileMenu.tsx:176 9779 - #: src/view/com/profile/ProfileMenu.tsx:186 9780 - #: src/view/com/profile/ProfileMenu.tsx:199 9781 - #: src/view/com/profile/ProfileMenu.tsx:211 9811 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:259 9812 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:285 9813 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:300 9814 + #: src/view/com/profile/ProfileMenu.tsx:151 9815 + #: src/view/com/profile/ProfileMenu.tsx:161 9816 + #: src/view/com/profile/ProfileMenu.tsx:175 9817 + #: src/view/com/profile/ProfileMenu.tsx:185 9818 + #: src/view/com/profile/ProfileMenu.tsx:198 9819 + #: src/view/com/profile/ProfileMenu.tsx:210 9782 9820 msgid "There was an issue! {0}" 9783 9821 msgstr "" 9784 9822 ··· 9841 9879 msgid "This appeal will be sent to <0>{sourceName}</0>." 9842 9880 msgstr "" 9843 9881 9844 - #: src/components/live/GoLiveDisabledDialog.tsx:113 9882 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:113 9845 9883 #: src/screens/Messages/components/ChatDisabled.tsx:116 9846 9884 msgid "This appeal will be sent to Bluesky's moderation service." 9847 9885 msgstr "" ··· 9946 9984 msgid "This is an empty state" 9947 9985 msgstr "" 9948 9986 9949 - #: src/components/live/EditLiveDialog.tsx:176 9950 - #: src/components/live/GoLiveDialog.tsx:153 9987 + #: src/features/liveNow/components/EditLiveDialog.tsx:177 9988 + #: src/features/liveNow/components/GoLiveDialog.tsx:154 9951 9989 msgid "This is not a valid link" 9952 9990 msgstr "" 9953 9991 ··· 9983 10021 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." 9984 10022 msgstr "" 9985 10023 9986 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 10024 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:698 9987 10025 msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>." 9988 10026 msgstr "" 9989 10027 ··· 9999 10037 msgid "This post was deleted by its author" 10000 10038 msgstr "" 10001 10039 10002 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:773 10040 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:772 10003 10041 msgid "This post will be hidden from feeds and threads. This cannot be undone." 10004 10042 msgstr "" 10005 10043 ··· 10007 10045 msgid "This post's author has disabled quote posts." 10008 10046 msgstr "" 10009 10047 10010 - #: src/view/com/profile/ProfileMenu.tsx:562 10048 + #: src/view/com/profile/ProfileMenu.tsx:561 10011 10049 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." 10012 10050 msgstr "" 10013 10051 10014 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:808 10052 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:807 10015 10053 msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." 10016 10054 msgstr "" 10017 10055 ··· 10019 10057 msgid "This service has not provided terms of service or a privacy policy." 10020 10058 msgstr "" 10021 10059 10022 - #: src/components/live/queries.ts:40 10060 + #: src/features/liveNow/index.tsx:182 10023 10061 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." 10024 10062 msgstr "" 10025 10063 ··· 10068 10106 msgid "This user isn't following anyone." 10069 10107 msgstr "" 10070 10108 10071 - #: src/components/dialogs/MutedWords.tsx:440 10109 + #: src/components/dialogs/MutedWords.tsx:452 10072 10110 msgid "This will delete \"{0}\" from your muted words. You can always add it back later." 10073 10111 msgstr "" 10074 10112 10113 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:336 10114 + msgid "This will irreversibly delete your Bluesky account <0>{currentHandle}</0> and all associated data. Note that this will affect any other <1>AT Protocol</1> services you use with this account." 10115 + msgstr "" 10116 + 10075 10117 #: src/screens/Settings/Settings.tsx:676 10076 10118 msgid "This will remove @{0} from the quick access list." 10077 10119 msgstr "" 10078 10120 10079 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 10121 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:797 10080 10122 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." 10081 10123 msgstr "" 10082 10124 ··· 10171 10213 10172 10214 #: src/components/dms/MessageContextMenu.tsx:136 10173 10215 #: src/components/dms/MessageContextMenu.tsx:138 10174 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:505 10175 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:507 10176 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:607 10177 - #: src/screens/PostThread/components/ThreadItemAnchor.tsx:610 10216 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:504 10217 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:506 10218 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:619 10219 + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:622 10178 10220 msgid "Translate" 10179 10221 msgstr "" 10180 10222 ··· 10279 10321 #: src/components/dms/MessagesListBlockedFooter.tsx:104 10280 10322 #: src/components/dms/MessagesListBlockedFooter.tsx:112 10281 10323 #: src/components/dms/MessagesListBlockedFooter.tsx:119 10282 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 10283 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:342 10284 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:402 10324 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 10325 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:343 10326 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:403 10285 10327 #: src/screens/ProfileList/components/Header.tsx:165 10286 10328 #: src/screens/ProfileList/components/Header.tsx:172 10287 - #: src/view/com/profile/ProfileMenu.tsx:553 10329 + #: src/view/com/profile/ProfileMenu.tsx:552 10288 10330 msgid "Unblock" 10289 10331 msgstr "" 10290 10332 10291 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:346 10333 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:347 10292 10334 msgctxt "action" 10293 10335 msgid "Unblock" 10294 10336 msgstr "" 10295 10337 10296 10338 #: src/components/dms/ConvoMenu.tsx:261 10297 10339 #: src/components/dms/ConvoMenu.tsx:264 10298 - #: src/view/com/profile/ProfileMenu.tsx:458 10299 - #: src/view/com/profile/ProfileMenu.tsx:464 10340 + #: src/view/com/profile/ProfileMenu.tsx:457 10341 + #: src/view/com/profile/ProfileMenu.tsx:463 10300 10342 msgid "Unblock account" 10301 10343 msgstr "" 10302 10344 10303 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:189 10304 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:397 10305 - #: src/view/com/profile/ProfileMenu.tsx:535 10345 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:190 10346 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:398 10347 + #: src/view/com/profile/ProfileMenu.tsx:534 10306 10348 msgid "Unblock Account?" 10307 10349 msgstr "" 10308 10350 ··· 10337 10379 msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" 10338 10380 msgstr "" 10339 10381 10340 - #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:373 10382 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:374 10341 10383 msgid "Unfollow {0}" 10342 10384 msgstr "" 10343 10385 10344 - #: src/view/com/profile/ProfileMenu.tsx:312 10345 - #: src/view/com/profile/ProfileMenu.tsx:322 10386 + #: src/view/com/profile/ProfileMenu.tsx:311 10387 + #: src/view/com/profile/ProfileMenu.tsx:321 10346 10388 msgid "Unfollow account" 10347 10389 msgstr "" 10348 10390 ··· 10399 10441 msgid "Unmute {tag}" 10400 10442 msgstr "" 10401 10443 10402 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:688 10403 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:694 10404 - #: src/view/com/profile/ProfileMenu.tsx:437 10405 - #: src/view/com/profile/ProfileMenu.tsx:443 10444 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:687 10445 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:693 10446 + #: src/view/com/profile/ProfileMenu.tsx:436 10447 + #: src/view/com/profile/ProfileMenu.tsx:442 10406 10448 msgid "Unmute account" 10407 10449 msgstr "" 10408 10450 ··· 10415 10457 msgid "Unmute list" 10416 10458 msgstr "" 10417 10459 10418 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 10419 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:577 10460 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:572 10461 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:576 10420 10462 msgid "Unmute thread" 10421 10463 msgstr "" 10422 10464 ··· 10444 10486 msgid "Unpin from home" 10445 10487 msgstr "" 10446 10488 10447 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:480 10448 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:487 10489 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:479 10490 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:486 10449 10491 msgid "Unpin from profile" 10450 10492 msgstr "" 10451 10493 ··· 10522 10564 msgid "Updating quote attachment failed" 10523 10565 msgstr "" 10524 10566 10525 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:400 10567 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:399 10526 10568 msgctxt "toast" 10527 10569 msgid "Updating reply visibility failed" 10528 10570 msgstr "" ··· 10714 10756 10715 10757 #: src/components/verification/VerificationCreatePrompt.tsx:84 10716 10758 #: src/components/verification/VerificationCreatePrompt.tsx:86 10717 - #: src/view/com/profile/ProfileMenu.tsx:421 10718 - #: src/view/com/profile/ProfileMenu.tsx:424 10759 + #: src/view/com/profile/ProfileMenu.tsx:420 10760 + #: src/view/com/profile/ProfileMenu.tsx:423 10719 10761 msgid "Verify account" 10720 10762 msgstr "" 10721 10763 10722 10764 #: src/ageAssurance/components/NoAccessScreen.tsx:329 10723 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:178 10765 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:196 10724 10766 msgid "Verify again" 10725 10767 msgstr "" 10726 10768 ··· 10748 10790 10749 10791 #: src/ageAssurance/components/NoAccessScreen.tsx:317 10750 10792 #: src/ageAssurance/components/NoAccessScreen.tsx:331 10751 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:166 10752 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:180 10793 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:184 10794 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:198 10753 10795 msgid "Verify now" 10754 10796 msgstr "" 10755 10797 ··· 10801 10843 msgid "Video" 10802 10844 msgstr "" 10803 10845 10804 - #: src/view/com/composer/state/video.ts:357 10846 + #: src/view/com/composer/state/video.ts:358 10805 10847 msgid "Video failed to process" 10806 10848 msgstr "" 10807 10849 ··· 11013 11055 msgid "Warn content and filter from feeds" 11014 11056 msgstr "" 11015 11057 11016 - #: src/components/live/LiveStatusDialog.tsx:173 11017 - #: src/components/live/LiveStatusDialog.tsx:182 11058 + #: src/features/liveNow/components/LiveStatusDialog.tsx:173 11059 + #: src/features/liveNow/components/LiveStatusDialog.tsx:182 11018 11060 msgid "Watch now" 11019 11061 msgstr "" 11020 11062 ··· 11154 11196 msgstr "" 11155 11197 11156 11198 #: src/ageAssurance/components/NoAccessScreen.tsx:385 11157 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:116 11199 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:134 11158 11200 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." 11159 11201 msgstr "" 11160 11202 ··· 11162 11204 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." 11163 11205 msgstr "" 11164 11206 11165 - #: src/components/dialogs/MutedWords.tsx:383 11207 + #: src/components/dialogs/MutedWords.tsx:385 11166 11208 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." 11167 11209 msgstr "" 11168 11210 ··· 11171 11213 msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." 11172 11214 msgstr "" 11173 11215 11216 + #: src/components/ageAssurance/AgeRestrictedScreen.tsx:61 11217 + msgid "We're sorry, you cannot access this screen at this time." 11218 + msgstr "" 11219 + 11174 11220 #: src/view/com/composer/Composer.tsx:884 11175 11221 msgid "We're sorry! The post you are replying to has been deleted." 11176 11222 msgstr "" ··· 11334 11380 msgid "Wrong DID returned from server. Received: {0}" 11335 11381 msgstr "" 11336 11382 11337 - #: src/components/live/EditLiveDialog.tsx:152 11338 - #: src/components/live/GoLiveDialog.tsx:134 11383 + #: src/features/liveNow/components/EditLiveDialog.tsx:153 11384 + #: src/features/liveNow/components/GoLiveDialog.tsx:135 11339 11385 msgid "www.mylivestream.tv" 11340 11386 msgstr "" 11341 11387 ··· 11348 11394 msgid "Yes, deactivate" 11349 11395 msgstr "" 11350 11396 11397 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:355 11398 + msgid "Yes, delete my account" 11399 + msgstr "" 11400 + 11351 11401 #: src/screens/StarterPack/StarterPackScreen.tsx:695 11352 11402 msgid "Yes, delete this starter pack" 11353 11403 msgstr "" 11354 11404 11355 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:801 11405 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:800 11356 11406 msgid "Yes, detach" 11357 11407 msgstr "" 11358 11408 11359 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:811 11409 + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 11360 11410 msgid "Yes, hide" 11361 11411 msgstr "" 11362 11412 ··· 11380 11430 msgid "You are creating an account on" 11381 11431 msgstr "" 11382 11432 11383 - #: src/components/live/GoLiveDisabledDialog.tsx:107 11433 + #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:107 11384 11434 msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." 11385 11435 msgstr "" 11386 11436 11387 11437 #: src/ageAssurance/components/NoAccessScreen.tsx:299 11388 - #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:136 11438 + #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:154 11389 11439 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team</0> if you believe this is an error." 11390 11440 msgstr "" 11391 11441 ··· 11393 11443 msgid "You are in line." 11394 11444 msgstr "" 11395 11445 11396 - #: src/components/live/EditLiveDialog.tsx:118 11397 - #: src/components/live/EditLiveDialog.tsx:123 11446 + #: src/features/liveNow/components/EditLiveDialog.tsx:119 11447 + #: src/features/liveNow/components/EditLiveDialog.tsx:124 11398 11448 msgid "You are Live" 11399 11449 msgstr "" 11400 11450 11401 - #: src/components/live/queries.ts:208 11451 + #: src/features/liveNow/index.tsx:350 11402 11452 msgid "You are no longer live" 11403 11453 msgstr "" 11404 11454 ··· 11410 11460 msgid "You are not following anyone yet" 11411 11461 msgstr "" 11412 11462 11413 - #: src/components/live/queries.ts:152 11463 + #: src/features/liveNow/index.tsx:294 11414 11464 msgid "You are now live!" 11415 11465 msgstr "" 11416 11466 ··· 11430 11480 msgid "You can adjust your interests at any time from \"Content and media\" settings." 11431 11481 msgstr "" 11432 11482 11483 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:213 11484 + msgid "You can also <0>temporarily deactivate</0> your account instead. Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." 11485 + msgstr "" 11486 + 11433 11487 #: src/view/com/posts/FollowingEmptyState.tsx:63 11434 11488 #: src/view/com/posts/FollowingEndOfFeed.tsx:64 11435 11489 msgid "You can also discover new Custom Feeds to follow." 11436 11490 msgstr "" 11437 11491 11438 - #: src/view/com/modals/DeleteAccount.tsx:198 11439 - msgid "You can also temporarily deactivate your account instead, and reactivate it at any time." 11440 - msgstr "" 11441 - 11442 11492 #: src/components/contacts/screens/GetContacts.tsx:249 11443 11493 msgid "You can always opt out and delete your data" 11444 11494 msgstr "" ··· 11451 11501 msgid "You can continue ongoing conversations regardless of which setting you choose." 11452 11502 msgstr "" 11453 11503 11454 - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:387 11455 - msgctxt "toast" 11456 - msgid "You can hide a maximum of {MAX_HIDDEN_REPLIES} replies." 11457 - msgstr "" 11458 - 11459 11504 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:148 11460 11505 msgid "You can now choose to be notified when specific people post. If there’s someone you want timely updates from, go to their profile and find the new bell icon near the follow button." 11461 11506 msgstr "" ··· 11535 11580 msgid "You have blocked this user. You cannot view their content." 11536 11581 msgstr "" 11537 11582 11583 + #: src/components/ageAssurance/useAgeAssuranceCopy.ts:17 11584 + 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." 11585 + msgstr "" 11586 + 11538 11587 #: src/view/screens/Notifications.tsx:297 11539 11588 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>." 11540 11589 msgstr "" ··· 11614 11663 msgid "You haven't made any custom feeds yet." 11615 11664 msgstr "" 11616 11665 11617 - #: src/components/dialogs/MutedWords.tsx:403 11666 + #: src/components/dialogs/MutedWords.tsx:405 11618 11667 msgid "You haven't muted any words or tags yet" 11619 11668 msgstr "" 11620 11669 ··· 11651 11700 msgid "You may only add up to 3 feeds" 11652 11701 msgstr "" 11653 11702 11654 - #: src/screens/Signup/StepInfo/index.tsx:320 11655 - msgid "You must be {0} years of age or older to create an account in your region." 11656 - msgstr "" 11657 - 11658 - #: src/screens/Signup/StepInfo/index.tsx:315 11659 - msgid "You must be {MIN_ACCESS_AGE} years of age or older to create an account." 11660 - msgstr "" 11661 - 11662 11703 #: src/components/dialogs/BirthDateSettings.tsx:178 11663 11704 msgid "You must be at least 13 years old to use Bluesky. Read our <0>Terms of Service</0> for more information." 11664 11705 msgstr "" 11665 11706 11666 11707 #: src/components/StarterPack/ProfileStarterPacks.tsx:364 11667 11708 msgid "You must be following at least seven other people to generate a starter pack." 11668 - msgstr "" 11669 - 11670 - #: src/components/ageAssurance/AgeRestrictedScreen.tsx:61 11671 - msgid "You must complete age assurance in order to access this screen." 11672 11709 msgstr "" 11673 11710 11674 11711 #: src/components/StarterPack/QrCodeDialog.tsx:67 ··· 11827 11864 msgid "Your account" 11828 11865 msgstr "" 11829 11866 11830 - #: src/view/com/modals/DeleteAccount.tsx:84 11831 - msgid "Your account has been deleted" 11867 + #: src/screens/Settings/components/DeleteAccountDialog.tsx:130 11868 + msgid "Your account has been deleted, see ya! ✌️" 11832 11869 msgstr "" 11833 11870 11834 11871 #: src/screens/Takendown.tsx:141 ··· 11949 11986 msgid "Your location has been updated." 11950 11987 msgstr "" 11951 11988 11952 - #: src/components/dialogs/MutedWords.tsx:374 11989 + #: src/components/dialogs/MutedWords.tsx:376 11953 11990 msgid "Your muted words" 11954 11991 msgstr "" 11955 11992