Bluesky app fork with some witchin' additions đŸ’«
0
fork

Configure Feed

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

Update Japanese translation (#5374)

* Update translation

* Fixed

* Update translation

* Update translation

* Update translation

* Update translation

* Suggested fix by Hima-Zinn

* Update translation

* Update translation

* Update translation

* Translate "pinned"

* Update translation

* Refactor video uploads (#5570)

* Remove unused video field

* Stop exposing video dispatch

* Move cancellation out of the reducer

* Make useUploadStatusQuery controlled by jobId

* Rename SetStatus to SetProcessing

This action only has one callsite and it's always passing "processing".

* Move jobId into video reducer state

* Make cancellation scoped

* Inline useCompressVideoMutation

* Move processVideo down the file

* Extract getErrorMessage

* useServiceAuthToken -> getServiceAuthToken

* useVideoAgent -> createVideoAgent

* useVideoUploadLimits -> getVideoUploadLimits

* useUploadVideoMutation -> uploadVideo

* Use async/await in processVideo

* Inline onVideoCompressed into processVideo

* Use async/await for uploadVideo

* Factor out error messages

* Guard dispatch with signal

This lets us remove the scattered signal checks around dispatch.

* Move job polling out of RQ

* Handle poll failures

* Remove unnecessary guards

* Slightly more accurate condition

* Move initVideoUri handling out of the hook

* Remove dead argument

It wasn't being used before either.

* Remove unused detailed status

This isn't being used because we're only respecting that state variable when isProcessing=true, but isProcessing is always false during video upload.

If we want to re-add this later, it should really just be derived from the reducer state.

* Harden the video reducer

* Tie all spawned work to a signal

* Preserve asset/media for nicer error state

* Rename actions to match states

* Inline useUploadVideo

This abstraction is getting in the way of some future work.

* Move MIME check to the only place that handles it

* Manage video reducer from composer reducer (#5573)

* Move video state into composer state

* Represent video as embed

This is slightly broken. In particular, we can't remove video yet because there's no action that results in video embed being removed.

* Properly represent video as embed

This aligns the video state lifetime with the embed lifetime. Video can now be properly added and removed.

* Disable Add Video when we have images

* Ignore empty image pick

* Rename some files and variables (#5587)

* Move composer reducers together

* videoUploadState -> videoState

* Inline videoDispatch

* đŸȘ”📌 (#5594)

* [🐮] Reduce amount that message sent date is shown (#4228)

* Fix profile header buttons (#5558)

* Fix profile header buttons

* Adjust labeler buttons too

* Fix load state jumps

* Small tweak for web

* Remove log

* Update

* Revert "Update"

This reverts commit b073c0483016c9cddd13a66ec5c7678b28aadc7b.

* Revert "Fix profile header buttons (#5558)"

This reverts commit c00c5fa495460e54551ab7325a5f79d94dd192a7.

* Revert "[🐮] Reduce amount that message sent date is shown (#4228)"

This reverts commit af8e3422a6cb2131f5386fbdc94e9b158e5562b6.

* Revert "đŸȘ”📌 (#5594)"

This reverts commit 3ab5190aca767b9ed1900a84eab538f41000526c.

* Revert "Rename some files and variables (#5587)"

This reverts commit 475708ea30dd367c5d79f524bec907a356b6155a.

* Revert "Manage video reducer from composer reducer (#5573)"

This reverts commit 59589e34a375e15c3a802c3dd18170fde913c9cd.

* Revert "Refactor video uploads (#5570)"

This reverts commit f74f9bc1d93e9e52e39e1082e55e4172c6d18301.

* Update translation

* Update translation

* Delete unused entries

* Restored the trailing dot by #5622

---------

Co-authored-by: dan <dan.abramov@gmail.com>
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Co-authored-by: Eric Bailey <git@esb.lol>

authored by

Takayuki KUSANO
dan
Samuel Newman
Eric Bailey
and committed by
GitHub
c3650962 e5230665

+185 -163
+185 -163
src/locale/locales/ja/messages.po
··· 8 8 "Language: ja\n" 9 9 "Project-Id-Version: \n" 10 10 "Report-Msgid-Bugs-To: \n" 11 - "PO-Revision-Date: 2024-09-14 17:17+0900\n" 11 + "PO-Revision-Date: 2024-10-07 22:22+0900\n" 12 12 "Last-Translator: tkusano\n" 13 13 "Language-Team: Hima-Zinn, tkusano, dolciss, oboenikui, noritada, middlingphys, hibiki, reindex-ot, haoyayoi, vyv03354\n" 14 14 "Plural-Forms: \n" ··· 233 233 #: src/components/WhoCanReply.tsx:274 234 234 msgid "<0>{0}</0> members" 235 235 msgstr "<0>{0}</0>ăźăƒĄăƒłăƒăƒŒ" 236 + 237 + #: src/components/dms/DateDivider.tsx:69 238 + msgid "<0>{date}</0> at {time}" 239 + msgstr "<0>{date}</0> {time}" 236 240 237 241 #: src/view/com/modals/SelfLabel.tsx:135 238 242 msgid "<0>Not Applicable.</0> This warning is only available for posts with media attached." ··· 508 512 #: src/view/com/composer/photos/Gallery.tsx:224 509 513 msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." 510 514 msgstr "ALTテキă‚čトは、すăčおたäșșăŒæ–‡è„ˆă‚’ç†è§Łă§ăă‚‹ă‚ˆă†ă«ă™ă‚‹ăŸă‚ă«ă€èŠ–èŠšéšœćźłè€…ă‚„äœŽèŠ–ćŠ›è€…ć‘ă‘ă«æäŸ›ă™ă‚‹ç”»ćƒăźèȘŹæ˜Žæ–‡ă§ă™ă€‚" 515 + 516 + #: src/view/com/composer/GifAltText.tsx:171 517 + #: src/view/com/composer/photos/ImageAltTextDialog.tsx:143 518 + msgid "Alt text will be truncated. Limit: {0} characters." 519 + msgstr "ALTテキă‚čăƒˆăŻćˆ‡ă‚Šè©°ă‚ă‚‰ă‚ŒăŸă™ă€‚äžŠé™ïŒš{0}æ–‡ć­—ă€‚" 511 520 512 521 #: src/view/com/modals/VerifyEmail.tsx:132 513 522 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:96 ··· 542 551 msgid "An error occurred while loading the video. Please try again." 543 552 msgstr "ビデă‚ȘたèȘ­ăżèŸŒăżæ™‚ă«ă‚šăƒ©ăƒŒăŒç™șç”Ÿă—ăŸă—ăŸă€‚ă‚‚ă†äž€ćșŠăŠè©Šă—ăă ă•ă„ă€‚" 544 553 545 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:250 546 - msgid "An error occurred while saving the image!" 547 - msgstr "ç”»ćƒăźäżć­˜äž­ă«ă‚šăƒ©ăƒŒăŒç™șç”Ÿă—ăŸă—ăŸïŒ" 548 - 549 554 #: src/components/StarterPack/QrCodeDialog.tsx:71 550 555 #: src/components/StarterPack/ShareDialog.tsx:79 551 556 msgid "An error occurred while saving the QR code!" ··· 613 618 msgid "Anti-Social Behavior" 614 619 msgstr "ćç€ŸäŒšçš„ăȘèĄŒć‹•" 615 620 621 + #: src/view/screens/Search/Search.tsx:347 622 + #: src/view/screens/Search/Search.tsx:348 623 + msgid "Any language" 624 + msgstr "ć…šèš€èȘž" 625 + 616 626 #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:54 617 627 msgid "Anybody can interact" 618 628 msgstr "èȘ°ă§ă‚‚ććżœćŻèƒœ" ··· 667 677 #: src/screens/Settings/AppearanceSettings.tsx:69 668 678 #: src/view/screens/Settings/index.tsx:484 669 679 msgid "Appearance" 670 - msgstr "èƒŒæ™Ż" 680 + msgstr "ć€–èŠł" 671 681 672 682 #: src/view/screens/Settings/index.tsx:475 673 683 msgid "Appearance settings" 674 - msgstr "èƒŒæ™Żăźèš­ćźš" 684 + msgstr "ć€–èŠłăźèš­ćźš" 675 685 676 686 #: src/Navigation.tsx:326 677 687 msgid "Appearance Settings" 678 - msgstr "èƒŒæ™Żăźèš­ćźš" 688 + msgstr "ć€–èŠłăźèš­ćźš" 679 689 680 690 #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 681 691 #: src/screens/Home/NoFeedsPinned.tsx:93 ··· 840 850 msgid "Bluesky" 841 851 msgstr "Bluesky" 842 852 843 - #: src/view/com/auth/server-input/index.tsx:154 844 - msgid "Bluesky is an open network where you can choose your hosting provider. Custom hosting is now available in beta for developers." 845 - msgstr "Bluesky は、ホă‚čティング ăƒ—ăƒ­ăƒă‚€ăƒ€ăƒŒă‚’éžæŠžă§ăă‚‹ă‚ȘăƒŒăƒ—ăƒł ăƒăƒƒăƒˆăƒŻăƒŒă‚Żă§ă™ă€‚ ă‚«ă‚čタムホă‚čティングは、開ç™șè€…ć‘ă‘ăźăƒ™ăƒŒă‚żç‰ˆă§ćˆ©ç”šă§ăă‚‹ă‚ˆă†ă«ăȘă‚ŠăŸă—ăŸă€‚" 853 + #: src/view/com/auth/server-input/index.tsx:155 854 + msgid "Bluesky is an open network where you can choose your hosting provider. If you're a developer, you can host your own server." 855 + msgstr "Bluesky は、ホă‚čティング ăƒ—ăƒ­ăƒă‚€ăƒ€ăƒŒă‚’éžæŠžă§ăă‚‹ă‚ȘăƒŒăƒ—ăƒł ăƒăƒƒăƒˆăƒŻăƒŒă‚Żă§ă™ă€‚ あăȘたが開ç™șè€…ă§ă‚ă‚Œă°ă€è‡Șćˆ†ăźă‚”ăƒŒăƒăƒŒă‚’ăƒ›ă‚čăƒˆă§ăăŸă™ă€‚" 846 856 847 857 #: src/components/ProgressGuide/List.tsx:55 848 858 msgid "Bluesky is better with friends!" 849 859 msgstr "BlueskyăŻć‹é”ăšäž€ç·’ăźă»ă†ăŒæ„œă—ă„ïŒ" 850 - 851 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:206 852 - msgid "Bluesky now has over 10 million users, and I was #{0}!" 853 - msgstr "Bluesky ăźăƒŠăƒŒă‚¶ăƒŒæ•°ăŻçŸćœš 1,000 侇äșșă‚’è¶…ăˆăŠăŠă‚Šă€ç§ăŻ #{0} ç•Ș盼でした。" 854 860 855 861 #: src/components/StarterPack/ProfileStarterPacks.tsx:282 856 862 msgid "Bluesky will choose a set of recommended accounts from people in your network." ··· 872 878 #: src/screens/Onboarding/state.ts:81 873 879 msgid "Books" 874 880 msgstr "曞籍" 875 - 876 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:614 877 - msgid "Brag a little!" 878 - msgstr "ちょっべè‡Șæ…ąă—ăŠăżă‚ˆă†ïŒ" 879 881 880 882 #: src/components/FeedInterstitials.tsx:350 881 883 msgid "Browse more accounts on the Explore page" ··· 918 920 msgid "by <0/>" 919 921 msgstr "䜜成者<0/>" 920 922 921 - #: src/screens/Signup/StepInfo/Policies.tsx:80 922 - msgid "By creating an account you agree to the {els}." 923 - msgstr "ă‚ąă‚«ă‚Šăƒłăƒˆă‚’äœœæˆă™ă‚‹ă“ăšă§ă€{els}ă«ćŒæ„ă—ăŸă‚‚ăźăšăżăȘă•ă‚ŒăŸă™ă€‚" 923 + #: src/screens/Signup/StepInfo/Policies.tsx:81 924 + msgid "By creating an account you agree to the <0>Privacy Policy</0>." 925 + msgstr "ă‚ąă‚«ă‚Šăƒłăƒˆă‚’äœœæˆă™ă‚‹ă“ăšă§ă€<0>ăƒ—ăƒ©ă‚€ăƒă‚·ăƒŒăƒăƒȘă‚·ăƒŒ</0>ă«ćŒæ„ă—ăŸă‚‚ăźăšăżăȘă•ă‚ŒăŸă™ă€‚" 926 + 927 + #: src/screens/Signup/StepInfo/Policies.tsx:48 928 + msgid "By creating an account you agree to the <0>Terms of Service</0> and <1>Privacy Policy</1>." 929 + msgstr "ă‚ąă‚«ă‚Šăƒłăƒˆă‚’äœœæˆă™ă‚‹ă“ăšă§ă€<0>ćˆ©ç”šèŠçŽ„</0>ず<1>ăƒ—ăƒ©ă‚€ăƒă‚·ăƒŒăƒăƒȘă‚·ăƒŒ</1>ă«ćŒæ„ă—ăŸă‚‚ăźăšăżăȘă•ă‚ŒăŸă™ă€‚" 930 + 931 + #: src/screens/Signup/StepInfo/Policies.tsx:68 932 + msgid "By creating an account you agree to the <0>Terms of Service</0>." 933 + msgstr "ă‚ąă‚«ă‚Šăƒłăƒˆă‚’äœœæˆă™ă‚‹ă“ăšă§ă€<0>ćˆ©ç”šèŠçŽ„</0>ă«ćŒæ„ă—ăŸă‚‚ăźăšăżăȘă•ă‚ŒăŸă™ă€‚" 924 934 925 935 #: src/view/com/profile/ProfileSubpageHeader.tsx:162 926 936 msgid "by you" ··· 1015 1025 #: src/view/com/composer/videos/SubtitleDialog.tsx:56 1016 1026 msgid "Captions & alt text" 1017 1027 msgstr "ă‚­ăƒŁăƒ—ă‚·ăƒ§ăƒłïŒ†ALTテキă‚čト" 1018 - 1019 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:368 1020 - msgid "Celebrating {0} users" 1021 - msgstr "{0} äșșăźăƒŠăƒŒă‚¶ăƒŒă‚’ç„çŠ" 1022 1028 1023 1029 #: src/view/com/modals/VerifyEmail.tsx:160 1024 1030 msgid "Change" ··· 1225 1231 msgid "Close image viewer" 1226 1232 msgstr "ç”»ćƒăƒ“ăƒ„ăƒŒă‚ąă‚’é–‰ă˜ă‚‹" 1227 1233 1228 - #: src/components/dms/MessagesNUX.tsx:162 1229 - msgid "Close modal" 1230 - msgstr "ăƒąăƒŒăƒ€ăƒ«ă‚’é–‰ă˜ă‚‹" 1231 - 1232 1234 #: src/view/shell/index.web.tsx:61 1233 1235 msgid "Close navigation footer" 1234 1236 msgstr "ナビă‚ČăƒŒă‚·ăƒ§ăƒłăƒ•ăƒƒă‚żăƒŒă‚’é–‰ă˜ă‚‹" ··· 1261 1263 #: src/view/com/notifications/FeedItem.tsx:466 1262 1264 msgid "Collapses list of users for a given notification" 1263 1265 msgstr "æŒ‡ćźšă—ăŸé€šçŸ„ăźăƒŠăƒŒă‚¶ăƒŒăƒȘă‚čăƒˆă‚’æŠ˜ă‚ŠăŸăŸă‚€" 1266 + 1267 + #: src/screens/Settings/AppearanceSettings.tsx:97 1268 + msgid "Color mode" 1269 + msgstr "ă‚«ăƒ©ăƒŒăƒąăƒŒăƒ‰" 1264 1270 1265 1271 #: src/screens/Onboarding/index.tsx:38 1266 1272 #: src/screens/Onboarding/state.ts:82 ··· 1511 1517 msgid "Create" 1512 1518 msgstr "䜜成" 1513 1519 1514 - #: src/view/com/auth/SplashScreen.tsx:57 1515 - #: src/view/com/auth/SplashScreen.web.tsx:106 1516 - msgid "Create a new account" 1517 - msgstr "æ–°ă—ă„ă‚ąă‚«ă‚Šăƒłăƒˆă‚’äœœæˆ" 1518 - 1519 1520 #: src/view/screens/Settings/index.tsx:402 1520 1521 msgid "Create a new Bluesky account" 1521 1522 msgstr "æ–°ă—ă„Blueskyă‚ąă‚«ă‚Šăƒłăƒˆă‚’äœœæˆ" ··· 1533 1534 #: src/components/StarterPack/ProfileStarterPacks.tsx:246 1534 1535 msgid "Create a starter pack for me" 1535 1536 msgstr "私搑けぼă‚čă‚żăƒŒă‚żăƒŒăƒ‘ăƒƒă‚Żă‚’äœœæˆ" 1537 + 1538 + #: src/view/com/auth/SplashScreen.tsx:56 1539 + #: src/view/com/auth/SplashScreen.web.tsx:100 1540 + msgid "Create account" 1541 + msgstr "ă‚ąă‚«ă‚Šăƒłăƒˆă‚’äœœæˆ" 1536 1542 1537 1543 #: src/screens/Signup/index.tsx:99 1538 1544 msgid "Create Account" ··· 1633 1639 msgid "Debug panel" 1634 1640 msgstr "ăƒ‡ăƒăƒƒă‚°ăƒ‘ăƒăƒ«" 1635 1641 1642 + #: src/components/dialogs/nuxs/NeueTypography.tsx:101 1643 + #: src/screens/Settings/AppearanceSettings.tsx:169 1644 + msgid "Default" 1645 + msgstr "ăƒ‡ăƒ•ă‚©ăƒ«ăƒˆ" 1646 + 1636 1647 #: src/components/dms/MessageMenu.tsx:151 1637 1648 #: src/screens/StarterPack/StarterPackScreen.tsx:573 1638 1649 #: src/screens/StarterPack/StarterPackScreen.tsx:652 ··· 1755 1766 msgid "Dim" 1756 1767 msgstr "ă‚°ăƒŹăƒŒ" 1757 1768 1758 - #: src/components/dms/MessagesNUX.tsx:88 1759 - msgid "Direct messages are here!" 1760 - msgstr "ăƒ€ă‚€ăƒŹă‚ŻăƒˆăƒĄăƒƒă‚»ăƒŒă‚žăŻă“ăĄă‚‰ïŒ" 1761 - 1762 1769 #: src/view/screens/AccessibilitySettings.tsx:111 1763 1770 msgid "Disable autoplay for videos and GIFs" 1764 1771 msgstr "ビデă‚ȘやGIFをè‡Ș拕憍生しăȘい" ··· 1810 1817 msgid "Discover New Feeds" 1811 1818 msgstr "æ–°ă—ă„ăƒ•ă‚ŁăƒŒăƒ‰ă‚’æŽąă™" 1812 1819 1820 + #: src/components/Dialog/index.tsx:267 1821 + msgid "Dismiss" 1822 + msgstr "æ¶ˆă™" 1823 + 1813 1824 #: src/view/com/composer/Composer.tsx:1107 1814 1825 msgid "Dismiss error" 1815 1826 msgstr "ă‚šăƒ©ăƒŒă‚’æ¶ˆă™" ··· 1886 1897 msgid "Done{extraText}" 1887 1898 msgstr "漌äș†{extraText}" 1888 1899 1900 + #: src/components/Dialog/index.tsx:268 1901 + msgid "Double tap to close the dialog" 1902 + msgstr "ăƒ€ăƒ–ăƒ«ă‚żăƒƒăƒ—ă§ăƒ€ă‚€ă‚ąăƒ­ă‚°ă‚’é–‰ă˜ă‚‹" 1903 + 1889 1904 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:326 1890 1905 msgid "Download Bluesky" 1891 1906 msgstr "Blueskyă‚’ăƒ€ă‚Šăƒłăƒ­ăƒŒăƒ‰" ··· 1894 1909 #: src/view/screens/Settings/ExportCarDialog.tsx:81 1895 1910 msgid "Download CAR file" 1896 1911 msgstr "CARăƒ•ă‚Ąă‚€ăƒ«ă‚’ăƒ€ă‚Šăƒłăƒ­ăƒŒăƒ‰" 1897 - 1898 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:622 1899 - msgid "Download image" 1900 - msgstr "ç”»ćƒă‚’ăƒ€ă‚Šăƒłăƒ­ăƒŒăƒ‰" 1901 1912 1902 1913 #: src/view/com/composer/text-input/TextInput.web.tsx:269 1903 1914 msgid "Drop to add images" ··· 2375 2386 msgid "Failed to load suggested follows" 2376 2387 msgstr "ăŠă™ă™ă‚ăźăƒ•ă‚©ăƒ­ăƒŒăźèȘ­ăżèŸŒăżă«ć€±æ•—ă—ăŸă—ăŸ" 2377 2388 2389 + #: src/state/queries/pinned-post.ts:75 2390 + msgid "Failed to pin post" 2391 + msgstr "æŠ•çšżăźć›șćźšă«ć€±æ•—ă—ăŸă—ăŸ" 2392 + 2378 2393 #: src/view/com/lightbox/Lightbox.tsx:90 2379 2394 msgid "Failed to save image: {0}" 2380 2395 msgstr "ç”»ćƒăźäżć­˜ă«ć€±æ•—ă—ăŸă—ăŸïŒš{0}" ··· 2496 2511 msgid "Flexible" 2497 2512 msgstr "æŸ”è»Ÿă§ă™" 2498 2513 2499 - #: src/view/com/modals/EditImage.tsx:116 2500 - msgid "Flip horizontal" 2501 - msgstr "æ°Žćčłæ–čć‘ă«ćè»ą" 2502 - 2503 - #: src/view/com/modals/EditImage.tsx:121 2504 - #: src/view/com/modals/EditImage.tsx:288 2505 - msgid "Flip vertically" 2506 - msgstr "枂目æ–čć‘ă«ćè»ą" 2507 - 2508 2514 #. User is not following this account, click to follow 2509 2515 #: src/components/ProfileCard.tsx:356 2510 2516 #: src/components/ProfileHoverCard/index.web.tsx:446 ··· 2638 2644 msgid "Follows You" 2639 2645 msgstr "あăȘăŸă‚’ăƒ•ă‚©ăƒ­ăƒŒ" 2640 2646 2647 + #: src/components/dialogs/nuxs/NeueTypography.tsx:73 2648 + #: src/screens/Settings/AppearanceSettings.tsx:141 2649 + msgid "Font" 2650 + msgstr "ăƒ•ă‚©ăƒłăƒˆ" 2651 + 2652 + #: src/components/dialogs/nuxs/NeueTypography.tsx:93 2653 + #: src/screens/Settings/AppearanceSettings.tsx:161 2654 + msgid "Font size" 2655 + msgstr "ăƒ•ă‚©ăƒłăƒˆă‚”ă‚€ă‚ș" 2656 + 2641 2657 #: src/screens/Onboarding/index.tsx:40 2642 2658 #: src/screens/Onboarding/state.ts:87 2643 2659 msgid "Food" ··· 2650 2666 #: src/view/com/modals/AddAppPasswords.tsx:233 2651 2667 msgid "For security reasons, you won't be able to view this again. If you lose this password, you'll need to generate a new one." 2652 2668 msgstr "ă‚»ă‚­ăƒ„ăƒȘăƒ†ă‚ŁäžŠăźç†ç”±ă‹ă‚‰ă€ă“ă‚Œă‚’ć†ćșŠèĄšç€șă™ă‚‹ă“ăšăŻă§ăăŸă›ă‚“ă€‚ă“ăźăƒ‘ă‚čăƒŻăƒŒăƒ‰ă‚’çŽ›ć€±ă—ăŸć ŽćˆăŻă€æ–°ă—ă„ăƒ‘ă‚čăƒŻăƒŒăƒ‰ă‚’ç”Ÿæˆă™ă‚‹ćż…èŠăŒă‚ă‚ŠăŸă™ă€‚" 2669 + 2670 + #: src/components/dialogs/nuxs/NeueTypography.tsx:75 2671 + #: src/screens/Settings/AppearanceSettings.tsx:143 2672 + msgid "For the best experience, we recommend using the theme font." 2673 + msgstr "ベă‚čトăȘäœ“éš“ăźăŸă‚ă«ă€ăƒ†ăƒŒăƒžăƒ•ă‚©ăƒłăƒˆăźäœżç”šă‚’ăŠć‹§ă‚ă—ăŸă™ă€‚" 2653 2674 2654 2675 #: src/components/dialogs/MutedWords.tsx:178 2655 2676 msgid "Forever" ··· 2696 2717 #: src/view/shell/Drawer.tsx:350 2697 2718 msgid "Get help" 2698 2719 msgstr "ăƒ˜ăƒ«ăƒ—ă‚’èĄšç€ș" 2699 - 2700 - #: src/components/dms/MessagesNUX.tsx:168 2701 - msgid "Get started" 2702 - msgstr "構める" 2703 2720 2704 2721 #: src/view/com/modals/VerifyEmail.tsx:197 2705 2722 #: src/view/com/modals/VerifyEmail.tsx:199 ··· 2991 3008 msgid "Image" 2992 3009 msgstr "ç”»ćƒ" 2993 3010 2994 - #: src/view/com/modals/AltImage.tsx:122 2995 - msgid "Image alt text" 2996 - msgstr "ç”»ćƒăźALTテキă‚čト" 2997 - 2998 3011 #: src/components/dialogs/nuxs/TenMillion/index.tsx:247 2999 3012 #: src/components/StarterPack/ShareDialog.tsx:76 3000 3013 msgid "Image saved to your camera roll!" ··· 3056 3069 msgid "Interaction limited" 3057 3070 msgstr "ććżœăŒćˆ¶é™ă•ă‚ŒăŠă„ăŸă™" 3058 3071 3059 - #: src/components/dms/MessagesNUX.tsx:82 3060 - msgid "Introducing Direct Messages" 3061 - msgstr "ăƒ€ă‚€ăƒŹă‚ŻăƒˆăƒĄăƒƒă‚»ăƒŒă‚žăźçŽč介" 3072 + #: src/components/dialogs/nuxs/NeueTypography.tsx:48 3073 + msgid "Introducing new font settings" 3074 + msgstr "æ–°ă—ă„ăƒ•ă‚©ăƒłăƒˆèš­ćźšăźçŽč介" 3062 3075 3063 3076 #: src/screens/Login/LoginForm.tsx:145 3064 3077 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:70 ··· 3110 3123 msgid "Invites, but personal" 3111 3124 msgstr "æ‹›ćŸ…ă€ăŸă ă—ć€‹äșș的ăȘもぼ" 3112 3125 3126 + #: src/screens/Signup/StepInfo/index.tsx:77 3127 + msgid "It looks like you may have entered your email address incorrectly. Are you sure it's right?" 3128 + msgstr "ć…„ćŠ›ă—ăŸăƒĄăƒŒăƒ«ă‚ąăƒ‰ăƒŹă‚čăŻé–“é•ăŁăŠă‚‹ă‚ˆă†ă§ă™ă€‚æœŹćœ“ă«ăă‚Œă§ćˆăŁăŠăŸă™ă‹ïŒŸ" 3129 + 3130 + #: src/screens/Signup/StepInfo/index.tsx:238 3131 + msgid "It's correct" 3132 + msgstr "ćˆăŁăŠăŸă™" 3133 + 3113 3134 #: src/screens/StarterPack/Wizard/index.tsx:452 3114 3135 msgid "It's just you right now! Add more people to your starter pack by searching above." 3115 3136 msgstr "今はあăȘăŸă ă‘ïŒäžŠă§æ€œçŽąă—ăŠă‚čă‚żăƒŒă‚żăƒŒăƒ‘ăƒƒă‚Żă«ă‚ˆă‚Šć€šăăźăƒŠăƒŒă‚¶ăƒŒă‚’èżœćŠ ă—ăŠăă ă•ă„ă€‚" ··· 3132 3153 #: src/components/StarterPack/QrCode.tsx:56 3133 3154 msgid "Join the conversation" 3134 3155 msgstr "äŒšè©±ă«ć‚ćŠ " 3135 - 3136 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:492 3137 - msgid "Joined {0}" 3138 - msgstr "{0} ă«ć‚ćŠ " 3139 3156 3140 3157 #: src/screens/Onboarding/index.tsx:21 3141 3158 #: src/screens/Onboarding/state.ts:89 ··· 3183 3200 msgid "Languages" 3184 3201 msgstr "蚀èȘž" 3185 3202 3203 + #: src/components/dialogs/nuxs/NeueTypography.tsx:105 3204 + #: src/screens/Settings/AppearanceSettings.tsx:173 3205 + msgid "Larger" 3206 + msgstr "ć€§ăă„" 3207 + 3186 3208 #: src/screens/Hashtag.tsx:97 3187 3209 #: src/view/screens/Search/Search.tsx:359 3188 3210 msgid "Latest" ··· 3195 3217 #: src/view/com/auth/SplashScreen.web.tsx:152 3196 3218 msgid "Learn more about Bluesky" 3197 3219 msgstr "Blueskyă«ă€ă„ăŠăźè©łçŽ°" 3220 + 3221 + #: src/view/com/auth/server-input/index.tsx:160 3222 + msgid "Learn more about self hosting your PDS." 3223 + msgstr "è‡Ș戆甹ぼPDSをホă‚čティングするæ–čæł•を歊ぶ。" 3198 3224 3199 3225 #: src/components/moderation/ContentHider.tsx:66 3200 3226 #: src/components/moderation/ContentHider.tsx:131 ··· 3509 3535 #: src/lib/moderation/useReportOptions.ts:67 3510 3536 msgid "Misleading Post" 3511 3537 msgstr "èȘ€è§Łă‚’æ‹›ăæŠ•çšż" 3512 - 3513 - #: src/screens/Settings/AppearanceSettings.tsx:78 3514 - msgid "Mode" 3515 - msgstr "ăƒąăƒŒăƒ‰" 3516 3538 3517 3539 #: src/Navigation.tsx:135 3518 3540 #: src/screens/Moderation/index.tsx:105 ··· 3790 3812 msgid "New chat" 3791 3813 msgstr "æ–°ă—ă„ăƒăƒŁăƒƒăƒˆ" 3792 3814 3815 + #: src/components/dialogs/nuxs/NeueTypography.tsx:52 3816 + msgid "New font settings ✹" 3817 + msgstr "æ–°ă—ă„ăƒ•ă‚©ăƒłăƒˆèš­ćźš ✹" 3818 + 3793 3819 #: src/components/dms/NewMessagesPill.tsx:92 3794 3820 msgid "New messages" 3795 3821 msgstr "æ–°ă—ă„ăƒĄăƒƒă‚»ăƒŒă‚ž" ··· 3890 3916 msgid "No feeds found. Try searching for something else." 3891 3917 msgstr "ăƒ•ă‚ŁăƒŒăƒ‰ăŒèŠ‹ă€ă‹ă‚ŠăŸă›ă‚“ă§ă—ăŸă€‚ä»–ă‚’æŽąă—ăŠăżăŠă€‚" 3892 3918 3919 + #: src/components/LikedByList.tsx:78 3920 + #: src/view/com/post-thread/PostLikedBy.tsx:85 3921 + msgid "No likes yet" 3922 + msgstr "ă„ă„ă­ăŻă‚ă‚ŠăŸă›ă‚“" 3923 + 3893 3924 #: src/components/ProfileCard.tsx:336 3894 3925 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:116 3895 3926 msgid "No longer following {0}" ··· 3926 3957 msgid "No posts yet." 3927 3958 msgstr "ăŸă æŠ•çšżăŒă‚ă‚ŠăŸă›ă‚“ă€‚" 3928 3959 3960 + #: src/view/com/post-thread/PostQuotes.tsx:106 3961 + msgid "No quotes yet" 3962 + msgstr "ăŸă ćŒ•ç”šăŒă‚ă‚ŠăŸă›ă‚“" 3963 + 3964 + #: src/view/com/post-thread/PostRepostedBy.tsx:78 3965 + msgid "No reposts yet" 3966 + msgstr "ăŸă ăƒȘポă‚čăƒˆăŒă‚ă‚ŠăŸă›ă‚“" 3967 + 3929 3968 #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:101 3930 3969 #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 3931 3970 msgid "No result" ··· 3969 4008 msgid "Nobody has liked this yet. Maybe you should be the first!" 3970 4009 msgstr "ăŸă èȘ°ă‚‚ă“ă‚Œă‚’ă„ă„ă­ă—ăŠă„ăŸă›ă‚“ă€‚ă‚ăȘăŸăŒæœ€ćˆă«ăȘるăčăă‹ă‚‚ă—ă‚ŒăŸă›ă‚“ïŒ" 3971 4010 4011 + #: src/view/com/post-thread/PostQuotes.tsx:108 4012 + msgid "Nobody has quoted this yet. Maybe you should be the first!" 4013 + msgstr "ăŸă èȘ°ă‚‚ă“ă‚Œă‚’ćŒ•ç”šă—ăŠă„ăŸă›ă‚“ă€‚ă‚ăȘăŸăŒæœ€ćˆă«ăȘるăčăă‹ă‚‚ă—ă‚ŒăŸă›ă‚“ïŒ" 4014 + 4015 + #: src/view/com/post-thread/PostRepostedBy.tsx:80 4016 + msgid "Nobody has reposted this yet. Maybe you should be the first!" 4017 + msgstr "ăŸă èȘ°ă‚‚ă“ă‚Œă‚’ăƒȘポă‚čăƒˆă—ăŠă„ăŸă›ă‚“ă€‚ă‚ăȘăŸăŒæœ€ćˆă«ăȘるăčăă‹ă‚‚ă—ă‚ŒăŸă›ă‚“ïŒ" 4018 + 3972 4019 #: src/screens/StarterPack/Wizard/StepProfiles.tsx:103 3973 4020 msgid "Nobody was found. Try searching for someone else." 3974 4021 msgstr "èȘ°ă‚‚èŠ‹ă€ă‹ă‚ŠăŸă›ă‚“ă§ă—ăŸă€‚ä»–ă‚’æŽąă—ăŠăżăŠă€‚" ··· 4062 4109 #: src/screens/Onboarding/StepInterests/index.tsx:138 4063 4110 msgid "Oh no! Something went wrong." 4064 4111 msgstr "ăĄă‚‡ăŁăšïŒäœ•ă‚‰ă‹ăźć•éĄŒăŒç™ș生したようです。" 4065 - 4066 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:175 4067 - msgid "Oh no! We weren't able to generate an image for you to share. Rest assured, we're glad you're here 🩋" 4068 - msgstr "ă‚ă‚ă€æź‹ćż”ïŒć…±æœ‰ă™ă‚‹ăŸă‚ăźç”»ćƒă‚’ç”Ÿæˆă§ăăŸă›ă‚“ă§ă—ăŸă€‚ă”ćź‰ćżƒăă ă•ă„ă€ă“ă“ă«æ„ăŠăă‚ŒăŠćŹ‰ă—ă„ă§ă™đŸŠ‹" 4069 4112 4070 4113 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:339 4071 4114 msgid "OK" ··· 4198 4241 4199 4242 #: src/view/screens/Settings/index.tsx:476 4200 4243 msgid "Opens appearance settings" 4201 - msgstr "èƒŒæ™Żăźèš­ćźšă‚’é–‹ă" 4244 + msgstr "ć€–èŠłăźèš­ćźšă‚’é–‹ă" 4202 4245 4203 4246 #: src/view/com/composer/photos/OpenCameraBtn.tsx:74 4204 4247 msgid "Opens camera on device" ··· 4446 4489 msgid "Pin to Home" 4447 4490 msgstr "ăƒ›ăƒŒăƒ ă«ăƒ”ăƒłç•™ă‚" 4448 4491 4492 + #: src/view/com/util/forms/PostDropdownBtn.tsx:396 4493 + #: src/view/com/util/forms/PostDropdownBtn.tsx:403 4494 + msgid "Pin to your profile" 4495 + msgstr "ăƒ—ăƒ­ăƒ•ă‚ŁăƒŒăƒ«ă«ć›ș漚" 4496 + 4497 + #: src/view/com/posts/FeedItem.tsx:354 4498 + msgid "Pinned" 4499 + msgstr "ć›ș漚" 4500 + 4449 4501 #: src/view/screens/SavedFeeds.tsx:103 4450 4502 msgid "Pinned Feeds" 4451 4503 msgstr "ăƒ”ăƒłç•™ă‚ă•ă‚ŒăŸăƒ•ă‚ŁăƒŒăƒ‰" ··· 4611 4663 msgid "Post not found" 4612 4664 msgstr "æŠ•çšżăŒèŠ‹ă€ă‹ă‚ŠăŸă›ă‚“" 4613 4665 4666 + #: src/state/queries/pinned-post.ts:59 4667 + msgid "Post pinned" 4668 + msgstr "æŠ•çšżă‚’ć›șćźšă—ăŸă—ăŸ" 4669 + 4670 + #: src/state/queries/pinned-post.ts:61 4671 + msgid "Post unpinned" 4672 + msgstr "æŠ•çšżăźć›șćźšă‚’è§Łé™€ă—ăŸă—ăŸ" 4673 + 4614 4674 #: src/components/TagMenu/index.tsx:267 4615 4675 msgid "posts" 4616 4676 msgstr "æŠ•çšż" ··· 4683 4743 #: src/view/shell/Drawer.tsx:298 4684 4744 msgid "Privacy Policy" 4685 4745 msgstr "ăƒ—ăƒ©ă‚€ăƒă‚·ăƒŒăƒăƒȘă‚·ăƒŒ" 4686 - 4687 - #: src/components/dms/MessagesNUX.tsx:91 4688 - msgid "Privately chat with other users." 4689 - msgstr "ä»–ăźăƒŠăƒŒă‚¶ăƒŒăšăƒ—ăƒ©ă‚€ăƒ™ăƒŒăƒˆă«ăƒăƒŁăƒƒăƒˆă—ăŸă™ă€‚" 4690 4746 4691 4747 #: src/screens/Login/ForgotPasswordForm.tsx:155 4692 4748 msgid "Processing..." ··· 4789 4845 msgid "Random (aka \"Poster's Roulette\")" 4790 4846 msgstr "ăƒ©ăƒłăƒ€ăƒ ăȘ順ç•Șă§èĄšç€șïŒˆćˆ„ćă€ŒæŠ•çšżè€…ăźăƒ«ăƒŒăƒŹăƒƒăƒˆă€ïŒ‰" 4791 4847 4792 - #: src/view/com/modals/EditImage.tsx:237 4793 - msgid "Ratios" 4794 - msgstr "æŻ”çŽ‡" 4795 - 4796 4848 #: src/view/com/util/forms/PostDropdownBtn.tsx:543 4797 4849 #: src/view/com/util/forms/PostDropdownBtn.tsx:553 4798 4850 msgid "Re-attach quote" ··· 5181 5233 #: src/screens/Signup/StepInfo/index.tsx:132 5182 5234 msgid "Required for this provider" 5183 5235 msgstr "ă“ăźăƒ—ăƒ­ăƒă‚€ăƒ€ăƒŒă«ćż…èŠ" 5236 + 5237 + #: src/components/LabelingServiceCard/index.tsx:75 5238 + msgid "Required in your region" 5239 + msgstr "あăȘăŸăźćœ°ćŸŸă§ăŻćż…èŠ" 5184 5240 5185 5241 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:168 5186 5242 #: src/view/screens/Settings/DisableEmail2FADialog.tsx:171 ··· 5285 5341 msgid "Save" 5286 5342 msgstr "保歘" 5287 5343 5288 - #: src/view/com/modals/AltImage.tsx:132 5289 - msgid "Save alt text" 5290 - msgstr "ALTテキă‚čトを保歘" 5291 - 5292 5344 #: src/components/dialogs/BirthDateSettings.tsx:119 5293 5345 msgid "Save birthday" 5294 5346 msgstr "生ćčŽæœˆæ—„を保歘" ··· 5641 5693 #: src/screens/Login/ForgotPasswordForm.tsx:113 5642 5694 msgid "Sets email for password reset" 5643 5695 msgstr "パă‚čăƒŻăƒŒăƒ‰ă‚’ăƒȘă‚»ăƒƒăƒˆă™ă‚‹ăŸă‚ăźăƒĄăƒŒăƒ«ă‚ąăƒ‰ăƒŹă‚čを慄抛" 5644 - 5645 - #: src/view/com/modals/crop-image/CropImage.web.tsx:146 5646 - msgid "Sets image aspect ratio to square" 5647 - msgstr "ç”»ćƒăźă‚ąă‚čăƒšă‚ŻăƒˆæŻ”ă‚’æ­Łæ–čćœąă«èš­ćźš" 5648 - 5649 - #: src/view/com/modals/crop-image/CropImage.web.tsx:136 5650 - msgid "Sets image aspect ratio to tall" 5651 - msgstr "ç”»ćƒăźă‚ąă‚čăƒšă‚ŻăƒˆæŻ”ă‚’çžŠé•·ă«èš­ćźš" 5652 - 5653 - #: src/view/com/modals/crop-image/CropImage.web.tsx:126 5654 - msgid "Sets image aspect ratio to wide" 5655 - msgstr "ç”»ćƒăźă‚ąă‚čăƒšă‚ŻăƒˆæŻ”ă‚’ăƒŻă‚€ăƒ‰ă«èš­ćźš" 5656 5696 5657 5697 #: src/Navigation.tsx:155 5658 5698 #: src/view/screens/Settings/index.tsx:302 ··· 5707 5747 msgid "Share feed" 5708 5748 msgstr "ăƒ•ă‚ŁăƒŒăƒ‰ă‚’ć…±æœ‰" 5709 5749 5710 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:621 5711 - msgid "Share image externally" 5712 - msgstr "ç”»ćƒă‚’ć€–éƒšă«ć…±æœ‰ă™ă‚‹" 5713 - 5714 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:639 5715 - msgid "Share image in post" 5716 - msgstr "æŠ•çšżă§ç”»ćƒă‚’ć…±æœ‰" 5717 - 5718 5750 #: src/components/StarterPack/ShareDialog.tsx:124 5719 5751 #: src/components/StarterPack/ShareDialog.tsx:131 5720 5752 #: src/screens/StarterPack/StarterPackScreen.tsx:586 ··· 5762 5794 msgid "Show" 5763 5795 msgstr "èĄšç€ș" 5764 5796 5797 + #: src/view/screens/Search/Search.tsx:883 5798 + msgid "Show advanced filters" 5799 + msgstr "高ćșŠăȘăƒ•ă‚Łăƒ«ă‚żăƒŒă‚’èĄšç€ș" 5800 + 5765 5801 #: src/view/com/util/post-embeds/GifEmbed.tsx:169 5766 5802 msgid "Show alt text" 5767 5803 msgstr "ALTテキă‚čăƒˆă‚’èĄšç€ș" ··· 5846 5882 #: src/lib/moderation/useLabelBehaviorDescription.ts:56 5847 5883 msgid "Show warning and filter from feeds" 5848 5884 msgstr "è­Šć‘ŠăźèĄšç€șăšăƒ•ă‚ŁăƒŒăƒ‰ă‹ă‚‰ăźăƒ•ă‚Łăƒ«ă‚żăƒȘング" 5849 - 5850 - #: src/view/com/post-thread/PostThreadFollowBtn.tsx:128 5851 - msgid "Shows posts from {0} in your feed" 5852 - msgstr "ăƒžă‚€ăƒ•ă‚ŁăƒŒăƒ‰ć†…ăź{0}ă‹ă‚‰ăźæŠ•çšżă‚’èĄšç€șă—ăŸă™" 5853 5885 5854 5886 #: src/components/dialogs/Signin.tsx:97 5855 5887 #: src/components/dialogs/Signin.tsx:99 ··· 5948 5980 #: src/screens/Onboarding/StepInterests/index.tsx:242 5949 5981 msgid "Skip this flow" 5950 5982 msgstr "ă“ăźæ‰‹é †ă‚’ă‚čキップする" 5983 + 5984 + #: src/components/dialogs/nuxs/NeueTypography.tsx:97 5985 + #: src/screens/Settings/AppearanceSettings.tsx:165 5986 + msgid "Smaller" 5987 + msgstr "氏さい" 5951 5988 5952 5989 #: src/screens/Onboarding/index.tsx:37 5953 5990 #: src/screens/Onboarding/state.ts:85 ··· 5995 6032 msgid "Sort replies to the same post by:" 5996 6033 msgstr "æŹĄăźæ–čæł•ă§ćŒă˜æŠ•çšżăžăźèż”äżĄă‚’äžŠăłæ›żăˆăŸă™ă€‚" 5997 6034 5998 - #: src/components/moderation/LabelsOnMeDialog.tsx:163 5999 - msgid "Source: <0>{sourceName}</0>" 6000 - msgstr "ă‚œăƒŒă‚č<0>{sourceName}</0>" 6035 + #: src/components/moderation/LabelsOnMeDialog.tsx:167 6036 + msgid "Source:" 6037 + msgstr "ă‚œăƒŒă‚č" 6001 6038 6002 6039 #: src/lib/moderation/useReportOptions.ts:72 6003 6040 #: src/lib/moderation/useReportOptions.ts:85 ··· 6013 6050 msgid "Sports" 6014 6051 msgstr "ă‚čăƒăƒŒăƒ„" 6015 6052 6016 - #: src/view/com/modals/crop-image/CropImage.web.tsx:145 6017 - msgid "Square" 6018 - msgstr "æ­Łæ–čćœą" 6019 - 6020 6053 #: src/components/dms/dialogs/NewChatDialog.tsx:63 6021 6054 msgid "Start a new chat" 6022 6055 msgstr "æ–°ă—ă„ăƒăƒŁăƒƒăƒˆă‚’é–‹ć§‹" ··· 6024 6057 #: src/components/dms/dialogs/SearchablePeopleList.tsx:371 6025 6058 msgid "Start chat with {displayName}" 6026 6059 msgstr "{displayName}べぼチャットを開構" 6027 - 6028 - #: src/components/dms/MessagesNUX.tsx:161 6029 - msgid "Start chatting" 6030 - msgstr "チャットを開構" 6031 6060 6032 6061 #: src/Navigation.tsx:358 6033 6062 #: src/Navigation.tsx:363 ··· 6038 6067 #: src/components/StarterPack/StarterPackCard.tsx:73 6039 6068 msgid "Starter pack by {0}" 6040 6069 msgstr "{0}ă«ă‚ˆă‚‹ă‚čă‚żăƒŒă‚żăƒŒăƒ‘ăƒƒă‚Ż" 6070 + 6071 + #: src/components/StarterPack/StarterPackCard.tsx:74 6072 + msgid "Starter pack by you" 6073 + msgstr "è‡Ș戆ぼă‚čă‚żăƒŒă‚żăƒŒăƒ‘ăƒƒă‚Ż" 6041 6074 6042 6075 #: src/screens/StarterPack/StarterPackScreen.tsx:703 6043 6076 msgid "Starter pack is invalid" ··· 6142 6175 #: src/components/dialogs/MutedWords.tsx:282 6143 6176 msgid "Tags only" 6144 6177 msgstr "タグぼみ" 6145 - 6146 - #: src/view/com/modals/crop-image/CropImage.web.tsx:135 6147 - msgid "Tall" 6148 - msgstr "ăƒˆăƒŒăƒ«" 6149 6178 6150 6179 #: src/components/ProgressGuide/Toast.tsx:150 6151 6180 msgid "Tap to dismiss" ··· 6189 6218 msgid "Tell us a little more" 6190 6219 msgstr "ă‚‚ă†ć°‘ă—æ•™ăˆăŠ" 6191 6220 6192 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:518 6193 - msgid "Ten Million" 6194 - msgstr "1,000侇" 6195 - 6196 6221 #: src/view/shell/desktop/RightNav.tsx:90 6197 6222 msgid "Terms" 6198 6223 msgstr "æĄä»¶" ··· 6226 6251 msgid "Thank you. Your report has been sent." 6227 6252 msgstr "ă‚ă‚ŠăŒăšă†ă”ă–ă„ăŸă™ă€‚ă‚ăȘăŸăźć ±ć‘ŠăŻé€äżĄă•ă‚ŒăŸă—ăŸă€‚" 6228 6253 6229 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:593 6230 - msgid "Thanks for being one of our first 10 million users." 6231 - msgstr "æœ€ćˆăź 1,000 侇äșșăźăƒŠăƒŒă‚¶ăƒŒăź 1 äșșにăȘăŁăŠă„ăŸă ăă‚ă‚ŠăŒăšă†ă”ă–ă„ăŸă™ă€‚" 6232 - 6233 - #: src/components/intents/VerifyEmailIntentDialog.tsx:74 6234 - msgid "Thanks, you have successfully verified your email address." 6235 - msgstr "ă‚ă‚ŠăŒăšă†ă€ăƒĄăƒŒăƒ«ă‚ąăƒ‰ăƒŹă‚čたçąșèȘă«æˆćŠŸă—ăŸă—ăŸă€‚" 6254 + #: src/components/intents/VerifyEmailIntentDialog.tsx:82 6255 + msgid "Thanks, you have successfully verified your email address. You can close this dialog." 6256 + msgstr "ă‚ă‚ŠăŒăšă†ă€ăƒĄăƒŒăƒ«ă‚ąăƒ‰ăƒŹă‚čたçąșèȘă«æˆćŠŸă—ăŸă—ăŸă€‚ă“ăźăƒ€ă‚€ă‚ąăƒ­ă‚°ă‚’é–‰ă˜ăŠă‚‚ć€§äžˆć€«ă§ă™ă€‚" 6236 6257 6237 6258 #: src/view/com/modals/ChangeHandle.tsx:459 6238 6259 msgid "That contains the following:" ··· 6334 6355 #: src/components/intents/VerifyEmailIntentDialog.tsx:85 6335 6356 msgid "The verification code you have provided is invalid. Please make sure that you have used the correct verification link or request a new one." 6336 6357 msgstr "ć…„ćŠ›ă•ă‚ŒăŸçąșèȘă‚łăƒŒăƒ‰ăŒæ­Łă—ăă‚ă‚ŠăŸă›ă‚“ă€‚æ­Łă—ă„ăƒȘăƒłă‚Żă‚’äœżç”šă—ăŸă‹ă‚’çąșèȘă™ă‚‹ă‹ă€æ–°ă—いçąșèȘă‚łăƒŒăƒ‰ă‚’èŠæ±‚ă—ăŠăă ă•ă„ă€‚" 6358 + 6359 + #: src/components/dialogs/nuxs/NeueTypography.tsx:84 6360 + #: src/screens/Settings/AppearanceSettings.tsx:152 6361 + msgid "Theme" 6362 + msgstr "ăƒ†ăƒŒăƒž" 6337 6363 6338 6364 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 6339 6365 msgid "There is no time limit for account deactivation, come back any time." ··· 6660 6686 msgid "To whom would you like to send this report?" 6661 6687 msgstr "こた栱摊をèȘ°ă«é€ă‚ŠăŸă„ă§ă™ă‹ïŒŸ" 6662 6688 6663 - #: src/components/dialogs/nuxs/TenMillion/index.tsx:597 6664 - msgid "Together, we're rebuilding the social internet. We're glad you're here." 6665 - msgstr "ç§ăŸăĄăŻäž€ç·’ă«ă‚œăƒŒă‚·ăƒŁăƒ« ă‚€ăƒłă‚żăƒŒăƒăƒƒăƒˆă‚’ć†æ§‹çŻ‰ă—ăŠă„ăŸă™ă€‚ă”ć‚ćŠ ă„ăŸă ăă‚ă‚ŠăŒăšă†ă”ă–ă„ăŸă™ă€‚" 6689 + #: src/components/dms/DateDivider.tsx:44 6690 + msgid "Today" 6691 + msgstr "今旄" 6666 6692 6667 6693 #: src/view/com/util/forms/DropdownButton.tsx:255 6668 6694 msgid "Toggle dropdown" ··· 6676 6702 #: src/view/screens/Search/Search.tsx:349 6677 6703 msgid "Top" 6678 6704 msgstr "トップ" 6679 - 6680 - #: src/view/com/modals/EditImage.tsx:272 6681 - msgid "Transformations" 6682 - msgstr "ć€‰æ›" 6683 6705 6684 6706 #: src/components/dms/MessageMenu.tsx:103 6685 6707 #: src/components/dms/MessageMenu.tsx:105 ··· 6833 6855 msgid "Unpin from home" 6834 6856 msgstr "ăƒ›ăƒŒăƒ ă‹ă‚‰ăƒ”ăƒłç•™ă‚ă‚’è§Łé™€" 6835 6857 6858 + #: src/view/com/util/forms/PostDropdownBtn.tsx:395 6859 + #: src/view/com/util/forms/PostDropdownBtn.tsx:402 6860 + msgid "Unpin from profile" 6861 + msgstr "ăƒ—ăƒ­ăƒ•ă‚ŁăƒŒăƒ«ă‹ă‚‰ć›șćźšă‚’è§Łé™€" 6862 + 6836 6863 #: src/view/screens/ProfileList.tsx:556 6837 6864 msgid "Unpin moderation list" 6838 6865 msgstr "ăƒąăƒ‡ăƒŹăƒŒă‚·ăƒ§ăƒłăƒȘă‚čăƒˆăźăƒ”ăƒłç•™ă‚ă‚’è§Łé™€" ··· 6868 6895 msgstr "æœ›ăŸăȘă„æ€§çš„ăȘコンテンツ" 6869 6896 6870 6897 #: src/view/com/modals/UserAddRemoveLists.tsx:82 6871 - msgid "Update {displayName} in Lists" 6872 - msgstr "ăƒȘă‚čトた{displayName}ă‚’æ›Žæ–°" 6898 + msgid "Update <0>{displayName}</0> in Lists" 6899 + msgstr "ăƒȘă‚čトた<0>{displayName}</0>ă‚’æ›Žæ–°" 6873 6900 6874 6901 #: src/view/com/modals/ChangeHandle.tsx:502 6875 6902 msgid "Update to {handle}" ··· 7262 7289 msgid "We're having network issues, try again" 7263 7290 msgstr "ăƒăƒƒăƒˆăƒŻăƒŒă‚Żă§ć•éĄŒăŒç™șç”Ÿă—ăŠă„ăŸă™ă€‚ă‚‚ă†äž€ćșŠè©Šă—ăŠăă ă•ă„" 7264 7291 7292 + #: src/components/dialogs/nuxs/NeueTypography.tsx:55 7293 + msgid "We're introducing a new theme font, along with adjustable font sizing." 7294 + msgstr "æ–°ă—ă„ăƒ†ăƒŒăƒžăƒ•ă‚©ăƒłăƒˆă‚’ć°Žć…„ă—ă€ăƒ•ă‚©ăƒłăƒˆă‚”ă‚€ă‚șをèȘżæ•ŽćŻèƒœă«ă—ăŸă—ăŸă€‚" 7295 + 7265 7296 #: src/screens/Signup/index.tsx:100 7266 7297 msgid "We're so excited to have you join us!" 7267 7298 msgstr "私たちはあăȘăŸăŒć‚ćŠ ă—ăŠăă‚Œă‚‹ă“ăšă‚’ăšăŠă‚‚æ„œă—ăżă«ă—ăŠă„ăŸă™ïŒ" ··· 7325 7356 msgid "Who can interact with this post?" 7326 7357 msgstr "èȘ°ăŒă“ăźæŠ•çšżă«ććżœă§ăăŸă™ă‹ïŒŸ" 7327 7358 7328 - #: src/components/dms/MessagesNUX.tsx:110 7329 - #: src/components/dms/MessagesNUX.tsx:124 7330 - msgid "Who can message you?" 7331 - msgstr "èȘ°ăŒă‚ăȘăŸăžăƒĄăƒƒă‚»ăƒŒă‚žă‚’é€ă‚Œă‚‹ă‹ïŒŸ" 7332 - 7333 7359 #: src/components/WhoCanReply.tsx:87 7334 7360 msgid "Who can reply" 7335 7361 msgstr "èż”äżĄă§ăă‚‹ăƒŠăƒŒă‚¶ăƒŒ" ··· 7366 7392 #: src/components/ReportDialog/SelectReportOptionView.tsx:48 7367 7393 msgid "Why should this user be reviewed?" 7368 7394 msgstr "ăȘăœă“ăźăƒŠăƒŒă‚¶ăƒŒă‚’ăƒŹăƒ“ăƒ„ăƒŒă™ă‚‹ćż…èŠăŒă‚ă‚ŠăŸă™ă‹ïŒŸ" 7369 - 7370 - #: src/view/com/modals/crop-image/CropImage.web.tsx:125 7371 - msgid "Wide" 7372 - msgstr "ăƒŻă‚€ăƒ‰" 7373 7395 7374 7396 #: src/screens/Messages/Conversation/MessageInput.tsx:142 7375 7397 #: src/screens/Messages/Conversation/MessageInput.web.tsx:198 ··· 7421 7443 msgid "Yes, reactivate my account" 7422 7444 msgstr "ăŻă„ă€ă‚ąă‚«ă‚Šăƒłăƒˆă‚’ć†æœ‰ćŠčćŒ–ă—ăŸă™" 7423 7445 7424 - #: src/components/dms/MessageItem.tsx:183 7425 - msgid "Yesterday, {time}" 7426 - msgstr "æ˜šæ—„ă€{time}" 7446 + #: src/components/dms/DateDivider.tsx:46 7447 + msgid "Yesterday" 7448 + msgstr "昚旄" 7427 7449 7428 7450 #: src/components/StarterPack/StarterPackCard.tsx:76 7429 7451 #: src/screens/List/ListHiddenScreen.tsx:140 ··· 7446 7468 msgid "You are not following anyone." 7447 7469 msgstr "あăȘăŸăŻăŸă ă ă‚Œă‚‚ăƒ•ă‚©ăƒ­ăƒŒă—ăŠă„ăŸă›ă‚“ă€‚" 7448 7470 7471 + #: src/components/dialogs/nuxs/NeueTypography.tsx:62 7472 + msgid "You can adjust these in your Appearance Settings later." 7473 + msgstr "ă“ă‚Œă‚‰ăŻćŸŒă§ć€–èŠłăźèš­ćźšă§èȘżæ•Žă§ăăŸă™ă€‚" 7474 + 7449 7475 #: src/view/com/posts/FollowingEmptyState.tsx:63 7450 7476 #: src/view/com/posts/FollowingEndOfFeed.tsx:64 7451 7477 msgid "You can also discover new Custom Feeds to follow." ··· 7454 7480 #: src/view/com/modals/DeleteAccount.tsx:202 7455 7481 msgid "You can also temporarily deactivate your account instead, and reactivate it at any time." 7456 7482 msgstr "ä»Łă‚ă‚Šă«ă‚ąă‚«ă‚Šăƒłăƒˆă‚’äž€æ™‚çš„ă«ç„ĄćŠčćŒ–ă—ăŠă€ă„ă€ă§ă‚‚ć†æœ‰ćŠčćŒ–ă™ă‚‹ă“ăšă‚‚ă§ăăŸă™ă€‚" 7457 - 7458 - #: src/components/dms/MessagesNUX.tsx:119 7459 - msgid "You can change this at any time." 7460 - msgstr "ă“ă‚ŒăŻă„ă€ă§ă‚‚ć€‰æ›Žă§ăăŸă™ă€‚" 7461 7483 7462 7484 #: src/screens/Messages/Settings.tsx:111 7463 7485 msgid "You can continue ongoing conversations regardless of which setting you choose."